* sysdeps/mips/dl-trampoline.c: Modify switch expression to have
[glibc.git] / ChangeLog
blob31a63e3f2fd7064eb36e288326b2349cc87d9381
1 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4         integer value instead of boolean.
6 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
8         * malloc/malloc.c: Fix powerof2 check.
10 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
12         * locale/programs/locfile.h (maybe_swap_uint32):
13         Remove inline and add unused attribute.
15 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17         sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
18         Truncating assembler expression to a .long expression.
20 2014-12-11  Andreas Schwab  <schwab@suse.de>
22         * elf/rtld.c (struct map_args): Constify str member.
23         (do_preload): Constify fname argument.
25 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
28         constants definition.
30 2014-12-11  Andreas Schwab  <schwab@suse.de>
32         [BZ #16657]
33         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
34         FORCE_ELISION instead of DO_ELISION.
35         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
36         Remove.
37         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
38         Likewise.
40         * iconvdata/gconv-modules: Remove duplicate entry.
42 2014-12-11  Will Newton  <will.newton@linaro.org>
44         Merge gettext 0.19.3 into intl/.
46         This involves a number of cosmetic changes to comments
47         and ANSI function definitions and prototypes throughout
48         all the files. The gettext copyright header is used but
49         with the date ranges taken from the glibc copy.
51         * NEWS: Add gettext merge to 2.21.
52         * intl/bindtextdom.c: Switch to gettext copyright.
53         Use ANSI definitions and prototypes.
54         Use gl_* locking primitives rather than __libc_* ones.
55         Use __builtin_expect rather than __glibc_likely/unlikely.
56         * intl/dcgettext.c: Switch to gettext copyright.
57         Use ANSI definitions and prototypes.
58         * intl/dcigettext.c: Switch to gettext copyright.
59         Use ANSI definitions and prototypes.
60         (INTDIV0_RAISES_SIGFPE): New define.
61         Use gl_* locking primitives rather than __libc_* ones.
62         Include eval-plural.h instead of plural-eval.c.
63         Use __builtin_expect rather than __glibc_likely/unlikely.
64         * intl/dcngettext.c: Switch to gettext copyright.
65         Use ANSI definitions and prototypes.
66         * intl/dgettext.c: Likewise.
67         * intl/dngettext.c: Likewise.
68         * intl/plural-eval.c: Renamed to...
69         * intl/eval-plural.h: ...this.
70         * intl/explodename.c: Switch to gettext copyright.
71         Use ANSI definitions and prototypes.
72         (_nl_explode_name): Use strchr instead of __rawmemchr.
73         * intl/finddomain.c: Switch to gettext copyright.
74         Use ANSI definitions and prototypes.
75         Use gl_* locking primitives rather than __libc_* ones.
76         (_nl_find_domain): Use malloc rather than alloca for
77         allocation of temporary locale name.
78         * intl/gettext.c: Switch to gettext copyright.
79         Use ANSI definitions and prototypes.
80         * intl/gettextP.h: Switch to gettext copyright.
81         Use ANSI definitions and prototypes.
82         Use gl_* locking primitives rather than __libc_* ones.
83         * intl/gmo.h: Switch to gettext copyright.
84         (struct sysdep_string): Move struct segment_pair outside of
85         struct definition.
86         * intl/hash-string.c: Use ANSI definitions and prototypes.
87         * intl/hash-string.h: Switch to gettext copyright.
88         Use ANSI definitions and prototypes.
89         * intl/l10nflist.c: Switch to gettext copyright.
90         Use ANSI definitions and prototypes.
91         (_nl_normalize_codeset): Avoid integer overflow.
92         * intl/loadinfo.h: Switch to gettext copyright.
93         Use ANSI definitions and prototypes.
94         (LIBINTL_DLL_EXPORTED): New define.
95         (PATH_SEPARATOR): New define.
96         * intl/loadmsgcat.c: Switch to gettext copyright.
97         * intl/localealias.c: Switch to gettext copyright.
98         Use ANSI definitions and prototypes.
99         (_nl_expand_alias): Use PATH_SEPARATOR.
100         * intl/ngettext.c: Switch to gettext copyright.
101         Use ANSI definitions and prototypes.
102         * intl/plural-exp.c: Likewise.
103         * intl/plural-exp.h: Switch to gettext copyright.
104         Use ANSI definitions and prototypes.
105         (struct expression): Move definition of enum operator outside
106         of struct definition.
107         * intl/plural.c: Regenerate.
108         * intl/plural.y: Switch to gettext copyright.
109         Use ANSI definitions and prototypes.
110         Port to bison 3.0.
111         * intl/textdomain.c: Switch to gettext copyright.
112         Use ANSI definitions and prototypes.
113         Use gl_* locking primitives rather than __libc_* ones.
115 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
117         * debug/warning-nop.c: Add used atrribute.
119 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
121         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
123         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
124         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
125         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
127 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
128             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
130         [BZ #17634]
131         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
132         Undefine after defining function.  Define as weak alias of
133         __wcschr.  Use libc_hidden_weak.
134         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
135         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
136         (libc_hidden_def): Also define __GI___wcschr alias.
137         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
138         __wcschr and define as weak alias of __wcschr.
139         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
140         __wcschr.
141         [!WCSCHR] (DEFAULT_WCSCHR): Define.
142         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
143         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
144         libc_hidden_weak.  Do not use libc_hidden_def.
145         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
146         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
147         __GI___wcschr alias.
148         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
149         [IS_IN (libc)] (wcschr): Define as macro expanding to
150         __redirect_wcschr.
151         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
152         [IS_IN (libc)] (__wcschr_power6): Likewise.
153         [IS_IN (libc)] (__wcschr_power7): Likewise.
154         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
155         instead of wcschr.
156         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
157         __libc_wcschr.
158         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
159         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
160         __wcschr and define as weak alias of __wcschr.  Use
161         libc_hidden_builtin_def.
162         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
163         as weak alias of __wcschr.  Use libc_hidden_weak.
164         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
165         wcschr.
166         * time/era.c (_nl_init_era_entries): Likewise.
167         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
168         variable.
169         (test-xfail-XPG3/time.h/linknamespace): Likewise.
170         (test-xfail-XPG4/time.h/linknamespace): Likewise.
172 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
174         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
175         format for long int variable.
177 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
179         [BZ #10672]
180         * manual/search.texi: (Array Sort Function): Remove claim how to make
181         qsort stable.
183 2014-12-10  Andreas Schwab  <schwab@suse.de>
185         [BZ #12847]
186         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
187         user-controlled locks.
189 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
191         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
192         register.
194 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
196         * configure.ac (--disable-werror): New configure option.
197         (enable_werror): New AC_SUBST.
198         * configure: Regenerated.
199         * config.make.in (enable-werror): New variable.
200         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
201         -Wno-error=undef.
202         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
203         * manual/install.texi (Configuring and compiling): Document
204         --disable-werror.
205         * INSTALL: Regenerated.
206         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
207         (CFLAGS-tst-chk2.c): Likewise.
208         (CFLAGS-tst-chk3.c): Likewise.
209         (CFLAGS-tst-chk4.cc): Likewise.
210         (CFLAGS-tst-chk5.cc): Likewise.
211         (CFLAGS-tst-chk6.cc): Likewise.
212         (CFLAGS-tst-lfschk1.c): Likewise.
213         (CFLAGS-tst-lfschk2.c): Likewise.
214         (CFLAGS-tst-lfschk3.c): Likewise.
215         (CFLAGS-tst-lfschk4.cc): Likewise.
216         (CFLAGS-tst-lfschk5.cc): Likewise.
217         (CFLAGS-tst-lfschk6.cc): Likewise.
219         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
220         (main): Disable -Wdeprecated-declarations around calls to
221         register_printf_function.
223         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
224         (do_test): Disable -Wdiv-by-zero around some calls to
225         fwrite_unlocked and fread_unlocked.
227         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
228         (DIAG_POP_NEEDS_COMMENT): Likewise.
229         (_DIAG_STR1): Likewise.
230         (_DIAG_STR): Likewise.
231         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
232         * stdio-common/bug21.c: Include <libc-internal.h>.
233         (do_test): Disable -Wformat around call to sscanf.
234         * stdio-common/scanf14.c: Include <libc-internal.h>.
235         (main): Disable -Wformat around some calls to scanf functions.
237 2014-12-09  Torvald Riegel  <triegel@redhat.com>
239         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
241 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
243         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
244         stack variable alignment.
246 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
248         [BZ #17682]
249         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
250         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
251         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
252         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
253         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
254         __getrlimit instead of getrlimit.
255         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
256         __gettimeofday instead of gettimeofday.
257         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
258         Likewise.
259         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
260         Likewise.
261         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
262         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
263         Remove variable.
264         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
265         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
267 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
269         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
270         for wide-character tests.
272 2014-12-04  Roland McGrath  <roland@hack.frob.com>
274         * io/openat64.c: #include <libc-internal.h>
275         (__openat64): Prototypify.  Use ignore_value on MODE.
276         * io/openat.c: Likewise.
277         * misc/reboot.c: #include <libc-internal.h>
278         (reboot): Prototypify.  Use ignore_value on HOWTO.
279         * misc/ptrace.c: #include <libc-internal.h>
280         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
282 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
284         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
285         XPG4, UNIX98 and XOPEN2K.
286         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
287         Remove variable.
288         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
290 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
292         * libio/fileops.c: Use ISO C style for function definitions.
293         * libio/iofopen.c: Likewise.
294         * libio/wfileops.c: Likewise.
296         [BZ #17653]
297         * libio/fileops.c (_IO_new_file_underflow): Unset cached
298         offset on EOF.
299         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
300         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
301         (fgets_func): Function pointer to fgets and fgetws.
302         (do_ftell_test): Add test to verify ftell value after read
303         EOF.
304         (do_test): Set fgets_func.
306         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
307         O_TRUNC flag for w and w+ modes.
308         (do_rewind_test): Likewise.
309         (do_ftell_test): Likewise.
310         (do_write_test): Likewise.
312         [BZ #17647]
313         * libio/fileops.c (do_ftell): Seek only when there are
314         unflushed writes.
315         * libio/wfileops.c (do_ftell_wide): Likewise.
316         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
317         test case.
318         (do_one_test): Call it.
320 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
322         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
323         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
324         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
325         Remove variable.
326         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
327         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
328         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
330 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
332         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
333         Remove variable.
334         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
336         [BZ #17668]
337         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
338         as weak alias of __getifaddrs.  Use libc_hidden_weak.
339         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
340         __freeifaddrs.  Use libc_hidden_weak.
341         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
342         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
343         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
344         __freeifaddrs.  Use libc_hidden_weak.
345         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
346         __getifaddrs and define as weak alias of __getifaddrs.  Use
347         libc_hidden_weak.
348         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
349         __freeifaddrs.  Use libc_hidden_weak.
350         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
351         Remove variable.
352         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
353         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
355 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
357         [BZ #17601]
358         * sysdeps/mips/start.S (__start): Use indirect jump to call
359         __libc_start_main.
361 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
363         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
365         * nptl/tst-mutex1.c: Include <stdbool.h>.
366         [!ATTR] (ATTR_NULL): New macro.
367         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
368         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
369         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
371         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
372         to char *.
374         [BZ #17665]
375         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
376         Change conditional to [__USE_MISC].
378         [BZ #17664]
379         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
380         fgets_unlocked.
381         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
382         __fgets_unlocked.
383         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
384         fgets_unlocked.
385         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
386         Remove variable.
387         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
388         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
389         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
390         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
391         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
392         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
393         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
394         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
395         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
397         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
399 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
401         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
402         Remove strpbrk objects.
403         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
404         (__libc_ifunc_impl_list): Remove strpbrk implementation.
405         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
406         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
407         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
408         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
410         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
411         Remove strcspn objects.
412         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
413         (__libc_ifunc_impl_list): Remove strcspn implementation.
414         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
415         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
416         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
417         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
419         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
420         Remove strspn objetcs.
421         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
422         (__libc_ifunc_impl_list): Remove strspn implementation.
423         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
424         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
425         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
426         * sysdeps/powerpc/powerpc64/strspn.S: New file.
428 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
430         [BZ #17581]
431         * malloc/hooks.c
432         (mem2mem_check): Add a terminator to the chain of checking blocks.
433         (malloc_check_get_size): Use it here.
434         (mem2chunk_check): Ditto.
436 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
438         * sysdeps/powerpc/powerpc64/strtok.S: New file.
439         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
441 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
443         * bits/ioctl-types.h: Indent preprocessor directives correctly.
445         * nptl/nptl-init.c: Include libc-internal.h.
446         (__pthread_initialize_minimal_internal): Use ROUND_UP.
448         * elf/ldconfig.c (search_dir): Expand comment.
450 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
452         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
453         variable.
454         (linknamespace-symlist-stdlibs-tests): Likewise.
455         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
456         instead of $(objpfx)symlist-stdlibs.
457         (linknamespace-libs-isoc): New variable.
458         (linknamespace-libs): Use $(linknamespace-libs-isoc).
459         (linknamespace-libs-ISO): New variable.
460         (linknamespace-libs-ISO99): Likewise.
461         (linknamespace-libs-ISO11): Likewise.
462         (linknamespace-libs-XPG3): Likewise.
463         (linknamespace-libs-XPG4): Likewise.
464         (linknamespace-libs-POSIX): Likewise.
465         (linknamespace-libs-UNIX98): Likewise.
466         (linknamespace-libs-XOPEN2K): Likewise.
467         (linknamespace-libs-POSIX2008): Likewise.
468         (linknamespace-libs-XOPEN2K8): Likewise.
469         ($(objpfx)symlist-stdlibs): Replace by
470         $(linknamespace-symlist-stdlibs-tests).  Use
471         $(linknamespace-libs-$*) as set of libraries.
472         ($(linknamespace-header-tests)): Update dependencies.  Use
473         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
474         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
475         * conform/linknamespace.pl: Remove comment about considering
476         definitions of symbols from irrelevant libraries.
478 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
480         [BZ #13862]
481         * elf/dl-tls.c: Include <atomic.h>.
482         (oom): Remove #ifdef SHARED/#endif.
483         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
484         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
485         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
486         big enough.
487         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
488         * nptl/Makefile (tests): Add tst-stack4.
489         (modules-names): Add tst-stack4mod.
490         ($(objpfx)tst-stack4): New.
491         (tst-stack4mod.sos): Likewise.
492         ($(objpfx)tst-stack4.out): Likewise.
493         ($(tst-stack4mod.sos)): Likewise.
494         (clean): Likewise.
495         * nptl/tst-stack4.c: New file.
496         * nptl/tst-stack4mod.c: Likewise.
498 2014-11-27  J. Brown  <jb999@gmx.de>
500         * sysdeps/x86/bits/string.h: Add recent CPUs.
502 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
504         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
505         sigblock.
507         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
508         feof.
510         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
511         variable.
513 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
515         * nscd/connections.c: Include libc-internal.h because of macro
516         usage ignore_value.
518 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
520         * string/bits/string3.h (__warn_memset_zero_len): Don't
521         declare for gcc newer than 5.0.
522         (memset): Don't test for zero-length __LEN for gcc newer than
523         5.0.
525 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
527         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
528         size_t for %zu format.
530         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
531         difference, not %ju.
533 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
535         * include/libc-internal.h (ignore_value): New macro.
536         * nscd/connections.c (restart): Wrap calls to setuid and setgid
537         with ignore_value.
539         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
540         definition.
542         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
543         pthread_cleanup_push to void *.
545         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
546         Undefine.
548         [BZ #16619]
549         [BZ #16740]
550         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
551         instead of 1L << 52.
553         * libio/bug-rewind.c (do_test): Check fwscanf return values.
554         * libio/bug-rewind2.c (do_test): Likewise.
556         * debug/test-stpcpy_chk-ifunc.c: Remove file.
557         * debug/test-strcpy_chk-ifunc.c: Likewise.
558         * wcsmbs/test-wcschr-ifunc.c: Likewise.
559         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
560         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
561         * wcsmbs/test-wcslen-ifunc.c: Likewise.
562         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
563         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
564         * Rules [$(multi-arch) = no] (tests): Do not filter out
565         $(tests-ifunc).
566         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
567         * debug/Makefile (tests-ifunc): Remove variable.
568         (tests): Do not add $(tests-ifunc).
569         * wcsmbs/Makefile (tests-ifunc): Remove variable.
570         (tests): Do not add $(tests-ifunc).
571         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
572         [TEST_IFUNC]: Remove conditionals.
573         * string/test-string.h (TEST_IFUNC): Remove macro.
574         [TEST_IFUNC]: Remove conditionals.
576         * string/test-strchr.c [!WIDE] (L): New macro.
577         [WIDE] (L): Likewise.
578         (check1): Use CHAR instead of char.  Use L on string and character
579         constants.
581 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
583         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
584         tests.
585         * sysdeps/powerpc/bits/atomic.h
586         (__arch_atomic_exchange_and_add_32_acq): Add definition.
587         (__arch_atomic_exchange_and_add_32_rel): Likewise.
588         (atomic_exchange_and_add_acq): Likewise.
589         (atomic_exchange_and_add_rel): Likewise.
590         * sysdeps/powerpc/powerpc32/bits/atomic.h
591         (__arch_atomic_exchange_and_add_64_acq): Add definition.
592         (__arch_atomic_exchange_and_add_64_rel): Likewise.
593         * sysdeps/powerpc/powerpc64/bits/atomic.h
594         (__arch_atomic_exchange_and_add_64_acq): Add definition.
595         (__arch_atomic_exchange_and_add_64_rel): Likewise.
597 2014-11-26  Torvald Riegel  <triegel@redhat.com>
599         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
600         Change synchronization of __sched_fifo_min_prio and
601         __sched_fifo_max_prio.
602         * nptl/pthread_mutexattr_getprioceiling.c
603         (pthread_mutexattr_getprioceiling): Likewise.
604         * nptl/pthread_mutexattr_setprioceiling.c
605         (pthread_mutexattr_setprioceiling): Likewise.
606         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
607         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
608         Likewise.
610 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
612         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
613         void.
615 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
617         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
618         third argument const.
620 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
622         fnmatch: work around GCC compiler warning bug with uninit var
623         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
624         This works around a bug with x86-64 GCC 4.9.2 and earlier
625         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
626         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
627         used uninitialized in this function [-Wmaybe-uninitialized]".
629 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
631         * posix/bug-regex31.c (main): Return RES not 0.
633 2014-11-25  Anton Blanchard <anton@samba.org>
635         * sysdeps/powerpc/bits/atomic.h
636         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
638 2014-11-24  Sterling Augustine  <saugustine@google.com>
640         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
642 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
644         [BZ #17608]
645         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
647 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
649         [BZ #17633]
650         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
651         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
652         variable.
653         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
654         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
656 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
658         * string/strncpy.c (strncpy): Improve performance by using memset.
660 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
662         * string/strcpy.c (strcpy):
663         Improve performance by using strlen and memcpy.
665 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
667         * string/strcoll_l.c (get_next_seq): __always_inline.
668         * string/strcoll_l.c (do_compare): __always_inline.
670 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
672         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
673         defined.
674         * include/mqueue.h: Likewise.
675         * include/stdlib.h: Likewise.
677         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
678         (get_null_defines): Adjust.
679         * sunrpc/Makefile: Adjust comment.
680         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
681         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
682         (CFLAGS-interp.c): Likewise.
683         (CFLAGS-ldconfig.c): Likewise.
684         (CPPFLAGS-.os): Likewise.
685         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
686         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
687         * extra-modules.mk (extra-modules.mk): Likewise.
688         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
689         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
690         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
691         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
692         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
693         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
694         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
695         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
696         * iconvdata/Makefile (CPPFLAGS): Likewise.
697         (cpp-srcs-left): Add libof for all iconvdata routines.
698         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
699         * include/assert.h: Likewise.
700         * include/ctype.h: Likewise.
701         * include/errno.h: Likewise.
702         * include/libc-symbols.h: Likewise.
703         * include/math.h: Likewise.
704         * include/netdb.h: Likewise.
705         * include/resolv.h: Likewise.
706         * include/stdio.h: Likewise.
707         * include/stdlib.h: Likewise.
708         * include/string.h: Likewise.
709         * include/sys/stat.h: Likewise.
710         * include/wctype.h: Likewise.
711         * intl/l10nflist.c: Likewise.
712         * libidn/idn-stub.c: Likewise.
713         * libio/libioP.h: Likewise.
714         * nptl/libc_multiple_threads.c: Likewise.
715         * nptl/pthreadP.h: Likewise.
716         * posix/regex_internal.h: Likewise.
717         * resolv/res_hconf.c: Likewise.
718         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
719         * sysdeps/arm/memmove.S: Likewise.
720         * sysdeps/arm/sysdep.h: Likewise.
721         * sysdeps/generic/_itoa.h: Likewise.
722         * sysdeps/generic/symbol-hacks.h: Likewise.
723         * sysdeps/gnu/errlist.awk: Likewise.
724         * sysdeps/gnu/errlist.c: Likewise.
725         * sysdeps/i386/i586/memcpy.S: Likewise.
726         * sysdeps/i386/i586/memset.S: Likewise.
727         * sysdeps/i386/i686/memcpy.S: Likewise.
728         * sysdeps/i386/i686/memmove.S: Likewise.
729         * sysdeps/i386/i686/mempcpy.S: Likewise.
730         * sysdeps/i386/i686/memset.S: Likewise.
731         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
732         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
733         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
734         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
735         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
736         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
737         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
738         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
739         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
740         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
741         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
742         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
743         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
744         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
745         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
746         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
747         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
748         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
749         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
750         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
751         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
752         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
753         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
754         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
755         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
756         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
757         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
758         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
759         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
760         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
761         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
762         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
763         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
764         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
765         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
766         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
767         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
768         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
769         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
770         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
771         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
772         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
773         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
774         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
775         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
776         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
777         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
778         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
779         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
780         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
781         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
782         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
783         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
784         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
785         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
786         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
787         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
788         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
789         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
790         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
791         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
792         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
793         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
794         * sysdeps/nptl/bits/libc-lock.h: Likewise.
795         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
796         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
797         * sysdeps/posix/closedir.c: Likewise.
798         * sysdeps/posix/opendir.c: Likewise.
799         * sysdeps/posix/readdir.c: Likewise.
800         * sysdeps/posix/rewinddir.c: Likewise.
801         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
802         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
803         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
804         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
805         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
806         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
807         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
808         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
809         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
810         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
811         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
812         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
813         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
814         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
815         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
816         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
817         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
818         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
819         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
820         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
821         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
822         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
823         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
824         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
825         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
826         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
827         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
828         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
829         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
830         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
831         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
832         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
833         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
834         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
835         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
836         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
837         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
838         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
839         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
840         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
841         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
842         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
843         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
844         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
845         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
846         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
847         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
848         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
849         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
850         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
851         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
852         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
853         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
854         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
855         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
856         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
857         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
858         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
859         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
860         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
861         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
862         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
863         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
864         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
865         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
866         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
867         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
868         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
869         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
870         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
871         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
872         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
873         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
874         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
875         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
876         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
877         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
878         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
879         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
880         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
881         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
882         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
883         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
884         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
885         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
886         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
887         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
888         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
889         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
890         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
891         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
892         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
893         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
894         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
895         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
896         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
897         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
898         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
899         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
900         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
901         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
902         * sysdeps/unix/alpha/sysdep.S: Likewise.
903         * sysdeps/unix/alpha/sysdep.h: Likewise.
904         * sysdeps/unix/make-syscalls.sh: Likewise.
905         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
906         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
907         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
908         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
909         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
910         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
911         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
912         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
913         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
914         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
915         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
916         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
917         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
918         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
919         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
920         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
921         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
922         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
923         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
924         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
925         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
926         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
927         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
928         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
929         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
930         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
931         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
934         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
935         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
936         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
937         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
938         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
939         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
940         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
941         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
942         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
943         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
944         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
945         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
946         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
947         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
948         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
949         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
950         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
951         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
952         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
953         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
954         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
955         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
956         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
957         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
958         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
959         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
960         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
961         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
962         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
963         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
964         * sysdeps/x86_64/memcpy.S: Likewise.
965         * sysdeps/x86_64/memmove.c: Likewise.
966         * sysdeps/x86_64/memset.S: Likewise.
967         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
968         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
969         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
970         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
971         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
972         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
973         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
974         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
975         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
976         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
977         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
978         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
979         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
980         * sysdeps/x86_64/multiarch/memset.S: Likewise.
981         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
982         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
983         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
984         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
985         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
986         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
987         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
988         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
989         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
990         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
991         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
992         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
993         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
994         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
995         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
996         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
997         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
998         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
999         * sysdeps/x86_64/strcmp.S: Likewise.
1001         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1003         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1004         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1005         * elf/rtld-Rules: Likewise.
1006         * elf/setup-vdso.h: Likewise.
1007         * include/assert.h: Likewise.
1008         * include/bits/stdlib-float.h: Likewise.
1009         * include/errno.h: Likewise.
1010         * include/sys/stat.h: Likewise.
1011         * include/unistd.h: Likewise.
1012         * sysdeps/aarch64/setjmp.S: Likewise.
1013         * sysdeps/alpha/setjmp.S: Likewise.
1014         * sysdeps/arm/__longjmp.S: Likewise.
1015         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1016         * sysdeps/arm/setjmp.S: Likewise.
1017         * sysdeps/arm/sysdep.h: Likewise.
1018         * sysdeps/generic/_itoa.h: Likewise.
1019         * sysdeps/generic/dl-sysdep.h: Likewise.
1020         * sysdeps/generic/ldsodefs.h: Likewise.
1021         * sysdeps/i386/dl-tls.h: Likewise.
1022         * sysdeps/i386/setjmp.S: Likewise.
1023         * sysdeps/m68k/setjmp.c: Likewise.
1024         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1025         * sysdeps/mach/hurd/opendir.c: Likewise.
1026         * sysdeps/posix/getcwd.c: Likewise.
1027         * sysdeps/posix/opendir.c: Likewise.
1028         * sysdeps/posix/profil.c: Likewise.
1029         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1030         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1031         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1032         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1033         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1034         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1035         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1036         * sysdeps/s390/dl-tls.h: Likewise.
1037         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1038         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1039         * sysdeps/sh/sh3/setjmp.S: Likewise.
1040         * sysdeps/sh/sh4/setjmp.S: Likewise.
1041         * sysdeps/unix/alpha/sysdep.h: Likewise.
1042         * sysdeps/unix/arm/sysdep.S: Likewise.
1043         * sysdeps/unix/i386/sysdep.S: Likewise.
1044         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1045         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1046         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1047         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1048         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1049         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1050         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1051         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1052         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1053         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1054         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1055         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1056         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1059         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1060         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1061         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1062         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1063         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1064         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1065         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1066         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1067         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1068         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1069         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1070         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1071         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1072         * sysdeps/x86_64/setjmp.S: Likewise.
1074         * include/math.h: Use IS_IN instead of IS_IN_libm.
1075         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1076         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1077         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1078         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1079         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1080         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1081         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1082         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1083         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1084         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1085         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1086         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1087         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1088         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1089         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1090         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1091         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1092         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1093         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1094         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1095         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1096         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1097         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1098         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1099         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1100         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1101         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1102         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1103         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1104         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1105         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1106         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1107         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1109         Likewise.
1110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1111         Likewise.
1112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1113         Likewise.
1114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1115         Likewise.
1116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1117         Likewise.
1118         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1119         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1120         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1121         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1122         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1123         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1129         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1130         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1131         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1132         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1133         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1134         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1135         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1136         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1137         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1138         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1139         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1140         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1141         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1142         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1143         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1144         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1146         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1147         * nptl/pthreadP.h: Likewise.
1148         * nptl_db/structs.def: Likewise.
1149         * sysdeps/arm/sysdep.h: Likewise.
1150         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1151         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1152         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1153         * sysdeps/unix/alpha/sysdep.h: Likewise.
1154         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1155         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1156         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1157         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1158         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1159         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1160         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1161         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1162         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1163         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1164         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1165         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1166         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1167         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1170         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1171         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1172         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1173         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1174         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1175         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1176         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1177         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1178         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1179         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1181         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1182         * nptl/pthreadP.h: Likewise.
1183         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1184         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1185         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1186         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1187         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1188         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1189         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1190         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1191         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1192         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1193         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1194         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1196         Likewise.
1197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1198         Likewise.
1199         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1200         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1201         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1202         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1203         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1204         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1205         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1206         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1208         * dlfcn/dladdr.c: Use IS_IN.
1209         * dlfcn/dladdr1.c: Likewise.
1210         * dlfcn/dlclose.c: Likewise.
1211         * dlfcn/dlerror.c: Likewise.
1212         * dlfcn/dlinfo.c: Likewise.
1213         * dlfcn/dlmopen.c: Likewise.
1214         * dlfcn/dlopen.c: Likewise.
1215         * dlfcn/dlsym.c: Likewise.
1216         * dlfcn/dlvsym.c: Likewise.
1218         * include/ifaddrs.h: Use IS_IN.
1219         * inet/check_pf.c: Likewise.
1220         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1221         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1223         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1224         IS_IN_ldconfig.
1225         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1226         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1228         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1229         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1230         IS_IN (libc).
1232         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1234         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1235         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1236         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1237         * include/libc-symbols.h (IS_IN_LIB): New macro.
1238         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1239         * include/netdb.h: Likewise.
1240         * include/stap-probe.h: Remove all uses of IN_LIB.
1242         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1243         instead of IN_MODULE.
1244         * include/libc-symbols.h (IN_MODULE): Define using
1245         MODULE_NAME.
1246         (PASTE_NAME, PASTE_NAME1): New macros.
1247         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1248         of IN_LIB.
1249         (STAP_PROBE_ASM): Likewise.
1251 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1253         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1254         __mach_init in dlopened libc.
1256 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1258         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1259         * sysdeps/arm/preconfigure: Regenerate.
1261 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1263         * nptl/pthread_create.c (__pthread_create_2_1): Set
1264         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1265         when copying values from IATTR into PD.
1267 2014-11-21  Will Newton  <will.newton@linaro.org>
1268             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1270         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1271         Refactor inline-asm.  Also add comment.
1273         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1274         ElfW macro instead of hardcoded Elf64 types.
1275         (la_aarch64_gnu_pltenter): Likewise.
1276         * sysdeps/aarch64/dl-machine.h
1277         (elf_machine_runtime_setup): Use ElfW(Addr).
1279         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1280         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1281         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1282         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1283         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1284         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1285         (R_AARCH64_TLS_DTPMOD): This.
1286         (R_AARCH64_TLS_DTPREL64): Rename to ...
1287         (R_AARCH64_TLS_DTPREL): This.
1288         (R_AARCH64_TLS_TPREL64): Rename to ...
1289         (R_AARCH64_TLS_TPREL): This.
1290         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1291         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1292         R_AARCH64_TLS_TPREL64.
1293         (elf_machine_rela): Likewise.
1295 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1297         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1298         by setting it to 0.  64b atomics are not supported currently.
1300 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1302         [BZ #16469]
1303         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1304         search domain names.
1306 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1308         [BZ #16469]
1309         * NEWS: Update.
1310         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1311         trailing dot.
1312         * posix/tst-getaddrinfo5.c: New.
1313         * posix/Makefile (tests): Add it.
1315 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1317         [BZ #14498]
1318         * NEWS: Fixed.
1319         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1320         after parsing line but before break_if_match.
1321         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1322         if there is a protocol mismatch.
1324 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1326         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1327         because the potential race is on the user-supplied stream.
1329 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1331         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1332         string literal if not passed a buffer.
1333         * manual/job.texi (ctermid): Update reasoning, note deviation
1334         from posix, suggest mtasurace when not passed a buffer, for
1335         future non-preliminary safety notes.
1337 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1339         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1340         of not passing it a buffer.
1341         Reported by Peng Haitao.
1343 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1345         * manual/Makefile ($(objpfx)stamp-summary): Require
1346         check-safety.sh to pass.
1347         * manual/check-safety.sh: Wish for verification that every
1348         @deftypefn and @deftypefun is followed by a @safety remark.
1350 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1352         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1354         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1355         PTHREAD_CANCEL_ASYNCHRONOUS.
1356         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1357         send SIGCANCEL.
1359         * nptl/default-sched.h: New file.
1360         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1361         * nptl/pthread_create.c: Include it.
1362         (__pthread_create_2_1): Use collect_default_sched instead of making
1363         Linux syscalls here directly.
1365 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1367         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1368         __pthread_once): Use C11 atomics.
1370 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1372         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1374 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1376         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1377         atomic_thread_fence_acquire, atomic_thread_fence_release,
1378         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1379         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1380         atomic_compare_exchange_weak_relaxed,
1381         atomic_compare_exchange_weak_acquire,
1382         atomic_compare_exchange_weak_release,
1383         atomic_exchange_acquire, atomic_exchange_release,
1384         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1385         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1386         atomic_fetch_and_acquire,
1387         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1389 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1391         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1392         USE_ATOMIC_COMPILER_BUILTINS): Define.
1393         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1394         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1395         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1396         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1397         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1398         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1399         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1400         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1401         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1402         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1403         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1404         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1405         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1406         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1407         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1408         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1409         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1410         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1411         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1412         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1413         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1414         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1415         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1416         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1417         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1418         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1419         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1420         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1421         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1422         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1423         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1424         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1425         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1426         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1427         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1428         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1429         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1430         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1431         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1432         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1434 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1436         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1437         the sched_priority value here.  It was already checked when the user
1438         called pthread_attr_setschedparam.
1440         * nptl/tst-bad-schedattr.c: New file.
1441         * nptl/Makefile (tests): Add it.
1443 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1444             Florian Weimer  <fweimer@redhat.com>
1445             Joseph Myers  <joseph@codesourcery.com>
1446             Adam Conrad  <adconrad@0c3.net>
1447             Andreas Schwab  <schwab@suse.de>
1448             Brooks  <bmoses@google.com>
1450         [BZ #17625]
1451         * wordexp-test.c (__dso_handle): Add prototype.
1452         (__register_atfork): Likewise.
1453         (__app_register_atfork): New function.
1454         (registered_forks): New global.
1455         (register_fork): New function.
1456         (test_case): Add 3 new tests for WRDE_CMDSUB.
1457         (main): Call __app_register_atfork.
1458         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1459         fork count is non-zero fail the test.
1460         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1461         is set.
1462         (parse_dollars): Remove check for WRDE_NOCMD.
1463         (parse_dquote): Likewise.
1465 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1467         * Makeconfig (built-modules): List non-library modules to be
1468         built.
1469         (module-cppflags): Include libc-modules.h for
1470         everything except shlib-versions.v.i.
1471         (CPPFLAGS): Use it.
1472         (before-compile): Add libc-modules.h.
1473         ($(common-objpfx)libc-modules.h,
1474         $(common-objpfx)libc-modules.stmp): New targets.
1475         (common-generated): Add libc-modules.h and libc-modules.stmp.
1476         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1477         * include/libc-symbols.h: Don't include libc-modules.h.
1478         * include/libc-modules.h: Remove file.
1479         * scripts/gen-libc-modules.awk: New script to generate
1480         libc-modules.h.
1481         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1482         Depend on libc-modules.stmp.
1484         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1486         * Makeconfig (in-module): Get value of libof set for the
1487         translation unit.
1488         (CPPFLAGS): Use $(in-module).
1489         * Makerules: Don't suffix routine names for nonlib.
1490         * include/libc-modules.h: New file.
1491         * include/libc-symbols.h: Include libc-modules.h
1492         (IS_IN): New macro to replace IS_IN_* macros.
1493         * elf/Makefile: Set libof-* for each routine.
1494         * elf/rtld-Rules: Likewise.
1495         * extra-modules.mk: Likewise.
1496         * iconv/Makefile: Likewise.
1497         * iconvdata/Makefile: Likewise.
1498         * locale/Makefile: Likewise.
1499         * malloc/Makefile: Likewise.
1500         * nss/Makefile: Likewise.
1501         * sysdeps/gnu/Makefile: Likewise.
1502         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1503         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1504         * sysdeps/s390/s390-64/Makefile: Likewise.
1505         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1506         CPPFLAGS for nscd instead of nonlib.
1508 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1510         * nptl/createthread.c: New file.
1512         * nptl/createthread.c: Moved ...
1513         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1515         * nptl/createthread.c: Add proper top-line comment.
1516         (do_clone): Folded into ...
1517         (create_thread): ... here.  Take new arguments STOPPED_START and
1518         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1519         increment __nptl_threads, do event-reporting logic, do
1520         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1521         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1522         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1523         just send SIGCANCEL.
1524         * nptl/pthread_create.c: Forward-declare create_thread before
1525         including createthread.c.
1526         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1527         declaration, and new macro START_THREAD_SELF to replace argument.
1528         Remove return statement.
1529         (report_thread_creation): New function.
1530         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1531         synchronization logic, and __nptl_nthreads increment here, around
1532         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1533         PD->parent_cancelhandling here, before create_thread.  When
1534         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1535         __deallocate_stack, and ENOMEM translation here.
1537 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1539         [BZ #17616]
1540         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1541         (mptwo): Rename to __mptwo.
1542         (__inv): Use __mptwo instead of mptwo.
1543         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1544         (mptwo): Rename to __mptwo.
1545         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1546         of mpone and __mptwo instead of mptwo.
1547         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1548         instead of mpone.
1549         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1550         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1551         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1552         of mpone and __mptwo instead of mptwo.
1553         (__mpranred): Use __mpone instead of mpone.
1554         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1555         variable.
1556         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1557         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1558         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1559         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1560         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1561         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1562         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1563         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1564         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1565         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1566         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1567         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1568         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1569         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1570         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1571         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1572         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1573         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1574         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1576 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1578         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1579         replace BSD Handler xref with BSD Signal Handling.
1581 2014-11-17  Richard Henderson  <rth@redhat.com>
1583         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1584         (_FP_PACK_RAW_2): Remove.
1585         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1586         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1587         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1588         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1589         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1590         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1591         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1592         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1593         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1594         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1595         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1596         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1597         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1598         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1599         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1600         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1602 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1604         * signal/signal.h [__USE_MISC]
1605         (struct sigvec): Remove type.
1606         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1607         (sigvec): Remove declaration.
1608         * sysdeps/posix/sigvec.c: Moved ...
1609         * signal/sigvec.c: ... here, replacing old file.
1610         (struct sigvec): New type, copied from old signal.h definition.
1611         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1612         (__sigvec): Convert definition to prototype.
1613         (sigvec): Replace weak_alias with compat_symbol.
1614         * signal/Versions (libc: GLIBC_2.21): New version set.
1615         * include/signal.h: Remove __sigvec declaration.
1616         * sysdeps/unix/bsd/sigvec.c: Remove file.
1617         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1618         * manual/signal.texi (BSD Handler): Remove subsection.
1619         Move siginterrupt up to ...
1620         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1621         (Blocking in BSD): Fold subsection into its parent.
1622         * NEWS: Mention sigvec removal.
1624 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1626         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1627         (DLA_FMS): Make definition conditional only on [__FMA4__].
1628         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1629         definition.
1631         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1632         Make definition conditional only on [PROF].
1633         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1634         definition.
1635         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1636         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1638         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1639         !__GNUC__].
1640         * include/signal.h (__sigpause): Move declaration above call to
1641         libc_hidden_proto.
1642         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1643         variable.
1644         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1645         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1647 2014-11-14  David S. Miller  <davem@davemloft.net>
1649         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1650         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1652 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1654         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1655         * configure: Regenerated.
1656         * manual/install.texi (Tools for Compilation): Document a
1657         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1658         compiler verified to work.
1659         * INSTALL: Regenerated.
1661         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1662         redeclare with asm name.
1663         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1664         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1665         including <string.h>.
1666         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1667         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1668         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1669         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1670         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1671         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1672         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1674 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1676         * stdlib/strtol.c (__strtol): Use prototype definition.
1678         [BZ #17594]
1679         * stdlib/strtol.c (SYM__): New macro.
1680         (SYM__1): Likewise.
1681         (__strtol): Likewise.
1682         (strtol): Rename to __strtol and define as weak alias of
1683         __strtol.  Use libc_hidden_weak.
1685 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1687         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1688         Use numbered labels in inline assembly.
1690 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1692         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1693         Add setjmp LIBC_PROBE.
1694         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1695         Likewise.
1696         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1697         Add longjmp, longjmp_target LIBC_PROBE.
1698         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1699         Likewise.
1701 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1703         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1704         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1705         to get rid of unused variable warning.
1707 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1709         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1710         Check for unwind_backtrace ==  NULL only in SHARED case.
1711         (__backchain_backtrace): Compile only in SHARED case.
1712         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1713         Likewise.
1714         (__backchain_backtrace): Declare as static.
1716 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1718         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1719         (__libc_multiple_threads_ptr): Variable moved ...
1720         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1722 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1724         * conform/GlibcConform.pm: New file.
1725         * conform/conformtest.pl: Use GlibcConform module.
1726         * conform/linknamespace.pl: New file.
1727         * conform/list-header-symbols.pl: Likewise.
1728         * conform/Makefile (linknamespace-symlists-base): New variable.
1729         (linknamespace-symlists-tests): Likewise.
1730         (linknamespace-header-base): Likewise.
1731         (linknamespace-header-tests): Likewise.
1732         (tests-special): Add new tests.
1733         ($(linknamespace-symlists-tests)): New rule.
1734         (linknamespace-libs): New variable.
1735         ($(objpfx)symlist-stdlibs): New rule.
1736         ($(linknamespace-header-tests)): Likewise.
1737         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1738         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1739         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1740         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1741         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1742         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1743         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1744         (test-xfail-ISO/math.h/linknamespace): Likewise.
1745         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1746         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1747         (test-xfail-ISO/time.h/linknamespace): Likewise.
1748         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1749         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1750         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1751         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1752         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1753         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1754         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1755         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1756         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1757         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1758         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1759         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1760         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1761         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1762         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1763         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1764         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1765         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1766         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1767         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1768         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1769         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1770         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1771         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1772         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1773         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1774         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1775         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1776         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1777         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1778         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1779         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1780         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1781         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1782         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1783         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1784         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1785         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1786         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1787         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1788         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1789         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1790         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1791         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1792         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1793         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1794         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1795         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1796         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1797         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1798         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1799         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1800         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1801         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1802         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1803         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1804         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1805         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1806         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1807         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1808         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1809         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1810         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1811         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1812         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1813         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1814         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1815         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1816         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1817         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1818         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1819         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1820         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1821         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1822         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1823         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1824         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1825         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1826         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1827         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1828         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1829         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1830         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1831         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1832         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1833         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1834         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1835         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1836         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1837         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1838         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1839         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1840         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1841         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1842         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1843         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1844         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1845         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1846         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1847         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1848         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1849         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1850         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1851         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1852         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1853         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1854         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1855         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1856         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1857         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1858         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1859         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1860         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1861         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1862         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1863         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1864         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1865         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1866         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1867         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1868         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1869         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1870         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1871         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1872         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1873         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1874         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1875         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1876         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1877         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1878         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1879         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1880         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1881         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1882         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1883         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1884         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1885         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1886         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1887         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1888         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1889         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1890         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1891         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1892         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1893         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1894         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1895         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1896         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1897         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1899         [BZ #17589]
1900         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1901         of fgets_unlocked.
1903         [BZ #17585]
1904         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1905         (memmem): Rename to __memmem and define as weak alias of
1906         __memmem.  Use libc_hidden_weak.
1907         (__memmem): Use libc_hidden_def.
1908         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1909         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1910         memmem.
1912         [BZ #17582]
1913         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1914         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1915         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1916         and define as weak alias of __fgets_unlocked.  Use
1917         libc_hidden_weak.
1918         (__fgets_unlocked): Use libc_hidden_def.
1919         * include/stdio.h (__fgets_unlocked): Declare.  Use
1920         libc_hidden_proto.
1921         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1922         __fgets_unlocked instead of fgets_unlocked.
1923         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1924         (GET_NPROCS_CONF_PARSER): Likewise.
1925         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1926         (GET_NPROCS_CONF_PARSER): Likewise.
1928         [BZ #17574]
1929         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1930         weak alias of __wmemset.  Use libc_hidden_weak.
1931         (__wmemset): Use libc_hidden_def.
1932         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1933         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1934         of wmemset.
1936         [BZ #17573]
1937         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1938         with asm name __mempcpy.
1939         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1941         [BZ #17572]
1942         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1943         and define as weak alias of __rawmemchr.
1944         (__rawmemchr): Do not define as strong alias of rawmemchr.
1946         [BZ #17571]
1947         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1948         alias of __qsort_r.
1949         (qsort): Call __qsort_r instead of qsort_r.
1950         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1951         (__qsort_r): Declare.  Call libc_hidden_proto.
1952         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1953         instead of qsort_r.
1954         * nscd/gai.c (__qsort_r): Define to qsort_r.
1955         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1956         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1957         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1959         [BZ #17570]
1960         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1961         define as weak alias of __malloc_info.
1963         [BZ #17584]
1964         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1965         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1966         (__rewinddir): Use libc_hidden_def.
1967         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1968         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1969         (__rewinddir): Use libc_hidden_def.
1970         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1971         weak alias of __rewinddir.  Don't use libc_hidden_def.
1972         (__rewinddir): Use libc_hidden_def.
1973         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1974         (__rewinddir): Use libc_hidden_proto.
1975         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1976         rewinddir.
1977         (__getcwd): Use __rewinddir instead of rewinddir.
1979         [BZ #17583]
1980         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1981         alias of __fileno.  Use libc_hidden_weak.
1982         (__fileno): Use libc_hidden_def.
1983         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1984         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1985         alias of __ftello.
1986         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1987         __ftello.
1988         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1989         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1990         libc_hidden_def.
1991         (fread_unlocked): Don't use libc_hidden_ver.
1992         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1993         and define as weak alias of __fread_unlocked.  Don't use
1994         libc_hidden_def.
1995         (__fread_unlocked): Use libc_hidden_def.
1996         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1997         (ftello): Don't use libc_hidden_proto.
1998         (__ftello): Declare.  Use libc_hidden_proto.
1999         (fread_unlocked): Don't use libc_hidden_proto.
2000         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2001         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2002         and __ftello instead of fileno, fread_unlocked and ftello.
2004 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2006         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2007         GOT12.
2008         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2009         Likewise.
2010         (_dl_start_user): Likewise.
2011         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2013 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2014             Siddhesh Poyarekar  <siddhesh@redhat.com>
2016         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2017         Move argv and envp down instead of moving argc up.
2018         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2020 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2022         [BZ #17506]
2023         * test-skeleton.c (main): Return successful if one of
2024         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2025         * string/tst-strcoll-overflow.c: Define expected status.
2027 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2029         [BZ #17475]
2030         * locale/iso-639.def: Define Bhili and Tulu language codes.
2032 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2034         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2036 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2038         [BZ #17555]
2039         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2041 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2043         * configure.ac: Updated check of minimal required version to
2044         2.22.
2045         * manual/install.texi (Tools for Compilation): Updated version
2046         number.
2047         * configure: Regenerated.
2048         * INSTALL: Likewise.
2050 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2052         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2053         __tls_get_addr.
2055 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2057         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2058         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2059         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2060         libc_hidden_weak.
2061         (waitpid): Define as alias of __waitpid.
2062         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2063         __waitpid.
2064         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2065         libc_hidden_weak.
2066         (waitpid): Define as alias of __waitpid.
2067         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2068         __libc_waitpid alias.
2069         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2070         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2071         Likewise.
2072         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2073         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2074         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2075         alias.
2076         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2077         __waitpid.
2078         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2079         libc_hidden_weak.
2080         (waitpid): Define as alias of __waitpid.
2082 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2084         * manual/llio.texi: Add comment that write safety has been
2085         fixed in Linux.
2087         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2088         (localplt-build-dso): Add elf/ld.so.
2089         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2090         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2091         and free for ld.so.
2092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2093         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2095         Likewise.
2096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2097         Likewise.
2098         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2099         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2100         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2101         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2102         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2103         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2104         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2105         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2106         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2107         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2108         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2110 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2112         [BZ #14132]
2113         * include/libc-symbols.h (INTUSE): Remove macro.
2114         (INTDEF): Likewise.
2115         (INTVARDEF): Likewise.
2116         (_INTVARDEF): Likewise.
2117         (INTDEF2): Likewise.
2118         (INTVARDEF2): Likewise.
2119         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2120         rtld_hidden_def instead of INTVARDEF.
2121         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2122         (_dl_starting_up_internal): Remove declaration.
2123         (_dl_starting_up): Use rtld_hidden_proto.
2124         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2125         declaration.
2126         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2127         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2128         _dl_starting_up.
2129         * elf/dl-writev.h (_dl_writev): Likewise.
2130         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2131         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2132         _dl_starting_up_internal.
2134 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2136         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2137         test-skeleton.c.
2139 2014-11-05  Will Newton  <will.newton@linaro.org>
2141         * benchtests/Makefile: (bench-malloc): Add malloc thread
2142         scalability benchmark.
2143         * benchtests/bench-malloc-threads.c: New file.
2145 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2147         * sysdeps/aarch64/strchrnul.S: New file.
2149 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2151         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2152         definition.
2153         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2154         Likwise.
2155         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2156         Likewise.
2157         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2158         Likewise.
2159         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2160         Likewise.
2161         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2162         Likewise.
2164 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2166         * catgets/test-gencat.c: Use test-skeleton.c.
2167         * catgets/tst-catgets.c: Likewise.
2168         * csu/tst-empty.c: Likewise.
2169         * elf/tst-audit2.c: Likewise.
2170         * elf/tst-global1.c: Likewise.
2171         * elf/tst-pathopt.c: Likewise.
2172         * elf/tst-piemod1.c: Likewise.
2173         * elf/tst-tls10.c: Likewise.
2174         * elf/tst-tls11.c: Likewise.
2175         * elf/tst-tls12.c: Likewise.
2176         * gnulib/tst-gcc.c: Likewise.
2177         * iconvdata/tst-e2big.c: Likewise.
2178         * iconvdata/tst-loading.c: Likewise.
2179         * iconv/tst-iconv1.c: Likewise.
2180         * iconv/tst-iconv2.c: Likewise.
2181         * inet/test-inet6_opt.c: Likewise.
2182         * inet/tst-gethnm.c: Likewise.
2183         * inet/tst-network.c: Likewise.
2184         * inet/tst-ntoa.c: Likewise.
2185         * intl/tst-codeset.c: Likewise.
2186         * intl/tst-gettext2.c: Likewise.
2187         * intl/tst-gettext3.c: Likewise.
2188         * intl/tst-ngettext.c: Likewise.
2189         * intl/tst-translit.c: Likewise.
2190         * io/test-stat.c: Likewise.
2191         * libio/test-fmemopen.c: Likewise.
2192         * libio/tst-freopen.c: Likewise.
2193         * libio/tst-sscanf.c: Likewise.
2194         * libio/tst-ungetwc1.c: Likewise.
2195         * libio/tst-ungetwc2.c: Likewise.
2196         * libio/tst-widetext.c: Likewise.
2197         * localedata/tst-ctype.c: Likewise.
2198         * localedata/tst-digits.c: Likewise.
2199         * localedata/tst-leaks.c: Likewise.
2200         * localedata/tst-mbswcs1.c: Likewise.
2201         * localedata/tst-mbswcs2.c: Likewise.
2202         * localedata/tst-mbswcs3.c: Likewise.
2203         * localedata/tst-mbswcs4.c: Likewise.
2204         * localedata/tst-mbswcs5.c: Likewise.
2205         * localedata/tst-setlocale.c: Likewise.
2206         * localedata/tst-trans.c: Likewise.
2207         * localedata/tst-wctype.c: Likewise.
2208         * localedata/tst-xlocale1.c: Likewise.
2209         * login/tst-grantpt.c: Likewise.
2210         * malloc/tst-calloc.c: Likewise.
2211         * malloc/tst-malloc.c: Likewise.
2212         * malloc/tst-mallocstate.c: Likewise.
2213         * malloc/tst-mcheck.c: Likewise.
2214         * malloc/tst-mtrace.c: Likewise.
2215         * malloc/tst-obstack.c: Likewise.
2216         * math/atest-exp2.c: Likewise.
2217         * math/atest-exp.c: Likewise.
2218         * math/atest-sincos.c: Likewise.
2219         * math/test-matherr.c: Likewise.
2220         * math/test-misc.c: Likewise.
2221         * math/test-powl.c: Likewise.
2222         * math/tst-definitions.c: Likewise.
2223         * misc/tst-dirname.c: Likewise.
2224         * misc/tst-efgcvt.c: Likewise.
2225         * misc/tst-fdset.c: Likewise.
2226         * misc/tst-hsearch.c: Likewise.
2227         * misc/tst-mntent2.c: Likewise.
2228         * nptl/tst-sem7.c: Likewise.
2229         * nptl/tst-sem8.c: Likewise.
2230         * nptl/tst-sem9.c: Likewise.
2231         * nss/test-netdb.c: Likewise.
2232         * posix/tst-fnmatch.c: Likewise.
2233         * posix/tst-getlogin.c: Likewise.
2234         * posix/tst-gnuglob.c: Likewise.
2235         * posix/tst-mmap.c: Likewise.
2236         * pwd/tst-getpw.c: Likewise.
2237         * resolv/tst-inet_ntop.c: Likewise.
2238         * rt/tst-timer.c: Likewise.
2239         * stdio-common/test-fseek.c: Likewise.
2240         * stdio-common/test-popen.c: Likewise.
2241         * stdio-common/test-vfprintf.c: Likewise.
2242         * stdio-common/tst-cookie.c: Likewise.
2243         * stdio-common/tst-fileno.c: Likewise.
2244         * stdio-common/tst-gets.c: Likewise.
2245         * stdio-common/tst-obprintf.c: Likewise.
2246         * stdio-common/tst-perror.c: Likewise.
2247         * stdio-common/tst-sprintf2.c: Likewise.
2248         * stdio-common/tst-sprintf3.c: Likewise.
2249         * stdio-common/tst-sprintf.c: Likewise.
2250         * stdio-common/tst-swprintf.c: Likewise.
2251         * stdio-common/tst-tmpnam.c: Likewise.
2252         * stdio-common/tst-unbputc.c: Likewise.
2253         * stdio-common/tst-wc-printf.c: Likewise.
2254         * stdlib/tst-environ.c: Likewise.
2255         * stdlib/tst-fmtmsg.c: Likewise.
2256         * stdlib/tst-limits.c: Likewise.
2257         * stdlib/tst-rand48-2.c: Likewise.
2258         * stdlib/tst-rand48.c: Likewise.
2259         * stdlib/tst-random2.c: Likewise.
2260         * stdlib/tst-random.c: Likewise.
2261         * stdlib/tst-strtol.c: Likewise.
2262         * stdlib/tst-strtoll.c: Likewise.
2263         * stdlib/tst-tls-atexit.c: Likewise.
2264         * stdlib/tst-xpg-basename.c: Likewise.
2265         * string/test-ffs.c: Likewise.
2266         * string/tst-bswap.c: Likewise.
2267         * string/tst-inlcall.c: Likewise.
2268         * string/tst-strtok.c: Likewise.
2269         * string/tst-strxfrm.c: Likewise.
2270         * sysdeps/x86_64/tst-audit10.c: Likewise.
2271         * sysdeps/x86_64/tst-audit3.c: Likewise.
2272         * sysdeps/x86_64/tst-audit4.c: Likewise.
2273         * sysdeps/x86_64/tst-audit5.c: Likewise.
2274         * time/tst-ftime_l.c: Likewise.
2275         * time/tst-getdate.c: Likewise.
2276         * time/tst-mktime3.c: Likewise.
2277         * time/tst-mktime.c: Likewise.
2278         * time/tst-posixtz.c: Likewise.
2279         * time/tst-strptime2.c: Likewise.
2280         * time/tst-strptime3.c: Likewise.
2281         * wcsmbs/tst-btowc.c: Likewise.
2282         * wcsmbs/tst-mbrtowc.c: Likewise.
2283         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2284         * wcsmbs/tst-wchar-h.c: Likewise.
2285         * wcsmbs/tst-wcpncpy.c: Likewise.
2286         * wcsmbs/tst-wcrtomb.c: Likewise.
2287         * wcsmbs/tst-wcsnlen.c: Likewise.
2288         * wcsmbs/tst-wcstof.c: Likewise.
2290 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2292         [BZ #14132]
2293         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2294         INTDEF.
2295         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2296         declaration.
2297         (_dl_mcount): Use rtld_hidden_proto.
2298         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2299         _dl_mcount.
2300         * elf/rtld.c (_rtld_global_ro): Likewise.
2302         [BZ #14132]
2303         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2304         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2305         of _dl_init_internal.
2306         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2307         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2308         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2309         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2310         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2311         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2312         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2313         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2314         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2315         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2316         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2317         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2318         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2319         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2320         * sysdeps/tile/dl-start.S (_start): Likewise.
2321         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2322         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2324         [BZ #14132]
2325         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2326         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2327         (rtld_progname): Make macro definition unconditional.
2328         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2329         INTDEF.
2330         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2331         (dl_main): Likewise.
2332         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2333         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2334         instead of _dl_argv_internal.
2335         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2336         __GI__dl_argv instead of INTUSE(_dl_argv).
2337         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2338         __GI__dl_argv instead of _dl_argv_internal.
2340         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2341         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2342         macro.
2343         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2344         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2345         New macro.
2346         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2347         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2348         macro.
2349         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2350         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2352 2014-11-04  Andreas Schwab  <schwab@suse.de>
2354         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2356 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2358         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2359         mtvsrd instruction in binary form.
2361 2014-11-03  Andreas Schwab  <schwab@suse.de>
2363         [BZ #17522]
2364         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2365         for less than MB_LEN_MAX use a local buffer of that size.
2366         * libio/tst-fputws.c: New file.
2367         * libio/Makefile (tests): Add tst-fputws.
2369 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2371         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2372         the size of the fpu_fr.fpu_dregs[] array.
2374 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2376         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2377         (__nanosleep): Do not define as alias.
2378         (nanosleep): Define as alias of __nanosleep.
2379         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2380         __libc_nanosleep name.
2382 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2384         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2385         install.texi in comment.
2387 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2389         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2390         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2391         ... add here and use lwsync or sync ...
2392         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2393         ... and add here using lwsync.
2395 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2397         * elf/dl-machine-reject-phdr.h: New file.
2398         * elf/dl-load.c: #include that.
2399         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2400         if that returned true.
2402 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2404         [BZ #17496]
2405         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2406         gen-as-const-headers chunk.  Add a big scare comment after the last
2407         safe place to touch before-compile.
2409 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2411         * manual/install.texi (Tools for Compilation): Update autoconf
2412         version requirements.
2413         * INSTALL: Regenerated.
2415         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2416         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2417         (__libc_pselect): Likewise.
2419         [BZ #14138]
2420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2425 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2427         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2428         correct barrier instruction.
2429         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2430         Likewise.
2431         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2432         Likewise.
2434 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2436         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2437         after defining inlines.  Instead, just use parens to defeat macro
2438         expansion of __isctype in its declaration.
2440 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2442         * include/sys/uio.h (__libc_readv): Remove declaration.
2443         (__libc_writev): Likewise.
2444         * misc/readv.c (__libc_readv): Rename to __readv.
2445         (__readv): Do not define as alias.
2446         (readv): Define as alias of __readv.
2447         * misc/writev.c (__libc_writev): Rename to __writev.
2448         (__writev): Do not define as alias.
2449         (writev): Define as alias of __writev.
2450         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2451         (__readv): Do not define as alias.
2452         (readv): Define unconditionally as alias of __readv.
2453         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2454         (__writev): Do not define as alias.
2455         (writev): Define unconditionally as alias of __writev.
2456         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2457         name.
2458         (writev): Do not define __libc_writev name.
2460 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2462         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2463         (convert_charseq): New function, broken out of ...
2464         (use_from_charmap): ... here.  Call it.
2465         (use_to_charmap): Use convert_charseq and free instead of duplicating
2466         its code with a variable-length stack struct.
2468 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2470         * include/fcntl.h (__libc_creat): Remove declaration.
2471         * io/creat.c (__libc_creat): Rename to creat.
2472         (creat): Do not define as alias.
2473         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2474         of creat instead of __libc_creat.
2475         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2476         to creat.
2477         (creat): Do not define as alias.
2478         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2479         __libc_creat.
2480         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2481         __libc_creat name.
2482         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2483         Likewise.
2485 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2487         * manual/llio.texi: Add comments discussing why write() may be
2488         considered MT-unsafe on Linux.
2490 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2492         * dl-load.c (local_strdup): Remove.
2493         (expand_dynamic_string_token): Use __strdup.
2494         (decompose_rpath): Likewise.
2495         (_dl_map_object): Likewise.
2497 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2499         [BZ #14132]
2500         * sysdeps/generic/unwind-dw2-fde.c
2501         (__register_frame_info_bases_internal): Do not declare.
2502         (__register_frame_info_table_bases_internal): Likewise.
2503         (__deregister_frame_info_bases_internal): Likewise.
2504         (__register_frame_info_bases): Declare and use hidden_proto before
2505         definition.  Use hidden_def instead of INTDEF.
2506         (__register_frame_info_table_bases): Likewise.
2507         (__deregister_frame_info_bases): Likewise.
2508         (__register_frame_info): Do not use INTUSE.
2509         (__register_frame): Likewise.
2510         (__register_frame_info_table): Likewise.
2511         (__register_frame_table): Likewise.
2512         (__deregister_frame_info): Likewise.
2513         (__deregister_frame): Likewise.
2515 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2517         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2518         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2519         not undefine.
2520         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2521         Likewise.
2522         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2523         Likewise.
2525 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2527         [BZ #14138]
2528         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2529         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2530         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2531         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2532         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2533         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2534         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2535         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2536         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2537         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2538         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2539         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2540         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2541         syscall.
2542         (setfsuid): Likewise.
2543         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2544         (setfsuid): Likewise.
2545         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2546         (setfsuid): Likewise.
2547         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2548         Likewise.
2549         (setfsuid): Likewise.
2550         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2551         (setfsuid): Likewise.
2552         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2553         Likewise.
2554         (setfsuid): Likewise.
2556 2014-10-27  Andreas Schwab  <schwab@suse.de>
2558         [BZ #17501]
2559         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2560         check for Slow_SSE4_2 feature bit.
2561         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2562         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2563         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2564         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2566 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2568         * configure.ac: Validate compiler version with a empirical test of
2569         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2570         $CC -v output.
2571         * configure: Regenerated.
2573         * inet/htons.c (htons): Prototypify.
2574         * inet/htonl.c (htonl): Likewise.
2576 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2578         * string/strncat.c (strncat): Improve performance by using strlen.
2580 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2582         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2584 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2586         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2587         Call libc_fetestexcept_aarch64.
2589 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2591         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2592         Call libc_feholdexcept_aarch64.
2594 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2596         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2597         Call get_rounding_mode.
2599 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2601         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2602         Simplify logic.
2604 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2606         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2607         Simplify logic.
2609 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2611         [BZ #14138]
2612         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2613         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2614         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2615         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2616         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2617         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2618         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2619         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2620         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2621         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2622         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2623         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2624         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2625         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2626         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2627         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2628         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2629         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2630         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2631         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2632         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2633         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2634         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2635         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2636         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2637         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2638         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2639         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2640         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2641         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2642         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2643         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2644         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2645         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2646         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2647         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2648         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2649         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2650         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2651         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2652         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2653         syscall.
2654         (geteuid): Likewise.
2655         (getgid): Likewise.
2656         (getuid): Likewise.
2657         (getresgid): Likewise.
2658         (getresuid): Likewise.
2659         (getgroups): Likewise.
2660         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2661         (geteuid): Likewise.
2662         (getgid): Likewise.
2663         (getuid): Likewise.
2664         (getresgid): Likewise.
2665         (getresuid): Likewise.
2666         (getgroups): Likewise.
2667         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2668         (geteuid): Likewise.
2669         (getgid): Likewise.
2670         (getuid): Likewise.
2671         (getresgid): Likewise.
2672         (getresuid): Likewise.
2673         (getgroups): Likewise.
2674         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2675         Likewise.
2676         (geteuid): Likewise.
2677         (getgid): Likewise.
2678         (getuid): Likewise.
2679         (getresgid): Likewise.
2680         (getresuid): Likewise.
2681         (getgroups): Likewise.
2682         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2683         (geteuid): Likewise.
2684         (getgid): Likewise.
2685         (getuid): Likewise.
2686         (getresgid): Likewise.
2687         (getresuid): Likewise.
2688         (getgroups): Likewise.
2689         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2690         Likewise.
2691         (geteuid): Likewise.
2692         (getgid): Likewise.
2693         (getuid): Likewise.
2694         (getgroups): Likewise.
2696         [BZ #14138]
2697         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2698         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2699         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2700         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2701         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2702         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2703         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2704         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2705         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2706         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2707         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2708         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2709         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2710         __chown.
2711         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2712         (lchown): Likewise.
2713         (fchown): Likewise.
2714         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2715         Likewise.
2716         (lchown): Likewise.
2717         (fchown): Likewise.
2718         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2719         (lchown): Likewise.
2720         (fchown): Likewise.
2721         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2722         Likewise.
2723         (lchown): Likewise.
2724         (fchown): Likewise.
2726 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2728         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2729         Simplify logic.
2731 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2733         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2734         Cleanup logic.
2736 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2738         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2739         Remove unused include.
2741 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2743         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2744         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2745         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2746         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2748 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2749             Helge Deller <deller@gmx.de>
2751         [BZ #17508]
2752         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2753         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2754         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2756 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2758         [BZ #14132]
2759         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2760         Remove macro definition.
2761         (__ashrdi3_v_glibc20): Likewise.
2762         (__lshrdi3_v_glibc20): Likewise.
2763         (__cmpdi2_v_glibc20): Likewise.
2764         (__ucmpdi2_v_glibc20): Likewise.
2765         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2766         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2767         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2768         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2769         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2770         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2772 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2774         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2775         old GNU extension [0] syntax.
2776         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2777         alloca rather than an array member with variable length.
2778         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2779         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2780         (parse_opt): ... here.  Likewise use alloca there.
2781         Validate the -i argument before checking for rootness.
2782         (send_shutdown): New function, broken out of ...
2783         (parse_opt): ... here.
2785 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2787         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2788         macro to get at the _rt_local_ro field.
2789         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2790         ([PIC] case) or _dl_hwcap ([!PIC] case).
2791         * sysdeps/arm/setjmp.S: Likewise.
2793         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2794         * sysdeps/arm/configure.ac: New check to define it.
2795         * sysdeps/arm/configure: Regenerated.
2796         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2797         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2798         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2799         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2800         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2801         Use move/movt pair instead of a load.
2802         (LDST_GLOBAL): Macro removed.
2803         (LDR_GLOBAL): New macro replaces it.
2804         (LDR_HIDDEN): New macro.
2805         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2806         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2808         * setjmp/tst-setjmp-static.c: New file.
2809         * setjmp/Makefile (tests): Add it.
2810         (tests-static): New variable.
2812 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2814         [BZ #17485]
2815         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2817 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2819         [BZ #14132]
2820         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2822 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2824         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2826 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2828         * io/fts.c (dirent_not_directory): New function.
2829         (fts_build): Call it.
2831 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2833         * nptl/version.c (__nptl_main): Use normal __write rather than
2834         INTERNAL_SYSCALL.
2835         (banner): Update copyright years.
2837         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2838         gettimeofday.
2839         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2840         * nptl/pthread_cond_timedwait.c: Likewise.
2841         * nptl/pthread_mutex_timedlock.c: Likewise.
2842         * nptl/sem_timedwait.c: Likewise.
2844         * sysdeps/nptl/bits/libc-lock.h
2845         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2846         (__libc_lock_init_recursive): Return void, not 0.
2847         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2848         (__libc_rwlock_init): Likewise.
2849         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2851 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2853         [BZ #15215]
2854         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2855         (__pthread_once_slow): ... here.
2856         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2857         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2859 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2861         [BZ #15215]
2862         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2863         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2864         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2865         * nptl/pthread_once.c (__pthread_once): Likewise.
2866         Update comments.
2868 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2870         [BZ #14138]
2871         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2872         name.
2873         (writev): Use __libc_writev as strong name.
2874         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2875         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2877 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2879         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2881         * sysdeps/i386/nptl/tls.h
2882         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2883         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2884         New macros.
2885         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2886         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2887         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2888         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2889         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2890         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2892         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2893         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2894         on [__NR_futex].
2895         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2896         broken out of ...
2897         (__pthread_mutex_init): ... here.  Call it.
2898         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2899         Conditionalize PI cases on [__NR_futex].
2900         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2901         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2902         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2904         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2905         conditional on [SIGSETXID].
2906         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2907         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2908         is defined.  Likewise for SIGSETXID.
2909         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2910         Conditionalize definitions on [SIGSETXID].
2911         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2912         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2913         unblocking on [SIGCANCEL].
2915         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2916         [__NR_set_robust_list].
2918 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2920         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2921         (do_compare): Likewise.
2923 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2925         [BZ #15884]
2926         * string/strcoll_l.c: Don't include stdio.h.
2927         (coll_seq): Remove members idxarr and rulearr.
2928         (get_next_seq_cached): Remove function.
2929         (get_next_seq): Likewise.
2930         (get_next_seq_nocache): Rename to get_next_seq.
2931         (do_compare): Remove function.
2932         (do_compare_nocache): Rename to do_compare.
2933         (STRCOLL): Remove weight and rules cache.
2935 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2937         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2938         * sysdeps/arm/sfp-machine.h: ... to here.
2939         * sysdeps/arm/Implies: Remove arm/soft-fp.
2941 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2943         * conform/data/sys/utsname.h-data (*_t): Allow.
2944         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2945         [POSIX] (WEXITED): Do not expect constant.
2946         [POSIX] (WSTOPPED): Likewise.
2947         [POSIX] (WNOHANG): Likewise.
2948         [POSIX] (WNOWAIT): Likewise.
2949         [POSIX] (siginfo_t): Do not expect type or elements.
2950         [POSIX] (pid_t): Do not expect type.
2951         [POSIX] (signal.h): Do not allow header.
2952         [POSIX] (sys/resource.h): Likewise.
2953         [POSIX] (si_*): Do not allow pattern.
2954         [POSIX] (W*): Likewise.
2955         [POSIX] (P_*): Likewise.
2956         [POSIX] (BUS_*): Likewise.
2957         [POSIX] (CLD_*): Likewise.
2958         [POSIX] (FPE_*): Likewise.
2959         [POSIX] (ILL_*): Likewise.
2960         [POSIX] (POLL_*): Likewise.
2961         [POSIX] (SEGV_*): Likewise.
2962         [POSIX] (SI_*): Likewise.
2963         [POSIX] (TRAP_*): Likewise.
2964         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2965         variable.
2967 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2969         [BZ #12926]
2970         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2971         infinite loop when __recvmsg returns 0.
2973 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2975         * CANCEL-FCT-WAIVE: Remove file.
2976         * CANCEL-FILE-WAIVE: Likewise.
2978         [BZ #14132]
2979         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2980         instead of INTVARDEF.
2981         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2982         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2983         rtld_hidden_data_def instead of INTVARDEF.
2984         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2985         * elf/dl-deps.c (expand_dst): Likewise.
2986         * elf/dl-load.c (_dl_dst_count): Likewise.
2987         (_dl_dst_substitute): Likewise.
2988         (decompose_rpath): Likewise.
2989         (_dl_init_paths): Likewise.
2990         (open_path): Likewise.
2991         (_dl_map_object): Likewise.
2992         * elf/rtld.c (dl_main): Likewise.
2993         (process_dl_audit): Likewise.
2994         (process_envvars): Likewise.
2995         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2996         Remove declaration.
2997         (__libc_enable_secure): Use rtld_hidden_proto.
2999 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3001         * elf/dl-load.c
3002         (add_path): New function broken out of _dl_rtld_di_serinfo.
3003         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3005 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3007         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3008         parentheses around macro arguments.
3009         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3010         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3011         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3012         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3013         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3014         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3015         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3016         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3017         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3018         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3019         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3020         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3021         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3022         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3023         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3024         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3025         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3026         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3027         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3028         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3029         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3030         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3031         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3032         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3033         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3034         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3035         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3036         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3037         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3038         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3039         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3040         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3041         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3042         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3043         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3044         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3045         Likewise.
3046         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3047         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3048         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3049         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3050         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3051         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3052         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3053         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3054         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3055         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3056         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3057         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3058         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3059         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3060         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3061         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3062         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3063         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3064         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3065         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3066         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3067         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3068         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3069         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3070         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3071         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3072         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3073         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3074         (_FP_FRAC_SRS_1): Likewise.
3075         (_FP_FRAC_CLZ_1): Likewise.
3076         (_FP_MUL_MEAT_1_imm): Likewise.
3077         (_FP_MUL_MEAT_1_wide): Likewise.
3078         (_FP_MUL_MEAT_1_hard): Likewise.
3079         (_FP_SQRT_MEAT_1): Likewise.
3080         (_FP_FRAC_ASSEMBLE_1): Likewise.
3081         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3082         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3083         (__FP_CLZ_2): Likewise.
3084         (_FP_MUL_MEAT_2_wide): Likewise.
3085         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3086         (_FP_MUL_MEAT_2_gmp): Likewise.
3087         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3088         (_FP_SQRT_MEAT_2): Likewise.
3089         (_FP_FRAC_ASSEMBLE_2): Likewise.
3090         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3091         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3092         (_FP_FRAC_CLZ_4): Likewise.
3093         (_FP_MUL_MEAT_4_wide): Likewise.
3094         (_FP_MUL_MEAT_4_gmp): Likewise.
3095         (_FP_SQRT_MEAT_4): Likewise.
3096         (_FP_FRAC_ASSEMBLE_4): Likewise.
3097         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3098         * soft-fp/op-common.h (_FP_CMP): Likewise.
3099         (_FP_CMP_EQ): Likewise.
3100         (_FP_CMP_UNORD): Likewise.
3101         (_FP_TO_INT): Likewise.
3102         (_FP_FROM_INT): Likewise.
3103         [!__FP_CLZ] (__FP_CLZ): Likewise.
3104         (_FP_DIV_HELP_imm): Likewise.
3105         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3106         Likewise.
3107         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3108         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3109         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3110         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3111         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3112         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3113         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3114         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3115         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3116         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3117         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3118         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3119         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3120         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3121         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3122         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3123         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3124         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3125         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3126         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3127         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3128         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3129         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3130         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3131         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3132         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3133         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3134         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3135         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3136         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3137         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3138         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3139         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3140         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3141         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3142         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3143         (FP_UNPACK_RAW_SP): Likewise.
3144         (FP_PACK_RAW_S): Likewise.
3145         (FP_PACK_RAW_SP): Likewise.
3146         (FP_UNPACK_S): Likewise.
3147         (FP_UNPACK_SP): Likewise.
3148         (FP_UNPACK_SEMIRAW_S): Likewise.
3149         (FP_UNPACK_SEMIRAW_SP): Likewise.
3150         (FP_PACK_S): Likewise.
3151         (FP_PACK_SP): Likewise.
3152         (FP_PACK_SEMIRAW_S): Likewise.
3153         (FP_PACK_SEMIRAW_SP): Likewise.
3154         (_FP_SQRT_MEAT_S): Likewise.
3155         (FP_CMP_S): Likewise.
3156         (FP_CMP_EQ_S): Likewise.
3157         (FP_CMP_UNORD_S): Likewise.
3158         (FP_TO_INT_S): Likewise.
3159         (FP_FROM_INT_S): Likewise.
3161         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3163         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3164         (FP_EX_INVALID_IMZ): Likewise.
3165         (FP_EX_INVALID_IMZ_FMA): Likewise.
3166         (FP_EX_INVALID_ISI): Likewise.
3167         (FP_EX_INVALID_ZDZ): Likewise.
3168         (FP_EX_INVALID_IDI): Likewise.
3169         (FP_EX_INVALID_SQRT): Likewise.
3170         (FP_EX_INVALID_CVI): Likewise.
3171         (FP_EX_INVALID_VC): Likewise.
3172         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3173         "invalid" exceptions.
3174         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3175         (_FP_ADD_INTERNAL): Likewise.
3176         (_FP_MUL): Likewise.
3177         (_FP_FMA): Likewise.
3178         (_FP_DIV): Likewise.
3179         (_FP_CMP_CHECK_NAN): Likewise.
3180         (_FP_SQRT): Likewise.
3181         (_FP_TO_INT): Likewise.
3182         (FP_EXTEND): Likewise.
3184 2014-10-09  Allan McRae  <allan@archlinux.org>
3186         * po/fr.po: Update French translation from translation project.
3188 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3190         [BZ #14132]
3191         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3192         of INTDEF.
3193         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3194         (__cxa_atexit): Use libc_hidden_proto.
3195         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3197         [BZ #14132]
3198         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3199         declaration.
3200         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3201         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3202         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3203         [!_ISOMAC] (__iswctype_internal): Likewise.
3204         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3205         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3206         alias.
3207         (fcntl): Remove __fcntl_internal alias.
3208         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3209         __connect_internal alias.
3210         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3211         Likewise.
3213         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3214         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3215         FP_DENORM_ZERO.
3216         (_FP_CHECK_FLUSH_ZERO): New macro.
3217         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3218         (_FP_CMP): Likewise.
3219         (_FP_CMP_EQ): Likewise.
3220         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3221         FP_DENORM_ZERO.
3222         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3223         (FP_TRUNC): Likewise.
3225         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3226         treated as invalid conversion, not as normal exponent.
3228         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3229         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3230         (_FP_CMP_EQ): Likewise.
3231         (_FP_CMP_UNORD): Likewise.
3232         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3233         (FP_CMP_EQ_D): Likewise.
3234         (FP_CMP_UNORD_D): Likewise.
3235         * soft-fp/extended.h (FP_CMP_E): Likewise.
3236         (FP_CMP_EQ_E): Likewise.
3237         (FP_CMP_UNORD_E): Likewise.
3238         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3239         (FP_CMP_EQ_Q): Likewise.
3240         (FP_CMP_UNORD_Q): Likewise.
3241         * soft-fp/single.h (FP_CMP_S): Likewise.
3242         (FP_CMP_EQ_S): Likewise.
3243         (FP_CMP_UNORD_S): Likewise.
3244         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3245         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3246         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3247         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3248         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3249         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3250         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3251         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3252         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3253         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3254         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3255         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3256         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3257         to FP_CMP_Q.
3258         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3259         FP_CMP_Q.
3260         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3261         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3262         FP_CMP_EQ_Q.
3263         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3264         FP_CMP_Q.
3265         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3266         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3267         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3268         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3269         FP_CMP_EQ_Q.
3270         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3271         FP_CMP_Q.
3272         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3273         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3274         FP_CMP_EQ_Q.
3275         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3276         FP_CMP_Q.
3277         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3278         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3279         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3280         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3281         FP_CMP_EQ_Q.
3283         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3284         a subnormal result, set the underflow exception if trapping on
3285         underflow is enabled.
3286         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3287         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3288         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3289         redefine to 0.
3290         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3291         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3292         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3293         * soft-fp/extendxftf2.c (__extendxftf2): Use
3294         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3296         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3297         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3298         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3299         FP_HANDLE_EXCEPTIONS.
3300         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3301         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3302         FP_HANDLE_EXCEPTIONS.
3303         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3304         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3305         FP_HANDLE_EXCEPTIONS.
3306         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3307         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3308         FP_HANDLE_EXCEPTIONS.
3310 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3312         [BZ #14132]
3313         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3314         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3315         use INTUSE.
3316         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3317         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3318         Remove alias.
3319         (__adjtimex): Define using libc_hidden_ver.
3320         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3321         Remove declaration.
3322         (ntp_gettime): Call __adjtimex directly.
3323         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3324         Remove declaration.
3325         (ntp_gettimex): Call __adjtimex directly.
3326         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3327         __adjtimex_internal alias.
3329 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3331         [BZ #17460]
3332         * nscd/nscd.c (more_help): Rewrite list of tables collection
3333         using xstrdup and asprintf.
3335         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3337 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3338             Roland McGrath  <roland@hack.frob.com>
3340         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3341         (do_lookup_unique): ... local function 'enter' here; update callers.
3343 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3345         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3346         compat_symbol calls on [SHARED].
3347         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3348         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3349         Remove.
3350         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3351         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3352         (oldsetrlimit): Remove.
3353         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3355         (lchown): New syscall entry.
3356         (oldsetrlimit): Remove.
3357         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3358         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3359         (oldsetrlimit): Remove.
3360         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3362         [BZ #14138]
3363         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3364         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3365         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3366         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3367         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3368         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3369         (fchown): Likewise.
3370         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3371         (fchown): Likewise.
3372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3373         Likewise.
3375 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3377         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3378         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3379         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3380         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3381         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3382         Likewise.
3383         (__old_sem_post): Likewise.
3385 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3387         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3388         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3389         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3390         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3391         Use INLINE_VSYSCALL macro.
3392         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3393         __vdso_clock_gettime.
3394         * sysdeps/unix/sysv/linux/tile/init-first.c
3395         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3396         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3397         __vdso_clock_gettime.
3399         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3400         to set up frame more cleanly.
3402         * sysdeps/tile/memcmp.c: New file.
3404         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3406         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3407         * sysdeps/tile/tilegx/strcasestr.c: New file.
3408         * sysdeps/tile/tilegx/strnlen.c: New file.
3409         * sysdeps/tile/tilegx/strstr.c: New file.
3411         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3413 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3415         * nptl/tst-setuid3.c: Write errors to stdout.
3417 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3419         * elf/dl-deps.c
3420         (preload): New functions broken out of _dl_map_object_deps.
3421         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3423 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3425         [BZ #14138]
3426         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3427         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3429 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3431         * sysdeps/mips/strcmp.S: New.
3433 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3435         [BZ #14138]
3436         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3437         (linkat): Likewise.
3438         (mkdirat): Likewise.
3439         (readlinkat): Likewise.
3440         (renameat): Likewise.
3441         (symlinkat): Likewise.
3442         (unlinkat): Likewise.
3443         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3444         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3445         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3446         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3447         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3448         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3449         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3451 2014-09-30  Will Newton  <will.newton@linaro.org>
3453         * math/math.h: Define long double math functions if
3454         _LIBC_TEST is defined.
3455         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3457         * localedata/Makefile: Move assignment to tests-special
3458         into an ifdef testing run-built-tests.
3459         * timezone/Makefile: Likewise.
3461 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3463         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3464         with $(BASH) not $(SHELL).
3466 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3467             Matthew LeGendre  <legendre1@llnl.gov>
3469         [BZ #17411]
3470         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3471         l_reloc_result.
3473 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3475         * stdio-common/printf_fp.c
3476         (hack_digit): New function, broken out of ...
3477         (__printf_fp): ... local function here.  Update call sites.
3478         hack_digit now takes an additional parameter that is a pointer
3479         to a struct of the referenced locals.  Those locals moved inside
3480         the struct and references updated.
3482 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3484         * aclocal.m4: Require autoconf 2.69.
3485         * configure: Regenerated.
3486         * sysdeps/aarch64/configure: Likewise.
3487         * sysdeps/alpha/configure: Likewise.
3488         * sysdeps/arm/armv7/configure: Likewise.
3489         * sysdeps/arm/configure: Likewise.
3490         * sysdeps/ia64/configure: Likewise.
3491         * sysdeps/mach/configure: Likewise.
3492         * sysdeps/mips/configure: Likewise.
3493         * sysdeps/s390/configure: Likewise.
3494         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3497         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3498         file.
3499         * sysdeps/ia64/configure.ac: Likewise.
3501 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3504         specify symbol version for ld.so.  Do not include entry for
3505         libpthread.
3506         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3507         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3508         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3510         [BZ #14171]
3511         * Makeconfig [$(build-shared) = yes]
3512         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3513         makefiles.
3514         [$(build-shared) = yes && $(soversions.mk-done) = t]
3515         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3516         [$(build-shared) = yes && $(soversions.mk-done) = t]
3517         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3518         to Makerules.
3519         [$(build-shared) = yes && $(soversions.mk-done) = t]
3520         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3521         here.
3522         [$(build-shared) = yes && $(soversions.mk-done) = t]
3523         (common-generated): Don't append gnu/lib-names.h and
3524         gnu/lib-names.stmp here.
3525         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3526         (lib-names-h-abi): New variable.
3527         [$(build-shared) = yes && $(soversions.mk-done) = t]
3528         (lib-names-stmp-abi): Likewise.
3529         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3530         abi-variants] (before-compile): Append
3531         $(common-objpfx)$(lib-names-h-abi).
3532         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3533         abi-variants] (common-generated): Append gnu/lib-names.h.
3534         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3535         abi-variants] (install-others-nosubdir): Depend on
3536         $(inst_includedir)/$(lib-names-h-abi).
3537         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3538         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3539         [$(build-shared) = yes && $(soversions.mk-done) = t]
3540         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3541         [$(build-shared) = yes && $(soversions.mk-done) = t]
3542         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3543         [$(build-shared) = yes && $(soversions.mk-done) = t]
3544         (common-generated): Append $(lib-names-h-abi) and
3545         $(lib-names-stmp-abi).
3546         * scripts/lib-names.awk: Do not handle multi being set.
3547         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3548         Remove variable.
3549         (abi-lp64_be-ld-soname): Likewise.
3550         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3551         Likewise.
3552         (abi-hard-ld-soname): Likewise.
3553         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3554         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3555         Remove variable.
3556         (abi-o32_hard-ld-soname): Likewise.
3557         (abi-o32_soft_2008-ld-soname): Likewise.
3558         (abi-o32_hard_2008-ld-soname): Likewise.
3559         (abi-n32_soft-ld-soname): Likewise.
3560         (abi-n32_hard-ld-soname): Likewise.
3561         (abi-n32_soft_2008-ld-soname): Likewise.
3562         (abi-n32_hard_2008-ld-soname): Likewise.
3563         (abi-n64_soft-ld-soname): Likewise.
3564         (abi-n64_hard-ld-soname): Likewise.
3565         (abi-n64_soft_2008-ld-soname): Likewise.
3566         (abi-n64_hard_2008-ld-soname): Likewise.
3567         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3568         Likewise.
3569         (abi-64-v2-ld-soname): Likewise.
3570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3571         ld.so entries.
3572         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3573         variable.
3574         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3575         entry.
3576         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3577         variable.
3578         (abi-64-ld-soname): Likewise.
3579         (abi-x32-ld-soname): Likewise.
3580         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3581         entry.
3582         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3584 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3586         [BZ #14138]
3587         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3588         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3589         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3590         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3591         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3592         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3593         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3594         syscall entry for GLIBC_2.2 symbol version.
3595         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3596         Likewise.
3597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3598         (setrlimit): Likewise.
3599         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3600         Likewise.
3602 2014-09-23  Will Newton  <will.newton@linaro.org>
3604         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3605         _LINUX_ARM_SYSDEP_H include guard too.
3606         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3607         define.
3609 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3611         * sysdeps/unix/sysv/linux/eventfd.c:
3612         Make first argument unsigned.
3613         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3614         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3616 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3618         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3619         * socket/sys/socket.h: Likewise
3620         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3622 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3624         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3626 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3628         * time/tst-ftime.c: New test.
3629         * time/Makefile (tests): Add tst-ftime.
3631 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3633         * soft-fp/extended.h: Fix comment formatting.
3634         * soft-fp/op-1.h: Likewise.
3635         * soft-fp/op-2.h: Likewise.
3636         * soft-fp/op-4.h: Likewise.
3637         * soft-fp/op-8.h: Likewise.
3638         * soft-fp/op-common.h: Likewise.
3639         * soft-fp/soft-fp.h: Likewise.
3641         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3643 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3645         [BZ #6652]
3646         * Makeconfig (soversions-default-setname): Remove variable.
3647         ($(common-objpfx)soversions.i): Don't pass default_setname to
3648         soversions.awk.
3649         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3650         oldest_abi to abi-versions.awk.
3651         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3652         * config.make.in (oldest-abi): Remove variable.
3653         * configure.ac (--enable-oldest-abi): Remove configure option.
3654         * configure: Regenerated.
3655         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3656         text.
3657         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3658         * scripts/soversions.awk: Do not handle default_setname variable.
3659         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3660         variable.
3661         * sysdeps/mach/hurd/configure: Regenerated.
3662         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3663         variable.
3664         * sysdeps/unix/sysv/linux/configure: Regenerated.
3666 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3668         * elf/Makefile (CFLAGS-interp.c): Remove.
3669         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3670         path string.
3671         * elf/interp.c: Include generated runtime-linker.h
3673         * Makerules (lib%.so): Don't include $(+interp) in
3674         prerequisites.
3675         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3676         * dlfcn/eval.c: Remove file.
3678         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3679         macros.
3681         [BZ #17266]
3682         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3683         4.2 and newer.
3685         [BZ #17370]
3686         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3688 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3689             Jakub Jelinek  <jakub@redhat.com>
3691         [BZ #17266]
3692         * libio/stdio.h: Check definition of __fortify_function
3693         instead of __extern_always_inline to include bits/stdio2.h.
3694         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3695         check if __extern_always_inline is defined.
3696         [__USE_MISC || __USE_XOPEN]: Likewise.
3697         [__USE_ISOC99] Likewise.
3698         * misc/sys/cdefs.h (__fortify_function): Define only if
3699         __extern_always_inline is defined.
3700         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3701         __extern_always_inline and __extern_inline only for g++-4.3
3702         and newer or a compatible gcc.
3704 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3706         [BZ #17371]
3707         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3708         last change to handle zero prefix length.
3710 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3712         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3713         _SC_REGEX_VERSION.
3715         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3716         _POSIX_RAW_SOCKETS.
3718 2014-09-13  Allan McRae  <allan@archlinux.org>
3720         * po/ru.po: Update Russian translation from translation project.
3722 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3724         * locale/programs/locale.c (show_locale_vars): Inline local function
3725         into its sole call site.  Clean up some style nits.
3726         (print_item): New function, broken out of ...
3727         (show_info): ... local function here.  Clean up style nits.
3729         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3730         out of ...
3731         (set_class_defaults): ... local function set_default here.
3732         Define set_default as a macro locally to pass constant parameters.
3733         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3734         rather than a shared local.
3736         * stdlib/rpmatch.c (try): New function, broken out of ...
3737         (rpmatch): ... local function here.  Also, prototypify definition.
3739 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3741         * scripts/soversions.awk: Do not handle configuration names.
3742         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3743         vendor and os variables to soversions.awk.
3744         * configure.ac: Do not modify gnu-* host_os.
3745         * configure: Regenerated
3746         * shlib-versions: Remove first column with configuration names.
3747         * nptl/shlib-versions: Likewise.
3748         * nptl_db/shlib-versions: Likewise.
3749         * sysdeps/hppa/shlib-versions: Likewise.
3750         * sysdeps/m68k/shlib-versions: Likewise.
3751         * sysdeps/mach/hurd/shlib-versions: Likewise.
3752         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3753         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3754         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3755         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3756         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3757         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3758         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3759         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3761         Likewise.
3762         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3763         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3764         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3765         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3766         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3767         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3768         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3769         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3772         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3774         Regenerated.
3775         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3777         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3779         * shlib-versions: Remove OS-specific entries.  Moved to files in
3780         sysdeps.
3781         * sysdeps/mach/hurd/shlib-versions: New file.
3782         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3784         * nptl/shlib-versions: Remove architecture-specific entries.
3785         Moved to files in sysdeps.
3786         * shlib-versions: Likewise.
3787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3788         file.
3789         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3790         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3791         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3792         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3794         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3795         (UDP_NO_CHECK6_RX): Likewise.
3797 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3799         * sysdeps/posix/sysconf.c (__sysconf): Spell
3800         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3802 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3804         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3805         loading.
3806         * iconv/Versions (__gconv_transliterate): Export for use from
3807         gconv modules.
3808         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3809         (struct __gconv_trans_data, __gconv_trans_fct,
3810         __gconv_trans_context_fct, __gconv_trans_query_fct,
3811         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3812         definitions.
3813         (struct __gconv_step_data): Remove __trans member.
3814         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3815         longer hidden.  Remove unused trans_data argument.
3816         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3817         (__gconv_translit_find): Remove declaration.
3818         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3819         prototype.
3820         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3821         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3822         trans_data argument.  Add hidden definition.
3823         (__gconv_translit_find): Remove.
3824         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3825         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3826         * iconv/skeleton.c: Remove transliteration initialization.
3827         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3828         __gconv_step_data initialization.
3829         * libio/iofwide.c (__libio_translit_): Remove.
3830         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3831         * wcsmbs/btowc.c (__btowc): Likewise.
3832         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3833         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3834         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3835         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3836         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3837         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3838         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3839         * wcsmbs/wctob.c (wctob): Likewise.
3841 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3843         [BZ #16194]
3844         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3845         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3846         register usage.
3847         * sysdeps/x86/Makefile: Adjust.
3849 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3850             Roland McGrath  <roland@hack.frob.com>
3852         * locale/weight.h: Add include guard.
3853         (findidx): Make static rather than auto; take new parameters
3854         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3855         * locale/weightwc.h: Likewise.
3856         * posix/fnmatch_loop.c
3857         (FCT): Change type of EXTRA from int32_t to wint_t.
3858         Don't include either header inside the function.
3859         Call FINDIDX rather than findidx, and pass new arguments.
3860         #undef FINDIDX at the end of the file.
3861         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3862         FINDIDX before including fnmatch_loop.c for the non-wide version.
3863         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3864         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3865         for the wide version.
3866         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3867         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3868         Pass new arguments to findidx.
3869         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3870         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3871         Don't #include it inside the function.  Pass new arguments to findidx.
3872         * posix/regex_internal.h
3873         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3874         (re_string_elem_size_at): Don't #include it inside the function.
3875         Pass new arguments to findidx.
3876         * string/strcoll_l.c: #include WEIGHT_H at top level.
3877         (get_next_seq): Don't #include it inside the function.
3878         Pass new arguments to findidx.
3879         (get_next_seq_nocache): Likewise.
3880         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3881         (STRXFRM): Don't #include it inside the function.
3882         Pass new arguments to findidx.
3884 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3886         [BZ #17344]
3887         * malloc/malloc.c (unlink): Turn asserts into a call to
3888         malloc_printerr.
3890 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3892         [BZ #17370]
3893         * libio/wfileops (do_ftell_wide): Free OUT.
3895 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3897         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3899 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3901         [BZ #17363]
3902         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3903         group if the current group is empty.
3905 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3907         * benchtests/bench-memset.c (test_main): Add more test from size
3908         from 32 to 512 bytes.
3909         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3910         Add POWER8 memset object.
3911         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3912         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3913         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3914         implementation.
3915         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3916         Likewise.
3917         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3918         multiarch POWER8 memset optimization.
3919         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3920         POWER8 memset optimization.
3922         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3923         Remove bzero multiarch objects.
3924         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3925         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3926         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3927         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3928         Remove define.
3929         [__bzero]: Redefine to specific name.
3930         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3931         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3932         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3933         define.
3934         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3935         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3937 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3939         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3940         warnings into errors.
3942         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3943         __cxa_thread_atexit_impl prototype.
3945 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3947         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3948         Fix capitalization of error message.
3950 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3952         * sysdeps/mips/preconfigure: Modify ABI tests.
3954 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3956         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3958 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3959             Carlos O'Donell  <carlos@systemhalted.org>
3961         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3962         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3963         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3964         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3965         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3966         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3967         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3968         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3969         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3970         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3971         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3972         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3973         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3974         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3975         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3976         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3977         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3978         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3979         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3980         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3981         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3982         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3983         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3984         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3985         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3986         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3987         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3988         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3989         Deconditionalize the code that was previously under [RESET_PID].
3990         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3991         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3992         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3993         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3994         include sysdep.h.
3996 2014-09-08  Allan McRae  <allan@archlinux.org>
3998         * version.h (RELEASE): Set to "development".
3999         (VERSION): Set to "2.20.90"
4001 2014-09-07  Allan McRae  <allan@archlinux.org
4003         * version.h (RELEASE): Set to "stable".
4004         (VERSION): Set to "2.20"
4005         * include/features.h (__GLIBC_MINOR__): Set to 20.
4007         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4008         Liebler.
4010         * po/ko.po: Update Korean translation from translation project.
4012 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4014         [BZ #17354]
4015         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4016         macro for handling signed relocations.
4018 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4020         [BZ #17325]
4021         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4022         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4023         assert.
4024         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4025         * iconvdata/ibm935.c (BODY): Likewise.
4026         * iconvdata/ibm937.c (BODY): Likewise.
4027         * iconvdata/ibm939.c (BODY): Likewise.
4028         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4029         assert.
4030         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4031         script.
4032         * iconvdata/run-iconv-test.sh: New test loop for checking for
4033         decoder crashers.
4035 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4037         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4038         libm_hidden_ver.
4040 2014-09-01  Allan McRae  <allan@archlinux.org>
4042         * po/eo.po: Update Esperanto translation from translation project.
4044         * po/ca.po: Update Catalan translation from translation project.
4046 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4048         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4049         __proc_dostop call.
4051 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4053         [BZ #17319]
4054         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4055         to call set_thread_area instead of hand written asm.
4056         (__NR_set_thread_area): Removed define.
4057         (TLS_FLAG_WRITABLE): Likewise.
4058         (__ASSUME_SET_THREAD_AREA): Remove check.
4059         (TLS_EBX_ARG): Remove define.
4060         (TLS_LOAD_EBX): Likewise.
4062 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4064         Simplify atomicity of socket creation in bind.
4066         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4067         looking up the name after linking the file.
4069 2014-08-27  Allan McRae  <allan@archlinux.org>
4071         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4073 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4075         [BZ #17187]
4076         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4077         trans_compare, open_translit, __gconv_translit_find):
4078         Remove module loading code.
4080 2014-08-26  Allan McRae  <allan@archlinux.org>
4082         * po/vi.po: Update Vietnamese translation from translation project.
4084         * po/uk.po: Update Ukrainian translation from translation project.
4086         * po/fr.po: Update French translation from translation project.
4088         * po/ru.po: Update Russian translation from translation project.
4090         * po/pl.po: Update Polish translation from translation project.
4092         * po/cs.po: Update Czech translation from translation project.
4094         * po/de.po: Update German translation from translation project.
4096         * po/bg.po: Update Bulgarian translation from translation project.
4098         * po/sv.po: Update Sweedish translation from translation project.
4100         * po/nl.po: Update Dutch translation from translation project.
4102         * po/es.po: Update Spanish translation from translation project.
4104 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4106         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4108         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4109         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4110         (CPPFLAGS-iconvconfig): Likewise.
4111         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4113         * include/libc-symbols.h: Remove unnecessary check for
4114         NOT_IN_libc.
4115         * nptl/pthreadP.h: Likewise.
4116         * sysdeps/aarch64/setjmp.S: Likewise.
4117         * sysdeps/alpha/setjmp.S: Likewise.
4118         * sysdeps/arm/sysdep.h: Likewise.
4119         * sysdeps/i386/setjmp.S: Likewise.
4120         * sysdeps/m68k/setjmp.c: Likewise.
4121         * sysdeps/posix/getcwd.c: Likewise.
4122         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4123         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4124         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4125         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4126         * sysdeps/sh/sh3/setjmp.S: Likewise.
4127         * sysdeps/sh/sh4/setjmp.S: Likewise.
4128         * sysdeps/unix/alpha/sysdep.h: Likewise.
4129         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4130         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4131         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4132         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4135         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4136         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4137         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4138         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4139         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4140         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4141         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4142         * sysdeps/x86_64/setjmp.S: Likewise.
4144 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4146         [BZ #17263]
4147         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4148         <stdint.h>.
4149         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4150         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4152 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4154         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4156         [BZ #17262]
4157         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4158         and __x86_64__ when disabling x87 inline functions.
4160 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4162         [BZ #17259]
4163         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4164         asm statement with __cpuid_count.
4166 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4168         * configure.ac: Change __ehdr_start code to dereference the struct.
4169         Run readelf on the output to look for relocations.
4170         * configure: Regenerated.
4172 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4174         [BZ #17261]
4175         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4176         value to 0.
4177         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4179 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4181         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4183 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4185         [BZ #16892]
4186         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4187         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4189 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4191         * malloc/malloc.c: Fix typo in comment.
4193 2014-08-09  Allan McRae  <allan@archlinux.org>
4195         * Regenerate libc.po.
4197 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4199         * intl/tst-gettext2.sh: Check every lang file for creation.
4201 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4203         * sysdeps/aarch64/fpu/math_private.h
4204         (libc_feholdsetround_noex_aarch64_ctx): New function.
4206 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4208         * sysdeps/arm/armv6/strcpy.S (strcpy):
4209         Fix performance issue in misaligned cases.
4211 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4213         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4214         Move definition from termios.h.
4215         (struct termio): Likewise.
4216         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4217         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4218         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4219         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4220         Likewise.
4221         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4222         Move definition to ioctl-types.h
4223         (struct termio): Likewise.
4224         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4225         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4226         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4227         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4228         Likewise.
4230 2014-08-05  Richard Henderson  <rth@redhat.com>
4232         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4233         exceptions.
4234         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4235         Add fraiseexcpt.
4236         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4237         Use __feraiseexcept.
4238         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4239         Protect libm symbols with IS_IN_libm.
4241         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4243 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4245         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4247 2014-08-04  Will Newton  <will.newton@linaro.org>
4249         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4250         file.
4252 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4254         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4255         variants for each function.
4257 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4259         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4260         appended ...
4261         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4262         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4263         appended ...
4264         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4265         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4266         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4267         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4268         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4269         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4270         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4271         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4272         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4273         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4274         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4275         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4276         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4277         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4278         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4279         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4280         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4281         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4282         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4283         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4284         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4285         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4286         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4287         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4288         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4289         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4290         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4291         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4292         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4293         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4294         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4295         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4296         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4297         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4298         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4299         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4300         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4301         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4302         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4303         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4304         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4305         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4306         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4307         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4308         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4309         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4310         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4311         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4312         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4313         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4314         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4315         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4316         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4317         Update #include.
4318         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4319         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4321 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4323         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4324         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4325         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4326         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4327         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4328         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4330 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4332         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4333         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4334         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4335         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4337 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4339         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4340         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4341         (__libc_vfork): Define function under this name.
4342         (__vfork): Define as an alias.
4343         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4344         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4346 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4348         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4349         that was previously under [RESET_PID].
4350         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4352 2014-08-04  Andreas Schwab  <schwab@suse.de>
4354         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4356 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4358         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4359         (main): Likewise.
4361 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4363         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4365 2014-08-01  Richard Henderon  <rth@redhat.com>
4367         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4368         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4369         typo in exact zero test.
4370         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4371         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4372         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4374 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4376         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4377         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4378         * sysdeps/arm/sysdep.h: ... here.
4379         [!__ASSEMBLER__]: Include <stdint.h>.
4381 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4383         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4384         (HAVE_WCTYPE_H): Likewise.
4385         (HAVE_ISWCTYPE): Likewise.
4386         (ENABLE_NLS): Likewise.
4387         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4388         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4390         * posix/regex_internal.c: Check if DEBUG is defined and is
4391         set.
4393         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4394         (HAVE_MBSRTOWCS): Likewise.
4395         * posix/fnmatch.c: Include string.h unconditionally.
4397 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4399         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4400         reversal.
4402 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4404         * sysdeps/generic/safe-fatal.h: New file.
4405         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4406         * nptl/forward.c: Include it.
4407         (__pthread_unwind): Use __safe_fatal as default action, rather
4408         than a bogus use of INTERNAL_SYSCALL that could never work.
4410         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4411         * configure.ac (libc_cv_builtin_trap): New test.
4412         * configure: Regenerated.
4413         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4414         (ABORT_INSTRUCTION): Define using __builtin_trap.
4416         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4417         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4418         * sysdeps/nptl/nptl-signals.h: New file.
4419         * nptl/pthreadP.h: Include <nptl-signals.h>.
4421 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4423         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4424         (ONE_DIRECTION): Define.
4425         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4426         (ONE_DIRECTION): Define.
4427         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4428         (ONE_DIRECTION): Define.
4430 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4432         * sysdeps/s390/Makefile: Delete file.
4433         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4434         * sysdeps/s390/__longjmp.c: Delete file.
4435         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4436         Remove fields __flags and __reserved.
4437         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4438         and add versioning.
4439         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4440         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4441         * sysdeps/s390/rtld-setjmp.S: Likewise.
4442         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4443         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4444         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4445         * sysdeps/s390/s390-32/setjmp.S: ... here.
4446         Add versioning.
4447         (__sigsetjmp): Remove setting __flags field.
4448         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4449         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4450         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4451         * sysdeps/s390/s390-64/setjmp.S: ... here.
4452         Add versioning.
4453         (__sigsetjmp): Remove setting __flags field.
4454         * sysdeps/s390/setjmp.S: Delete file.
4455         * sysdeps/s390/sigjmp.c: Likewise.
4456         * sysdeps/s390/v1-longjmp.c: Likewise.
4457         * sysdeps/s390/v1-setjmp.h: Likewise.
4458         * sysdeps/s390/v1-sigjmp.c: Likewise.
4459         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4460         Remove v1-longjmp_chk.
4461         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4462         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4463         Include debug/longjmp_chk.c and add versioning.
4464         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4465         Include nptl/pt-longjmp.c and add versioning.
4466         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4467         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4468         Include __longjmp.c.
4469         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4470         Move to ...
4471         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4472         (__getcontext): Remove setting __flags field.
4473         Add versioning.
4474         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4475         Don't restore upper high grps.
4476         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4477         Likewise.
4478         (__swapcontext): Remove setting uc_flags field.
4479         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4480         Delete file.
4481         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4482         Include __longjmp.c.
4483         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4484         Move to ...
4485         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4486         (__getcontext): Remove setting __flags field.
4487         Add versioning.
4488         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4489         (__swapcontext): Remove setting uc_flags field.
4490         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4491         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4492         Remove fields uc_high_gprs and __reserved.
4493         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4494         New file with reverted content.
4495         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4496         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4497         Regenerated.
4498         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4499         Regenerated.
4501 2014-07-31  Andreas Schwab  <schwab@suse.de>
4503         * config.h.in (HAVE_IFUNC): Define to 0.
4504         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4505         definedness.
4507 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4510         memmove-avx-unaligned, memcpy-avx-unaligned and
4511         mempcpy-avx-unaligned.
4512         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4513         Add tests for AVX memcpy functions.
4514         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4515         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4516         memcpy_chk.
4517         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4518         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4519         memmove_chk.
4520         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4521         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4522         mempcpy_chk.
4523         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4524         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4525         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4527 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4529         [BZ #17213]
4530         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4531         powerpc64le.
4533 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4535         [BZ #16839]
4536         * manual/llio.texi: Add section about open file description locks.
4537         * manual/examples/ofdlocks.c: Example of open file description
4538         lock usage.
4539         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4540         F_OFD_SETLK, and F_OFD_SETLKW.
4542 2014-07-23  Allan McRae  <allan@archlinux.org>
4544         * po/es.po: Update Spanish translation from translation project.
4546 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4548         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4550 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4552         [BZ #17078]
4553         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4554         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4555         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4557 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4559         [BZ #17088]
4560         * math/fesetenv.c (__fesetenv)
4561         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4562         * math/feupdateenv.c (__feupdateenv)
4563         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4565         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4566         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4567         (__ASSUME_SOCKETCALL): Do not define.
4569         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4570         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4571         (__ASSUME_SOCKETCALL): Do not define.
4572         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4573         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4574         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4575         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4576         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4577         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4578         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4579         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4581         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4582         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4583         (__ASSUME_SOCKETCALL): Do not define.
4584         (__ASSUME_IPC64): Define unconditionally.
4585         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4586         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4587         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4588         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4589         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4590         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4591         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4592         Likewise.
4594         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4595         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4596         (__ASSUME_SOCKETCALL): Do not define.
4597         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4598         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4599         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4600         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4601         (__ASSUME_REQUEUE_PI): Define unconditionally.
4602         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4603         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4604         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4605         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4606         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4607         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4609         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4610         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4611         (__ASSUME_SOCKETCALL): Do not define.
4612         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4613         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4614         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4615         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4616         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4617         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4619         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4620         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4621         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4622         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4623         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4624         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4625         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4626         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4627         (__ASSUME_GETCPU_SYSCALL): Likewise.
4629         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4630         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4631         cases for individual architectures.
4632         * sysdeps/gnu/configure: Regenerated.
4633         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4634         LIBC_SLIBDIR_RTLDDIR.
4635         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4636         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4637         LIBC_SLIBDIR_RTLDDIR.
4638         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4640         LIBC_SLIBDIR_RTLDDIR.
4641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4642         Regenerated.
4643         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4644         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4645         file.
4646         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4647         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4648         file.
4649         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4650         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4651         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4652         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4654         * sysdeps/aarch64/shlib-versions: Move to ...
4655         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4656         * sysdeps/alpha/shlib-versions: Move to ...
4657         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4658         * sysdeps/arm/shlib-versions: Move to ...
4659         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4660         * sysdeps/hppa/shlib-versions: Move all contents except for
4661         libgcc_s entry to ...
4662         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4663         entry from ...
4664         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4665         * sysdeps/ia64/shlib-versions: Move to ...
4666         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4667         entry from ...
4668         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4669         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4670         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4671         * sysdeps/microblaze/shlib-versions: Move to ...
4672         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4673         * sysdeps/mips/shlib-versions: Move to ...
4674         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4675         entry from ...
4676         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4677         * sysdeps/tile/shlib-versions: Move to ...
4678         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4679         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4680         from ...
4681         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4682         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4683         entry from ...
4684         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4686 2014-07-17  Will Newton  <will.newton@linaro.org>
4688         * sysdeps/arm/bits/atomic.h
4689         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4690         (__arch_compare_and_exchange_bool_16_int): Likewise.
4691         (__arch_compare_and_exchange_bool_64_int): Likewise.
4693         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4694         into an #else block.
4696 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4698         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4699         just Linux configurations.  Test empirically that the compiler sets
4700         __ARM_EABI__, rather than using the tuple to decide.
4701         * sysdeps/arm/preconfigure: Regenerated.
4702         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4703         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4704         contents appended ...
4705         * sysdeps/arm/configure.ac: ... here.
4706         * sysdeps/arm/configure: Regenerated.
4708 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4710         * nptl/pthread_kill.c: New file.
4711         * nptl/pthread_sigmask.c: New file.
4712         * nptl/pthread_sigqueue.c: New file.
4714         * sysdeps/nptl/lowlevellock.h: New file.
4715         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4716         * sysdeps/nptl/lowlevellock-futex.h: New file.
4718         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4719         Remove dead declarations.
4721 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4723         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4724         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4725         config-cflags-avx2.
4726         * sysdeps/x86_64/configure.ac: Likewise.
4727         * sysdeps/i386/configure: Regenerated.
4728         * sysdeps/x86_64/configure: Likewise.
4729         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4730         memset-avx2 only if config-cflags-avx2 is yes.
4731         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4732         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4733         defined.
4734         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4735         only if HAVE_AVX2_SUPPORT is defined.
4736         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4738 2014-07-14  Alan Modra  <amodra@gmail.com>
4740         [BZ #17153]
4741         * elf/elf.h (DT_PPC64_NUM): Correct value.
4742         * NEWS: Add to fixed bug list.
4744 2014-07-13  Jim Meyering  <meyering@fb.com>
4746         [BZ 17150]
4747         regex: don't deref NULL upon heap allocation failure
4748         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4749         failure in one more place.
4750         To trigger the segfault, configure grep -with-included-regex,
4751         build it, and run these commands:
4752         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4754 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4756         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4758 2014-07-11  Richard Henderson  <rth@redhat.com>
4760         * sysdeps/aarch64/libm-test-ulps: Update.
4762 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4764         [BZ #17135]
4765         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4766         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4767         (__nptl_setxid): Initialize error member.  Call
4768         __nptl_setxid_error.
4769         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4770         * nptl/descr.h (struct xid_command): Add error member.
4771         * nptl/tst-setuid3.c: New file.
4772         * nptl/Makefile (tests): Add it.
4774 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4776         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4777         New define.
4778         (__lll_trylock): Use __lll_base_trylock.
4779         (__lll_cond_trylock): Likewise.
4781 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4783         * nptl/pthread_create.c (start_thread): Use atomic_or and
4784         lll_futex_wake directly rather than lll_robust_dead.
4785         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4786         (lll_robust_dead): Macro removed.
4787         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4788         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4789         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4790         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4791         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4792         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4793         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4794         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4795         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4796         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4797         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4798         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4799         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4800         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4801         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4803         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4804         Use atomic_compare_and_exchange_val_acq directly rather than
4805         lll_robust_trylock.
4806         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4807         (__lll_robust_trylock, lll_robust_trylock): Removed.
4808         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4809         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4810         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4811         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4812         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4813         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4814         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4815         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4816         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4817         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4818         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4819         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4820         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4821         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4823 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4825         * manual/locale.texi (Locale Names): New section documenting
4826         locale name syntax.  Adjust menu and node chaining accordingly.
4827         (Choosing Locale): Reference Locale Names, Locale Categories.
4828         Mention setting LC_ALL=C.  Reflect that name syntax is now
4829         documented.
4830         (Locale Categories): New section title.  Reference Locale Names.
4831         LC_ALL is an environment variable, but not a category.
4832         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4833         description, now in Locale Name.  Reference that section.  Locale
4834         name syntax is now documented.
4836 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4838         [BZ #17137]
4839         * locale/findlocale.c (name_present, valid_locale_name): New
4840         functions.
4841         (_nl_find_locale): Use the loc_name variable to store name
4842         candidates.  Call name_present and valid_locale_name to check and
4843         validate locale names.  Return an error if the locale is invalid.
4845 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4847         * locale/setlocale.c (setlocale): Use strdup for allocating
4848         composite name copy.
4850 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4852         Sync up with gnulib.
4853         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4854         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4855         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4856         and _GL_ARG_NONNULL.
4857         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4858         [!_LIBC]: Include code for Windows and Cygwin.
4859         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4860         Include prototype for int strerror_r.
4861         [!_LIBC] (is_open): New function.
4862         (flush_stdout): New function.
4863         (print_errno_message): Use it.
4864         (error): Likewise.
4865         (error_at_line): Likewise.
4866         (error_tail) Add function attribute macros.  Use
4867         __builtin_expect.
4869         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4871         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4873         * io/ftw.c: Include sys/param.h unconditionally.
4875         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4877         [BZ #17125]
4878         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4879         libc_freeres_ptr.
4880         (freecache): New function to free CACHE on exit.
4882         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4883         initialization.
4885 2014-07-09  David S. Miller  <davem@davemloft.net>
4887         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4889         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4890         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4891         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4892         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4893         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4894         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4895         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4896         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4897         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4898         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4899         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4900         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4901         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4903 2014-07-09  Andreas Schwab  <schwab@suse.de>
4905         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4906         output.
4907         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4908         (do_test): Likewise.
4910         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4912 2014-07-09  Will Newton  <will.newton@linaro.org>
4914         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4915         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4916         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4917         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4918         * sysdeps/hppa/start.S (_start): Likewise.
4920 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4922         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4924         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4925         defined.
4927 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4929         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4930         after checking that it is non-NULL.
4932         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4934 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4936         * sysdeps/powerpc/memmove.c: Remove file.
4937         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4938         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4939         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4940         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4941         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4942         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4943         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4944         string memmove instead of removed powerpc one.
4946         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4947         [weak_alias]: Fix compiler warning due trailing data.
4948         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4949         [weak_alias]: Likewise.
4950         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4951         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4954         (__libc_ifunc_impl_list): Add memmove functions.
4956 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4958         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4959         Remove code.
4960         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4961         Likewise
4962         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4963         Likewise
4964         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4965         Likewise
4966         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4967         Likewise
4968         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4969         Likewise
4970         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4971         Likewise
4972         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4973         Likewise
4974         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4975         Likewise
4976         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4977         Likewise
4978         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4979         Likewise
4980         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4981         Likewise
4982         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4983         Likewise
4984         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4985         Likewise
4986         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4987         Likewise
4988         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4989         Likewise
4990         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4991         Likewise
4993 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4995         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4996         to avoid alignment traps in non-cacheable memory.
4997         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4999         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5000         multiarch objects.
5001         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5002         file: multiarch power7 memmove.
5003         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5004         multiarch default memmove.
5005         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5006         multiarch memove for powerpc32/power4.
5008         * string/bcopy.c: Use full path to include memmove.c.
5009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5010         multiarch objects.
5011         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5012         bcopy for powerpc64.
5013         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5014         bcopy for powerpc64.
5015         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5016         and memmove implementations.
5017         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5018         optimized multiarch memmove for POWER7/powerpc64.
5019         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5020         default multiarch memmove for powerpc64.
5021         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5022         multiarch for powerpc64.
5023         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5024         for POWER7/powerpc64.
5025         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5026         memmove for POWER7/powerpc64.
5028         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5029         glibc default one.
5031         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5032         __ELF_NATIVE_CLASS equal to 64.
5034 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5036         * sysdeps/nptl/lowlevellock.h: File removed.
5038         * NEWS: NPTL is no longer an add-on!
5039         * nptl/internaltypes.h: Moved ...
5040         * sysdeps/nptl/internaltypes.h: ... here.
5041         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5042         * sysdeps/nptl/fork.c: Likewise.
5043         * sysdeps/nptl/gai_misc.h: Likewise.
5044         * sysdeps/nptl/librt-cancellation.c: Likewise.
5045         * sysdeps/nptl/jmp-unwind.c: Likewise.
5046         * sysdeps/nptl/setxid.h: Likewise.
5047         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5048         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5049         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5050         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5051         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5052         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5053         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5054         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5055         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5056         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5057         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5058         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5059         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5060         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5061         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5062         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5063         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5064         * nptl/Makeconfig: Moved ...
5065         * sysdeps/nptl/Makeconfig: ... here.
5066         * nptl/configure: File removed.
5067         * nptl/ANNOUNCE: File removed.
5068         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5069         * sysdeps/unix/sysv/linux/configure: Regenerated.
5071         * nptl/Makefile (routines): Add libc_pthread_init,
5072         libc_multiple_threads, register-atfork and unregister-atfork.
5073         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5074         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5075         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5076         pthread-pi-defines.sym, structsem.sym.
5077         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5078         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5079         [$(subdir) = nptl] (tests): Add tst-setgetname.
5080         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5081         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5082         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5083         [!LIBC_SIGACTION]: Remove aliases.
5084         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5085         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5086         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5087         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5088         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5089         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5090         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5091         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5092         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5093         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5094         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5095         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5096         __libc_allocate_rtsig_private.
5097         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5098         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5099         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5100         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5101         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5102         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5103         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5104         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5105         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5106         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5107         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5108         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5109         * nptl/internaltypes.h: ... here.
5110         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5111         * sysdeps/nptl/jmp-unwind.c: ... here.
5112         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5113         * nptl/libc-lowlevellock.c: ... here.
5114         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5115         * nptl/libc_multiple_threads.c: ... here.
5116         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5117         * nptl/libc_pthread_init.c: ... here.
5118         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5119         * nptl/lowlevelbarrier.sym: ... here.
5120         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5121         * nptl/lowlevelcond.sym: ... here.
5122         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5123         * nptl/lowlevellock.c: ... here.
5124         * nptl/lowlevellock.h: Moved ...
5125         * sysdeps/nptl/lowlevellock.h: ... here.
5126         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5127         * nptl/lowlevelrobustlock.c: ... here.
5128         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5129         * nptl/lowlevelrobustlock.sym: ... here.
5130         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5131         * nptl/lowlevelrwlock.sym: ... here.
5132         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5133         * nptl/pt-fork.c: ... here.
5134         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5135         * nptl/pthread-pi-defines.sym: ... here.
5136         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5137         * nptl/pthread_attr_getaffinity.c: ... here.
5138         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5139         * nptl/pthread_attr_setaffinity.c: ... here.
5140         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5141         * nptl/pthread_mutex_cond_lock.c: ... here.
5142         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5143         Update #include.
5144         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5145         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5146         * nptl/pthread_once.c: ... here, replacing old file.
5147         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5148         * nptl/pthread_yield.c: ... here.
5149         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5150         * nptl/register-atfork.c: ... here.
5151         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5152         * nptl/sem_post.c: ... here.
5153         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5154         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5155         * nptl/sem_timedwait.c: ... here.
5156         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5157         * nptl/sem_trywait.c: ... here.
5158         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5159         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5160         * nptl/sem_wait.c: ... here.
5161         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5162         * nptl/structsem.sym: ... here.
5163         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5164         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5165         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5166         * nptl/unregister-atfork.c: ... here.
5167         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5168         * nptl/unwindbuf.sym: ... here.
5169         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5170         * sysdeps/nptl/fork.c: ... here.
5171         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5172         * sysdeps/nptl/fork.h: ... here.
5173         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5174         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5175         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5176         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5177         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5178         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5179         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5180         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5181         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5182         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5183         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5184         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5185         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5186         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5187         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5189         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5190         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5191         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5192         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5193         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5194         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5195         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5196         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5197         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5198         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5199         * sysdeps/unix/sysv/linux/raise.c: ... here.
5200         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5201         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5202         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5203         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5204         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5205         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5206         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5207         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5208         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5209         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5210         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5211         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5212         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5213         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5214         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5216 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5218         * sysdeps/generic/memcopy.h: Add comment for
5219         MEMCPY_OK_FOR_FWD_MEMMOVE.
5221 2014-07-04  Will Newton  <will.newton@linaro.org>
5223         * string/memchr.c: Merge from gnulib.
5224         [_LIBC]: Remove conditionals.
5225         (__ptr_t): Remove define.
5226         (LONG_MAX_32_BITS): Likewise.
5227         (LONG_MAX): Likewise.
5228         (MEMCHR): Use ANSI prototype and optimize algorithm.
5230         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5232 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5234         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5235         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5237         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5238         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5239         in a bare environment with no <stdlib.h> installed.
5240         * sysdeps/nptl/configure: Regenerated.
5242         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5244         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5245         AC_EGREP_CPP for kernel header checks, so they only succeed if
5246         including <linux/version.h> actually works right.
5247         * sysdeps/unix/sysv/linux/configure: Regenerated.
5249         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5250         value so it's not diagnosed as unused.
5252         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5253         thing) with "ifeq ($(subdir),rt)".
5255 2014-07-03  Richard Henderson  <rth@redhat.com>
5257         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5258         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5259         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5261         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5262         (math_force_eval): New.
5264         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5265         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5267         * sysdeps/alpha/fpu/s_round.c: Remove file.
5268         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5270         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5271         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5272         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5273         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5274         (_dl_start, print_statistics): Likewise.
5275         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5276         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5278         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5279         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5280         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5281         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5282         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5283         (HP_SMALL_TIMING_AVAIL): Define.
5284         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5285         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5286         (HP_SMALL_TIMING_AVAIL): Define.
5287         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5288         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5290         * sysdeps/aarch64/hp-timing.h: New file.
5292         * sysdeps/generic/hp-timing.h: Remove dead comment.
5293         * sysdeps/generic/hp-timing-common.h: New file.
5294         * sysdeps/alpha/hp-timing.h: Include it.
5295         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5296         * sysdeps/i386/i686/hp-timing.h: Likewise.
5297         * sysdeps/ia64/hp-timing.h: Likewise.
5298         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5299         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5300         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5301         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5302         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5303         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5304         (hp_timing_t): New.
5306         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5307         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5308         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5309         * elf/rtld.c (_dl_start_final): Likewise.
5310         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5311         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5312         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5313         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5314         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5315         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5316         (HP_TIMING_DIFF_INIT): Remove.
5317         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5318         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5319         (HP_TIMING_DIFF_INIT): Remove.
5320         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5321         * sysdeps/i386/i686/hp-timing.c: Remove file.
5322         * sysdeps/x86_64/hp-timing.c: Remove file.
5323         * sysdeps/ia64/hp-timing.c: Remove file.
5324         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5325         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5326         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5327         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5329         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5330         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5331         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5332         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5333         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5334         (HP_TIMING_ACCUM): Remove.
5335         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5336         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5337         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5339         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5340         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5341         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5342         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5343         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5344         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5345         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5346         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5348         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5350 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5352         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5354 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5356         Sync up with gettext.
5357         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5358         [_MSC_VER]: Include malloc.h
5359         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5360         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5361         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5362         TEMP_FAILURE_RETRY.  Cast return of alloca.
5363         [!_LIBC] Call gl_rwlock_init.
5364         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5366 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5368         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5369         before checking its value.
5371 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5373         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5375         * debug/memcpy_chk.c: Don't include pagecopy.h.
5376         * debug/mempcpy_chk.c: Likewise.
5377         * string/memcpy.c: Likewise.
5378         * string/memmove.c: Likewise.
5379         * sysdeps/powerpc/memmove.c: Likewise.
5380         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5381         definition of PAGE_COPY_FWD_MAYBE here...
5382         * sysdeps/generic/pagecopy.h: ... from here.
5383         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5385 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5386             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5388         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5389         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5390         optimizations.
5391         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5392         (__libc_ifunc_impl_list): Likewise.
5393         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5394         multiarch strcat for PPC64.
5395         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5396         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5398 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5400         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5402 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5404         * intl/loadmsgcat.c: Remove declaration of
5405         get_sysdep_segment_value.
5406         (get_sysdep_segment_value): Use ISO C style.
5407         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5408         semicolon.  Fix typo and formatting in comment.
5409         (_nl_unload_domain): Use ISO C style.
5411         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5413 2014-07-02  Will Newton  <will.newton@linaro.org>
5415         * malloc/obstack.c: Merge from gnulib master.
5416         [HAVE_CONFIG_H]: Remove conditional code.
5417         [!_LIBC]: Include config.h.
5418         [!ELIDE_CODE]: Don't include inttypes.h, include
5419         stdint.h unconditionally.
5420         (print_and_abort): Mark as _Noreturn.
5421         (_obstack_allocated_p): Mark as __attribute_pure__.
5422         (obstack_free): Rename to __obstack_free.
5423         [!__attribute__]: Remove conditional code.
5424         * malloc/obstack.h: Merge from gnulib master.
5425         [__cplusplus]: Move conditional down.
5426         [!__attribute_pure__]: Define __attribute_pure__ here
5427         if it is not already defined.
5428         (_obstack_memory_used): Mark as __attribute_pure__.
5429         [!__obstack_free]: Define as obstack_free.
5430         [__GNUC__]: Remove check for ancient NeXT gcc.
5432 2014-07-02  Will Newton  <will.newton@linaro.org>
5433             Paul Eggert  <eggert@cs.ucla.edu>
5435         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5437 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5439         * resolv/gethnamaddr.c: Add comment warning that the file is
5440         not maintained.
5442 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5444         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5445         entries.
5447         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5448         entry for aio_cancel and aio_cancel64.
5449         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5450         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5451         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5452         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5453         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5454         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5455         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5456         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5457         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5458         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5459         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5460         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5461         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5463 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5465         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5466         * nptl/pthread_mutex_lock.c: Likewise.
5467         * nptl/pthread_mutex_timedlock.c: Likewise.
5468         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5470 2014-07-01  Richard henderson  <rth@redhat.com>
5472         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5473         (__isnan, __isnanl): Remove.
5474         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5476         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5478 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5480         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5482 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5484         * resolv/nss_dns/dns-host.c (getanswer_r)
5485         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5487 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5489         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5490         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5491         undefine.
5492         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5493         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5495 2014-07-01  Roland McGrath <roland@hack.frob.com>
5497         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5498         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5500         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5501         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5503         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5504         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5505         ... here.
5506         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5507         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5509         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5510         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5511         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5512         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5514         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5515         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5516         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5517         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5518         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5519         Moved ...
5520         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5521         ... here.
5522         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5523         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5524         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5525         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5526         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5527         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5528         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5529         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5530         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5531         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5532         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5533         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5534         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5535         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5536         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5537         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5538         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5539         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5540         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5541         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5542         ... here.
5543         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5544         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5546         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5547         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5548         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5549         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5550         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5552 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5554         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5555         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5556         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5557         Add sysdep.
5559 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5563 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5565         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5566         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5568         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5570         * sysdeps/arm/libm-test-ulps: Regenerated.
5572 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5573             Roland McGrath <roland@hack.frob.com>
5575         * test-skeleton.c (signal_handler): Kill the whole process group
5576         before killing the child individually.
5577         (main): Report any failure on `setpgid'.
5579 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5581         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5582         from _TLS_H to _ARM_NPTL_TLS_H.
5583         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5584         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5586 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5588         [BZ #16539]
5589         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5590         (__expm1l): Return argument unchanged when small but not
5591         subnormal.
5593         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5594         include macro name.
5595         (_FP_UNPACK_RAW_1_P): Likewise.
5596         (_FP_PACK_RAW_1): Likewise.
5597         (_FP_PACK_RAW_1_P): Likewise.
5598         (_FP_MUL_MEAT_1_wide): Likewise.
5599         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5600         (_FP_MUL_MEAT_1_hard): Likewise.
5601         (_FP_DIV_MEAT_1_imm): Likewise.
5602         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5603         (_FP_DIV_MEAT_1_udiv): Likewise.
5604         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5605         (_FP_UNPACK_RAW_2): Likewise.
5606         (_FP_UNPACK_RAW_2_P): Likewise.
5607         (_FP_PACK_RAW_2): Likewise.
5608         (_FP_PACK_RAW_2_P): Likewise.
5609         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5610         (_FP_MUL_MEAT_2_wide): Likewise.
5611         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5612         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5613         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5614         (_FP_MUL_MEAT_2_gmp): Likewise.
5615         (_FP_DIV_MEAT_2_udiv): Likewise.
5616         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5617         (_FP_FRAC_SRL_4): Likewise.
5618         (_FP_FRAC_SRST_4): Likewise.
5619         (_FP_FRAC_SRS_4): Likewise.
5620         (_FP_UNPACK_RAW_4): Likewise.
5621         (_FP_UNPACK_RAW_4_P): Likewise.
5622         (_FP_PACK_RAW_4): Likewise.
5623         (_FP_PACK_RAW_4_P): Likewise.
5624         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5625         (_FP_MUL_MEAT_4_wide): Likewise.
5626         (_FP_MUL_MEAT_4_gmp): Likewise.
5627         (umul_ppppmnnn): Likewise.
5628         (_FP_DIV_MEAT_4_udiv): Likewise.
5629         (__FP_FRAC_ADD_4): Likewise.
5630         (__FP_FRAC_SUB_3): Likewise.
5631         (__FP_FRAC_SUB_4): Likewise.
5632         (__FP_FRAC_DEC_3): Likewise.
5633         (__FP_FRAC_DEC_4): Likewise.
5634         (__FP_FRAC_ADDI_4): Likewise.
5635         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5636         (_FP_FRAC_SRL_8): Likewise.
5637         (_FP_FRAC_SRS_8): Likewise.
5639         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5640         include macro name.
5641         (FP_UNPACK_RAW_EP): Likewise.
5642         (FP_PACK_RAW_E): Likewise.
5643         (FP_PACK_RAW_EP): Likewise.
5644         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5645         (_FP_ISSIGNAN): Likewise.
5646         (_FP_ADD_INTERNAL): Likewise.
5647         (_FP_FMA): Likewise.
5648         (_FP_CMP): Likewise.
5649         (_FP_SQRT): Likewise.
5650         (_FP_TO_INT): Likewise.
5651         (_FP_FROM_INT): Likewise.
5652         (FP_EXTEND): Likewise.
5653         (_FP_DIV_MEAT_N_loop): Likewise.
5655 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5657         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5658         throughout.
5660 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5662         [BZ #17097]
5663         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5664         result with correct sign in case of exponents that produce
5665         overflow except for X very close to 1.
5667 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5669         mktime: merge #if/#ifdef usage from glibc
5670         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5671         as that works with both Glibc's and Gnulib's style.
5672         See thread starting at Siddhesh Poyarekar's bug report at:
5673         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5675 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5677         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5678         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5679         * sysdeps/tile/tilegx/memmove.c: Remove file.
5681 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5683         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5684         abi-name definition.
5685         * scripts/soversions.awk: Do not handle or generate ABI lines.
5686         * shlib-versions: Remove ABI entries.
5687         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5688         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5690 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5692         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5693         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5694         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5695         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5696         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5697         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5698         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5699         Moved ...
5700         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5701         ... here.
5702         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5703         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5704         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5705         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5706         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5707         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5708         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5709         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5710         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5711         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5712         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5713         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5714         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5715         Moved ...
5716         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5717         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5718         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5719         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5720         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5721         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5722         Moved ...
5723         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5724         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5725         Moved ...
5726         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5727         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5728         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5729         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5730         Moved ...
5731         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5732         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5733         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5734         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5735         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5736         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5739         Moved ...
5740         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5741         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5742         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5743         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5744         Moved ...
5745         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5747         Moved ...
5748         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5749         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5750         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5751         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5752         Moved ...
5753         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5754         ... here.
5755         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5756         Identical file removed.
5757         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5758         Moved ...
5759         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5760         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5761         Identical file removed.
5762         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5763         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5764         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5765         Moved ...
5766         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5767         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5768         Identical file removed.
5769         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5770         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5771         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5772         Identical file removed.
5773         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5774         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5775         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5776         Identical file removed.
5777         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5778         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5779         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5780         Identical file removed.
5781         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5782         Moved ...
5783         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5784         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5785         Identical file removed.
5786         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5787         Moved ...
5788         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5789         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5790         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5791         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5792         Identical file removed.
5793         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5794         Moved ...
5795         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5796         ... here.
5797         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5798         Identical file removed.
5799         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5800         Moved ...
5801         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5802         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5803         Identical file removed.
5804         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5805         Moved ...
5806         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5807         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5808         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5809         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5810         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5811         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5812         Moved ...
5813         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5814         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5815         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5817         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5818         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5819         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5820         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5821         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5823 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5825         [BZ #17092]
5826         * nscd/nscd.c (monitor_child): Return exit status of child
5827         instead of return value from wait syscall.
5829 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5831         * configure.ac (libc_commonpagesize): Remove variable.
5832         (libc_relro_required): Likewise.
5833         (libc_cv_z_relro): Remove configure test.
5834         * configure: Regenerated.
5835         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5836         variable.
5837         (libc_relro_required): Likewise.
5838         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5839         (libc_relro_required): Likewise.
5840         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5841         (libc_relro_required): Likewise.
5842         * sysdeps/arm/preconfigure: Regenerated.
5843         * sysdeps/ia64/preconfigure: Remove file.
5844         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5845         variable.
5846         (libc_relro_required): Likewise.
5848         [BZ #16561]
5849         [BZ #16562]
5850         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5851         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5852         recompute overflowing results in original rounding mode.
5853         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5854         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5855         recompute overflowing results in original rounding mode.
5856         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5857         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5858         recompute overflowing results in original rounding mode.
5859         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5860         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5861         recompute overflowing results in original rounding mode.
5862         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5863         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5864         recompute overflowing results in original rounding mode.
5865         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5866         (libc_feholdsetround_ctx): New macro.
5867         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5868         * sysdeps/i386/fpu/libm-test-ulps: Update.
5869         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5871 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5873         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5874         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5875         corresponding .cpsetup call.
5877 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5879         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5880         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5881         * sysdeps/arm/Makefile [$(subdir) = csu]
5882         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5883         (static-only-routines): Add aeabi_read_tp here.
5884         (shared-only-routines): Add libc-aeabi_read_tp here.
5885         (CFLAGS-libc-start.c): Add -fexceptions here.
5886         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5887         (sysdep_routines, static-only-routines, shared-only-routines):
5888         Don't add to these here.
5889         (CFLAGS-libc-start.c): Likewise.
5891         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5892         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5893         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5894         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5895         * sysdeps/arm/Makefile [$(subdir) = rt]
5896         (librt-sysdep_routines, librt-shared-only-routines):
5897         Append rt-aeabi_unwind_cpp_pr1 here.
5898         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5899         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5900         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5901         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5902         Append nptl-aeabi_unwind_cpp_pr1 here.
5903         (tests): Filter out tst-cleanupx4 here.
5904         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5905         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5906         Don't do those here.
5908 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5910         * scripts/list-sources.sh: Do not handle ports specially.
5912 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5914         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5915         * sysdeps/arm/feupdateenv.c: Likewise.
5917         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5919 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5921         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5922         trailing whitespace removed.
5923         * scripts/config.guess: Update to version 2014-03-23.
5924         * scripts/config.sub: Update to version 2014-05-01
5925         * scripts/install-sh: Update to version 2013-12-25.23.
5926         * scripts/move-if-change: Update from gnulib.
5928 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5930         * debug/memmove_chk.c: Remove pagecopy.h include.
5932 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5934         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5935         identical to gnulib mktime.
5937 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5939         * configure.ac: Do not test for machine being rs6000.  Do not test
5940         for powerpc*-*soft.
5941         * configure: Regenerated.
5943         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5944         test.
5945         * configure: Regenerated.
5946         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5947         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5948         Remove configure test.
5949         * sysdeps/arm/configure: Regenerated.
5950         * sysdeps/nptl/configure.ac: Do not check
5951         libc_cv_asm_cfi_directives.
5952         * sysdeps/nptl/configure: Regenerated.
5953         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5954         * sysdeps/x86_64/nptl/configure: Remove generated file.
5955         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5956         unconditional.
5957         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5959 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5961         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5962         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5963         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5964         it is defined.
5966         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5967         instead of whether it is defined.
5968         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5969         * sysdeps/hppa/dl-machine.h: Likewise.
5970         * sysdeps/ia64/dl-machine.h: Likewise.
5971         * sysdeps/m68k/dl-machine.h: Likewise.
5972         * sysdeps/microblaze/dl-machine.h: Likewise.
5973         * sysdeps/mips/dl-machine.: Likewise.
5974         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5975         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5976         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5977         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5978         * sysdeps/sh/dl-machine.h: Likewise.
5979         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5980         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5981         * sysdeps/tile/dl-machine.h: Likewise.
5982         * sysdeps/x86_64/dl-machine.h: Likewise.
5984         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5985         code.
5986         (verify_persistent_db): Likewise.
5988 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5991         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5993         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5995         Moved ...
5996         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5997         ... here.
5998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5999         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6000         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6001         Identical file removed.
6002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6003         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6004         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6005         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6006         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6007         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6009         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6010         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6011         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6012         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6013         Moved ...
6014         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6016         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6018         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6020         Moved ...
6021         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6022         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6023         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6024         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6025         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6026         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6027         Identical file removed.
6028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6029         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6031         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6033         Moved ...
6034         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6035         ... here.
6036         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6037         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6039         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6041         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6043         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6044         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6045         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6046         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6047         Moved ...
6048         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6049         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6050         Moved ...
6051         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6053         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6054         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6055         Moved ...
6056         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6058         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6061         folded into ...
6062         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6063         * sysdeps/unix/sysv/linux/s390/Versions
6064         (libpthread: GLIBC_2.19): New version set.
6065         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6066         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6067         (librt: GLIBC_2.3.3): New version set.
6068         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6069         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6070         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6071         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6072         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6073         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6074         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6075         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6076         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6077         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6078         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6079         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6080         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6082         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6083         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6084         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6085         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6086         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6087         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6088         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6090         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6092         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6093         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6094         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6095         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6096         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6097         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6098         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6099         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6100         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6101         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6102         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6103         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6104         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6105         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6106         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6107         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6108         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6109         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6110         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6111         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6112         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6114         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6115         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6116         (__libc_vfork): Define the function under this name.
6117         [!NOT_IN_libc] (__vfork): Make this an alias.
6118         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6119         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6120         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6121         (__libc_vfork): Define the function under this name.
6122         [!NOT_IN_libc] (__vfork): Make this an alias.
6123         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6124         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6125         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6126         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6127         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6128         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6130         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6131         code that was previously under [RESET_PID].
6132         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6133         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6134         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6136         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6137         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6138         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6139         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6140         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6141         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6142         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6143         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6144         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6147         Moved ...
6148         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6150         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6156         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6158         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6160         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6161         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6162         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6163         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6164         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6165         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6166         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6167         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6168         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6169         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6172         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6173         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6174         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6175         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6176         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6178 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6180         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6181         that was previously under [RESET_PID].
6182         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6184 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6186         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6187         not undefine and redefine.
6188         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6189         [O_CLOEXEC]: Make code unconditional.
6190         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6191         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6192         <kernel-features.h>.
6193         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6194         conditional variable definition.
6195         (shm_open) [O_CLOEXEC]: Make code unconditional.
6196         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6197         code.
6199         * configure.ac (USE_REGPARMS): Don't define here.
6200         * configure: Regenerated.
6201         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6202         * sysdeps/i386/configure: Regenerated.
6204         * nptl/createthread.c: Don't include kernel-features.h.
6205         * nptl/pthread_cancel.c: Likewise.
6206         * nptl/pthread_condattr_setclock.c: Likewise.
6207         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6208         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6209         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6210         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6211         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6212         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6213         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6214         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6215         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6216         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6217         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6218         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6219         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6220         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6221         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6222         * nscd/gai.c: Likewise.
6223         * nss/nss_db/db-open.c: Likewise.
6224         * sysdeps/generic/ldsodefs.h: Likewise.
6225         * sysdeps/sh/nptl/tls.h: Likewise.
6226         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6227         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6228         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6229         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6230         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6231         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6232         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6233         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6234         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6235         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6236         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6237         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6238         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6239         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6240         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6241         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6242         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6243         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6244         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6245         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6246         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6247         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6248         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6249         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6250         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6251         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6252         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6253         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6254         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6255         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6256         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6257         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6258         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6259         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6260         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6261         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6262         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6263         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6264         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6265         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6266         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6267         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6268         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6269         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6270         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6271         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6272         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6273         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6274         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6275         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6276         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6277         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6278         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6279         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6280         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6281         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6282         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6283         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6306         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6307         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6308         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6309         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6310         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6311         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6312         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6313         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6314         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6315         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6316         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6317         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6318         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6319         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6320         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6321         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6322         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6323         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6324         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6325         * sysdeps/unix/sysv/linux/system.c: Likewise.
6326         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6327         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6328         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6329         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6330         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6331         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6332         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6334         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6335         * configure: Regenerated.
6336         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6338         * configure.ac (base_machine): Do not set specially for particular
6339         machines here.
6340         * configure: Regenerated.
6341         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6342         settings from configure.ac.
6343         * sysdeps/i386/preconfigure: New file.
6344         * sysdeps/s390/preconfigure: Likewise.
6345         * sysdeps/sh/preconfigure: Likewise.
6346         * sysdeps/sparc/preconfigure: Likewise.
6348 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6350         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6351         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6352         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6353         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6354         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6355         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6356         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6357         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6358         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6359         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6360         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6361         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6362         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6363         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6364         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6365         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6366         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6367         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6368         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6370         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6371         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6372         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6373         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6374         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6375         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6376         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6377         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6378         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6379         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6380         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6381         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6382         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6383         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6384         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6385         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6386         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6387         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6388         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6389         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6390         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6391         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6392         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6393         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6394         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6395         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6396         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6397         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6398         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6399         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6400         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6401         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6402         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6403         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6404         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6405         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6406         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6407         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6410         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6411         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6414         Moved ...
6415         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6416         ... here.
6417         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6420         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6422         Moved ...
6423         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6427         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6428         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6431         Moved ...
6432         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6433         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6434         Moved ...
6435         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6436         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6437         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6438         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6439         Moved ...
6440         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6441         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6444         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6446         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6447         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6448         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6449         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6450         Moved ...
6451         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6452         ... here.
6453         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6454         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6456         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6457         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6458         Moved ...
6459         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6461         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6462         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6463         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6464         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6465         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6466         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6467         Moved ...
6468         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6469         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6470         Moved ...
6471         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6472         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6473         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6474         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6475         Moved ...
6476         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6477         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6478         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6479         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6480         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6482 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6484         * timezone/checktab.awk: Update from tzcode 2014e.
6485         * timezone/private.h: Likewise.
6486         * timezone/tzfile.h: Likewise.
6487         * timezone/zdump.c: Likewise.
6488         * timezone/zic.c: Likewise.
6490         * sysdeps/unix/sysv/linux/kernel-features.h
6491         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6492         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6493         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6494         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6495         Remove conditional code.
6497 2014-06-25  Will Newton  <will.newton@linaro.org>
6499         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6500         (_dl_arm_cap_flags): Add HWCAP2 values.
6501         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6502         (_DL_HWCAP_COUNT): Increase to 37.
6503         (_DL_HWCAP_LAST): New define.
6504         (_DL_HWCAP2_LAST): New define.
6505         (_dl_procinfo): Add support for printing
6506         AT_HWCAP2 entries.
6507         (_dl_string_hwcap): Use _dl_hwcap_string.
6509 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6511         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6513 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6515         * README: Do not mention ports directory.
6517         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6518         Remove macro.
6519         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6520         <kernel-features.h>.
6521         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6522         conditional variable definition.
6523         (__futimes): Update comment.
6524         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6525         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6527         [BZ #16560]
6528         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6529         arguments close to 0.
6530         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6531         Likewise.
6532         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6533         Likewise.
6534         * math/auto-libm-test-in: Add more tests of exp10.
6535         * math/auto-libm-test-out: Regenerated.
6536         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6538         * sysdeps/unix/sysv/linux/kernel-features.h
6539         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6540         * sysdeps/unix/sysv/linux/readv.c: Do not include
6541         <kernel-features.h>.
6542         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6543         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6544         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6545         unconditional.
6546         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6547         conditional code.
6548         * sysdeps/unix/sysv/linux/writev.c: Do not include
6549         <kernel-features.h>.
6550         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6551         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6552         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6553         unconditional.
6554         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6555         conditional code.
6557 2014-06-25  Will Newton  <will.newton@linaro.org>
6559         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6560         comment changes throughout the file.  Remove checks
6561         for HAVE_*_H definitions that are not required.
6562         (__gen_tempname): Call abort if an unknown kind value is
6563         passed.
6565 2014-06-25  Andreas Schwab  <schwab@suse.de>
6567         [BZ #17086]
6568         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6569         scalbln, scalblnf, scalblnl in libc.
6571 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6573         [BZ #17086]
6574         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6575         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6576         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6578 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6580         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6581         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6582         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6583         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6584         Update #include.
6585         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6586         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6587         Update #include.
6588         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6589         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6590         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6591         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6592         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6593         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6594         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6595         * sysdeps/x86/bits/semaphore.h: ... here.
6596         * sysdeps/x86/nptl/elide.h: Moved ...
6597         * sysdeps/x86/elide.h: ... here.
6598         * sysdeps/x86_64/nptl/Implies: File removed.
6599         * sysdeps/i386/nptl/Implies: File removed.
6601 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6603         [BZ #16539]
6604         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6605         return the argument for normal arguments with exponent below -64.
6606         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6607         Likewise.
6608         * math/auto-libm-test-in: Add another test of expm1.
6609         * math/auto-libm-test-out: Regenerated.
6611         [BZ #16287]
6612         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6613         calling __erfcl for arguments at least 16.
6614         * math/auto-libm-test-in: Add more tests of erf.
6615         * math/auto-libm-test-out: Regenerated.
6617         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6618         individual architectures.
6619         * sysdeps/unix/sysv/linux/configure: Regenerated.
6620         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6621         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6622         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6623         (ldd_rewrite_script): Define variable.
6624         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6626         file.
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6628         generated file.
6629         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6630         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6631         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6632         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6633         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6634         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6635         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6636         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6638 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6640         [BZ #17084]
6641         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6642         Rename member __data.d to __data.__elision_data.
6644 2014-06-24  Wilco  <wdijkstr@arm.com>
6646         * NEWS: Add 16918 to fixed bug list.
6648 2014-06-24  Wilco  <wdijkstr@arm.com>
6650         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6652 2014-06-24  Wilco  <wdijkstr@arm.com>
6654         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6655         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6656         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6657         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6658         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6659         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6660         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6661         Use _FPU_MASK_RM.
6663 2014-06-24  Wilco  <wdijkstr@arm.com>
6665         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6667 2014-06-24  Wilco  <wdijkstr@arm.com>
6669         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6670         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6671         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6672         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6674 2014-06-24  Wilco  <wdijkstr@arm.com>
6676         [BZ #16918]
6677         * sysdeps/arm/feupdateenv.c (feupdateenv):
6678         Rewrite to reduce FPSCR accesses and fix return value.
6680 2014-06-24  Wilco  <wdijkstr@arm.com>
6682         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6683         Optimize to avoid unnecessary FPSCR writes.
6684         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6685         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6686         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6687         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6689 2014-06-24  Wilco  <wdijkstr@arm.com>
6691         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6692         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6693         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6694         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6695         Call libc_fetestexcept_vfp.
6696         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6697         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6698         __SOFTFP__ ifdef so that they can be built for softfp.
6700 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6702         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6703         argument type signed char.
6705         * Makerules (check-abi): Dump diff of symlist if the test
6706         fails.
6708 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6710         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6711         using abort.
6713         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6714         Remove unused variable ST.
6716 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6718         [BZ #16354]
6719         [BZ #17061]
6720         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6721         small arguments before calling __expm1.
6722         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6723         small arguments before calling __expm1f.
6724         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6725         small arguments before calling __expm1l.
6726         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6727         Likewise.
6728         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6729         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6730         spurious underflow for some cosh tests.
6731         * math/auto-libm-test-out: Regenerated.
6732         * sysdeps/i386/fpu/libm-test-ulps: Update.
6734         [BZ #17050]
6735         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6736         (__ieee754_y1): Set errno if return value overflows.
6737         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6738         (__ieee754_y1f): Set errno if return value overflows.
6739         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6740         (__ieee754_y1l): Set errno if return value overflows.
6741         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6742         (__ieee754_y1l): Set errno if return value overflows.
6743         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6744         * math/auto-libm-test-out: Regenerated.
6746         * math/gen-auto-libm-tests.c: Document use of
6747         ignore-zero-inf-sign.
6748         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6749         (input_flags): Add ignore-zero-inf-sign.
6750         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6751         * math/gen-libm-test.pl (generate_testfile): Handle
6752         ignore-zero-inf-sign.
6753         * math/auto-libm-test-in: Mark some cpow tests with
6754         ignore-zero-inf-sign and some with xfail-rounding.
6755         * math/auto-libm-test-out: Regenerated.
6756         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6757         * sysdeps/i386/fpu/libm-test-ulps: Update.
6758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6760         [BZ #16315]
6761         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6762         overflowing or underflowing operations take place with sign of
6763         result.
6764         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6765         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6766         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6767         (__ieee754_pow): Recompute overflowing and underflowing results in
6768         original rounding mode.
6769         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6770         (__powl_helper): Allow negative argument X and scale negated value
6771         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6772         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6773         overflowing or underflowing operations take place with sign of
6774         result.
6775         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6776         Include <math.h>.
6777         * math/auto-libm-test-in: Add more tests of pow.
6778         * math/auto-libm-test-out: Regenerated.
6779         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6780         (pow_tonearest_test_data): Remove.
6781         (pow_test_tonearest): Likewise.
6782         (pow_towardzero_test_data): Likewise.
6783         (pow_test_towardzero): Likewise.
6784         (pow_downward_test_data): Likewise.
6785         (pow_test_downward): Likewise.
6786         (pow_upward_test_data): Likewise.
6787         (pow_test_upward): Likewise.
6788         (main): Don't call removed functions.
6789         * sysdeps/i386/fpu/libm-test-ulps: Update.
6790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6792 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6795         Moved ...
6796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6798         Moved ...
6799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6801         Moved ...
6802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6804         Moved ...
6805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6807         File removed.
6808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6809         File removed.
6810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6811         File removed.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6813         File removed.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6815         File removed.
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6817         File removed.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6819         File removed.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6821         File removed.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6823         File removed.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6825         File removed.
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6827         File removed.
6828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6829         File removed.
6830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6831         Moved ...
6832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6834         Moved ...
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6836         ... here.
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6838         Moved ...
6839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6841         Moved ...
6842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6844         Moved ...
6845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6847         Moved ...
6848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6850         Moved ...
6851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6853         Moved ...
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6856         Moved ...
6857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6860         ... here.
6861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6862         Moved ...
6863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6865         Moved ...
6866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6867         ... here.
6868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6869         Moved ...
6870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6871         ... here.
6872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6873         Moved ...
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6875         ... here.
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6877         Moved ...
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6880         Moved ...
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6885         Moved ...
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6887         ... here.
6888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6889         Moved ...
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6891         ... here.
6892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6893         Moved ...
6894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6896         Moved ...
6897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6899         Moved ...
6900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6902         Moved ...
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6905         Moved ...
6906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6907         ... here.
6908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6909         Moved ...
6910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6912         Moved ...
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6915         Moved ...
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6918         Moved ...
6919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6923         Moved ...
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6926         Moved ...
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6929         Moved ...
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6931         ... here.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6933         Moved ...
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6935         ... here.
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6937         Moved ...
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6939         ... here.
6940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6941         Moved ...
6942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6944         Moved ...
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6947         Moved ...
6948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6950         Moved ...
6951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6952         ... here.
6953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6954         Moved ...
6955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6956         ... here.
6957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6958         Moved ...
6959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6960         ... here.
6961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6962         Moved ...
6963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6965         Moved ...
6966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6968 2014-06-23  Will Newton  <will.newton@linaro.org>
6969             Wilco  <wdijkstr@arm.com>
6971         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6972         implementation.  Include get-rounding-mode.h.
6973         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6974         [!libc_feholdsetround_noex_ctx]: Define
6975         libc_feholdsetround_noex_ctx.
6976         [!libc_feholdsetround_noexf_ctx]: Define
6977         libc_feholdsetround_noexf_ctx.
6978         [!libc_feholdsetround_noexl_ctx]: Define
6979         libc_feholdsetround_noexl_ctx.
6980         (libc_feholdsetround_ctx): New function.
6981         (libc_feresetround_ctx): New function.
6982         (libc_feholdsetround_noex_ctx): New function.
6983         (libc_feresetround_noex_ctx): New function.
6985 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6987         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6988         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6989         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6990         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6991         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6992         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6994         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6995         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6996         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6997         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6998         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6999         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7000         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7001         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7002         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7003         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7004         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7005         Moved ...
7006         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7007         ... here.
7008         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7009         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7010         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7011         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7012         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7013         Moved ...
7014         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7015         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7016         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7017         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7018         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7019         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7020         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7021         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7022         Moved ...
7023         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7024         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7025         Moved ...
7026         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7027         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7028         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7029         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7030         Moved ...
7031         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7032         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7033         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7035         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7036         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7037         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7038         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7041         Moved ...
7042         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7043         ... here.
7044         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7045         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7049         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7051         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7057         Moved ...
7058         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7060         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7061         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7062         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7063         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7064         Moved ...
7065         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7066         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7067         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7068         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7069         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7071         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7072         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7073         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7074         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7075         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7076         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7077         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7078         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7079         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7080         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7081         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7082         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7083         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7084         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7085         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7086         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7087         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7088         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7089         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7090         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7091         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7092         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7093         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7094         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7095         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7096         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7097         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7098         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7100 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7102         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7103         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7104         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7105         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7106         (IPV6_PMTUDISC_INTERFACE): Likewise.
7107         (IPV6_PMTUDISC_OMIT): Likewise.
7109 2014-06-23  Andreas Schwab  <schwab@suse.de>
7111         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7112         Remove unused errout label.
7114 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7116         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7117         macro: hardware supports Vector Crypto instructions.
7119 2014-06-23  Will Newton  <will.newton@linaro.org>
7121         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7122         rather than __builtin_expect.
7124         * elf/dl-lookup.c (undefined_msg): Remove variable.
7125         (_dl_lookup_symbol_x): Replace undefined_msg with string
7126         literal.
7128         * elf/dl-lookup.c (do_lookup_unique): New function.
7129         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7130         to a separate function.
7132 2014-06-23  Andreas Schwab  <schwab@suse.de>
7134         [BZ #17079]
7135         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7136         before reading the next line.
7138 2014-06-23  Will Newton  <will.newton@linaro.org>
7140         * test-skeleton.c (signal_handler): Use printf and %m
7141         rather than perror.  Use printf rather than fprintf to
7142         stderr.  Use puts rather than fputs to stderr.
7143         (main): Likewise.
7145 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7147         * nscd/nscd.c (thread_info_t): Remove typedef.
7148         (thread_info): Remove variable.
7150 2014-06-21  Allan McRae  <allan@archlinux.org>
7152         * NEWS: Mention CVE-2014-4043.
7154 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7156         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7157         * nptl/smp.h: ... here.
7159         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7161         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7162         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7163         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7164         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7166         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7167         * nptl/stack-aliasing.h: New file.
7168         * sysdeps/i386/i686/stack-aliasing.h: New file.
7169         * sysdeps/i386/i686/nptl/Makefile: File removed.
7170         * sysdeps/x86_64/stack-aliasing.h: New file.
7171         * sysdeps/x86_64/nptl/Makefile
7172         (CFLAGS-pthread_create.c): Variable removed.
7174         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7175         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7176         old file.
7177         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7178         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7179         old file.
7181 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7183         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7184         (__ASSUME_SIGFRAME_V2): Remove macro.
7185         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7186         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7187         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7188         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7189         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7190         Declare as function.  Remove conditional macro definitions.
7191         (__default_rt_sa_restorer): Likewise.
7192         (__default_sa_restorer_v1): Remove declaration.
7193         (__default_sa_restorer_v2): Likewise.
7194         (__default_rt_sa_restorer_v1): Likewise.
7195         (__default_rt_sa_restorer_v2): Likewise.
7196         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7197         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7198         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7200 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7202         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7203         (libpthread-routines): Add sysdep.
7204         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7205         * sysdeps/unix/sysv/linux/sparc/Versions
7206         (libpthread: GLIBC_2.3.3): New version set.
7207         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7208         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7209         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7210         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7211         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7212         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7213         Moved ...
7214         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7215         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7216         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7217         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7218         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7219         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7220         * sysdeps/sparc/nptl/sem_init.c: ... here.
7221         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7222         * sysdeps/sparc/nptl/sem_post.c: ... here.
7223         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7224         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7225         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7226         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7227         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7228         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7229         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7230         (libpthread-routines): Add cpu_relax.
7231         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7232         File removed.
7233         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7234         (librt: GLIBC_2.3.3): New version set.
7235         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7236         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7237         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7238         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7239         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7241         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7242         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7243         Moved ...
7244         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7245         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7246         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7247         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7248         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7249         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7250         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7251         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7252         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7253         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7254         Moved ...
7255         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7256         Update #include.
7257         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7258         Moved ...
7259         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7260         Update #include.
7261         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7262         Moved ...
7263         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7264         Update #include.
7265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7266         Moved ...
7267         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7268         Update #include.
7269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7270         Moved ...
7271         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7272         Update #include.
7273         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7274         Moved ...
7275         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7276         Update #include.
7277         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7278         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7279         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7280         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7281         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7282         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7283         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7284         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7285         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7286         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7287         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7288         Moved ...
7289         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7290         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7291         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7292         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7293         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7295 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7297         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7298         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7299         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7300         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7301         * nscd/nscd.c: Likewise.
7302         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7303         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7304         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7305         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7307         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7308         <kernel-features.h>.
7309         (init_mq_netlink): Remove conditional have_sock_cloexec
7310         definitions.  Remove code conditional on have_sock_cloexec < 0.
7311         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7312         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7313         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7314         <kernel-features.h>.
7315         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7316         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7318 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7320         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7321         Add tests for memset_chk and memset.
7323         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7324         with AVX2_Usable.
7326 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7328         [BZ #16046]
7329         * elf/tst-dl-iter-static.c: New file.
7330         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7332         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7333         error.
7335 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7337         * sysdeps/unix/sysv/linux/kernel-features.h
7338         (__ASSUME_F_GETOWN_EX): Remove macro.
7339         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7340         <kernel-features.h>.
7341         (miss_F_GETOWN_EX): Remove variable or macro.
7342         (do_fcntl): Do not check miss_F_GETOWN_EX.
7343         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7345         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7346         Remove macro.
7347         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7348         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7349         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7351         * sysdeps/unix/sysv/linux/kernel-features.h
7352         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7353         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7354         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7355         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7357 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7359         [BZ #17075]
7360         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7361         Fix calculation of the symbol's value.
7362         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7363         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7364         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7365         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7366         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7367         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7368         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7369         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7370         (modules-names): Add `tst-armtlsdescmod',
7371         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7372         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7373         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7374         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7375         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7376         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7377         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7378         ($(objpfx)tst-armtlsdescloc): New dependency.
7379         ($(objpfx)tst-armtlsdescextnow): Likewise.
7380         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7381         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7382         TLS scheme support.
7383         * sysdeps/arm/configure: Regenerate.
7385 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7387         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7388         (__atfct_seterrno_2): Likewise.
7389         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7390         <kernel-features.h>.
7391         (__ASSUME_ATFCTS): Do not undefine and redefine.
7392         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7393         (__have_atfcts): Remove conditional definition.
7394         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7395         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7396         unreachable if [__ASSUME_ATFCTS].
7397         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7398         not undefine and redefine.
7399         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7400         <kernel-features.h>.
7401         (faccessat) [__NR_faccessat]: Make code unconditional.
7402         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7403         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7404         <kernel-features.h>.
7405         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7406         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7407         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7408         <kernel-features.h>.
7409         (fchownat) [__NR_fchownat]: Make code unconditional.
7410         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7411         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7412         <kernel-features.h>.
7413         (futimesat) [__NR_futimesat]: Make code unconditional.
7414         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7415         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7416         <kernel-features.h>.
7417         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7418         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7419         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7420         <kernel-features.h>.
7421         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7422         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7423         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7424         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7425         <kernel-features.h>.
7426         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7427         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7428         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7429         <kernel-features.h>.
7430         (linkat) [__NR_linkat]: Make code unconditional.
7431         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7432         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7433         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7434         <kernel-features.h>.
7435         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7436         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7437         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7438         <kernel-features.h>.
7439         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7440         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7441         * sysdeps/unix/sysv/linux/openat.c: Do not include
7442         <kernel-features.h>.
7443         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7444         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7445         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7446         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7447         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7448         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7449         <kernel-features.h>.
7450         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7451         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7452         result of INLINE_SYSCALL directly, not via int variable.
7453         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7454         <kernel-features.h>.
7455         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7456         (renameat) [__NR_renameat]: Make code unconditional.
7457         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7458         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7459         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7460         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7461         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7462         (__ASSUME_ATFCTS): Do not undefine and redefine.
7463         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7464         <kernel-features.h>.
7465         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7466         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7467         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7468         <kernel-features.h>.
7469         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7470         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7471         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7472         (__ASSUME_ATFCTS): Do not undefine and redefine.
7473         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7474         <kernel-features.h>.
7475         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7476         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7477         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7478         <kernel-features.h>.
7479         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7480         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7482 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7484         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7486 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7488         [BZ #17069]
7489         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7490         constructed tree before returning error.
7491         * posix/bug-regexp36.c: Expand test case.
7493 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7495         [BZ #6803]
7496         * math/libm-test.inc (scalbln_test_date):
7497         Add errno expectations.
7498         * math/w_scalblnf.c: New File.
7499         Add wrapper which checks for setting errno to ERANGE.
7500         Add weak_alias for corresponding scalbln function.
7501         * math/w_scalbln.c: Likewise.
7502         * math/w_scalblnl.c: Likewise.
7503         * math/Makefile (libm-calls): Add w_scalbln.
7504         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7505         Remove weak_alias for corresponding scalbln function.
7506         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7507         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7508         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7509         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7510         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7511         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7512         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7513         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7514         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7515         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7516         Remove long_double_symbol for scalblnl function in libm, libc.
7517         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7518         Add wrapper which checks for setting errno to ERANGE.
7519         Add long_double_symbol for scalblnl function in libm, libc.
7520         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7521         Remove long_double_symbol for scalblnl in libm.
7522         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7523         Add wrapper which checks for setting errno to ERANGE.
7524         Add long_double_symbol for scalblnl function in libm.
7525         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7526         Do not use wrapper because of own implementation.
7528 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7530         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7531         3 bytes for __pad1 for x32.
7532         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7534 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7535             H.J. Lu  <hongjiu.lu@intel.com>
7537         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7538         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7539         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7540         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7541         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7543 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7545         [BZ #17069]
7546         * posix/regcomp.c (parse_expression): Deallocate partially
7547         constructed tree before returning error.
7548         * posix/Makefile.c (tests): Add bug-regex36.
7549         (generated): Add bug-regex36.mtrace.
7550         (tests-special): Add $(objpfx)bug-regex36-mem.out
7551         (bug-regex36-ENV): New variable.
7552         ($(objpfx)bug-regex36-mem.out): New rule.
7553         * posix/bug-regex36.c: New file.
7555 2014-06-19  Will Newton  <will.newton@linaro.org>
7557         * malloc/malloc.c (systrim): If extra is zero then return
7558         early.
7560 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7562         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7564 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7566         * sysdeps/aarch64/strchr.S: New file.
7568 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7570         [BZ #17022]
7571         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7572         from arguments -2 or below.
7573         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7574         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7576 2014-06-18  Andreas Schwab  <schwab@suse.de>
7578         [BZ #17062]
7579         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7580         of a bracket expr not to run off the end of the string.
7581         * posix/Makefile (tests): Add tst-fnmatch3.
7582         * posix/tst-fnmatch3.c: New file.
7584 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7586         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7587         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7588         [$(cross-compiling) = no]: Likewise.
7589         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7590         [$(cross-compiling) = no]: Likewise.
7592 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7594         [BZ #17031]
7595         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7596         double, adjusted for any remainder from the high double.
7597         * math/libm-test.inc (nearbyint): Add tests.
7598         (rint): Likewise.
7600 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7602         * nptl/sysdeps/powerpc/Makefile: Moved ...
7603         * sysdeps/powerpc/nptl/Makefile: ... here.
7604         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7605         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7606         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7607         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7608         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7609         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7610         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7611         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7612         * nptl/sysdeps/powerpc/tls.h: Moved ...
7613         * sysdeps/powerpc/nptl/tls.h: ... here.
7615 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7617         [BZ #16681]
7618         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7619         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7620         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7621         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7622         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7623         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7624         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7625         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7626         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7628 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7630         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7632 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7634         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7635         defined operator.
7637         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7638         $TIMEOUTFACTOR.
7640 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7642         [BZ #17058]
7643         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7644         non-executed part of the test.
7646 2014-06-16  Andreas Schwab  <schwab@suse.de>
7648         * string/bits/string2.h (strdup, strndup): Update feature guard.
7650 2014-06-14  David S. Miller  <davem@davemloft.net>
7652         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7654 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7656         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7657         that was previously under [RESET_PID].
7658         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7660         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7661         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7662         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7663         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7664         (__libc_vfork): New strong alias.
7665         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7667 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7669         * sysdeps/generic/elide.h: New file.
7671 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7673         * Makefile (installed-headers): Adjust path of pthread.h header.
7675 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7677         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7678         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7679         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7680         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7682         * nptl/sysdeps/s390/Makefile: Moved ...
7683         * sysdeps/s390/nptl/Makefile: ... here.
7684         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7685         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7686         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7687         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7688         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7689         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7690         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7691         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7692         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7693         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7694         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7695         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7696         * nptl/sysdeps/s390/tls.h: Moved ...
7697         * sysdeps/s390/nptl/tls.h: ... here.
7699         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7700         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7702 2014-06-13  David S. Miller  <davem@davemloft.net>
7704         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7706         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7707         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7708         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7709         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7710         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7711         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7712         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7713         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7714         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7715         Remove RESET_PID cpp guards.
7716         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7717         Remove RESET_PID cpp guards.
7718         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7720 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7722         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7723         __sp to uintptr_t.
7725 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7727         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7728         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7729         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7730         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7731         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7732         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7733         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7734         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7735         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7736         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7737         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7738         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7739         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7740         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7741         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7742         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7743         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7744         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7745         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7746         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7748         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7749         (pthread_rwlock_rdlock): Add elision.
7750         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7751         (pthread_rwlock_wrlock): Add elision.
7752         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7753         (pthread_rwlock_trywrlock): Add elision.
7754         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7755         (pthread_rwlock_tryrdlock): Add elision.
7756         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7757         (pthread_rwlock_tryrdlock): Add elision unlock.
7758         * nptl/sysdeps/pthread/pthread.h:
7759         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7760         (PTHREAD_RWLOCK_INITIALIZER,
7761         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7762         Handle new elision field.
7763         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7764         * sysdeps/arm/nptl/bits/pthreadtypes.h
7765         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7766         * sysdeps/sh/nptl/bits/pthreadtypes.h
7767         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7768         * sysdeps/tile/nptl/bits/pthreadtypes.h
7769         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7770         * sysdeps/a/nptl/bits/pthreadtypes.h
7771         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7772         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7773         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7774         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7775         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7776         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7777         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7778         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7779         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7780         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7781         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7782         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7783         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7784         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7785         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7786         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7787         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7788         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7789         (elision_init): Set try_xbegin to zero when no RTM.
7790         * sysdeps/x86/nptl/bits/pthreadtypes.h
7791         (pthread_rwlock_t): Change __pad1 to __rwelision.
7792         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7794 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7796         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7797         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7798         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7799         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7801 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7803         [BZ #16996]
7804         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7805         that the cached result has been set before returning it.
7807 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7809         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7810         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7811         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7812         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7813         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7814         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7816         * nptl/sysdeps/sparc/Makefile: Moved ...
7817         * sysdeps/sparc/nptl/Makefile: ... here.
7818         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7819         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7820         * nptl/sysdeps/sparc/tls.h: Moved ...
7821         * sysdeps/sparc/nptl/tls.h: ... here.
7822         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7823         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7824         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7825         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7826         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7827         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7828         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7829         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7830         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7831         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7832         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7833         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7834         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7835         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7836         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7837         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7838         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7839         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7840         Update #include.
7841         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7842         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7843         Update #include.
7844         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7845         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7846         Update #include.
7847         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7848         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7849         Update #include.
7851         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7853         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7854         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7856         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7857         (struct list_links): Type removed.
7858         (struct thread_node, struct timer_node): Replace struct list_links
7859         with struct list_head.
7860         (list_unlink_ip): Likewise.
7861         * sysdeps/pthread/timer_routines.c
7862         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7863         (list_append, list_insbefore): Likewise.
7864         (list_init): Function removed.
7865         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7866         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7867         * sysdeps/pthread/Makefile: ... here, new file.
7869         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7870         * sysdeps/nptl/Implies: ... here.
7871         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7872         * nptl/sysdeps/pthread/list.h: Moved ...
7873         * include/list.h: ... here.
7874         * nptl/sysdeps/pthread/createthread.c: Moved ...
7875         * nptl/createthread.c: ... here.
7876         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7877         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7878         * nptl/pt-longjmp.c: ... here.
7879         * nptl/sysdeps/pthread/Makefile: Moved ...
7880         * sysdeps/nptl/Makefile: ... here.
7881         * nptl/sysdeps/pthread/Subdirs: Moved ...
7882         * sysdeps/nptl/Subdirs: ... here.
7883         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7884         * sysdeps/nptl/aio_misc.h: ... here.
7885         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7886         * sysdeps/nptl/bits/libc-lock.h: ... here.
7887         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7888         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7889         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7890         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7891         * nptl/sysdeps/pthread/configure: Moved ...
7892         * sysdeps/nptl/configure: ... here.
7893         * nptl/sysdeps/pthread/configure.ac: Moved ...
7894         * sysdeps/nptl/configure.ac: ... here.
7895         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7896         * sysdeps/nptl/gai_misc.h: ... here.
7897         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7898         * sysdeps/nptl/librt-cancellation.c: ... here.
7899         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7900         * sysdeps/nptl/malloc-machine.h: ... here.
7901         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7902         * sysdeps/nptl/pthread-functions.h: ... here.
7903         * nptl/sysdeps/pthread/pthread.h: Moved ...
7904         * sysdeps/nptl/pthread.h: ... here.
7905         * nptl/sysdeps/pthread/setxid.h: Moved ...
7906         * sysdeps/nptl/setxid.h: ... here.
7907         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7908         * sysdeps/nptl/sigfillset.c: ... here.
7909         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7910         * sysdeps/nptl/tcb-offsets.h: ... here.
7911         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7912         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7913         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7914         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7915         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7916         * sysdeps/pthread/allocalim.h: ... here.
7917         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7918         * sysdeps/pthread/bits/sigthread.h: ... here.
7919         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7920         * sysdeps/pthread/flockfile.c: ... here.
7921         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7922         * sysdeps/pthread/ftrylockfile.c: ... here.
7923         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7924         * sysdeps/pthread/funlockfile.c: ... here.
7925         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7926         * sysdeps/pthread/posix-timer.h: ... here.
7927         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7928         * sysdeps/pthread/timer_create.c: ... here.
7929         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7930         * sysdeps/pthread/timer_delete.c: ... here.
7931         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7932         * sysdeps/pthread/timer_getoverr.c: ... here.
7933         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7934         * sysdeps/pthread/timer_gettime.c: ... here.
7935         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7936         * sysdeps/pthread/timer_routines.c: ... here.
7937         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7938         * sysdeps/pthread/timer_settime.c: ... here.
7939         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7940         * sysdeps/pthread/tst-timer.c: ... here.
7941         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7942         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7944         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7945         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7947         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7948         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7949         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7950         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7951         Update #include target.
7952         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7953         * sysdeps/i386/i686/nptl/Makefile: ... here.
7954         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7955         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7956         Update #include target.
7957         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7958         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7959         * nptl/sysdeps/i386/Makefile: Moved ...
7960         * sysdeps/i386/nptl/Makefile: ... here.
7961         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7962         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7963         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7964         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7965         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7966         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7967         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7968         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7969         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7970         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7971         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7972         * nptl/sysdeps/i386/tls.h: Moved ...
7973         * sysdeps/i386/nptl/tls.h: ... here.
7975         * sysdeps/sh/Makefile [$(subdir) = csu]
7976         (gen-as-const-headers): Add tcb-offsets.sym.
7977         * nptl/sysdeps/sh/Makefile: File removed.
7978         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7979         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7980         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7981         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7982         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7983         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7984         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7985         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7986         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7987         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7988         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7989         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7990         * nptl/sysdeps/sh/tls.h: Moved ...
7991         * sysdeps/sh/nptl/tls.h: ... here.
7992         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7993         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7994         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7995         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7996         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7997         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7998         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7999         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8000         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8001         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8002         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8003         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8004         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8005         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8006         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8007         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8008         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8009         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8010         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8011         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8012         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8013         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8014         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8015         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8016         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8017         Moved ...
8018         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8019         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8020         Moved ...
8021         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8022         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8023         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8024         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8025         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8026         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8027         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8028         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8029         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8030         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8031         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8032         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8033         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8034         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8035         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8036         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8037         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8038         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8039         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8041 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8043         * posix/spawn_faction_addopen.c: Include string.h.
8045 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8047         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8048         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8049         * nptl/sysdeps/x86_64/Makefile: Moved ...
8050         * sysdeps/x86_64/nptl/Makefile: ... here.
8051         * nptl/sysdeps/x86_64/configure: Moved ...
8052         * sysdeps/x86_64/nptl/configure: ... here.
8053         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8054         * sysdeps/x86_64/nptl/configure.ac: ... here.
8055         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8056         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8057         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8058         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8059         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8060         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8061         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8062         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8063         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8064         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8065         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8066         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8067         * nptl/sysdeps/x86_64/tls.h: Moved ...
8068         * sysdeps/x86_64/nptl/tls.h: ... here.
8069         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8070         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8071         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8072         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8074         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8076 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8080 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8082         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8083         type.
8084         [POSIX] (off_t): Likewise.
8085         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8086         [POSIX] (S_ISBLK): Require macro.
8087         [POSIX] (S_ISCHR): Likewise.
8088         [POSIX] (S_ISDIR): Likewise.
8089         [POSIX] (S_ISFIFO): Likewise.
8090         [POSIX] (S_ISREG): Likewise.
8091         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8092         optional-macro.
8093         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8094         type.
8095         [POSIX] (time_t): Likewise.
8096         [POSIX] (timer_t): Likewise.
8098 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8100         [BZ #17048]
8101         * posix/spawn_int.h (struct __spawn_action): Make the path string
8102         non-const to support deallocation.
8103         * posix/spawn_faction_addopen.c
8104         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8105         * posix/spawn_faction_destroy.c
8106         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8107         path in all spawn_do_open actions.
8108         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8109         posix_spawn_file_actions_addopen.
8111 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8113         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8114         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8115         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8116         conditional code always true.
8117         (__libc_vfork): New alias.
8119 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8121         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8122         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8124         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8126         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8127         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8129         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8130         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8132         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8133         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8135 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8137         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8138         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8139         multiarch strcmp for PPC64.
8140         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8141         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8142         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8143         multiarch optimizations.
8144         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8145         (__libc_ifunc_impl_list): Likewise.
8147 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8149         * benchtests/scripts/validate_benchout.py: New script.
8150         * benchtests/Makefile (bench-func): Call it.
8151         * benchtests/scripts/benchout.schema.json: New file.
8153 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8155         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8156         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8157         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8158         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8159         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8160         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8161         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8162         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8163         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8164         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8165         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8166         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8167         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8168         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8169         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8170         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8171         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8172         Moved ...
8173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8174         ... here.
8175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8176         Moved ...
8177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8178         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8179         Moved ...
8180         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8181         ... here.
8182         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8183         Moved ...
8184         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8185         ... here.
8186         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8187         Moved ...
8188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8189         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8190         Moved ...
8191         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8192         ... here.
8193         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8194         Moved ...
8195         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8196         ... here.
8197         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8198         Moved ...
8199         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8200         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8201         Moved ...
8202         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8203         ... here.
8204         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8205         Moved ...
8206         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8207         ... here.
8208         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8209         Moved ...
8210         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8211         ... here.
8212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8213         Moved ...
8214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8215         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8216         Moved ...
8217         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8218         ... here.
8219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8220         Moved ...
8221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8222         ... here.
8223         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8224         Moved ...
8225         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8226         ... here.
8227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8228         Moved ...
8229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8230         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8231         Moved ...
8232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8233         ... here.
8234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8235         Moved ...
8236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8237         ... here.
8238         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8239         Moved ...
8240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8241         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8242         Moved ...
8243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8244         ... here.
8245         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8246         Moved ...
8247         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8248         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8249         Moved ...
8250         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8252         Moved ...
8253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8254         ... here.
8255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8256         Moved ...
8257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8258         ... here.
8259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8260         Moved ...
8261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8262         ... here.
8263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8264         Moved ...
8265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8267         Moved ...
8268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8269         ... here.
8270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8271         Moved ...
8272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8273         ... here.
8274         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8275         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8276         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8277         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8279         Moved ...
8280         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8281         ... here.
8282         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8283         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8284         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8285         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8286         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8287         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8288         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8289         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8290         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8291         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8292         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8293         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8294         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8295         Moved ...
8296         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8297         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8298         Moved ...
8299         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8300         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8301         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8302         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8303         Moved ...
8304         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8305         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8306         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8307         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8308         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8309         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8310         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8312 2014-06-10  Wilco  <wdijkstr@arm.com>
8314         * math/test-fenv-return.c: New file.
8315         * math/Makefile: Add new test test-fenv-return.
8317 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8319         [BZ #17042]
8320         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8321         when x - 1 is zero.
8322         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8323         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8324         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8325         0.0L for an argument of 1.0L.
8326         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8327         Likewise.
8328         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8329         value when x - 1 is zero.
8330         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8331         * sysdeps/i386/fpu/libm-test-ulps: Update.
8332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8334 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8336         [BZ #15119]
8337         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8339 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8341         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8342         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8344 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8346         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8347         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8349         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8350         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8352         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8353         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8355         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8356         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8358         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8359         if not already defined.
8360         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8361         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8362         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8363         (TLS_INIT_TP): Use it.
8364         (TLS_DEFINE_INIT_TP): New macro.
8365         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8367 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8369         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8370         constant.
8371         [POSIX] (IXANY): Likewise.
8372         [POSIX] (OLCUC): Likewise.
8373         [POSIX || POSIX2008] (CBAUD): Do not allow.
8374         [POSIX || POSIX2008] (DEFECHO): Likewise.
8375         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8376         [POSIX || POSIX2008] (ECHOKE): Likewise.
8377         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8378         [POSIX || POSIX2008] (EXTA): Likewise.
8379         [POSIX || POSIX2008] (EXTB): Likewise.
8380         [POSIX || POSIX2008] (FLUSHO): Likewise.
8381         [POSIX || POSIX2008] (LOBLK): Likewise.
8382         [POSIX || POSIX2008] (PENDIN): Likewise.
8383         [POSIX || POSIX2008] (SWTCH): Likewise.
8384         [POSIX || POSIX2008] (VDISCARD): Likewise.
8385         [POSIX || POSIX2008] (VDSUSP): Likewise.
8386         [POSIX || POSIX2008] (VLNEXT): Likewise.
8387         [POSIX || POSIX2008] (VREPRINT): Likewise.
8388         [POSIX || POSIX2008] (VSTATUS): Likewise.
8389         [POSIX || POSIX2008] (VWERASE): Likewise.
8390         (B*): Change to B[0123456789]*.
8391         * conform/data/time.h-data [POSIX || UNIX98]
8392         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8393         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8394         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8395         [POSIX] (tm_*): Do not allow.
8397 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8399         * Makefile (install): Don't set LANGUAGE.
8400         * Makefile.in (install): Likewise.
8401         * assert/Makefile (test-assert-ENV): Remove variable.
8402         (test-assert-perr-ENV): Likewise.
8403         * elf/Makefile (neededtest4-ENV): Likewise.
8404         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8405         [$(cross-compiling) = no]: Don't set LANGUAGE.
8406         * io/ftwtest-sh (LANG): Remove variable.
8407         * libio/Makefile (tst-widetext-ENV): Likewise.
8408         * manual/install.texi (Running make install): Don't refer to
8409         environment settings for make install.
8410         * INSTALL: Regenerated.
8411         * nptl/tst-tls6.sh: Don't set LANG.
8412         * posix/globtest.sh (LANG): Remove variable.
8413         * string/Makefile (tester-ENV): Likewise.
8414         (inl-tester-ENV): Likewise.
8415         (noinl-tester-ENV): Likewise.
8416         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8417         [$(cross-compiling) = no]: Don't set LANGUAGE.
8418         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8419         without explicit environment settings.
8421 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8423         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8424         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8425         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8426         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8428 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8430         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8431         other files in the crypt directory.
8432         * crypt/crypt.c: Remove duplicate includes.
8433         * crypt/crypt-entry.c: Likewise.
8434         * crypt/crypt_util.c: Likewise.
8436 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8438         * Makeconfig (run-program-env): New variable.
8439         (run-program-prefix-before-env): Likewise.
8440         (run-program-prefix-after-env): Likewise.
8441         (run-program-prefix): Define in terms of new variables.
8442         (built-program-cmd-before-env): New variable.
8443         (built-program-cmd-after-env): Likewise.
8444         (built-program-cmd): Define in terms of new variables.
8445         (test-program-prefix-before-env): New variable.
8446         (test-program-prefix-after-env): Likewise.
8447         (test-program-prefix): Define in terms of new variables.
8448         (test-program-cmd-before-env): New variable.
8449         (test-program-cmd-after-env): Likewise.
8450         (test-program-cmd): Define in terms of new variables.
8451         * Rules (make-test-out): Use $(run-program-env).
8452         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8453         (help): Do not mention environment variables.  Mention
8454         --timeoutfactor option.
8455         (timeoutfactor): New variable.
8456         (blacklist_exports): Remove function.
8457         (exports): Remove variable.
8458         (command): Do not include ${exports}.
8459         * manual/install.texi (Configuring and compiling): Do not mention
8460         test wrappers preserving environment variables.  Mention that last
8461         assignment to a variable must take precedence.
8462         * INSTALL: Regenerated.
8463         * benchtests/Makefile (run-bench): Use $(run-program-env).
8464         * catgets/Makefile ($(objpfx)test1.cat): Use
8465         $(built-program-cmd-before-env), $(run-program-env) and
8466         $(built-program-cmd-after-env).
8467         ($(objpfx)test2.cat): Do not specify environment variables
8468         explicitly.
8469         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8470         $(run-program-env) and $(built-program-cmd-after-env).
8471         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8472         $(run-program-env) and $(test-program-cmd-after-env).
8473         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8474         explicitly.
8475         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8476         run_program_env and test_program_cmd_after_env arguments.
8477         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8478         * elf/tst-pathopt.sh: Use run_program_env argument.
8479         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8480         $(test-wrapper-env) and $(run-program-env).
8481         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8482         run_program_env arguments.
8483         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8484         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8485         $(test-program-prefix-before-env), $(run-program-env) and
8486         $(test-program-prefix-after-env).
8487         ($(objpfx)tst-gettext2.out): Likewise.
8488         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8489         run_program_env and test_program_prefix_after_env arguments.
8490         * intl/tst-gettext2.sh: Likewise.
8491         * intl/tst-gettext4.sh: Do not set environment variables
8492         explicitly.
8493         * intl/tst-gettext6.sh: Likewise.
8494         * intl/tst-translit.sh: Likewise.
8495         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8496         $(test-program-prefix-before-env), $(run-program-env) and
8497         $(test-program-prefix-after-env).
8498         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8499         run_program_env and test_program_prefix_after_env arguments.
8500         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8501         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8502         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8503         explicitly with each use of ${test_wrapper_env}.
8504         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8505         $(test-program-prefix-before-env), $(run-program-env) and
8506         $(test-program-prefix-after-env).
8507         * posix/tst-getconf.sh: Do not set environment variables
8508         explicitly.
8509         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8510         run_program_env and test_program_prefix_after_env arguments.
8511         * stdio-common/tst-printf.sh: Do not set environment variables
8512         explicitly.
8513         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8514         $(test-program-prefix-before-env), $(run-program-env) and
8515         $(test-program-prefix-after-env).
8516         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8517         run_program_env and test_program_prefix_after_env arguments.
8518         Split $test calls into $test_pre and $test.
8519         * timezone/Makefile (build-testdata): Use
8520         $(built-program-cmd-before-env), $(run-program-env) and
8521         $(built-program-cmd-after-env).
8523 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8525         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8526         strlen for non SHARED builds.
8528 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8530         * nptl/allocatestack.c (check_list): Inlined function...
8531         (__reclaim_stacks): ... here.
8533 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8535         [BZ #15698]
8536         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8537         memory overrun.
8539 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8541         * Rules (make-test-out): Include
8542         LOCPATH=$(common-objpfx)localedata in default environment.
8543         * debug/Makefile (tst-chk1-ENV): Remove variable.
8544         (tst-chk2-ENV): Likewise.
8545         (tst-chk3-ENV): Likewise.
8546         (tst-chk4-ENV): Likewise.
8547         (tst-chk5-ENV): Likewise.
8548         (tst-chk6-ENV): Likewise.
8549         (tst-lfschk1-ENV): Likewise.
8550         (tst-lfschk2-ENV): Likewise.
8551         (tst-lfschk3-ENV): Likewise.
8552         (tst-lfschk4-ENV): Likewise.
8553         (tst-lfschk5-ENV): Likewise.
8554         (tst-lfschk6-ENV): Likewise.
8555         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8556         (tst-iconv7-ENV): Likewise.
8557         * intl/Makefile (LOCPATH-ENV): Likewise.
8558         (tst-codeset-ENV): Likewise.
8559         (tst-gettext3-ENV): Likewise.
8560         (tst-gettext5-ENV): Likewise.
8561         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8562         (tst-fopenloc-ENV): Likewise.
8563         (tst-fgetws-ENV): Remove variable.
8564         (tst-ungetwc1-ENV): Likewise.
8565         (tst-ungetwc2-ENV): Likewise.
8566         (bug-ungetwc2-ENV): Likewise.
8567         (tst-swscanf-ENV): Likewise.
8568         (bug-ftell-ENV): Likewise.
8569         (tst-fgetwc-ENV): Likewise.
8570         (tst-fseek-ENV): Likewise.
8571         (tst-ftell-partial-wide-ENV): Likewise.
8572         (tst-ftell-active-handler-ENV): Likewise.
8573         (tst-ftell-append-ENV): Likewise.
8574         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8575         (tst-regexloc-ENV): Likewise.
8576         (bug-regex1-ENV): Likewise.
8577         (tst-regex-ENV): Likewise.
8578         (tst-regex2-ENV): Likewise.
8579         (bug-regex5-ENV): Likewise.
8580         (bug-regex6-ENV): Likewise.
8581         (bug-regex17-ENV): Likewise.
8582         (bug-regex18-ENV): Likewise.
8583         (bug-regex19-ENV): Likewise.
8584         (bug-regex20-ENV): Likewise.
8585         (bug-regex22-ENV): Likewise.
8586         (bug-regex23-ENV): Likewise.
8587         (bug-regex25-ENV): Likewise.
8588         (bug-regex26-ENV): Likewise.
8589         (bug-regex30-ENV): Likewise.
8590         (bug-regex32-ENV): Likewise.
8591         (bug-regex33-ENV): Likewise.
8592         (bug-regex34-ENV): Likewise.
8593         (bug-regex35-ENV): Likewise.
8594         (tst-rxspencer-ENV): Likewise.
8595         (tst-rxspencer-no-utf8-ENV): Likewise.
8596         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8597         (tst-sscanf-ENV): Likewise.
8598         (tst-swprintf-ENV): Likewise.
8599         (tst-swscanf-ENV): Likewise.
8600         (test-vfprintf-ENV): Likewise.
8601         (scanf13-ENV): Likewise.
8602         (bug14-ENV): Likewise.
8603         (tst-grouping-ENV): Likewise.
8604         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8605         (tst-strtod3-ENV): Likewise.
8606         (tst-strtod4-ENV): Likewise.
8607         (tst-strtod5-ENV): Likewise.
8608         (testmb2-ENV): Likewise./
8609         * string/Makefile (tst-strxfrm-ENV): Likewise.
8610         (tst-strxfrm2-ENV): Likewise.
8611         (bug-strcoll1-ENV): Likewise.
8612         (test-strcasecmp-ENV): Likewise.
8613         (test-strncasecmp-ENV): Likewise.
8614         * time/Makefile (tst-strptime-ENV): Likewise.
8615         (tst-ftime_l-ENV): Likewise.
8616         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8617         (tst-mbrtowc-ENV): Likewise.
8618         (tst-wcrtomb-ENV): Likewise.
8619         (tst-mbrtowc2-ENV): Likewise.
8620         (tst-c16c32-1-ENV): Likewise.
8621         (tst-mbsnrtowcs-ENV): Likewise.
8623 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8625         * manual/resource.texi (How to get information about the memory
8626         subsystem?): Fix typo.
8627         Reported by Peon de la Parra Ivan <peon@keba.com>
8629 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8631         [BZ #16882]
8632         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8633         (pthread_spin_lock): Branch out of spin loop to proper location.
8634         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8635         (pthread_spin_lock): Likewise.
8637         * nptl/tst-spin4.c: New test.
8638         * nptl/Makefile (tests): Add tst-spin4.
8640 2014-06-03  Andreas Schwab  <schwab@suse.de>
8642         [BZ #15946]
8643         * resolv/res_send.c (send_dg): Reload file descriptor after
8644         calling reopen.
8646 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8648         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8650 2014-06-03  Richard Henderson  <rth@redhat.com>
8652         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8653         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8654         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8655         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8656         in the SAVE_PID block.
8657         (__libc_vfork): New alias.
8658         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8660         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8661         child in registers, not on the stack.  Remove RESET_PID conditionals.
8662         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8664 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8666         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8668 2014-06-03  Wilco  <wdijkstr@arm.com>
8670         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8671         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8672         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8673         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8674         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8675         Likewise.
8677 2014-06-03  Wilco  <wdijkstr@arm.com>
8679         * sysdeps/aarch64/fpu/math_private.h
8680         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8681         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8682         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8683         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8684         Fix declarations.
8686 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8688         * crypt/crypt-private.h: Include ufc-crypt.h.
8689         (__b64_from_24bit): Declare extern.
8690         * crypt/crypt_util.c(__b64_from_24bit): New function.
8691         (b64t): New static const variable.
8692         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8693         (b64t): Remove variable.
8694         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8695         * crypt/sha256-crypt.c: Include crypt-private.h.
8696         (b64t): Remove variable.
8697         (__sha256_crypt_r): Remove b64_from_24bit and replace
8698         with __b64_from_24bit.
8699         * crypt/sha512-crypt.c: Likewise.
8701 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8703         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8704         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8705         Label the code __libc_vfork rather than __vfork.
8706         [!NOT_IN_libc] (vfork): Define as weak alias.
8707         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8708         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8709         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8711 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8713         * malloc/malloc.c (malloc_info): Fix format specifier for
8714         n_mmaps.
8716 2014-06-02  Wilco  <wdijkstr@arm.com>
8718         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8719         FPCR write.
8721 2014-06-02  Wilco  <wdijkstr@arm.com>
8723         [BZ #17009]
8724         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8725         Rewrite to reduce FPCR/FPSR accesses.
8727 2014-06-01  David S. Miller  <davem@davemloft.net>
8729         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8731 2014-05-31  David S. Miller  <davem@davemloft.net>
8733         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8734         to occur in round to nearest mode when |x| >= 2.0
8736 2014-05-30  Richard Henderson  <rth@twiddle.net>
8738         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8739         (PSEUDO_RET_NOERRNO): Remove.
8740         (ret): Don't redefine.
8741         (ret_NOERRNO): Define in terms of ret.
8742         (ret_ERRVAL): Likewise.
8744         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8745         use of PSEUDO_RET; perform the error check directly.
8747 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8749         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8750         with __int128_t.
8752 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8754         * malloc/malloc (malloc_info): Fix formatting.
8756 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8757             Roland McGrath  <roland@hack.frob.com>
8759         * malloc/malloc (malloc_info): Also print mmapped statistics.
8761 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8763         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8764         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8766 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8768         * malloc/malloc.c (malloc_info): Inline mi_arena.
8770 2014-05-29  Richard Henderson  <rth@twiddle.net>
8772         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8773         Remove comma before expanding ASM_ARGS_##nr.
8774         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8775         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8776         of ASM_ARGS_##nr.
8777         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8778         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8779         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8780         (ASM_ARGS_1): Add leading comma.
8782         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8783         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8784         to __errno_location.
8785         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8786         Remove the expected plt for __errno_location.
8788         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8789         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8790         call to __read_tp.
8792         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8793         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8794         it and break it down.
8795         (DOCARGS_0, DOCARGS_1): Do nothing.
8796         (DOCARGS_2): Update to store into the new stack frame.
8797         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8798         (UNDOCARGS_1): Update to restore from the new stack frame.
8799         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8800         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8802         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8803         (SINGLE_THREAD_P): New parameter for result regno.
8804         (PSEUDO): Update to match; use cbz instead of beq.
8806         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8807         Use ENTRY to define the _nocancel entry point.  Share the syscall
8808         and syscall error check paths with the cancel path.
8809         (PSEUDO_END): New.
8811         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8812         whitespace; tabs before and after asm mnemonics.
8814 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8816         [BZ #15132]
8817         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8818         Call fstat64 or stat64 internally, depending on arguments passed.
8819         Replace stat buffer argument with file descriptor argument.
8820         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8821         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8822         Pass fd to __internal_statvfs instead of calling fstat64.
8823         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8824         Pass fd to __internal_statvfs64 instead of calling fstat64.
8825         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8826         Pass -1 to __internal_statvfs instead of calling stat64.
8827         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8828         Pass -1 to __internal_statvfs64 instead of calling stat64.
8830 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8832         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8833         that was previously under [RESET_PID].
8834         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8836         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8837         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8839 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8841         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8843         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8844         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8846 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8848         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8850 2014-05-27  Andreas Schwab  <schwab@suse.de>
8852         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8853         TLS_INIT_TP macro.
8854         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8855         * elf/rtld.c (init_tls, dl_main): Likewise.
8856         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8857         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8858         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8859         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8860         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8861         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8862         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8863         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8864         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8865         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8866         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8867         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8868         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8869         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8870         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8871         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8872         * sysdeps/generic/tls.h: Update description.
8874 2014-05-27  Will Newton  <will.newton@linaro.org>
8876         [BZ #16990]
8877         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8878         and restore r2 rather than just restoring.
8880 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8882         [BZ #16724]
8883         * libio/tst-ftell-append.c: New test case.
8884         * libio/Makefile (tests): Add test case.
8885         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8886         append mode.
8887         * libio/wfileops.c (do_ftell_wide): Likewise.
8889 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8891         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8893         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8894         ...
8895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8897         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8898         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8899         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8900         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8901         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8902         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8903         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8904         Moved ...
8905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8906         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8907         Moved ...
8908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8909         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8910         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8911         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8912         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8913         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8914         ...
8915         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8916         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8917         Moved ...
8918         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8919         here.
8920         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8921         ...
8922         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8923         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8924         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8926         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8927         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8928         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8929         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8931         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8932         merge into ...
8933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8934         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8935         ...
8936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8937         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8938         ...
8939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8940         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8941         Moved ...
8942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8943         here.
8944         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8945         Moved ...
8946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8947         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8948         Moved ...
8949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8952         conditional [RESET_PID].
8953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8954         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8955         removed.
8956         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8957         removed.
8959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8960         <tcb-offsets.h>.
8961         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8962         (__libc_vfork): New strong alias.
8963         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8964         removed.
8965         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8966         Removed.
8968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8969         <tcb-offsets.h>.
8970         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8971         (__libc_vfork): New strong alias.
8972         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8973         removed.
8974         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8975         removed.
8977 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8979         * malloc/malloc.c (mi_arena): New function.
8980         (malloc_info): Remove nested function mi_arena. Call non-nosted
8981         function mi_arena.
8983 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8985         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8986         by insrwi.
8987         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8988         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8989         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8990         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8991         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8992         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8993         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8995 2014-05-26  Andreas Schwab  <schwab@suse.de>
8997         [BZ #16984]
8998         * locale/programs/repertoire.c (repertoire_read): Add slash
8999         between I18NPATH element and file name.
9000         * locale/programs/locfile.c (locfile_read): Likewise.
9002 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9004         * nptl/pthread_mutexattr_settype.c
9005         (__pthread_mutexattr_settype):
9006         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9008 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9010         * nptl/tst-mutex5 (do_test):
9011         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9013 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9015         * benchtests/README: Document 'init' directive.
9016         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9017         BENCH_INIT.
9018         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9019         (parse_file): Recognize 'init' directive.
9021 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9023         [BZ #16796]
9024         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9025         alignment of struct pthread.
9027 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9029         [BZ #16878]
9030         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9031         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9032         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9033         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9035 2014-05-25  Richard Henderson  <rth@twiddle.net>
9037         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9038         (SINGLE_THREAD_P_PIC): Remove.
9039         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9040         (SINGLE_THREAD_P_PIC): Remove.
9042         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9043         branch to syscall error ...
9044         (PSEUDO): ... here.
9045         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9046         from __local_syscall_error to .Lsyscall_error.
9047         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9048         (SYSCALL_ERROR): Update label name.
9050         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9051         Do not use DOARGS/UNDOARGS.
9052         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9053         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9054         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9055         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9056         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9058         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9059         block comment.
9061         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9062         define if !NOT_IN_libc.
9063         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9064         define with non-default symbol versions.
9066 2014-05-23  Richard Henderson  <rth@twiddle.net>
9068         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9069         (vfork, __vfork): Define via compat_symbol.
9071         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9072         [!HAVE_IFUNC] (vfork_compat): Remove.
9073         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9075 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9077         [BZ #16978]
9078         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9079         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9080         variable.
9082 2014-05-23  Richard Henderson  <rth@twiddle.net>
9084         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9085         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9086         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9087         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9089         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9090         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9091         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9092         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9093         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9094         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9095         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9096         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9097         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9098         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9099         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9100         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9101         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9102         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9103         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9104         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9105         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9106         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9107         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9108         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9109         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9110         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9111         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9112         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9113         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9114         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9115         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9116         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9117         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9118         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9119         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9120         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9121         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9122         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9123         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9124         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9125         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9126         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9127         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9128         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9129         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9130         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9131         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9132         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9133         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9134         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9135         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9136         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9137         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9138         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9139         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9140         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9141         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9142         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9143         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9144         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9146         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9147         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9148         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9149         before exiting on error.
9150         (__libc_vfork): New strong alias.
9151         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9152         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9154         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9155         that was previously under [RESET_PID].
9156         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9158         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9160 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9162         [BZ #16977]
9163         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9164         value when x - 1 is zero.
9165         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9166         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9167         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9168         0.0L for an argument of 1.0L.
9169         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9170         Likewise.
9171         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9172         value when x - 1 is zero.
9173         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9174         * sysdeps/i386/fpu/libm-test-ulps: Update.
9175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9177 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9179         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9180         alphasort and versionsort.
9182 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9184         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9185         macro.
9186         [copysignf]: Likewise.
9188 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9190         * crypt/md5-crypt.c: Fix formatting.
9192 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9194         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9195         (b64_from_24bit): New function.
9197 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9199         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9200         libc_hidden_builtin_def to ifunc.
9201         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9202         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9204 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9206         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9207         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9209 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9211         * nscd/Depend (linuxthreads): Remove.
9212         (nptl): Add.
9213         * resolv/Depend (linuxthreads): Remove.
9214         * rt/Depend (linuxthreads): Remove.
9216         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9217         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9218         $(common-objpfx)elf/.
9219         (link-libc-before-gnulib): Likewise.
9220         (elfobjdir): Remove variable.
9221         * Makefile (install): Use $(elf-objpfx) instead of
9222         $(common-objpfx)elf/.
9223         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9224         $(elfobjdir)/.
9225         (link-libc-deps): Likewise.
9226         ($(common-objpfx)libc.so): Likewise.
9227         ($(common-objpfx)linkobj/libc.so): Likewise.
9228         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9229         instead of $(common-objpfx)elf/.
9230         (symbolic-link-list): Likewise.
9231         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9232         [$(cross-compiling) = no]: Likewise.
9233         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9234         $(elfobjdir)/.
9235         (static-gnulib-arch): Likewise.
9236         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9237         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9238         $(common-objpfx)elf/.
9240 2014-05-21  Richard Henderson  <rth@redhat.com>
9242         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9243         (SINGLE_THREAD_P): Use the correct width load.  Fold
9244         into the ldr offset.
9246         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9247         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9249 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9251         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9252         (libgcc_s_resume): Use __attribute_used__.
9253         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9254         Likewise.
9256 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9258         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9259         optimization when used with float constants.
9261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9263 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9265         [BZ #16915]
9266         * locale/nl_langinfo_l.c: Make direct reference to every
9267         _nl_current_CATEGORY symbol.
9268         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9269         (tests-static): Add tst-langinfo-static.
9270         (tests-special): Add tst-langinfo-static.out.
9271         ($(objpfx)tst-langinfo.out): Redirect output.
9272         ($(objpfx)tst-langinfo-static.out): New.
9273         * localedata/tst-langinfo.sh: Send output to stdout.
9274         * localedata/tst-langinfo-static.c: New file.
9276         [BZ #16965]
9277         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9278         when the shift amount is modulo the limb size.
9280 2014-05-20  Richard Henderson  <rth@redhat.com>
9282         [BZ #16967]
9283         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9284         Change type of sa_flags from unsigned int to int.
9286         [BZ #16966]
9287         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9289         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9291 2014-05-20  Will Newton  <will.newton@linaro.org>
9293         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9294         Test the return value of the system call in the nocancel case.
9296 2014-05-20  Will Newton  <will.newton@linaro.org>
9297             Yvan Roux  <yvan.roux@linaro.org>
9299         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9300         #include of asm/ptrace.h.
9301         (PTRACE_GET_THREAD_AREA): Remove #undef.
9302         (PTRACE_GETHBPREGS): Likewise.
9303         (PTRACE_SETHBPREGS): Likewise.
9304         (struct user_regs_struct): New structure.
9305         (struct user_fpsimd_struct): New structure.
9306         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9307         #include of asm/ptrace.h and second #include of sys/user.h.
9308         (PTRACE_GET_THREAD_AREA): Remove #undef.
9309         (PTRACE_GETHBPREGS): Likewise.
9310         (PTRACE_SETHBPREGS): Likewise.
9311         (ELF_NGREG): Use new struct user_regs_struct.
9312         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9314 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9316         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9317         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9319 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9321         [BZ #16958]
9322         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9323         membar to avoid block loads/stores to overlap previous stores.
9325 2014-05-17  Richard Henderson  <rth@redhat.com>
9327         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9328         Create the __##syscall_name##_nocancel entry point.
9329         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9330         Remove; let the sysdep-cancel.h code create it.
9332 2014-05-17  David S. Miller  <davem@davemloft.net>
9334         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9335         Protect with __USE_GNU.
9336         (TIOCSET_TEMPT): Likewise.
9337         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9338         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9339         these are already provided in bits/ioctl-types.h
9341 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9343         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9344         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9346         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9347         Use wait4 regardless of [__NR_waitpid].
9349 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9351         PR libgcc/60166
9352         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9353         (_FP_NANSIGN_Q): Set the quiet bit.
9355 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9357         * benchtests/Makefile
9358         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9359         not $(common-objpfx)math/libm.so.
9360         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9361         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9362         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9363         $(common-objpfx)dlfcn/libdl.so.
9364         ($(objpfx)tst-audit8): Depend on $(libm), not
9365         $(common-objpfx)math/libm.so.
9366         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9367         not $(common-objpfx)dlfcn/libdl.so.
9368         * math/Makefile
9369         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9370         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9371         [$(build-shared) = yes].
9372         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9373         $(common-objpfx)nptl/libpthread.so.
9374         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9375         $(common-objpfx)math/libm.so$(libm.so-version) or
9376         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9377         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9378         $(common-objpfx)dlfcn/libdl.so.
9379         * setjmp/Makefile (link-libm): Remove variable.
9380         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9381         * stdio-common/Makefile (link-libm): Remove variable.
9382         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9383         * stdlib/Makefile (link-libm): Remove variable.
9384         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9385         ($(objpfx)tst-strtod-round): Likewise.
9386         ($(objpfx)tst-tininess): Likewise.
9387         ($(objpfx)tst-strtod-underflow): Likewise.
9388         ($(objpfx)tst-strtod6): Likewise.
9389         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9390         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9391         $(common-objpfx)dlfcn/libdl.so.
9393 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9395         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9396         BSD terminal modes definitions.
9398 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9400         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9401         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9403         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9404         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9405         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9406         Don't do #include_next.
9407         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9408         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9409         Don't do #include_next.
9410         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9411         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9412         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9413         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9415 2014-05-16  Allan McRae  <allan@archlinux.org>
9417         * po/sv.po: Update Swedish translation from translation project.
9419         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9420         in sed expression.
9422 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9424         [BZ #16917]
9425         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9426         errno if the TIOCGPTN ioctl fails with an error different than
9427         EINVAL.
9428         * login/tst-ptsname.c: New file.
9429         * login/Makefile (tests): Add tst-ptsname.
9431         [BZ #16943]
9432         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9433         and prlimit64.
9435 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9437         [BZ #16849]
9438         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9439         herrno to return EAI_AGAIN.
9441 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9443         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9444         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9445         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9446         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9447         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9448         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9449         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9450         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9451         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9452         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9453         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9454         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9455         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9456         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9457         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9458         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9459         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9460         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9461         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9462         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9463         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9464         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9466         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9467         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9468         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9469         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9470         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9471         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9472         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9473         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9474         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9475         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9476         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9477         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9478         Moved ...
9479         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9491         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9492         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9493         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9494         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9495         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9496         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9497         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9498         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9499         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9500         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9501         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9502         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9503         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9504         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9505         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9506         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9507         Moved ...
9508         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9509         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9510         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9511         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9512         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9513         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9514         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9515         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9516         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9517         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9518         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9519         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9520         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9521         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9522         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9523         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9524         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9525         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9526         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9527         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9528         Moved ...
9529         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9533         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9534         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9535         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9536         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9537         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9539         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9540         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9541         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9543         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9545         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9546         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9547         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9548         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9549         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9551         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9552         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9553         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9554         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9555         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9556         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9557         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9558         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9559         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9560         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9561         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9562         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9563         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9565         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9566         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9568         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9569         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9570         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9572         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9574         Moved ...
9575         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9576         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9577         Moved ...
9578         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9580         Moved ...
9581         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9586         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9588         Moved ...
9589         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9591         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9593         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9594         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9595         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9596         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9597         Moved ...
9598         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9599         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9600         Moved ...
9601         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9602         ... here.
9603         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9604         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9605         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9606         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9608         Moved ...
9609         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9610         ... here.
9611         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9612         Moved ...
9613         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9614         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9615         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9617         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9618         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9619         Moved ...
9620         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9621         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9622         Moved ...
9623         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9624         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9625         Moved ...
9626         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9627         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9628         Moved ...
9629         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9631         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9632         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9633         Moved ...
9634         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9635         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9636         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9637         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9638         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9639         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9640         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9641         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9642         Moved ...
9643         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9645         Moved ...
9646         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9647         ... here.
9648         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9649         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9650         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9651         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9652         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9653         Moved ...
9654         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9655         ... here.
9656         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9657         Moved ...
9658         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9659         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9660         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9661         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9662         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9664         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9665         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9666         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9667         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9668         Moved ...
9669         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9670         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9671         Moved ...
9672         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9674         Moved ...
9675         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9676         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9677         Moved ...
9678         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9679         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9680         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9682         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9683         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9684         Moved ...
9685         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9686         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9687         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9688         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9689         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9690         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9691         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9692         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9693         Moved ...
9694         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9695         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9696         Moved ...
9697         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9698         ... here.
9699         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9700         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9701         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9702         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9703         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9704         Moved ...
9705         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9706         ... here.
9707         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9708         Moved ...
9709         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9710         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9711         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9712         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9713         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9714         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9715         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9716         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9717         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9718         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9719         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9721         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9722         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9724         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9725         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9727         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9728         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9729         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9730         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9731         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9732         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9733         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9734         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9735         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9736         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9737         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9738         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9739         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9740         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9741         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9742         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9743         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9744         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9745         Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9748         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9749         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9750         Moved ...
9751         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9752         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9753         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9754         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9755         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9756         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9757         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9758         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9759         Moved ...
9760         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9761         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9762         Moved ...
9763         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9764         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9765         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9767         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9768         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9769         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9770         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9771         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9772         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9773         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9774         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9775         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9777         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9778         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9779         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9781         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9782         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9783         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9784         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9785         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9787         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9788         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9789         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9790         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9791         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9792         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9793         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9794         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9795         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9796         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9798         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9799         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9801         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9802         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9803         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9804         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9805         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9806         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9807         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9808         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9809         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9810         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9811         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9812         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9813         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9814         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9815         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9816         Update #include.
9817         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9818         Likewise.
9819         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9820         Likewise.
9821         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9822         Likewise.
9823         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9824         Likewise.
9825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9826         Likewise.
9827         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9828         Likewise.
9829         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9830         Likewise.
9831         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9832         Likewise.
9833         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9834         Likewise.
9835         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9836         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9837         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9838         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9839         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9840         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9841         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9842         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9843         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9844         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9845         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9846         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9847         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9848         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9849         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9851         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9852         that was previously under [RESET_PID].
9853         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9854         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9855         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9857         * sysdeps/i386/nptl/Implies: New file.
9858         * sysdeps/x86_64/nptl/Implies: New file.
9859         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9860         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9861         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9862         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9864         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9865         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9866         (__libc_vfork): New strong alias.
9867         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9868         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9870         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9871         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9872         (__libc_vfork): New strong alias.
9873         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9874         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9876         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9877         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9878         (__libc_vfork): New strong alias.
9879         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9880         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9881         * nptl/pt-vfork.c: New file.
9882         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9883         (libpthread: GLIBC_2.20): New version set (empty).
9885 2014-05-14  Will Newton  <will.newton@linaro.org>
9887         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9888         rather than #if.
9890 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9892         [BZ #16564]
9893         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9894         arguments with exponent 65 or above.
9895         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9896         arguments 0x1p113L or above.
9897         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9898         to arguments 0x1p107L or above.
9899         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9900         positive arguments with exponent 65 or above.
9901         * math/auto-libm-test-in: Add more tests of log1p.
9902         * math/auto-libm-test-out: Regenerated.
9904         [BZ #16928]
9905         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9906         non-finite arguments is +0.
9907         * math/s_cacosf.c (__cacosf): Likewise.
9908         * math/s_cacosl.c (__cacosl): Likewise.
9909         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9910         * sysdeps/i386/fpu/libm-test-ulps: Update.
9911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9913         [BZ #16927]
9914         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9915         value.
9916         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9917         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9918         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9919         for explicit high bit of mantissa when testing for argument equal
9920         to 1.
9921         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9922         * sysdeps/i386/fpu/libm-test-ulps: Update.
9923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9925         [BZ #16516]
9926         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9927         (__erf): Scale by 16 instead of 8 in potentially underflowing
9928         case.  Ensure exception if result actually underflows.
9929         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9930         (__erff): Scale by 16 instead of 8 in potentially underflowing
9931         case.  Ensure exception if result actually underflows.
9932         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9933         (efx8): Remove variable.
9934         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9935         case.  Ensure exception if result actually underflows.
9936         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9937         (efx8): Remove variable.
9938         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9939         case.  Ensure exception if result actually underflows.
9940         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9941         (efx8): Remove variable.
9942         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9943         case.  Ensure exception if result actually underflows.
9944         * math/auto-libm-test-in: Add more tests of erf.
9945         * math/auto-libm-test-out: Regenerated.
9947 2014-05-14  Andreas Schwab  <schwab@suse.de>
9949         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9950         Remove code conditionalized on USE___THREAD.
9952         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9953         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9954         not definedness.
9956 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9958         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9959         Define unconditionally.
9960         (__ASSUME_O_CLOEXEC): Likewise.
9961         (__ASSUME_SOCK_CLOEXEC): Likewise.
9962         (__ASSUME_IN_NONBLOCK): Likewise.
9963         (__ASSUME_PIPE2): Likewise.
9964         (__ASSUME_EVENTFD2): Likewise.
9965         (__ASSUME_SIGNALFD4): Likewise.
9966         (__ASSUME_DUP3): Likewise.
9967         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9968         (__ASSUME_DUP3): Do not define.
9969         (__ASSUME_EVENTFD2): Likewise.
9970         (__ASSUME_IN_NONBLOCK): Likewise.
9971         (__ASSUME_O_CLOEXEC): Likewise.
9972         (__ASSUME_PIPE2): Likewise.
9973         (__ASSUME_SIGNALFD4): Likewise.
9974         (__ASSUME_SOCK_CLOEXEC): Likewise.
9975         (__ASSUME_UTIMES): Undefine.
9976         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9977         (__ASSUME_UTIMES): Do not define.
9978         (__ASSUME_O_CLOEXEC): Likewise.
9979         (__ASSUME_SOCK_CLOEXEC): Likewise.
9980         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9981         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9982         0x020621].
9983         (__ASSUME_PIPE2): Likewise.
9984         (__ASSUME_EVENTFD2): Likewise.
9985         (__ASSUME_SIGNALFD4): Likewise.
9986         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9987         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9988         Do not define.
9989         (__ASSUME_EVENTFD2): Likewise.
9990         (__ASSUME_SIGNALFD4): Likewise.
9991         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9992         (__ASSUME_32BITUIDS): Likewise.
9993         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9994         (__ASSUME_IPC64): Likewise.
9995         (__ASSUME_ST_INO_64_BIT): Likewise.
9996         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9997         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9998         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9999         (__ASSUME_UTIMES): Do not define.
10000         (__ASSUME_PSELECT): Likewise.
10001         (__ASSUME_PPOLL): Likewise.
10002         (__ASSUME_O_CLOEXEC): Likewise.
10003         (__ASSUME_SOCK_CLOEXEC): Likewise.
10004         (__ASSUME_IN_NONBLOCK): Likewise.
10005         (__ASSUME_PIPE2): Likewise.
10006         (__ASSUME_EVENTFD2): Likewise.
10007         (__ASSUME_SIGNALFD4): Likewise.
10008         (__ASSUME_DUP3): Likewise.
10009         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10010         (__ASSUME_UTIMES): Likewise.
10011         (__ASSUME_O_CLOEXEC): Likewise.
10012         (__ASSUME_SOCK_CLOEXEC): Likewise.
10013         (__ASSUME_IN_NONBLOCK): Likewise.
10014         (__ASSUME_PIPE2): Likewise.
10015         (__ASSUME_EVENTFD2): Likewise.
10016         (__ASSUME_SIGNALFD4): Likewise.
10017         (__ASSUME_DUP3): Likewise.
10018         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10019         (__ASSUME_UTIMES): Likewise.
10020         (__ASSUME_O_CLOEXEC): Likewise.
10021         (__ASSUME_SOCK_CLOEXEC): Likewise.
10022         (__ASSUME_IN_NONBLOCK): Likewise.
10023         (__ASSUME_PIPE2): Likewise.
10024         (__ASSUME_EVENTFD2): Likewise.
10025         (__ASSUME_SIGNALFD4): Likewise.
10026         (__ASSUME_DUP3): Likewise.
10027         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10028         Likewise.
10029         (__ASSUME_UTIMES): Likewise.
10030         (__ASSUME_EVENTFD2): Likewise.
10031         (__ASSUME_SIGNALFD4): Likewise.
10032         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10033         (__ASSUME_O_CLOEXEC): Likewise.
10034         (__ASSUME_SOCK_CLOEXEC): Likewise.
10035         (__ASSUME_IN_NONBLOCK): Likewise.
10036         (__ASSUME_PIPE2): Likewise.
10037         (__ASSUME_EVENTFD2): Likewise.
10038         (__ASSUME_SIGNALFD4): Likewise.
10039         (__ASSUME_DUP3): Likewise.
10040         (__ASSUME_UTIMES): Undefine.
10042         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10043         feclearexcept.  Remove symbol versioning code.
10044         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10045         symbol versioning code.
10046         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10047         symbol versioning code.
10048         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10049         feupdateenv.  Remove symbol versioning code.
10050         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10051         fegetexceptflag.  Remove symbol versioning code.
10052         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10053         fesetexceptflag.  Remove symbol versioning code.
10054         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10055         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10056         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10057         (__posix_fadvise64_l32): Remove prototype.
10058         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10059         code.
10061 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10063         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10064         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10065         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10066         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10068 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10070         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10071         current working directory
10073 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10075         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10076         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10077         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10078         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10079         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10080         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10081         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10084         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10085         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10088         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10089         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10090         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10092         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10093         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10094         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10095         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10096         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10097         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10098         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10099         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10100         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10101         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10102         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10103         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10104         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10105         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10106         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10107         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10108         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10109         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10110         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10111         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10112         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10113         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10114         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10115         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10116         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10118         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10119         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10121         * sysdeps/unix/sysv/linux/arm/Makefile
10122         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10123         Add rt-aeabi_unwind_cpp_pr1.
10124         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10125         Add nptl-aeabi_unwind_cpp_pr1.
10126         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10127         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10128         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10129         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10130         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10131         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10133         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10134         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10135         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10136         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10138         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10139         Deconditionalize the code that was previously under [RESET_PID].
10140         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10142         * sysdeps/generic/exit-thread.h: New file.
10143         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10144         * include/unistd.h (__exit_thread): Remove declaration.
10145         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10146         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10147         * csu/libc-start.c: Include <exit-thread.h>.
10148         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10149         * nptl/pthread_create.c: Include <exit-thread.h>.
10150         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10151         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10152         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10153         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10154         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10155         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10156         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10157         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10158         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10159         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10160         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10161         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10162         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10163         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10164         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10165         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10166         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10168 2014-05-13  Andreas Schwab  <schwab@suse.de>
10170         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10172 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10174         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10175         (__ASSUME_UTIMES): Do not condition on kernel version.
10176         (__ASSUME_PSELECT): Define unconditionally.
10177         (__ASSUME_PPOLL): Likewise.
10178         (__ASSUME_ATFCTS): Likewise.
10179         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10180         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10181         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10182         (__ASSUME_UTIMENSAT): Define unconditionally.
10183         (__ASSUME_PRIVATE_FUTEX): Likewise.
10184         (__ASSUME_FALLOCATE): Likewise.
10185         (__ASSUME_O_CLOEXEC): Likewise.
10186         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10187         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10188         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10189         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10190         (__ASSUME_IN_NONBLOCK): Likewise.
10191         (__ASSUME_PIPE2): Likewise.
10192         (__ASSUME_EVENTFD2): Likewise.
10193         (__ASSUME_SIGNALFD4): Likewise.
10194         (__ASSUME_DUP3): Likewise.
10195         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10196         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10197         (__ASSUME_AT_RANDOM): Likewise.
10198         (__ASSUME_PREADV): Likewise.
10199         (__ASSUME_PWRITEV): Likewise.
10200         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10201         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10202         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10203         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10204         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10205         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10206         (__ASSUME_O_CLOEXEC): Define unconditionally.
10207         (__ASSUME_PSELECT): Do not undefine conditionally.
10208         (__ASSUME_PPOLL): Likewise.
10209         (__ASSUME_ATFCTS): Likewise.
10210         (__ASSUME_SET_ROBUST_LIST): Likewise.
10211         (__ASSUME_UTIMENSAT): Likewise.
10212         (__ASSUME_FDATASYNC): Define unconditionally.
10213         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10214         (__ASSUME_SIGFRAME_V2): Likewise.
10215         )__ASSUME_EVENTFD2): Likewise.
10216         (__ASSUME_SIGNALFD4): Likewise.
10217         (__ASSUME_PSELECT): Do not undefine conditionally.
10218         (__ASSUME_PPOLL): Likewise.
10219         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10220         (__ASSUME_PSELECT): Define unconditionally.
10221         (__ASSUME_PPOLL): Likewise.
10222         (__ASSUME_O_CLOEXEC): Likewise.
10223         (__ASSUME_SOCK_CLOEXEC): Likewise.
10224         (__ASSUME_IN_NONBLOCK): Likewise.
10225         (__ASSUME_PIPE2): Likewise.
10226         (__ASSUME_EVENTFD2): Likewise.
10227         (__ASSUME_SIGNALFD4): Likewise.
10228         (__ASSUME_DUP3): Likewise.
10229         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10230         (__ASSUME_O_CLOEXEC): Likewise.
10231         (__ASSUME_SOCK_CLOEXEC): Likewise.
10232         (__ASSUME_IN_NONBLOCK): Likewise.
10233         (__ASSUME_PIPE2): Likewise.
10234         (__ASSUME_EVENTFD2): Likewise.
10235         (__ASSUME_SIGNALFD4): Likewise.
10236         (__ASSUME_DUP3): Likewise.
10237         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10238         (__ASSUME_EVENTFD2): Likewise.
10239         (__ASSUME_SIGNALFD4): Likewise.
10240         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10242 2014-05-12  Andreas Schwab  <schwab@suse.de>
10244         [BZ #16932]
10245         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10246         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10247         than maximum RPC packet size.
10248         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10249         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10250         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10251         (_nss_nis_getservbyport_r): Likewise.
10253 2014-05-12  Will Newton  <will.newton@linaro.org>
10255         * malloc/Makefile (tests): Add tst-mallopt.
10256         * malloc/tst-mallopt.c: New file.
10258 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10260         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10261         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10263 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10265         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10266         (tst-tlsmod6.so): Likewise.
10268 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10270         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10272 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10274         [BZ #16064]
10275         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10276         and <dl-procinfo.h>.
10277         (__fegetenv): Save SSE state in envp->__eip if supported.
10278         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10279         envp->__eip if supported.
10280         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10281         and <dl-procinfo.h>.
10282         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10283         __data_offset and __data_selector in environment to 0.  Set SSE
10284         state if supported.
10285         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10286         test-fenv-sse.
10287         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10288         -mfpmath=sse.
10289         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10291 2014-05-09  Will Newton  <will.newton@linaro.org>
10293         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10294         and libc_relro_required for ARM.
10295         * sysdeps/arm/preconfigure: Regenerate.
10297 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10298             Stefan Liebler  <stli@linux.vnet.ibm.com>
10300         * config.make.in (enable-lock-elision): New Makefile variable.
10301         * configure.ac: Likewise.
10302         * configure: Regenerate.
10303         * sysdeps/s390/configure.ac:
10304         Add check for gcc transactions support.
10305         * sysdeps/s390/configure: Regenerate.
10306         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10307         Build elision files if enabled.
10308         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10309         Add lock elision support for s390.
10310         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10311         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10312         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10313         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10314         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10315         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10316         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10317         Likewise.
10318         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10319         Likewise.
10320         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10321         Likewise.
10322         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10323         Likewise.
10324         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10325         (__lll_timedlock_elision, __lll_lock_elision)
10326         (__lll_unlock_elision, __lll_trylock_elision)
10327         (lll_timedlock_elision, lll_lock_elision)
10328         (lll_unlock_elision, lll_trylock_elision): Add.
10329         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10330         (pthread_mutex_t): Add lock elision support for s390.
10332 2014-05-14  Wilco  <wdijkstr@arm.com>
10334         * sysdeps/arm/fclrexcpt.c: Cleanup.
10335         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10336         * sysdeps/arm/feenablxcpt.c: Cleanup.
10337         * sysdeps/arm/fegetenv.c: Cleanup.
10338         * sysdeps/arm/fegetexcept.c: Cleanup.
10339         * sysdeps/arm/fegetround.c: Cleanup.
10340         * sysdeps/arm/feholdexcpt.c: Cleanup.
10341         * sysdeps/arm/fesetenv.c: Cleanup.
10342         * sysdeps/arm/fesetround.c: Cleanup.
10343         * sysdeps/arm/feupdateenv.c: Cleanup.
10344         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10345         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10346         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10347         * sysdeps/arm/ftestexcept.c: Cleanup.
10348         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10349         * sysdeps/arm/setfpucw.c: Cleanup.
10351 2014-05-09  Will Newton  <will.newton@linaro.org>
10353         * sysdeps/arm/armv7/strcmp.S: New file.
10354         * NEWS: Mention addition of ARMv7 optimized strcmp.
10356 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10358         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10359         look for %.ac rather than %.in.
10361         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10362         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10363         * sysdeps/mach/hurd/configure: Regenerated.
10364         * sysdeps/unix/sysv/linux/configure: Regenerated.
10366         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10368 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10370         [BZ# 16922]
10371         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10372         (LONG_SUB): Ditto.
10373         (PTR_SUB): Ditto.
10375 2014-05-07  Andreas Schwab  <schwab@suse.de>
10377         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10378         when skipping over non-matching result from nscd.
10380 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10382         [BZ #16876]
10383         * nptl/sockperf.c (client): Check socket return value.
10385         [BZ #16877]
10386         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10387         nscd security class.
10389 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10391         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10392         * sysdeps/arm/unwind.h: ... here.
10394 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10396         [BZ# 16916]
10397         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10398         Define.
10400 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10402         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10403         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10404         multiarch strncpy for PPC64.
10405         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10406         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10407         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10408         multiarch optimizations.
10409         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10410         (__libc_ifunc_impl_list): Likewise.
10411         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10412         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10413         multiarch stpncpy for PPC64.
10414         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10415         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10417 2014-05-06  Andreas Schwab  <schwab@suse.de>
10419         [BZ #16912]
10420         * gmon/mcount.c (_MCOUNT_DECL): Use
10421         atomic_compare_and_exchange_bool_acq instead of
10422         catomic_compare_and_exchange_bool_acq.
10424 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10426         * elf/Makefile (others, install-bin): Remove pldd.
10427         (pldd-modules): Variable removed.
10428         ($(objpfx)pldd): Target removed.
10429         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10430         (others, install-bin): Append pldd here.
10431         ($(objpfx)pldd): New target.
10433         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10434         to 0, so the first #if test emitted later doesn't see it undefined.
10435         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10436         * sysdeps/gnu/errlist.c: Regenerated.
10438 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10440         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10441         [libc_hidden_builtin_def]: Define to empty value.
10442         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10443         [libc_hidden_builtin_def]: Likewise.
10444         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10445         [libc_hidden_builtin_def]: Likewise.
10446         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10447         [libc_hidden_builtin_def]: Likewise.
10448         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10449         __redirect_memcpy and define ifunc as default hidden symbol.
10450         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10451         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10453 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10455         * locale/iso-4217.def: Reintroduce XDR currency.
10457 2014-05-04  Allan McRae  <allan@archlinux.org>
10459         * po/eo.po: Update Esperanto translation from translation project.
10461 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10463         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10464         and FEATURE_INDEX_MAX to 1.
10465         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10467 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10469         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10470         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10471         * iconvdata/big5.c (ONE_DIRECTION): Define.
10472         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10473         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10474         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10475         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10476         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10477         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10478         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10479         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10480         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10481         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10482         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10483         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10484         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10485         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10486         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10487         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10488         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10489         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10490         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10491         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10492         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10493         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10494         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10495         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10496         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10497         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10498         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10499         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10500         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10501         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10502         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10503         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10504         * iconvdata/johab.c (ONE_DIRECTION): Define.
10505         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10506         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10507         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10508         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10509         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10510         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10511         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10512         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10513         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10514         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10516 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10518         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10519         (_IO_JUMPS_OFFSET): Define to 0.
10521         * nptl/sysdeps/pthread/bits/libc-lock.h
10522         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10523         (__libc_lock_define_initialized_recursive): Always define using
10524         initializer.  Modern compilers treat uninitialized (implicit zero) and
10525         explicit zero initializers the same (i.e. put the datum in bss).
10527 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10529         * nscd/nscd-client.h: Include <string.h>.
10531 2014-05-01  David S. Miller  <davem@davemloft.net>
10533         [BZ #16885]
10534         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10535         multiple zero bytes exist at the end of a string.
10536         Reported by Aurelien Jarno <aurelien@aurel32.net>
10538         * string/test-strcmp.c (check): Add explicit test for situations where
10539         there are multiple zero bytes after the first.
10541 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10543         [BZ #16890]
10544         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10545         when compiling wprintf.
10546         * stdio-common/tstdiomisc.c (t3): New function.
10547         (main): Call it.
10549 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10551         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10552         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10553         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10554         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10556 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10558         * stdlib/longlong.h: Updated from GCC.
10560 2014-05-01  Will Newton  <will.newton@linaro.org>
10561             Bernard Ogden  <bernie.ogden@linaro.org>
10563         * NEWS: Update fixed bug list.
10565         [BZ #15119]
10566         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10568 2014-04-30  David S. Miller  <davem@davemloft.net>
10570         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10571         (libc_feholdexcept_setround_sparc_ctx): New function.
10572         (libc_fesetenv_sparc_ctx): Likewise.
10573         (libc_feupdateenv_sparc_ctx): Likewise.
10574         (libc_feholdsetround_sparc_ctx): Likewise.
10575         (libc_feholdexcept_setround_ctx): Define.
10576         (libc_feholdexcept_setroundf_ctx): Likewise.
10577         (libc_feholdexcept_setroundl_ctx): Likewise.
10578         (libc_fesetenv_ctx): Likewise.
10579         (libc_fesetenvf_ctx): Likewise.
10580         (libc_fesetenvl_ctx): Likewise.
10581         (libc_feupdateenv_ctx): Likewise.
10582         (libc_feupdateenvf_ctx): Likewise.
10583         (libc_feupdateenvl_ctx): Likewise.
10584         (libc_feresetround_ctx): Likewise.
10585         (libc_feresetroundf_ctx): Likewise.
10586         (libc_feresetroundl_ctx): Likewise.
10587         (libc_feholdsetround_ctx): Likewise.
10588         (libc_feholdsetroundf_ctx): Likewise.
10589         (libc_feholdsetroundl_ctx): Likewise.
10591         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10592         with __USE_GNU instead of XOPEN cpp guards.
10594         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10595         0.
10597         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10598         with XOPEN cpp guards.
10600 2014-04-30  Julian Brown  <julian@codesourcery.com>
10602         [BZ #16888]
10603         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10604         handling.
10606 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10608         [BZ #9894]
10609         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10610         Change to 2.6.32.
10611         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10612         * sysdeps/unix/sysv/linux/configure: Regenerated.
10613         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10614         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10615         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10616         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10617         * README: Update reference to required Linux kernel version.
10618         * manual/install.texi (Linux): Update reference to required Linux
10619         kernel headers version.
10620         * INSTALL: Regenerated.
10622         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10623         header inclusion.
10624         [POSIX] (limits.h): Likewise.
10625         [POSIX] (math.h): Likewise.
10626         [POSIX] (sys/wait.h): Likewise.
10627         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10628         function.
10629         [POSIX] (stddef.h): Do not allow header inclusion.
10631 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10633         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10635 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10637         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10638         Return immediately after lll_futex_wake.
10640 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10642         [BZ #16791]
10643         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10644         structure.
10645         (datahead_init_pos): Call datahead_init_common early.
10646         (datahead_init_neg): Likewise.
10648         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10649         datahead_init_neg): New functions.
10650         * nscd/aicache.c (addhstaiX): Use them.
10651         * nscd/grpcache.c (cache_addgr): Likewise.
10652         * nscd/hstcache.c (cache_addhst): Likewise.
10653         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10654         * nscd/netgroupcache.c (do_notfound): Likewise.
10655         (addgetnetgrentX): Likewise.
10656         (addinnetgrX): Likewise.
10657         * nscd/pwdcache.c (cache_addpw): Likewise.
10658         * nscd/servicescache.c (cache_addserv): Likewise.
10660 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10661             Atsushi Onoe  <atsushi@onoe.org>
10663         [BZ #14308]
10664         [BZ #12994]
10665         [BZ #13651]
10666         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10667         one response is valid.
10668         * resolv/res_send.c (send_dg): Check for validity of other
10669         response if the current response is a referral.
10671 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10673         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10675 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10677         [BZ #16823]
10678         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10679         Always divide by positive zero when computing -Inf result.
10680         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10681         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10683 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10685         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10686         FPSCR if value do not change.
10687         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10688         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10689         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10690         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10691         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10692         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10693         function.
10695 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10697         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10698         * sysdeps/unix/sysv/linux/hppa: Move directory from
10699         ports/systeps/unix/sysv/linux/hppa.
10700         * README: Update listing for hppa-*-linux-gnu.
10702 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10704         [BZ #16754]
10705         * manual/stdio.texi (Hook functions): Fix types of stream hook
10706         functions.
10707         [BZ #16854]
10708         * socket/sys/socket.h: Fix typo in comment.
10710 2014-04-28  Wilco  <wdijkstr@arm.com>
10712         * sysdeps/arm/fenv_private.h: New file.
10713         * sysdeps/arm/math_private.h: New file.
10714         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10716 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10718         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10719         with __int128_t.
10720         (La_x86_64_retval): Likewise.
10722 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10724         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10725         fpsr if value didn't change.
10726         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10727         to fpcr if value didn't change.
10728         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10729         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10730         fpsr or fpcr if value didn't change.
10731         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10732         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10733         fpcr if value didn't change.
10734         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10735         to fpsr if value didn't change.
10737 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10739         * nptl/tst-sem3.c: Use test-skeleton.c
10740         (main): Rename to do_test.  Use return instead of
10741         exit.
10742         * nptl/tst-sem4.c: Use test-skeleton.c
10743         (main): Rename to do_test.
10745 2014-04-22  David S. Miller  <davem@davemloft.net>
10747         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10748         (struct sigaction): New struct member __glibc_reserved0, change
10749         type of sa_flags to int.
10751 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10753         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10754         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10756 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10758         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10759         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10761 2014-04-22  Will Newton  <will.newton@linaro.org>
10762             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10764         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10765         (__longjmp): Add longjmp and longjmp_target SystemTap
10766         probes.
10767         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10768         (__sigsetjmp): Add setjmp SystemTap probe.
10770 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10772         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10773         match manual order.
10775 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10777         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10779         * sysdeps/powerpc/fpu/fenv_private.h
10780         (libc_feholdexcept_setroundl_ctx): Define to
10781         libc_feholdexcept_setround_ppc_ctx.
10782         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10783         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10784         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10785         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10787 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10789         * sysdeps/aarch64/math-tests.h: New file.
10791 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10793         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10794         New.
10795         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10796         Check and set bit_AVX2_Usable.
10797         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10798         macro.
10799         (bit_AVX2): Likewise.
10800         (index_AVX2_Usable): Likewise.
10801         (CPUID_AVX2): Likewise.
10802         (HAS_AVX2): Likewise.
10804 2014-04-17  Will Newton  <will.newton@linaro.org>
10806         * manual/setjmp.texi (System V contexts): Add note that
10807         calling setcontext on a context created by a call to a
10808         signal handler is undefined.  Update text to note that
10809         setcontext from a signal handler is possible but not
10810         recommended.
10812         [BZ #16629]
10813         * stdlib/tst-setcontext.c: Include signal.h.
10814         (main): Check that the signal stack before and
10815         after swapcontext is the same.
10817         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10818         Re-implement to restore registers in user code and avoid
10819         rt_sigreturn system call.
10821 2014-04-17  Wilco  <wdijkstr@arm.com>
10823         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10824         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10825         * math/test-fenv.c: Skip exception trap tests on targets which only
10826         support non-stop mode.
10828 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10829             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10831         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10832         (libc_feholdsetround_aarch64_ctx)
10833         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10834         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10835         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10836         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10837         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10838         (libc_feresetround_noexl_ctx): Define.
10840 2014-04-16  Richard Henderson  <rth@redhat.com>
10842         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10844         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10845         unwind tables.
10847         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10848         const from the non-libc, non-ldso copy.
10850         * sysdeps/alpha/libm-test-ulps: Regenerate.
10852 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10853             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10855         * sysdeps/aarch64/fpu/math_private.h: New file.
10857 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10859         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10861 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10863         [BZ #16275]
10864         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10865         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10866         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10867         Intel MPX bound registers before _dl_profile_fixup.
10868         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10869         registers after _dl_profile_fixup.  Save and restore bound
10870         registers bnd0/bnd1 when calling _dl_call_pltexit.
10871         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10872         (LR_BND_OFFSET): Likewise.
10873         (LRV_BND0_OFFSET): Likewise.
10874         (LRV_BND1_OFFSET): Likewise.
10876 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10878         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10879         to...
10880         * sysdeps/mach/hurd/i386/tls.h: ... here.
10881         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10882         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10883         fields.
10885 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10887         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10889 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10891         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10893 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10895         [BZ #14770]
10896         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10897         * sysdeps/s390/configure: Regenerate.
10899         [BZ #16824]
10900         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10901         Set round-to-nearest internally to reduce error accumulation.
10903 2014-04-16  Alan Modra  <amodra@gmail.com>
10905         [BZ #16740]
10906         [BZ #16619]
10907         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10908         * math/libm-test.inc (frexp_test_data): Add tests.
10909         * NEWS: Update fixed bug list.
10911 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10913         * benchtests/Makefile: Depend on libraries in build directory.
10914         (bench-math): Separate out math tests.
10915         (bench-pthread): Separate out pthread tests.
10916         (bench): Include math and pthread tests.
10918 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10920         [BZ #16831]
10921         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10922         _dl_debug_initialize.
10924         * configure.ac: Remove SELinux header check.
10925         * configure: Regenerate.
10926         * nscd/selinux.c (perms): Array of const char* to permission names.
10927         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10928         default policy. Call string_to_security_class and string_to_av_perm to
10929         translate strings. Enforce default policy and call avs_has_perm with
10930         results of translated strings.
10932 2014-04-13  David S. Miller  <davem@davemloft.net>
10934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10936 2014-04-12  Allan McRae  <allan@archlinux.org>
10938         [BZ #16838]
10939         * manual/string.texi (Collation Functions): Fix qsort argument
10940         order in example.
10941         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10943 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10945         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10946         Make the test a no-op if there are no exceptions defined.
10948 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10950         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10951         enable-hardcoded-path-in-tests
10953 2014-04-11  Will Newton  <will.newton@linaro.org>
10955         * benchtests/Makefile (extra-objs): Add json-lib.o.
10956         (bench-func): Tidy up JSON output.
10957         * benchtests/bench-skeleton.c: Include json-lib.h.
10958         (main): Use JSON library functions to do output of
10959         benchmark results.
10960         * benchtests/bench-timing-type.c (main): Output the
10961         timing type simply, leaving formatting to the user.
10962         * benchtests/json-lib.c: New file.
10963         * benchtests/json-lib.h: Likewise.
10965 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10967         [BZ #15215]
10968         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10969         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10970         memory barriers.  Add comments.
10971         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10972         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10973         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10974         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10975         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10976         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10978 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10980         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10981         * sysdeps/s390/s390-64/configure.ac: ... this ...
10982         * sysdeps/s390/configure.ac: ... to here.
10983         * sysdeps/s390/s390-32/configure: Delete file.
10984         * sysdeps/s390/s390-64/configure: Delete file.
10985         * sysdeps/s390/configure: Regenerate.
10987 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10989         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10991 2014-04-11  Will Newton  <will.newton@linaro.org>
10993         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10994         to zero if it is not defined elsewhere.  (mtrim): Test
10995         the value of MALLOC_DEBUG with #if rather than #ifdef.
10997 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10999         * benchtests/pthread_once-inputs: New file.
11000         * benchtests/pthread_once-source.c: New file.
11001         * benchtests/README: Update documentation.
11003 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11004             H.J. Lu  <hongjiu.lu@intel.com>
11006         [BZ #16275]
11007         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11008         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11009         * sysdeps/x86_64/configure: Regenerated.
11010         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11011         macro.
11012         (REGISTER_SAVE_RAX): Likewise.
11013         (REGISTER_SAVE_RCX): Likewise.
11014         (REGISTER_SAVE_RDX): Likewise.
11015         (REGISTER_SAVE_RSI): Likewise.
11016         (REGISTER_SAVE_RDI): Likewise.
11017         (REGISTER_SAVE_R8): Likewise.
11018         (REGISTER_SAVE_R9): Likewise.
11019         (REGISTER_SAVE_BND0): Likewise.
11020         (REGISTER_SAVE_BND1): Likewise.
11021         (REGISTER_SAVE_BND2): Likewise.
11022         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11023         bound registers when calling _dl_fixup.
11025 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11027         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11028         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11029         of its definition.
11030         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11031         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11032         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11033         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11034         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11035         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11036         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11038 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11040         [BZ #15514]
11041         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11042         pathconf(_PC_NAME_MAX).
11044 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11046         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11047         Remove macro usage.
11048         (__PTHREAD_SPINS): Move definition to ...
11049         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11050         (__PTHREAD_SPINS): ... here.
11051         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11052         (__PTHREAD_SPIN): Likewise.
11053         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11054         (__PTHREAD_SPIN): Likewise.
11055         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11056         (__PTHREAD_SPIN): Likewise.
11057         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11058         (__PTHREAD_SPIN): Likewise.
11059         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11060         (__PTHREAD_SPIN): Likewise.
11061         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11062         (__PTHREAD_SPIN): Likewise.
11063         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11064         (__PTHREAD_SPIN): Likewise.
11065         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11066         (__PTHREAD_SPIN): Likewise.
11067         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11068         (__PTHREAD_SPIN): Likewise.
11069         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11070         (__PTHREAD_SPIN): Likewise.
11071         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11072         (__PTHREAD_SPIN): Likewise.
11073         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11074         (__PTHREAD_SPIN): Likewise.
11076         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11077         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11078         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11079         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11080         imply folder.
11081         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11082         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11083         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11084         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11085         correct imply path.
11086         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11087         strlen symbol for non multi-arch builds.
11088         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11089         missing hidden_def and weak_alias.
11091 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11093         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11095 2014-04-07  Will Newton  <will.newton@linaro.org>
11097         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11098         and contents.  [!_LIBC] Remove #ifndef and contents.
11099         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11100         * string/memccpy.c (__memccpy): Use ANSI prototype.
11101         * string/memfrob.c (memfrob): Likewise.
11102         * string/strcoll.c (STRCOLL): Likewise.
11103         * string/strlen.c (strlen): Likewise.
11104         * string/strtok.c (STRTOK): Likewise.
11105         * string/strcat.c: Remove unused #include of memcopy.h.
11106         (strcat): Use ANSI prototype.
11107         * string/strchr.c: Remove unused #include of memcopy.h.
11108         (strchr): Use ANSI prototype.
11109         * string/strcmp.c: Remove unused #include of memcopy.h.
11110         (strcmp): Use ANSI prototype.
11111         * string/strcpy.c: Remove unused #include of memcopy.h.
11112         (strcpy): Use ANSI prototype.
11114 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11116         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11117         * config.make.in (config-extra-cppflags): Set it from
11118         libc_extra_cppflags.
11119         * configure.ac (libc_extra_cflags): Make it accumulate over
11120         configure fragments.
11121         (libc_extra_cppflags): New flag.
11122         * configure. Regenerate.
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11124         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11125         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11128         [BZ #16815]
11129         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11130         result for FE_DOWNWARD rounding mode.
11131         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11132         Likewise.
11133         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11135 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11137         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11138         in function argument name.
11140 2014-04-03  David Svoboda  <svoboda@cert.org>
11142         [BZ #5666]
11143         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11144         explicitly.
11146 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11148         * elf/dl-unmap-segments.h: New file.
11149         * sysdeps/generic/ldsodefs.h
11150         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11151         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11152         * elf/dl-fptr.c: Likewise.
11153         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11154         * sysdeps/aarch64/tlsdesc.c: Likewise.
11155         * sysdeps/arm/tlsdesc.c: Likewise.
11156         * sysdeps/i386/tlsdesc.c: Likewise.
11157         * sysdeps/tile/dl-runtime.c: Likewise.
11158         * sysdeps/x86_64/tlsdesc.c: Likewise.
11159         * elf/dl-load.h: New file.
11160         * elf/dl-load.c: Include it.
11161         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11162         Macros moved to dl-load.h.
11163         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11164         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11165         Use _dl_unmap_segments in place of __munmap.
11166         Break out segment-mapping loop into ...
11167         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11169 2014-04-03  Will Newton  <will.newton@linaro.org>
11171         * elf/dl-lookup.c (do_lookup_x): Remove comment
11172         referring to nested function and move variable
11173         declarations down to before first use.
11175 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11177         [BZ #16799]
11178         [BZ #16800]
11179         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11180         with 0 numerator.
11181         * math/s_catanf.c (__catanf): Likewise.
11182         * math/s_catanh.c (__catanh): Likewise.
11183         * math/s_catanhf.c (__catanhf): Likewise.
11184         * math/s_catanhl.c (__catanhl): Likewise.
11185         * math/s_catanl.c (__catanl): Likewise.
11186         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11187         by positive zero when computing -Inf result.
11188         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11189         (catanh_test): Likewise.
11190         * sysdeps/i386/fpu/libm-test-ulps: Update.
11191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11193         [BZ #16789]
11194         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11195         instead of using underflowing value in computing result.
11196         * math/s_clog10.c (__clog10): Likewise.
11197         * math/s_clog10f.c (__clog10f): Likewise.
11198         * math/s_clog10l.c (__clog10l): Likewise.
11199         * math/s_clogf.c (__clogf): Likewise.
11200         * math/s_clogl.c (__clogl): Likewise.
11201         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11202         (clog10_test): Likewise.
11203         * sysdeps/i386/fpu/libm-test-ulps: Update.
11204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11206 2014-04-02  Alan Modra  <amodra@gmail.com>
11208         [BZ #16739]
11209         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11210         output when value is near a power of two.  Use int64_t for lx and
11211         remove casts.  Use decimal rather than hex exponent constants.
11212         Don't use long double multiplication when double will suffice.
11213         * math/libm-test.inc (nextafter_test_data): Add tests.
11214         * NEWS: Add 16739 and 16786 to bug list.
11216         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11218         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11220 2014-04-01  Will Newton  <will.newton@linaro.org>
11222         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11223         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11225 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11227         [BZ #13347]
11228         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11229         * nptl/tst-setuid2.c: New file.
11230         * nptl/Makefile (xtests): Add tst-setuid2.
11232 2014-04-01  Alan Modra  <amodra@gmail.com>
11234         [BZ #16786]
11235         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11237 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11239         [BZ #6803]
11240         [BZ #6804]
11241         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11242         set errno as appropriate.
11243         * math/w_scalbf.c (__scalbf): Likewise.
11244         * math/w_scalbl.c (__scalbl): Likewise.
11245         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11246         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11247         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11248         Add more NaN tests.
11250         [BZ #16349]
11251         * math/w_atan2.c: Include <errno.h>.
11252         (__atan2): Set errno for result underflowing to zero.
11253         * math/w_atan2f.c: Include <errno.h>.
11254         (__atan2f): Set errno for result underflowing to zero.
11255         * math/w_atan2l.c: Include <errno.h>.
11256         (__atan2l): Set errno for result underflowing to zero.
11257         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11258         tests.
11259         * math/auto-libm-test-out: Regenerated.
11261 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11263         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11264         Encode instruction correctly in little endian.
11265         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11266         Likewise.
11267         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11268         Likewise.
11269         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11270         Likewise.
11271         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11272         Likewise.
11274 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11276         [BZ #9894]
11277         * sysdeps/unix/sysv/linux/kernel-features.h
11278         [__sparc__ && !__arch64__ && !__sparc_v9__]
11279         (__ASSUME_SET_ROBUST_LIST): Do not define.
11280         [__sparc__ && !__arch64__ && !__sparc_v9__]
11281         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11282         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11283         Likewise.
11284         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11285         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11286         (__ASSUME_REQUEUE_PI): Likewise.
11287         (__ASSUME_SET_ROBUST_LIST): Likewise.
11288         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11289         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11290         Undefine.
11291         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11292         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11293         Likewise.
11294         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11295         Likewise.
11296         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11297         Likewise.
11298         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11299         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11300         Undefine.
11301         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11302         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11303         Likewise.
11305         [BZ #16648]
11306         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11307         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11308         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11310 2014-03-31  Will Newton  <will.newton@linaro.org>
11312         * benchtests/Makefile (bench): Add ffs and ffsll to list
11313         of tests.
11314         * benchtests/ffs-inputs: New file.
11315         * benchtests/ffsll-inputs: Likewise.
11317 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11319         [BZ #16770]
11320         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11321         too large before casting to int.
11322         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11323         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11324         * math/libm-test.inc (scalb_test_data): Add more tests.
11326 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11328         * benchtests/Makefile (DETAILED_OPT): New make option.
11329         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11330         set.
11331         * benchtests/bench-skeleton.c: Include stdbool.h.
11332         (main): Store and print timings per input.
11333         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11334         member to each argument value.
11335         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11336         (_print_arg_data): Initialize per-input timing to 0.
11338         * benchtests/Makefile (timing-type): New binary.
11339         (bench-clean): Also remove bench-timing-type.
11340         (bench): New target for timing-type.
11341         (bench-func): Print output in JSON format.
11342         * benchtests/bench-skeleton.c (main): Print output in JSON
11343         format.
11344         * benchtests/bench-timing-type.c: New file.
11345         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11346         (TIMING_PRINT_STATS): Remove.
11347         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11348         name separately.
11350         * benchtests/bench-modf.c: Remove.
11351         * benchtests/modf-inputs: New inputs file.
11353 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11355         [BZ #16362]
11356         * math/s_clog10.c (M_PI_LOG10E): New macro.
11357         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11358         imaginary parts are 0.
11359         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11360         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11361         imaginary parts are 0.
11362         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11363         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11364         imaginary parts are 0.
11365         * math/libm-test.inc (clog10_test_data): Update expected results
11366         for when real and imaginary parts are 0.
11368 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11370         * elf/dl-load.c: Finish conversion of __builtin_expect into
11371         __glibc_{un}likely.
11373 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11375         [BZ #16348]
11376         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11377         1+x for argument with exponent below -67.
11378         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11379         Likewise.
11380         * math/auto-libm-test-in: Add more tests of exp.
11381         * math/auto-libm-test-out: Regenerated.
11383 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11385         [BZ #16759]
11386         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11387         (nscd_getnetgrent): Use it.
11389         [BZ #16760]
11390         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11391         of stpcpy.
11393 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11395         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11396         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11397         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11398         (lll_robust_unlock): Remove out of line section. Use cfi
11399         intrinsics.
11400         (LLL_STUB_UNWIND_INFO*): Remove.
11401         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11402         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11403         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11404         (lll_robust_unlock): Remove out of line section. Use cfi
11405         intrinsics.
11406         (LLL_STUB_UNWIND_INFO*): Remove.
11408 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11410         [BZ #16758]
11411         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11412         blank values.
11414 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11416         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11418 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11420         [BZ #16198]
11421         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11422         fnstenv.
11423         * math/test-fenv-preserve.c: New file.
11424         * math/Makefile (tests): Add test-fenv-preserve.
11426 2014-03-26  Will Newton <will.newton@linaro.org>
11428         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11430 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11432         * scripts/versionlist.awk: Partition the version sets and emit all
11433         GLIBC_* (sorted) before all others (sorted).
11435 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11437         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11438         GLIBC_2.2.5 version.
11440 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11442         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11443         calls.
11445         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11446         previous change.
11448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11450 2014-03-25  Andreas Schwab  <schwab@suse.de>
11452         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11453         label to be used after in6ailist is initialized.
11455 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11457         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11458         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11460 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11462         [BZ #16357]
11463         [BZ #16599]
11464         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11465         min_plus_half.
11466         (fp_formats): Update initializers.
11467         (init_fp_formats): Initialize new field.
11468         (output_for_one_input_case): Allow underflow for results up to
11469         min_plus_half.
11470         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11471         * math/auto-libm-test-in: Don't mark some underflows from asin and
11472         atanh as spurious.
11473         * math/auto-libm-test-out: Regenerated.
11474         * sysdeps/i386/fpu/libm-test-ulps: Update.
11475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11477 2014-03-25  Andreas Schwab  <schwab@suse.de>
11479         * libio/Makefile (tst-ftell-partial-wide-ENV)
11480         (tst-ftell-active-handler-ENV): Define.
11482 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11484         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11486 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11488         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11490 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11492         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11493         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11494         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11496 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11498         [BZ #16634]
11499         * elf/dl-load.c (open_verify): Add mode parameter.
11500         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11501         (open_path): Change from boolean 'secure' to complete flag 'mode'
11502         (_dl_map_object): Adjust.
11503         * elf/Makefile (tests): Add tst-dlopen-aout.
11504         * elf/tst-dlopen-aout.c: New test.
11506 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11508         [BZ #16714]
11509         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11510         (struct stat): Rename member pad0 to __glibc_reserved0.
11512         [BZ #16712]
11513         * sysdeps/s390/s390-32/bits/wordsize.h
11514         (__WORDSIZE32_SIZE_ULONG): New define.
11515         * sysdeps/s390/s390-64/bits/wordsize.h
11516         (__WORDSIZE32_SIZE_ULONG): Likewise.
11517         * sysdeps/generic/stdint.h (SIZE_MAX):
11518         Define as UL if __WORDSIZE32_SIZE_ULONG.
11520         [BZ #16713]
11521         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11522         (__glibc_reserved0): New variable.
11523         (sa_flags): Change type to int.
11525         * posix/Makefile (before-compile): Use += before-compile instead
11526         of a :=.
11528         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11529         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11531 2014-03-20  Andreas Schwab  <schwab@suse.de>
11533         [BZ #16743]
11534         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11535         non-matching result from nscd.
11537 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11539         * scripts/bench.py: Moved to ...
11540         * benchtests/scripts/bench.py: ... here.
11541         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11543 2014-03-24  Andreas Schwab  <schwab@suse.de>
11545         [BZ #16002]
11546         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11547         alloca_account and account alloca use for struct in6ailist.
11549 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11551         [BZ #16284]
11552         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11553         rounding mode to recompute results that overflow to infinity or
11554         underflow to zero.
11555         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11556         bug 16284.
11557         * math/auto-libm-test-out: Regenerated.
11558         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11559         (ccosh_test): Likewise.
11560         (csin_test_data): Use plus_oflow.
11561         (csin_test): Use ALL_RM_TEST.
11562         (csinh_test_data): Use plus_oflow.
11563         (csinh_test): Use ALL_RM_TEST.
11564         * sysdeps/i386/fpu/libm-test-ulps: Update.
11565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11567 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11569         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11570         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11571         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11573         [BZ #16731]
11574         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11575         when x - 1 is zero.
11576         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11577         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11578         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11579         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11580         argument is 1.
11581         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11582         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11583         zero.
11584         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11585         * sysdeps/i386/fpu/libm-test-ulps: Update.
11586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11588 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11590         * scripts/bench.pl: Remove file.
11591         * scripts/bench.py: New benchmark script.
11592         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11593         * benchtests/README: Mention python dependency.
11594         * scripts/pylintrc: New file.
11595         * scripts/pylint: New file.
11597         * bits/mathdef.h: Use #ifdef instead of #if.
11598         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11599         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11600         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11601         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11602         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11603         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11605 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11606             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11608         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11609         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11610         and strpbrk-ppc64 objects.
11611         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11612         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11613         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11614         multiarch strpbrk for POWER7.
11615         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11616         multiarch strpbrk for PPC64.
11617         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11618         ifunc selector.
11619         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11620         strpbrk for POWER7.
11622 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11624         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11625         (atan_test): Likewise.
11626         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11627         (atanh_test): Use ALL_RM_TEST.
11628         (atan2_test_data): Likewise.
11629         (cabs_test): Likewise.
11630         (cacosh_test): Likewise.
11631         (carg_test): Likewise.
11632         (casin_test): Likewise.
11633         (casinh_test): Likewise.
11634         (cbrt_test): Likewise.
11635         (csqrt_test): Likewise.
11636         (erf_test): Likewise.
11637         (erfc_test): Likewise.
11638         (pow10_test): Likewise.
11639         (exp2_test): Likewise.
11640         (hypot_test): Likewise.
11641         (j0_test): Likewise.
11642         (j1_test): Likewise.
11643         (lgamma_test): Likewise.
11644         (gamma_test): Likewise.
11645         (sincos_test): Likewise.
11646         (tanh_test): Likewise.
11647         (y0_test): Likewise.
11648         (y1_test): Likewise.
11649         * sysdeps/i386/fpu/libm-test-ulps: Update.
11650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11652 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11654         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11655         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11656         and strcspn-ppc64 objects.
11657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11658         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11659         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11660         multiarch strcspn for POWER7.
11661         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11662         multiarch strcspn for PPC64.
11663         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11664         ifunc selector.
11665         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11666         strcspn for POWER7.
11668 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11670         * math/gen-libm-test.pl (generate_testfile): Expect only function
11671         name as argument to AUTO_TESTS_* and pass results for all rounding
11672         modes to parse_args.
11673         (parse_auto_input): Separate inputs of automatic tests from
11674         outputs before storing in %auto_tests.
11675         * math/libm-test.inc (acos_test_data): Update call to
11676         AUTO_TESTS_f_f.
11677         (acos_test): Use ALL_RM_TEST.
11678         (acos_tonearest_test_data): Remove.
11679         (acos_test_tonearest): Likewise.
11680         (acos_towardzero_test_data): Likewise.
11681         (acos_test_towardzero): Likewise.
11682         (acos_downward_test_data): Likewise.
11683         (acos_test_downward): Likewise.
11684         (acos_upward_test_data): Likewise.
11685         (acos_test_upward): Likewise.
11686         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11687         (asin_test_data): Likewise.
11688         (asin_test): Use ALL_RM_TEST.
11689         (asin_tonearest_test_data): Remove.
11690         (asin_test_tonearest): Likewise.
11691         (asin_towardzero_test_data): Likewise.
11692         (asin_test_towardzero): Likewise.
11693         (asin_downward_test_data): Likewise.
11694         (asin_test_downward): Likewise.
11695         (asin_upward_test_data): Likewise.
11696         (asin_test_upward): Likewise.
11697         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11698         (atan_test_data): Likewise.
11699         (atanh_test_data): Likewise.
11700         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11701         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11702         (carg_test_data): Likewise.
11703         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11704         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11705         (ccosh_test_data): Likewise.
11706         (cexp_test_data): Likewise.
11707         (clog_test_data): Likewise.
11708         (clog10_test_data): Likewise.
11709         (cos_test_data): Update call to AUTO_TESTS_f_f.
11710         (cos_test): Use ALL_RM_TEST.
11711         (cos_tonearest_test_data): Remove.
11712         (cos_test_tonearest): Likewise.
11713         (cos_towardzero_test_data): Likewise.
11714         (cos_test_towardzero): Likewise.
11715         (cos_downward_test_data): Likewise.
11716         (cos_test_downward): Likewise.
11717         (cos_upward_test_data): Likewise.
11718         (cos_test_upward): Likewise.
11719         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11720         (cosh_test): Use ALL_RM_TEST.
11721         (cosh_tonearest_test_data): Remove.
11722         (cosh_test_tonearest): Likewise.
11723         (cosh_towardzero_test_data): Likewise.
11724         (cosh_test_towardzero): Likewise.
11725         (cosh_downward_test_data): Likewise.
11726         (cosh_test_downward): Likewise.
11727         (cosh_upward_test_data): Likewise.
11728         (cosh_test_upward): Likewise.
11729         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11730         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11731         (ctan_test_data): Likewise.
11732         (ctan_test): Use ALL_RM_TEST.
11733         (ctan_tonearest_test_data): Remove.
11734         (ctan_test_tonearest): Likewise.
11735         (ctan_towardzero_test_data): Likewise.
11736         (ctan_test_towardzero): Likewise.
11737         (ctan_downward_test_data): Likewise.
11738         (ctan_test_downward): Likewise.
11739         (ctan_upward_test_data): Likewise.
11740         (ctan_test_upward): Likewise.
11741         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11742         (ctanh_test): Use ALL_RM_TEST.
11743         (ctanh_tonearest_test_data): Remove.
11744         (ctanh_test_tonearest): Likewise.
11745         (ctanh_towardzero_test_data): Likewise.
11746         (ctanh_test_towardzero): Likewise.
11747         (ctanh_downward_test_data): Likewise.
11748         (ctanh_test_downward): Likewise.
11749         (ctanh_upward_test_data): Likewise.
11750         (ctanh_test_upward): Likewise.
11751         (erf_test_data): Update call to AUTO_TESTS_f_f.
11752         (erfc_test_data): Likewise.
11753         (exp_test_data): Likewise.
11754         (exp_test): Use ALL_RM_TEST.
11755         (exp_tonearest_test_data): Remove.
11756         (exp_test_tonearest): Likewise.
11757         (exp_towardzero_test_data): Likewise.
11758         (exp_test_towardzero): Likewise.
11759         (exp_downward_test_data): Likewise.
11760         (exp_test_downward): Likewise.
11761         (exp_upward_test_data): Likewise.
11762         (exp_test_upward): Likewise.
11763         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11764         (exp10_test): Use ALL_RM_TEST.
11765         (exp10_tonearest_test_data): Remove.
11766         (exp10_test_tonearest): Likewise.
11767         (exp10_towardzero_test_data): Likewise.
11768         (exp10_test_towardzero): Likewise.
11769         (exp10_downward_test_data): Likewise.
11770         (exp10_test_downward): Likewise.
11771         (exp10_upward_test_data): Likewise.
11772         (exp10_test_upward): Likewise.
11773         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11774         (expm1_test_data): Likewise.
11775         (expm1_test): Use ALL_RM_TEST.
11776         (expm1_tonearest_test_data): Remove.
11777         (expm1_test_tonearest): Likewise.
11778         (expm1_towardzero_test_data): Likewise.
11779         (expm1_test_towardzero): Likewise.
11780         (expm1_downward_test_data): Likewise.
11781         (expm1_test_downward): Likewise.
11782         (expm1_upward_test_data): Likewise.
11783         (expm1_test_upward): Likewise.
11784         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11785         (fma_test): Use ALL_RM_TEST.
11786         (fma_towardzero_test_data): Remove.
11787         (fma_test_towardzero): Likewise.
11788         (fma_downward_test_data): Likewise.
11789         (fma_test_downward): Likewise.
11790         (fma_upward_test_data): Likewise.
11791         (fma_test_upward): Likewise.
11792         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11793         (j0_test_data): Update call to AUTO_TESTS_f_f.
11794         (j1_test_data): Likewise.
11795         (jn_test_data): Update call to AUTO_TESTS_if_f.
11796         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11797         (log_test_data): Update call to AUTO_TESTS_f_f.
11798         (log10_test_data): Likewise.
11799         (log1p_test_data): Likewise.
11800         (log2_test_data): Likewise.
11801         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11802         (pow_tonearest_test_data): Likewise.
11803         (sin_test_data): Update call to AUTO_TESTS_f_f.
11804         (sin_test): Use ALL_RM_TEST.
11805         (sin_tonearest_test_data): Remove.
11806         (sin_test_tonearest): Likewise.
11807         (sin_towardzero_test_data): Likewise.
11808         (sin_test_towardzero): Likewise.
11809         (sin_downward_test_data): Likewise.
11810         (sin_test_downward): Likewise.
11811         (sin_upward_test_data): Likewise.
11812         (sin_test_upward): Likewise.
11813         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11814         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11815         (sinh_test): Use ALL_RM_TEST.
11816         (sinh_tonearest_test_data): Remove.
11817         (sinh_test_tonearest): Likewise.
11818         (sinh_towardzero_test_data): Likewise.
11819         (sinh_test_towardzero): Likewise.
11820         (sinh_downward_test_data): Likewise.
11821         (sinh_test_downward): Likewise.
11822         (sinh_upward_test_data): Likewise.
11823         (sinh_test_upward): Likewise.
11824         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11825         (sqrt_test): Use ALL_RM_TEST.
11826         (sqrt_tonearest_test_data): Remove.
11827         (sqrt_test_tonearest): Likewise.
11828         (sqrt_towardzero_test_data): Likewise.
11829         (sqrt_test_towardzero): Likewise.
11830         (sqrt_downward_test_data): Likewise.
11831         (sqrt_test_downward): Likewise.
11832         (sqrt_upward_test_data): Likewise.
11833         (sqrt_test_upward): Likewise.
11834         (tan_test_data): Update call to AUTO_TESTS_f_f.
11835         (tan_test): Use ALL_RM_TEST.
11836         (tan_tonearest_test_data): Remove.
11837         (tan_test_tonearest): Likewise.
11838         (tan_towardzero_test_data): Likewise.
11839         (tan_test_towardzero): Likewise.
11840         (tan_downward_test_data): Likewise.
11841         (tan_test_downward): Likewise.
11842         (tan_upward_test_data): Likewise.
11843         (tan_test_upward): Likewise.
11844         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11845         (tgamma_test_data): Likewise.
11846         (y0_test_data): Likewise.
11847         (y1_test_data): Likewise.
11848         (yn_test_data): Update call to AUTO_TESTS_if_f.
11849         (main): Do not call removed functions.
11851 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11853         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11854         (ldexp_test_data): Remove.
11855         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11856         scalbn_test_data.
11857         (scalb_test): Use ALL_RM_TEST.
11859 2014-03-19  Andreas Schwab  <schwab@suse.de>
11861         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11863 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11865         [BZ #16649]
11866         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11867         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11868         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11869         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11870         (__ASSUME_PREADV): Undefine.
11871         (__ASSUME_PWRITEV): Likewise.
11873 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11875         * bits/mman-linux.h: Add comment about non-Linux use.
11876         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11877         bits/mman-linux.h resting place.
11879         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11880         * bits/mman-linux.h: ... here.
11882 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11884         * conform/conformtest.pl: Add standard definition when calling C
11885         preprocessor on data files.
11886         (checknamespace): Remove unused variable.
11888 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11890         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11891         minus_oflow, plus_uflow and minus_uflow in expected results.
11892         * math/libm-test.inc (scalbn_test_data): Add more tests of
11893         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11894         minus_uflow.
11895         (scalbn_test): Use ALL_RM_TEST.
11896         (scalbln_test_data): Add more tests of negative arguments.  Use
11897         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11898         (scalbln_test): Use ALL_RM_TEST.
11900 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11902         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11904 2014-03-18  Will Newton  <will.newton@linaro.org>
11906         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11907         inaccurate comment.
11909 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11911         * Makerules [!subdir] (check-abi): Exit with error status if a
11912         test failed.
11914 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11916         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11917         for rint.  Include results for all rounding modes.
11918         (nearbyint_test): Use ALL_RM_TEST.
11919         (rint_test_data): Include all tests used for nearbyint.
11921 2014-03-17  Will Newton  <will.newton@linaro.org>
11923         * nptl/sysdeps/pthread/pthread.h: Revert previous
11924         change.
11926         * sysdeps/generic/ldsodefs.h: Revert previous
11927         change.
11929         * libio/genops.c: Revert previous change.
11930         * libio/libioP.h: Likewise.
11931         * stdio-common/vfprintf.c: Likewise.
11933         * sysdeps/generic/math_private.h: Revert previous
11934         change.
11936         * sysdeps/generic/math_private.h: Check whether
11937         HAVE_RM_CTX is defined with #ifdef rather
11938         than #if.
11940         * argp/argp-fmtstream.h: Check whether
11941         __STRICT_ANSI__ is defined with #ifdef rather
11942         than #if.
11943         * argp/argp.h: Likewise.
11945         * libio/genops.c: Check whether
11946         _IO_JUMPS_OFFSET is defined with #ifdef rather
11947         than #if.
11948         * libio/libioP.h: Likewise.
11949         * stdio-common/vfprintf.c: Likewise.
11951         * sysdeps/generic/ldsodefs.h: Check whether
11952         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11953         than #if.
11955         * nptl/sysdeps/pthread/pthread.h: Check
11956         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11957         its value.
11959 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11961         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11962         setting O_APPEND.
11963         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11964         test case.
11966         [BZ #16680]
11967         * libio/fileops.c (_IO_file_open): Seek to end of file but
11968         don't cache the offset.
11969         (get_file_offset): Remove function.
11970         (do_ftell): Use cached offset when available.
11971         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11972         don't cache the offset.
11973         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11974         case.
11975         (do_one_test): Call it.
11976         (do_ftell_test): Fix up expected old offset for a+ mode.
11977         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11978         available.
11980         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11981         up test status with function return status.
11982         (do_write_test): Likewise.
11983         (do_append_test): Likewise.
11985         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11986         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11987         Remove.
11989 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11991         * math/gen-libm-test.pl (parse_args): Handle results specified for
11992         each rounding mode separately.
11993         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11994         tests and results from lrint_tonearest_test_data,
11995         lrint_towardzero_test_data, lrint_downward_test_data and
11996         lrint_upward_test_data.
11997         (lrint_test): Use ALL_RM_TEST.
11998         (lrint_tonearest_test_data): Remove.
11999         (lrint_test_tonearest): Likewise.
12000         (lrint_towardzero_test_data): Likewise.
12001         (lrint_test_towardzero): Likewise.
12002         (lrint_downward_test_data): Likewise.
12003         (lrint_test_downward): Likewise.
12004         (lrint_upward_test_data): Likewise.
12005         (lrint_test_upward): Likewise.
12006         (llrint_test_data): Merge in per-rounding-mode tests and results
12007         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12008         llrint_downward_test_data and llrint_upward_test_data.
12009         (llrint_test): Use ALL_RM_TEST.
12010         (llrint_tonearest_test_data): Remove.
12011         (llrint_test_tonearest): Likewise.
12012         (llrint_towardzero_test_data): Likewise.
12013         (llrint_test_towardzero): Likewise.
12014         (llrint_downward_test_data): Likewise.
12015         (llrint_test_downward): Likewise.
12016         (llrint_upward_test_data): Likewise.
12017         (llrint_test_upward): Likewise.
12018         (rint_test_data): Merge in per-rounding-mode tests and results
12019         from rint_tonearest_test_data, rint_towardzero_test_data,
12020         rint_downward_test_data and rint_upward_test_data.  Add
12021         per-rounding-mode results for tests not in those arrays.
12022         (rint_test): Use ALL_RM_TEST.
12023         (rint_tonearest_test_data): Remove.
12024         (rint_test_tonearest): Likewise.
12025         (rint_towardzero_test_data): Likewise.
12026         (rint_test_towardzero): Likewise.
12027         (rint_downward_test_data): Likewise.
12028         (rint_test_downward): Likewise.
12029         (rint_upward_test_data): Likewise.
12030         (rint_test_upward): Likewise.
12031         (main): Don't call removed functions.
12033 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12035         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12036         "Compiled on ..." crapola.  It is anti-useful.
12038 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12040         * scripts/evaluate-test.sh: Handle fourth argument to determine
12041         whether test run should stop on failure.
12042         * Makeconfig (stop-on-test-failure): New variable.
12043         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12044         $(stop-on-test-failure).
12045         * Makefile (tests): Give a summary of results from testing and
12046         exit with failure status if they include an ERROR or FAIL.
12047         (xtests): Likewise.
12048         * manual/install.texi (Configuring and compiling): Mention
12049         stop-on-test-failure=y.
12050         * INSTALL: Regenerated.
12052 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12054         * scripts/versionlist.awk: New file.
12055         * Makerules [$(build-shared) = yes]
12056         (postclean-generated): Add Versions.def, not Versions.def.v and
12057         Versions.def.v.i.
12058         ($(common-objpfx)Versions.def.v.i): Target removed.
12059         ($(common-objpfx)Versions.def): New target.
12060         ($(common-objpfx)Versions.all): Depend on that rather that
12061         $(common-objpfx)Versions.def.v.
12062         * Versions.def: File removed.
12064         * Makeconfig (+gccwarn): Add -Wundef.
12065         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12066         a dl-sysdep.h breaking its contract.
12067         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12068         * include/stackinfo.h: New file.
12069         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12070         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12071         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12072         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12073         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12074         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12075         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12076         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12077         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12078         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12079         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12080         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12081         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12082         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12083         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12085 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12087         [BZ #16707]
12088         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12089         implementation.
12090         * math/libm-test.inc (round_test_data): Add more tests.
12092         [BZ #16706]
12093         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12094         implementation.
12095         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12097         [BZ #16701]
12098         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12099         implementation.
12100         * math/libm-test.inc (ceil_test_data): Add more tests.
12102         * math/libm-test.inc (trunc_test_data): Add more tests related to
12103         BZ#16414.
12105 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12107         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12108         with #if rather than #ifdef.
12109         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12111 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12113         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12114         first.  Disable AVX-512 GCC support if assembler doesn't support
12115         it.
12116         * sysdeps/x86_64/configure: Regenerated.
12118 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12120         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12121         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12122         (__old_pthread_attr_setstack): Likewise.
12123         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12124         [!_STACK_GROWS_DOWN]: Likewise.
12126 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12128         * config.make.in (have-bash2): Delete.
12129         * configure.ac (libc_cv_have_bash2): Delete.
12130         * configure: Regenerate.
12131         * elf/Makefile (common-ldd-rewrite): Rename to ...
12132         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12133         (sh-ldd-rewrite): Delete.
12134         (bash-ldd-rewrite): Delete.
12135         (have-bash2): Delete checks.
12136         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12137         ldd-rewrite.
12139         * config.make.in (have-ksh): Delete.
12140         (KSH): Delete.
12141         * configure.ac (libc_cv_have_ksh): Delete.
12142         * configure: Regenerate.
12144         * elf/Makefile: Delete $(have-ksh) check.
12145         ($(objpfx)sotruss): Change KSH to BASH.
12146         * elf/sotruss.ksh: Rename to ...
12147         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12148         function style to match POSIX.  Drop ksh vim mode setting.
12150         * manual/time.texi (Specifying the Time Zone with TZ): Change
12151         Tuesday to Thursday.
12153         * debug/tst-longjmp_chk2.c: Update header comment.
12154         (stackoverflow_handler): Add comment.  Call assert on pass value.
12156 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12158         [BZ #16194]
12159         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12160         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12161         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12162         (La_x86_64_vector): Add zmm.
12163         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12164         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12165         ($(objpfx)tst-audit10): New target.
12166         ($(objpfx)tst-audit10.out): Likewise.
12167         (tst-audit10-ENV): New.
12168         (AVX512-CFLAGS): Likewise.
12169         (CFLAGS-tst-audit10.c): Likewise.
12170         (CFLAGS-tst-auditmod10a.c): Likewise.
12171         (CFLAGS-tst-auditmod10b.c): Likewise.
12172         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12173         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12174         * sysdeps/x86_64/configure: Regenerated.
12175         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12176         AVX-512 zmm register support.
12177         (_dl_x86_64_save_sse): Likewise.
12178         (_dl_x86_64_restore_sse): Likewise.
12179         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12180         size vector registers.
12181         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12182         (ZMM_SIZE): Likewise.
12183         * sysdeps/x86_64/tst-audit10.c: New file.
12184         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12185         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12187 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12189         * configure.ac (HAVE_EHDR_START): New check.
12190         * configure: Regenerated.
12191         * config.h.in (HAVE_EHDR_START): New #undef.
12192         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12193         assuming the lowest-addressed segment maps the start of the file.
12195 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12197         * INSTALL: Regenerated.
12199 2014-03-13  Will Newton  <will.newton@linaro.org>
12201         * manual/setjmp.texi (System V contexts): Improve
12202         clarity and grammar of documentation.
12204 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12206         [BZ #16381]
12207         * elf/Makefile (tests): Add tst-pie2.
12208         (tests-pie): Add tst-pie2.
12209         * elf/tst-pie2.c: New file.
12210         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12211         for ET_EXEC.
12212         * elf/rtld.c (map_doit): Load executable as lt_executable.
12213         (dl_main): Likewise.
12215 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12217         [BZ #16642]
12218         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12219         (__ASSUME_PSELECT): Undefine.
12221 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12223         [BZ #16689]
12224         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12225         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12226         static build.
12227         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12228         selector for static builds.
12230 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12232         [BZ #16695]
12233         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12234         key in the buffer.
12236 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12238         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12239         IFUNC selector for static builds.
12241 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12243         * sysdeps/mips/math_private.h [__mips_hard_float]
12244         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12245         libc_feresetround_mips_ctx.
12246         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12247         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12248         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12250         [BZ #16677]
12251         * math/s_nextafter.c (__nextafter): Do not return value from
12252         overflowing computation.
12253         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12254         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12255         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12256         Likewise.
12257         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12258         Likewise.
12259         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12260         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12262 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12264         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12265         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12266         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12267         the new mov targetting sp.
12269 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12271         [BZ #16683]
12272         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12273         Define it for static builds as well.
12274         (NO_BZERO_IMPL): Likewise.
12276 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12278         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12279         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12280         multiarch strspn for PPC64.
12281         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12282         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12284         (__libc_ifunc_impl_list): Likewise.
12285         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12286         multiarch optimizations
12287         * string/strspn.c (strspn): Using macro to redefine symbol name.
12289 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12290             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12292         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12293         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12294         multiarch strncat for PPC64.
12295         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12296         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12297         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12298         (__libc_ifunc_impl_list): Likewise.
12299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12300         multiarch optimizations
12302 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12304         [BZ #16639]
12305         * nscd/nscd.service: Make service type forking.
12307 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12309         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12310         sign in non default rounding modes.
12311         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12313 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12315         * math/libm-test.inc (ALL_RM_TEST): New macro.
12316         (ceil_test): Use ALL_RM_TEST.
12317         (cimag_test): Likewise.
12318         (conj_test): Likewise.
12319         (copysign_test): Likewise.
12320         (cproj_test): Likewise.
12321         (creal_test): Likewise.
12322         (fabs_test): Likewise.
12323         (floor_test): Likewise.
12324         (fmax_test): Likewise.
12325         (fmin_test): Likewise.
12326         (fmod_test): Likewise.
12327         (fpclassify_test): Likewise.
12328         (frexp_test): Likewise.
12329         (ilogb_test): Likewise.
12330         (isfinite_test): Likewise.
12331         (finite_test): Likewise.
12332         (isgreater_test): Likewise.
12333         (isgreaterequal_test): Likewise.
12334         (isinf_test): Likewise.
12335         (isless_test): Likewise.
12336         (islessequal_test): Likewise.
12337         (islessgreater_test): Likewise.
12338         (isnan_test): Likewise.
12339         (isnormal_test): Likewise.
12340         (issignaling_test): Likewise.
12341         (isunordered_test): Likewise.
12342         (logb_test): Likewise.
12343         (logb_downward_test_data): Remove.
12344         (logb_test_downward): Likewise.
12345         (lround_test): Use ALL_RM_TEST.
12346         (llround_test): Likewise.
12347         (modf_test): Likewise.
12348         (nexttoward_test): Likewise.
12349         (remainder_test): Likewise.
12350         (drem_test): Likewise.
12351         (remainder_tonearest_test_data): Likewise.
12352         (remainder_test_tonearest): Likewise.
12353         (drem_test_tonearest): Likewise.
12354         (remainder_towardzero_test_data): Likewise.
12355         (remainder_test_towardzero): Likewise.
12356         (drem_test_towardzero): Likewise.
12357         (remainder_downward_test_data): Likewise.
12358         (remainder_test_downward): Likewise.
12359         (drem_test_downward): Likewise.
12360         (remainder_upward_test_data): Likewise.
12361         (remainder_test_upward): Likewise.
12362         (drem_test_upward): Likewise.
12363         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12364         (round_test): Use ALL_RM_TEST.
12365         (signbit_test): Likewise.
12366         (trunc_test): Likewise.
12367         (significand_test): Likewise.
12368         (main): Don't call removed functions.
12370 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12372         [BZ #16674]
12373         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12374         || __USE_XOPEN2K8].
12375         (ILL_ILLOPN): Likewise.
12376         (ILL_ILLADR): Likewise.
12377         (ILL_ILLTRP): Likewise.
12378         (ILL_PRVOPC): Likewise.
12379         (ILL_PRVREG): Likewise.
12380         (ILL_COPROC): Likewise.
12381         (ILL_BADSTK): Likewise.
12382         (FPE_INTDIV): Likewise.
12383         (FPE_INTOVF): Likewise.
12384         (FPE_FLTDIV): Likewise.
12385         (FPE_FLTOVF): Likewise.
12386         (FPE_FLTUND): Likewise.
12387         (FPE_FLTRES): Likewise.
12388         (FPE_FLTINV): Likewise.
12389         (FPE_FLTSUB): Likewise.
12390         (SEGV_MAPERR): Likewise.
12391         (SEGV_ACCERR): Likewise.
12392         (BUS_ADRALN): Likewise.
12393         (BUS_ADRERR): Likewise.
12394         (BUS_OBJERR): Likewise.
12395         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12396         (TRAP_TRACE): Likewise.
12397         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12398         __USE_XOPEN2K8].
12399         (CLD_KILLED): Likewise.
12400         (CLD_DUMPED): Likewise.
12401         (CLD_TRAPPED): Likewise.
12402         (CLD_STOPPED): Likewise.
12403         (CLD_CONTINUED): Likewise.
12404         (POLL_IN): Likewise.
12405         (POLL_OUT): Likewise.
12406         (POLL_MSG): Likewise.
12407         (POLL_ERR): Likewise.
12408         (POLL_PRI): Likewise.
12409         (POLL_HUP): Likewise.
12410         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12411         Likewise.
12412         (ILL_ILLOPN): Likewise.
12413         (ILL_ILLADR): Likewise.
12414         (ILL_ILLTRP): Likewise.
12415         (ILL_PRVOPC): Likewise.
12416         (ILL_PRVREG): Likewise.
12417         (ILL_COPROC): Likewise.
12418         (ILL_BADSTK): Likewise.
12419         (FPE_INTDIV): Likewise.
12420         (FPE_INTOVF): Likewise.
12421         (FPE_FLTDIV): Likewise.
12422         (FPE_FLTOVF): Likewise.
12423         (FPE_FLTUND): Likewise.
12424         (FPE_FLTRES): Likewise.
12425         (FPE_FLTINV): Likewise.
12426         (FPE_FLTSUB): Likewise.
12427         (SEGV_MAPERR): Likewise.
12428         (SEGV_ACCERR): Likewise.
12429         (BUS_ADRALN): Likewise.
12430         (BUS_ADRERR): Likewise.
12431         (BUS_OBJERR): Likewise.
12432         (BUS_MCEERR_AR): Likewise.
12433         (BUS_MCEERR_AO): Likewise.
12434         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12435         (TRAP_TRACE): Likewise.
12436         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12437         __USE_XOPEN2K8].
12438         (CLD_KILLED): Likewise.
12439         (CLD_DUMPED): Likewise.
12440         (CLD_TRAPPED): Likewise.
12441         (CLD_STOPPED): Likewise.
12442         (CLD_CONTINUED): Likewise.
12443         (POLL_IN): Likewise.
12444         (POLL_OUT): Likewise.
12445         (POLL_MSG): Likewise.
12446         (POLL_ERR): Likewise.
12447         (POLL_PRI): Likewise.
12448         (POLL_HUP): Likewise.
12449         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12450         (ILL_ILLOPN): Likewise.
12451         (ILL_ILLADR): Likewise.
12452         (ILL_ILLTRP): Likewise.
12453         (ILL_PRVOPC): Likewise.
12454         (ILL_PRVREG): Likewise.
12455         (ILL_COPROC): Likewise.
12456         (ILL_BADSTK): Likewise.
12457         (FPE_INTDIV): Likewise.
12458         (FPE_INTOVF): Likewise.
12459         (FPE_FLTDIV): Likewise.
12460         (FPE_FLTOVF): Likewise.
12461         (FPE_FLTUND): Likewise.
12462         (FPE_FLTRES): Likewise.
12463         (FPE_FLTINV): Likewise.
12464         (FPE_FLTSUB): Likewise.
12465         (SEGV_MAPERR): Likewise.
12466         (SEGV_ACCERR): Likewise.
12467         (BUS_ADRALN): Likewise.
12468         (BUS_ADRERR): Likewise.
12469         (BUS_OBJERR): Likewise.
12470         (BUS_MCEERR_AR): Likewise.
12471         (BUS_MCEERR_AO): Likewise.
12472         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12473         (TRAP_TRACE): Likewise.
12474         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12475         __USE_XOPEN2K8].
12476         (CLD_KILLED): Likewise.
12477         (CLD_DUMPED): Likewise.
12478         (CLD_TRAPPED): Likewise.
12479         (CLD_STOPPED): Likewise.
12480         (CLD_CONTINUED): Likewise.
12481         (POLL_IN): Likewise.
12482         (POLL_OUT): Likewise.
12483         (POLL_MSG): Likewise.
12484         (POLL_ERR): Likewise.
12485         (POLL_PRI): Likewise.
12486         (POLL_HUP): Likewise.
12487         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12488         Likewise.
12489         (ILL_ILLOPN): Likewise.
12490         (ILL_ILLADR): Likewise.
12491         (ILL_ILLTRP): Likewise.
12492         (ILL_PRVOPC): Likewise.
12493         (ILL_PRVREG): Likewise.
12494         (ILL_COPROC): Likewise.
12495         (ILL_BADSTK): Likewise.
12496         (ILL_BADIADDR): Likewise.
12497         (ILL_BREAK): Likewise.
12498         (FPE_INTDIV): Likewise.
12499         (FPE_INTOVF): Likewise.
12500         (FPE_FLTDIV): Likewise.
12501         (FPE_FLTOVF): Likewise.
12502         (FPE_FLTUND): Likewise.
12503         (FPE_FLTRES): Likewise.
12504         (FPE_FLTINV): Likewise.
12505         (FPE_FLTSUB): Likewise.
12506         (FPE_DECOVF): Likewise.
12507         (FPE_DECDIV): Likewise.
12508         (FPE_DECERR): Likewise.
12509         (FPE_INVASC): Likewise.
12510         (FPE_INVDEC): Likewise.
12511         (SEGV_MAPERR): Likewise.
12512         (SEGV_ACCERR): Likewise.
12513         (SEGV_PSTKOVF): Likewise.
12514         (BUS_ADRALN): Likewise.
12515         (BUS_ADRERR): Likewise.
12516         (BUS_OBJERR): Likewise.
12517         (BUS_MCEERR_AR): Likewise.
12518         (BUS_MCEERR_AO): Likewise.
12519         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12520         (TRAP_TRACE): Likewise.
12521         (TRAP_BRANCH): Likewise.
12522         (TRAP_HWBKPT): Likewise.
12523         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12524         __USE_XOPEN2K8].
12525         (CLD_KILLED): Likewise.
12526         (CLD_DUMPED): Likewise.
12527         (CLD_TRAPPED): Likewise.
12528         (CLD_STOPPED): Likewise.
12529         (CLD_CONTINUED): Likewise.
12530         (POLL_IN): Likewise.
12531         (POLL_OUT): Likewise.
12532         (POLL_MSG): Likewise.
12533         (POLL_ERR): Likewise.
12534         (POLL_PRI): Likewise.
12535         (POLL_HUP): Likewise.
12536         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12537         (ILL_ILLOPN): Likewise.
12538         (ILL_ILLADR): Likewise.
12539         (ILL_ILLTRP): Likewise.
12540         (ILL_PRVOPC): Likewise.
12541         (ILL_PRVREG): Likewise.
12542         (ILL_COPROC): Likewise.
12543         (ILL_BADSTK): Likewise.
12544         (FPE_INTDIV): Likewise.
12545         (FPE_INTOVF): Likewise.
12546         (FPE_FLTDIV): Likewise.
12547         (FPE_FLTOVF): Likewise.
12548         (FPE_FLTUND): Likewise.
12549         (FPE_FLTRES): Likewise.
12550         (FPE_FLTINV): Likewise.
12551         (FPE_FLTSUB): Likewise.
12552         (SEGV_MAPERR): Likewise.
12553         (SEGV_ACCERR): Likewise.
12554         (BUS_ADRALN): Likewise.
12555         (BUS_ADRERR): Likewise.
12556         (BUS_OBJERR): Likewise.
12557         (BUS_MCEERR_AR): Likewise.
12558         (BUS_MCEERR_AO): Likewise.
12559         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12560         (TRAP_TRACE): Likewise.
12561         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12562         __USE_XOPEN2K8].
12563         (CLD_KILLED): Likewise.
12564         (CLD_DUMPED): Likewise.
12565         (CLD_TRAPPED): Likewise.
12566         (CLD_STOPPED): Likewise.
12567         (CLD_CONTINUED): Likewise.
12568         (POLL_IN): Likewise.
12569         (POLL_OUT): Likewise.
12570         (POLL_MSG): Likewise.
12571         (POLL_ERR): Likewise.
12572         (POLL_PRI): Likewise.
12573         (POLL_HUP): Likewise.
12574         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12575         (ILL_ILLOPN): Likewise.
12576         (ILL_ILLADR): Likewise.
12577         (ILL_ILLTRP): Likewise.
12578         (ILL_PRVOPC): Likewise.
12579         (ILL_PRVREG): Likewise.
12580         (ILL_COPROC): Likewise.
12581         (ILL_BADSTK): Likewise.
12582         (FPE_INTDIV): Likewise.
12583         (FPE_INTOVF): Likewise.
12584         (FPE_FLTDIV): Likewise.
12585         (FPE_FLTOVF): Likewise.
12586         (FPE_FLTUND): Likewise.
12587         (FPE_FLTRES): Likewise.
12588         (FPE_FLTINV): Likewise.
12589         (FPE_FLTSUB): Likewise.
12590         (SEGV_MAPERR): Likewise.
12591         (SEGV_ACCERR): Likewise.
12592         (BUS_ADRALN): Likewise.
12593         (BUS_ADRERR): Likewise.
12594         (BUS_OBJERR): Likewise.
12595         (BUS_MCEERR_AR): Likewise.
12596         (BUS_MCEERR_AO): Likewise.
12597         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12598         (TRAP_TRACE): Likewise.
12599         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12600         __USE_XOPEN2K8].
12601         (CLD_KILLED): Likewise.
12602         (CLD_DUMPED): Likewise.
12603         (CLD_TRAPPED): Likewise.
12604         (CLD_STOPPED): Likewise.
12605         (CLD_CONTINUED): Likewise.
12606         (POLL_IN): Likewise.
12607         (POLL_OUT): Likewise.
12608         (POLL_MSG): Likewise.
12609         (POLL_ERR): Likewise.
12610         (POLL_PRI): Likewise.
12611         (POLL_HUP): Likewise.
12612         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12613         (ILL_ILLOPN): Likewise.
12614         (ILL_ILLADR): Likewise.
12615         (ILL_ILLTRP): Likewise.
12616         (ILL_PRVOPC): Likewise.
12617         (ILL_PRVREG): Likewise.
12618         (ILL_COPROC): Likewise.
12619         (ILL_BADSTK): Likewise.
12620         (FPE_INTDIV): Likewise.
12621         (FPE_INTOVF): Likewise.
12622         (FPE_FLTDIV): Likewise.
12623         (FPE_FLTOVF): Likewise.
12624         (FPE_FLTUND): Likewise.
12625         (FPE_FLTRES): Likewise.
12626         (FPE_FLTINV): Likewise.
12627         (FPE_FLTSUB): Likewise.
12628         (SEGV_MAPERR): Likewise.
12629         (SEGV_ACCERR): Likewise.
12630         (BUS_ADRALN): Likewise.
12631         (BUS_ADRERR): Likewise.
12632         (BUS_OBJERR): Likewise.
12633         (BUS_MCEERR_AR): Likewise.
12634         (BUS_MCEERR_AO): Likewise.
12635         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12636         (TRAP_TRACE): Likewise.
12637         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12638         __USE_XOPEN2K8].
12639         (CLD_KILLED): Likewise.
12640         (CLD_DUMPED): Likewise.
12641         (CLD_TRAPPED): Likewise.
12642         (CLD_STOPPED): Likewise.
12643         (CLD_CONTINUED): Likewise.
12644         (POLL_IN): Likewise.
12645         (POLL_OUT): Likewise.
12646         (POLL_MSG): Likewise.
12647         (POLL_ERR): Likewise.
12648         (POLL_PRI): Likewise.
12649         (POLL_HUP): Likewise.
12650         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12651         (ILL_ILLOPN): Likewise.
12652         (ILL_ILLADR): Likewise.
12653         (ILL_ILLTRP): Likewise.
12654         (ILL_PRVOPC): Likewise.
12655         (ILL_PRVREG): Likewise.
12656         (ILL_COPROC): Likewise.
12657         (ILL_BADSTK): Likewise.
12658         (ILL_DBLFLT): Likewise.
12659         (ILL_HARDWALL): Likewise.
12660         (FPE_INTDIV): Likewise.
12661         (FPE_INTOVF): Likewise.
12662         (FPE_FLTDIV): Likewise.
12663         (FPE_FLTOVF): Likewise.
12664         (FPE_FLTUND): Likewise.
12665         (FPE_FLTRES): Likewise.
12666         (FPE_FLTINV): Likewise.
12667         (FPE_FLTSUB): Likewise.
12668         (SEGV_MAPERR): Likewise.
12669         (SEGV_ACCERR): Likewise.
12670         (BUS_ADRALN): Likewise.
12671         (BUS_ADRERR): Likewise.
12672         (BUS_OBJERR): Likewise.
12673         (BUS_MCEERR_AR): Likewise.
12674         (BUS_MCEERR_AO): Likewise.
12675         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12676         (TRAP_TRACE): Likewise.
12677         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12678         __USE_XOPEN2K8].
12679         (CLD_KILLED): Likewise.
12680         (CLD_DUMPED): Likewise.
12681         (CLD_TRAPPED): Likewise.
12682         (CLD_STOPPED): Likewise.
12683         (CLD_CONTINUED): Likewise.
12684         (POLL_IN): Likewise.
12685         (POLL_OUT): Likewise.
12686         (POLL_MSG): Likewise.
12687         (POLL_ERR): Likewise.
12688         (POLL_PRI): Likewise.
12689         (POLL_HUP): Likewise.
12690         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12691         (ILL_ILLOPN): Likewise.
12692         (ILL_ILLADR): Likewise.
12693         (ILL_ILLTRP): Likewise.
12694         (ILL_PRVOPC): Likewise.
12695         (ILL_PRVREG): Likewise.
12696         (ILL_COPROC): Likewise.
12697         (ILL_BADSTK): Likewise.
12698         (FPE_INTDIV): Likewise.
12699         (FPE_INTOVF): Likewise.
12700         (FPE_FLTDIV): Likewise.
12701         (FPE_FLTOVF): Likewise.
12702         (FPE_FLTUND): Likewise.
12703         (FPE_FLTRES): Likewise.
12704         (FPE_FLTINV): Likewise.
12705         (FPE_FLTSUB): Likewise.
12706         (SEGV_MAPERR): Likewise.
12707         (SEGV_ACCERR): Likewise.
12708         (BUS_ADRALN): Likewise.
12709         (BUS_ADRERR): Likewise.
12710         (BUS_OBJERR): Likewise.
12711         (BUS_MCEERR_AR): Likewise.
12712         (BUS_MCEERR_AO): Likewise.
12713         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12714         (TRAP_TRACE): Likewise.
12715         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12716         __USE_XOPEN2K8].
12717         (CLD_KILLED): Likewise.
12718         (CLD_DUMPED): Likewise.
12719         (CLD_TRAPPED): Likewise.
12720         (CLD_STOPPED): Likewise.
12721         (CLD_CONTINUED): Likewise.
12722         (POLL_IN): Likewise.
12723         (POLL_OUT): Likewise.
12724         (POLL_MSG): Likewise.
12725         (POLL_ERR): Likewise.
12726         (POLL_PRI): Likewise.
12727         (POLL_HUP): Likewise.
12728         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12729         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12731         [BZ #16670]
12732         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12733         before #include of <time.h>.
12734         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12735         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12736         (test-xfail-UNIX98/sched.h/conform): Likewise.
12738 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12740         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12741         error absence of trapping exception support.
12742         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12744 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12746         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12747         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12748         * timezone/Makefile (testdata): Move definition above include of
12749         Rules.
12750         (test-zones): New variable.
12751         (tests-special): Add zone files.
12752         (build-testdata): Use $(evaluate-test).
12754         * elf/Makefile (tests-special): Rename tests to end with .out.
12755         ($(objpfx)noload-mem): Likewise.
12756         ($(objpfx)tst-leaks1-mem): Likewise.
12757         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12758         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12759         $(objpfx)test-iconvconfig.out.
12760         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12761         set -e inside subshell and redirect output to file.
12762         * iconvdata/Makefile (generated): Rename tests to end with .out.
12763         Correct type.
12764         (tests-special): Rename tests to end with .out.
12765         ($(objpfx)mtrace-tst-loading): Likewise.
12766         * intl/Makefile (generated): Likewise.
12767         (tests-special): Likewise.
12768         ($(objpfx)mtrace-tst-gettext): Likewise.
12769         * misc/Makefile (generated): Likewise.
12770         (tests-special): Likewise.
12771         ($(objpfx)tst-error1-mem): Likewise.
12772         * nptl/Makefile (tests-special): Likewise.
12773         ($(objpfx)tst-stack3-mem): Likewise.
12774         (generated): Likewise.
12775         * posix/Makefile (generated): Likewise.
12776         (tests-special): Likewise.
12777         (xtests-special): Likewise.
12778         ($(objpfx)tst-fnmatch-mem): Likewise.
12779         ($(objpfx)bug-regex2-mem): Likewise.
12780         ($(objpfx)bug-regex14-mem): Likewise.
12781         ($(objpfx)bug-regex21-mem): Likewise.
12782         ($(objpfx)bug-regex31-mem): Likewise.
12783         ($(objpfx)tst-vfork3-mem): Likewise.
12784         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12785         ($(objpfx)tst-pcre-mem): Likewise.
12786         ($(objpfx)tst-boost-mem): Likewise.
12787         ($(objpfx)bug-ga2-mem): Likewise.
12788         ($(objpfx)bug-glob2-mem): Likewise.
12789         * resolv/Makefile (generate): Likewise.
12790         (tests-special): Likewise.
12791         (xtests-special): Likewise.
12792         (generated): Likewise.
12793         ($(objpfx)mtrace-tst-leaks): Likewise.
12794         ($(objpfx)mtrace-tst-leaks2): Likewise.
12796         * scripts/merge-test-results.sh: New file.
12797         * Makefile (tests-special-notdir): New variable.
12798         (tests): Run merge-test-results.sh.
12799         (xtests): Likewise.
12800         * Rules (tests-special-notdir): New variable.
12801         (xtests-special-notdir): Likewise.
12802         (tests): Run merge-test-results.sh
12803         (xtests): Likewise.
12805         * Makeconfig (test-xfail-name): New variable.
12806         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12807         compute variable name for expected failures.
12808         * conform/Makefile (conformtest-headers-data): New variable.
12809         (conformtest-standards): Likewise.
12810         (conformtest-headers-ISO): Likewise.
12811         (conformtest-headers-ISO99): Likewise.
12812         (conformtest-headers-ISO11): Likewise.
12813         (conformtest-headers-POSIX): Likewise.
12814         (conformtest-headers-XPG3): Likewise.
12815         (conformtest-headers-XPG4): Likewise.
12816         (conformtest-headers-UNIX98): Likewise.
12817         (conformtest-headers-XOPEN2K): Likewise.
12818         (conformtest-headers-POSIX2008): Likewise.
12819         (conformtest-headers-XOPEN2K8): Likewise.
12820         (conformtest-header-list-base): Likewise.
12821         (conformtest-header-list-tests): Likewise.
12822         (conformtest-header-base): Likewise.
12823         (conformtest-header-tests): Likewise.
12824         (tests-special): Add $(conformtest-header-list-tests).  If
12825         [$(fast-check) && !$(cross-compiling)], add
12826         $(conformtest-header-tests) instead of
12827         $(objpfx)run-conformtest.out.
12828         (generated): Add $(conformtest-header-list-base).  If
12829         [$(fast-check) && !$(cross-compiling)], add
12830         $(conformtest-header-base).  Remove previous setting.
12831         ($(conformtest-header-list-tests)): New target.
12832         (test-xfail-run-conformtest): Remove variable.
12833         ($(objpfx)run-conformtest.out): Remove target.
12834         (test-xfail-ISO11/complex.h/conform): New variable.
12835         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12836         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12837         (test-xfail-XPG3/varargs.h/conform): Likewise.
12838         (test-xfail-XPG4/varargs.h/conform): Likewise.
12839         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12840         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12841         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12842         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12843         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12844         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12845         (test-xfail-XPG3/ftw.h/conform): Likewise.
12846         (test-xfail-XPG3/grp.h/conform): Likewise.
12847         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12848         (test-xfail-XPG3/limits.h/conform): Likewise.
12849         (test-xfail-XPG3/pwd.h/conform): Likewise.
12850         (test-xfail-XPG3/search.h/conform): Likewise.
12851         (test-xfail-XPG3/signal.h/conform): Likewise.
12852         (test-xfail-XPG3/stdio.h/conform): Likewise.
12853         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12854         (test-xfail-XPG3/string.h/conform): Likewise.
12855         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12856         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12857         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12858         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12859         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12860         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12861         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12862         (test-xfail-XPG3/termios.h/conform): Likewise.
12863         (test-xfail-XPG3/time.h/conform): Likewise.
12864         (test-xfail-XPG3/unistd.h/conform): Likewise.
12865         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12866         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12867         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12868         (test-xfail-XPG4/netdb.h/conform): Likewise.
12869         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12870         (test-xfail-XPG4/signal.h/conform): Likewise.
12871         (test-xfail-XPG4/stdio.h/conform): Likewise.
12872         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12873         (test-xfail-XPG4/stropts.h/conform): Likewise.
12874         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12875         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12876         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12877         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12878         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12879         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12880         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12881         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12882         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12883         (test-xfail-XPG4/termios.h/conform): Likewise.
12884         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12885         (test-xfail-XPG4/unistd.h/conform): Likewise.
12886         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12887         (test-xfail-POSIX/sched.h/conform): Likewise.
12888         (test-xfail-POSIX/signal.h/conform): Likewise.
12889         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12890         (test-xfail-POSIX/tar.h/conform): Likewise.
12891         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12892         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12893         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12894         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12895         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12896         (test-xfail-UNIX98/sched.h/conform): Likewise.
12897         (test-xfail-UNIX98/signal.h/conform): Likewise.
12898         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12899         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12900         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12901         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12902         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12903         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12904         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12905         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12906         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12907         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12908         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12909         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12910         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12911         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12912         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12913         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12914         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12915         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12916         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12917         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12918         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12919         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12920         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12921         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12922         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12923         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12924         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12925         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12926         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12927         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12928         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12929         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12930         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12931         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12932         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12933         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12934         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12935         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12936         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12937         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12938         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12939         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12940         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12941         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12942         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12943         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12944         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12945         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12946         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12947         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12948         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12949         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12950         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12951         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12952         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12953         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12954         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12955         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12956         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12957         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12958         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12959         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12960         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12961         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12962         (conformtest-cc-flags): Likewise.
12963         ($(conformtest-header-tests): New target.
12964         * conform/check-header-lists.sh: New file.
12965         * conform/run-conformtest.sh: Remove.
12967         * conform/conformtest.pl: Allow ' and \ in values given for
12968         constants.
12969         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12970         inclusion.
12971         [POSIX] (sys/types.h): Likewise.
12972         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12973         inclusion.
12974         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12975         inclusion.
12976         * conform/data/signal.h-data (SIGIO): Remove expectation.
12977         [XPG3] (SIGBUS): Do not expect.
12978         [POSIX || XPG3] (SIGPOLL): Likewise.
12979         [POSIX || XPG3] (SIGPROF): Likewise.
12980         [POSIX || XPG3] (SIGSYS): Likewise.
12981         [XPG3] (SIGTRAP): Likewise.
12982         [POSIX || XPG3] (SIGURG): Likewise.
12983         [POSIX || XPG3] (SIGVTALRM): Likewise.
12984         [POSIX || XPG3] (SIGXCPU): Likewise.
12985         [POSIX || XPG3] (SIGXFSZ): Likewise.
12986         [POSIX] (SA_SIGINFO): Expect.
12987         [XPG3] (siginfo_t): Do not expect type or contents.
12988         [POSIX] (si_pid): Do not expect element.
12989         [POSIX] (si_uid): Likewise.
12990         [POSIX] (si_addr): Likewise.
12991         [POSIX] (si_status): Likewise.
12992         [POSIX] (si_band): Likewise.
12993         [XPG4] (si_value): Likewise.
12994         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12995         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12996         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12997         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12998         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12999         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13000         [POSIX || XPG3] (ILL_COPROC): Likewise.
13001         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13002         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13003         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13004         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13005         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13006         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13007         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13008         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13009         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13010         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13011         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13012         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13013         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13014         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13015         [POSIX || XPG3] (CLD_EXITED): Likewise.
13016         [POSIX || XPG3] (CLD_KILLED): Likewise.
13017         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13018         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13019         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13020         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13021         [POSIX || XPG3] (POLL_IN): Likewise.
13022         [POSIX || XPG3] (POLL_OUT): Likewise.
13023         [POSIX || XPG3] (POLL_MSG): Likewise.
13024         [POSIX || XPG3] (POLL_ERR): Likewise.
13025         [POSIX || XPG3] (POLL_PRI): Likewise.
13026         [POSIX || XPG3] (POLL_HUP): Likewise.
13027         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13028         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13029         (SIG*): Do not allow.
13030         [XPG3] (si_*): Likewise.
13031         [XPG3] (SI_*): Likewise.
13032         [XPG3 || XPG4] (sigev_*): Likewise.
13033         [XPG3 || XPG4] (SIGEV_*): Likewise.
13034         [XPG3 || XPG4] (sival_*): Likewise.
13035         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13036         [POSIX || XPG3] (BUS_*): Likewise.
13037         [POSIX || XPG3] (CLD_*): Likewise.
13038         [POSIX || XPG3] (FPE_*): Likewise.
13039         [POSIX || XPG3] (ILL_*): Likewise.
13040         [POSIX || XPG3] (POLL_*): Likewise.
13041         [POSIX || XPG3] (SEGV_*): Likewise.
13042         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13043         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13044         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13045         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13046         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13047         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13048         Specify type and value.
13049         (TVERSLEN): Likewise.
13050         (REGTYPE): Likewise.
13051         (AREGTYPE): Likewise.
13052         (LNKTYPE): Likewise.
13053         (SYMTYPE): Likewise.
13054         (CHRTYPE): Likewise.
13055         (BLKTYPE): Likewise.
13056         (DIRTYPE): Likewise.
13057         (FIFOTYPE): Likewise.
13058         (CONTTYPE): Likewise.
13059         (TSUID): Likewise.
13060         (TSGID): Likewise.
13061         (TSVTX): Likewise.
13062         (TUREAD): Likewise.
13063         (TUWRITE): Likewise.
13064         (TUEXEC): Likewise.
13065         (TGREAD): Likewise.
13066         (TGWRITE): Likewise.
13067         (TGEXEC): Likewise.
13068         (TOREAD): Likewise.
13069         (TOWRITE): Likewise.
13070         (TOEXEC): Likewise.
13071         [POSIX] (TSVTX): Expect constant.
13073 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13075         * Makefile (tests): Change dependencies to ....
13076         (tests-special): ... additions to this variable.
13077         (tests): Depend on $(tests-special).
13078         * Makerules (check-abi-list): New variable.
13079         (check-abi): Depend on $(check-abi-list).
13080         [$(subdir) = elf] (tests-special): Add
13081         $(objpfx)check-abi-libc.out.
13082         [$(build-shared) = yes && subdir] (tests-special): Add
13083         $(check-abi-list).
13084         [$(build-shared) = yes && subdir] (tests): Do not depend on
13085         check-abi.
13086         * Rules (tests): Depend on $(tests-special).
13087         (xtests): Depend on $(xtests-special).
13088         * catgets/Makefile (tests): Change dependencies to ....
13089         (tests-special): ... additions to this variable.
13090         * conform/Makefile (tests): Change dependencies to ....
13091         (tests-special): ... additions to this variable.
13092         * elf/Makefile (tests): Change dependencies to ....
13093         (tests-special): ... additions to this variable.
13094         * grp/Makefile (tests): Change dependencies to ....
13095         (tests-special): ... additions to this variable.
13096         * iconv/Makefile (xtests): Change dependencies to ....
13097         (xtests-special): ... additions to this variable.
13098         * iconvdata/Makefile (tests): Change dependencies to ....
13099         (tests-special): ... additions to this variable.
13100         * intl/Makefile (tests): Change dependencies to ....
13101         (tests-special): ... additions to this variable.  Also add
13102         $(objpfx)tst-gettext.out.
13103         * io/Makefile (tests): Change dependencies to ....
13104         (tests-special): ... additions to this variable.
13105         * libio/Makefile (tests): Change dependencies to ....
13106         (tests-special): ... additions to this variable.
13107         * malloc/Makefile (tests): Change dependencies to ....
13108         (tests-special): ... additions to this variable.
13109         * misc/Makefile (tests): Change dependencies to ....
13110         (tests-special): ... additions to this variable.
13111         * nptl/Makefile (tests): Change dependencies to ....
13112         (tests-special): ... additions to this variable.
13113         * nptl_db/Makefile (tests): Change dependencies to ....
13114         (tests-special): ... additions to this variable.
13115         * posix/Makefile (tests): Change dependencies to ....
13116         (tests-special): ... additions to this variable.
13117         (xtests): Change dependencies to ....
13118         (xtests-special): ... additions to this variable.
13119         * resolv/Makefile (tests): Change dependencies to ....
13120         (tests-special): ... additions to this variable.
13121         (xtests): Change dependencies to ....
13122         (xtests-special): ... additions to this variable.
13123         * stdio-common/Makefile (tests): Change dependencies to ....
13124         (tests-special): ... additions to this variable.
13125         (do-tst-unbputc): Remove target.
13126         (do-tst-printf): Likewise.
13127         * stdlib/Makefile (tests): Change dependencies to ....
13128         (tests-special): ... additions to this variable.
13129         * string/Makefile (tests): Change dependencies to ....
13130         (tests-special): ... additions to this variable.
13131         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13132         (tests-special): ... additions to this variable.
13134         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13135         whole file.
13136         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13137         whole file.
13138         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13139         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13141         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13142         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13143         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13144         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13145         * conform/data/libgen.h-data [XPG3]: Likewise.
13146         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13147         * conform/data/ndbm.h-data [XPG3]: Likewise.
13148         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13149         * conform/data/netdb.h-data [XPG3]: Likewise.
13150         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13151         * conform/data/poll.h-data [XPG3]: Likewise.
13152         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13153         * conform/data/strings.h-data [XPG3]: Likewise.
13154         * conform/data/stropts.h-data [XPG3]: Likewise.
13155         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13156         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13157         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13158         Likewise.
13159         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13160         * conform/data/sys/time.h-data [XPG3]: Likewise.
13161         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13162         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13163         * conform/data/sys/un.h-data [XPG3]: Likewise.
13164         * conform/data/syslog.h-data [XPG3]: Likewise.
13165         * conform/data/ucontext.h-data [XPG3]: Likewise.
13166         * conform/data/utmpx.h-data [XPG3]: Likewise.
13167         * conform/data/varargs.h-data [UNIX98]: Enable file.
13169         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13171         * math/libm-test.inc (struct test_f_f_data): Move expected results
13172         into structure for each rounding mode.
13173         (struct test_ff_f_data): Likewise.
13174         (struct test_ff_f_data_nexttoward): Likewise.
13175         (struct test_fi_f_data): Likewise.
13176         (struct test_fl_f_data): Likewise.
13177         (struct test_if_f_data): Likewise.
13178         (struct test_fff_f_data): Likewise.
13179         (struct test_c_f_data): Likewise.
13180         (struct test_f_f1_data): Likewise.
13181         (struct test_fF_f1_data): Likewise.
13182         (struct test_ffI_f1_data): Likewise.
13183         (struct test_c_c_data): Likewise.
13184         (struct test_cc_c_data): Likewise.
13185         (struct test_f_i_data): Likewise.
13186         (struct test_ff_i_data): Likewise.
13187         (struct test_f_l_data): Likewise.
13188         (struct test_f_L_data): Likewise.
13189         (struct test_fFF_11_data): Likewise.
13190         (RM_): New macro.
13191         (RM_FE_DOWNWARD): Likewise.
13192         (RM_FE_TONEAREST): Likewise.
13193         (RM_FE_TOWARDZERO): Likewise.
13194         (RM_FE_UPWARD): Likewise.
13195         (RUN_TEST_LOOP_f_f): Update references to expected results.
13196         (RUN_TEST_LOOP_2_f): Likewise.
13197         (RUN_TEST_LOOP_fff_f): Likewise.
13198         (RUN_TEST_LOOP_c_f): Likewise.
13199         (RUN_TEST_LOOP_f_f1): Likewise.
13200         (RUN_TEST_LOOP_fF_f1): Likewise.
13201         (RUN_TEST_LOOP_fI_f1): Likewise.
13202         (RUN_TEST_LOOP_ffI_f1): Likewise.
13203         (RUN_TEST_LOOP_c_c): Likewise.
13204         (RUN_TEST_LOOP_cc_c): Likewise.
13205         (RUN_TEST_LOOP_f_i): Likewise.
13206         (RUN_TEST_LOOP_f_i_tg): Likewise.
13207         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13208         (RUN_TEST_LOOP_f_b): Likewise.
13209         (RUN_TEST_LOOP_f_b_tg): Likewise.
13210         (RUN_TEST_LOOP_f_l): Likewise.
13211         (RUN_TEST_LOOP_f_L): Likewise.
13212         (RUN_TEST_LOOP_fFF_11): Likewise.
13213         * math/gen-libm-test.pl (parse_args): Output four copies of
13214         expected results for each test.
13216         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13217         (__ASSUME_UTIMES): Remove.
13218         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13219         (__ASSUME_UTIMES): Likewise.
13221         * math/gen-auto-libm-tests.c: Update comment on output format.
13222         (output_for_one_input_case): Generate before-rounding and
13223         after-rounding information as conditions on output flags not
13224         floating-point format.
13225         * math/auto-libm-test-out: Regenerated.
13226         * math/gen-libm-test.pl (cond_value): New function.
13227         (or_cond_value): Use cond_value.
13228         (generate_testfile): Handle conditional exceptions.
13230 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13232         * math/libm-test.inc (max_valid_error): New variable.
13233         (init_max_error): Take new argument specifying whether function
13234         results are exactly determined.  Set max_valid_error and bound
13235         other variables for errors based on this argument.
13236         (set_max_error): Do not record results above max_valid_error.
13237         (check_float_internal): Only accept errors of up to 0.5ulps if
13238         also at most max_valid_error.
13239         (START): Take new argument EXACT and pass it to init_max_error.
13240         (acos_test): Update call to START.
13241         (acos_test_tonearest): Likewise.
13242         (acos_test_towardzero): Likewise.
13243         (acos_test_downward): Likewise.
13244         (acos_test_upward): Likewise.
13245         (acosh_test): Likewise.
13246         (asin_test): Likewise.
13247         (asin_test_tonearest): Likewise.
13248         (asin_test_towardzero): Likewise.
13249         (asin_test_downward): Likewise.
13250         (asin_test_upward): Likewise.
13251         (asinh_test): Likewise.
13252         (atan_test): Likewise.
13253         (atanh_test): Likewise.
13254         (atan2_test): Likewise.
13255         (cabs_test): Likewise.
13256         (cacos_test): Likewise.
13257         (cacosh_test): Likewise.
13258         (carg_test): Likewise.
13259         (casin_test): Likewise.
13260         (casinh_test): Likewise.
13261         (catan_test): Likewise.
13262         (catanh_test): Likewise.
13263         (cbrt_test): Likewise.
13264         (ccos_test): Likewise.
13265         (ccosh_test): Likewise.
13266         (ceil_test): Likewise.
13267         (cexp_test): Likewise.
13268         (cimag_test): Likewise.
13269         (clog_test): Likewise.
13270         (clog10_test): Likewise.
13271         (conj_test): Likewise.
13272         (copysign_test): Likewise.
13273         (cos_test): Likewise.
13274         (cos_test_tonearest): Likewise.
13275         (cos_test_towardzero): Likewise.
13276         (cos_test_downward): Likewise.
13277         (cos_test_upward): Likewise.
13278         (cosh_test): Likewise.
13279         (cosh_test_tonearest): Likewise.
13280         (cosh_test_towardzero): Likewise.
13281         (cosh_test_downward): Likewise.
13282         (cosh_test_upward): Likewise.
13283         (cpow_test): Likewise.
13284         (cproj_test): Likewise.
13285         (creal_test): Likewise.
13286         (csin_test): Likewise.
13287         (csinh_test): Likewise.
13288         (csqrt_test): Likewise.
13289         (ctan_test): Likewise.
13290         (ctan_test_tonearest): Likewise.
13291         (ctan_test_towardzero): Likewise.
13292         (ctan_test_downward): Likewise.
13293         (ctan_test_upward): Likewise.
13294         (ctanh_test): Likewise.
13295         (ctanh_test_tonearest): Likewise.
13296         (ctanh_test_towardzero): Likewise.
13297         (ctanh_test_downward): Likewise.
13298         (ctanh_test_upward): Likewise.
13299         (erf_test): Likewise.
13300         (erfc_test): Likewise.
13301         (exp_test): Likewise.
13302         (exp_test_tonearest): Likewise.
13303         (exp_test_towardzero): Likewise.
13304         (exp_test_downward): Likewise.
13305         (exp_test_upward): Likewise.
13306         (exp10_test): Likewise.
13307         (exp10_test_tonearest): Likewise.
13308         (exp10_test_towardzero): Likewise.
13309         (exp10_test_downward): Likewise.
13310         (exp10_test_upward): Likewise.
13311         (pow10_test): Likewise.
13312         (exp2_test): Likewise.
13313         (expm1_test): Likewise.
13314         (expm1_test_tonearest): Likewise.
13315         (expm1_test_towardzero): Likewise.
13316         (expm1_test_downward): Likewise.
13317         (expm1_test_upward): Likewise.
13318         (fabs_test): Likewise.
13319         (fdim_test): Likewise.
13320         (floor_test): Likewise.
13321         (fma_test): Likewise.
13322         (fma_test_towardzero): Likewise.
13323         (fma_test_downward): Likewise.
13324         (fma_test_upward): Likewise.
13325         (fmax_test): Likewise.
13326         (fmin_test): Likewise.
13327         (fmod_test): Likewise.
13328         (fpclassify_test): Likewise.
13329         (frexp_test): Likewise.
13330         (hypot_test): Likewise.
13331         (ilogb_test): Likewise.
13332         (isfinite_test): Likewise.
13333         (finite_test): Likewise.
13334         (isgreater_test): Likewise.
13335         (isgreaterequal_test): Likewise.
13336         (isinf_test): Likewise.
13337         (isless_test): Likewise.
13338         (islessequal_test): Likewise.
13339         (islessgreater_test): Likewise.
13340         (isnan_test): Likewise.
13341         (isnormal_test): Likewise.
13342         (issignaling_test): Likewise.
13343         (isunordered_test): Likewise.
13344         (j0_test): Likewise.
13345         (j1_test): Likewise.
13346         (jn_test): Likewise.
13347         (ldexp_test): Likewise.
13348         (lgamma_test): Likewise.
13349         (gamma_test): Likewise.
13350         (lrint_test): Likewise.
13351         (lrint_test_tonearest): Likewise.
13352         (lrint_test_towardzero): Likewise.
13353         (lrint_test_downward): Likewise.
13354         (lrint_test_upward): Likewise.
13355         (llrint_test): Likewise.
13356         (llrint_test_tonearest): Likewise.
13357         (llrint_test_towardzero): Likewise.
13358         (llrint_test_downward): Likewise.
13359         (llrint_test_upward): Likewise.
13360         (log_test): Likewise.
13361         (log10_test): Likewise.
13362         (log1p_test): Likewise.
13363         (log2_test): Likewise.
13364         (logb_test): Likewise.
13365         (logb_test_downward): Likewise.
13366         (lround_test): Likewise.
13367         (llround_test): Likewise.
13368         (modf_test): Likewise.
13369         (nearbyint_test): Likewise.
13370         (nextafter_test): Likewise.
13371         (nexttoward_test): Likewise.
13372         (pow_test): Likewise.
13373         (pow_test_tonearest): Likewise.
13374         (pow_test_towardzero): Likewise.
13375         (pow_test_downward): Likewise.
13376         (pow_test_upward): Likewise.
13377         (remainder_test): Likewise.
13378         (drem_test): Likewise.
13379         (remainder_test_tonearest): Likewise.
13380         (drem_test_tonearest): Likewise.
13381         (remainder_test_towardzero): Likewise.
13382         (drem_test_towardzero): Likewise.
13383         (remainder_test_downward): Likewise.
13384         (drem_test_downward): Likewise.
13385         (remainder_test_upward): Likewise.
13386         (drem_test_upward): Likewise.
13387         (remquo_test): Likewise.
13388         (rint_test): Likewise.
13389         (rint_test_tonearest): Likewise.
13390         (rint_test_towardzero): Likewise.
13391         (rint_test_downward): Likewise.
13392         (rint_test_upward): Likewise.
13393         (round_test): Likewise.
13394         (scalb_test): Likewise.
13395         (scalbn_test): Likewise.
13396         (scalbln_test): Likewise.
13397         (signbit_test): Likewise.
13398         (sin_test): Likewise.
13399         (sin_test_tonearest): Likewise.
13400         (sin_test_towardzero): Likewise.
13401         (sin_test_downward): Likewise.
13402         (sin_test_upward): Likewise.
13403         (sincos_test): Likewise.
13404         (sinh_test): Likewise.
13405         (sinh_test_tonearest): Likewise.
13406         (sinh_test_towardzero): Likewise.
13407         (sinh_test_downward): Likewise.
13408         (sinh_test_upward): Likewise.
13409         (sqrt_test): Likewise.
13410         (sqrt_test_tonearest): Likewise.
13411         (sqrt_test_towardzero): Likewise.
13412         (sqrt_test_downward): Likewise.
13413         (sqrt_test_upward): Likewise.
13414         (tan_test): Likewise.
13415         (tan_test_tonearest): Likewise.
13416         (tan_test_towardzero): Likewise.
13417         (tan_test_downward): Likewise.
13418         (tan_test_upward): Likewise.
13419         (tanh_test): Likewise.
13420         (tgamma_test): Likewise.
13421         (trunc_test): Likewise.
13422         (y0_test): Likewise.
13423         (y1_test): Likewise.
13424         (yn_test): Likewise.
13425         (significand_test): Likewise.
13427         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13428         individual tests in comment.
13429         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13430         (prev_max_error): New variable.
13431         (prev_real_max_error): Likewise.
13432         (prev_imag_max_error): Likewise.
13433         (compare_ulp_data): Don't refer to test names in comment.
13434         (find_test_ulps): Remove function.
13435         (find_function_ulps): Likewise.
13436         (find_complex_function_ulps): Likewise.
13437         (init_max_error): Take function name as argument.  Look up ulps
13438         for that function.
13439         (print_ulps): Remove function.
13440         (print_max_error): Use prev_max_error instead of calling
13441         find_function_ulps.
13442         (print_complex_max_error): Use prev_real_max_error and
13443         prev_imag_max_error instead of calling find_complex_function_ulps.
13444         (check_float_internal): Take max_ulp parameter instead of calling
13445         find_test_ulps.  Don't call print_ulps.
13446         (check_float): Update call to check_float_internal.
13447         (check_complex): Update calls to check_float_internal.
13448         (START): Pass argument to init_max_error.
13449         * math/gen-libm-test.pl (%results): Don't include "kind"
13450         information.
13451         (parse_ulps): Don't handle ulps of individual tests.
13452         (print_ulps_file): Likewise.
13453         (output_ulps): Likewise.
13454         * math/README.libm-test: Update.
13455         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13456         individual tests.
13457         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13458         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13459         * sysdeps/arm/libm-test-ulps: Likewise.
13460         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13461         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13462         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13463         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13464         * sysdeps/microblaze/libm-test-ulps: Likewise.
13465         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13466         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13467         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13468         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13469         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13470         * sysdeps/sh/libm-test-ulps: Likewise.
13471         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13472         * sysdeps/tile/libm-test-ulps: Likewise.
13473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13475 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13477         * math/libm-test.inc (print_complex_max_error): Check separately
13478         whether real and imaginary errors are within allowed range and
13479         pass 0 to print_complex_function_ulps instead of value within
13480         allowed range.
13482 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13484         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13485         formatting.
13486         (get_handles_fopen): Likewise.
13487         (do_write_test): Likewise.
13489         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13491         * libio/fileops.c (do_ftell): Use cached offset when
13492         available.
13493         * libio/iofwide.c (do_ftell_wide): Likewise.
13494         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13495         _IO_file_attach.
13496         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13498         [BZ #16532]
13499         * libio/libioP.h (get_file_offset): New function.
13500         * libio/fileops.c (get_file_offset): Likewise.
13501         (do_ftell): Likewise.
13502         (_IO_new_file_seekoff): Split out ftell logic.
13503         * libio/wfileops.c (do_ftell_wide): Likewise.
13504         (_IO_wfile_seekoff): Split out ftell logic.
13505         * libio/tst-ftell-active-handler.c: New test case.
13506         * libio/Makefile (tests): Add it.
13508 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13510         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13511         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13513 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13515         [BZ #16639]
13516         * nscd/connections.c (nscd_init): Call do_exit.
13517         (start_threads): Call do_exit and notify_parent.
13518         (begin_drop_privileges): Call do_exit.
13519         (finish_drop_privileges): Likewise.
13520         * nscd/selinux.c (preserve_capabilities): Likewise.
13521         (install_real_capabilities): Likewise.
13522         (nscd_selinux_enabled): Likewise.
13523         (avc_create_thread): Likewise.
13524         (avc_alloc_lock): Likewise.
13525         (nscd_avc_init): Likewise.
13526         * nscd/nscd.c (parent_fd): New static variable.
13527         (main): Create a pipe between parent and child processes.
13528         Skip closing parent_fd.
13529         (monitor_child): New function.
13530         (do_exit): Likewise.
13531         (notify_parent): Likewise.
13532         * nscd/nscd.h (notify_parent): Likewise.
13533         (do_exit): Likewise.
13535 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13537         * malloc/malloc.c (__libc_calloc): Revert last change.
13539 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13541         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13543 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13545         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13546         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13547         implementation.
13548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13549         (__libc_ifunc_impl_list): Likewise.
13550         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13551         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13552         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13553         * string/strrchr.c: Define STRRCHR.
13555 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13557         * benchtest/bench-strtok.c (simple_strtok): Delete.
13558         (strtok_string): Use as benchmark.
13559         * string/strtok (STRTOK): New macro.
13561 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13563         * manual/threads.texi: Add header and standard comments to all
13564         functions.
13566         * elf/dl-lookup.c (check_match): New function.
13567         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13568         (do_lookup_x): Remove nested function check_match. Use non-nested
13569         function check_match.
13571 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13573         * csu/Makefile (generated, before-compile): Use += rather than =.
13574         * catgets/Makefile (generated, generated-dirs): Likewise.
13575         * debug/Makefile (generated): Likewise.
13576         * dlfcn/Makefile (generated): Likewise.
13577         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13578         * iconvdata/Makefile (before-compile, generated): Likewise.
13579         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13580         * libio/Makefile (generated): Likewise.
13581         * malloc/Makefile (generated): Likewise.
13582         * manual/Makefile (generated, generated-dirs): Likewise.
13583         * misc/Makefile (generated): Likewise.
13584         * posix/Makefile (generated): Likewise.
13585         * resolv/Makefile (generated): Likewise.
13586         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13587         * timezone/Makefile (generated, generated-dirs): Likewise.
13589         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13591 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13593         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13594         power8 implementation.
13595         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13596         file: POWER8 llround ifunc implementation.
13597         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13598         (__lllround): Add POWER8 implementation.
13599         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13600         POWER8 llround implementation.
13602         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13603         power8 implementation.
13604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13605         file: POWER8 llrint ifunc implementation.
13606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13607         Add POWER8 implementation.
13608         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13609         POWER8 llrint implementation.
13611         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13612         power8 implementation.
13613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13614         file: POWER8 finite ifunc implementation.
13615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13616         Add POWER8 implementation.
13617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13618         Likewise.
13619         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13620         POWER8 finite implementation.
13621         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13623         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13624         power8 implementation.
13625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13626         file: POWER8 isinf ifunc implementation.
13627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13628         POWER8 implementation.
13629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13630         Likewise.
13631         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13632         isinf implementation.
13633         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13635         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13636         (INIT_ARCH): Add hwcap2 initialization.
13637         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13638         power8 implementation.
13639         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13640         file: POWER8 isnan ifunc implementation.
13641         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13642         POWER8 implementation.
13643         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13644         Likewise.
13645         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13646         isnan implementation.
13647         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13649 2014-02-27  Joey Ye  <joey.ye@arm.com>
13651         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13652         (_FP_NANFRAC_Q): Set to zero.
13654 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13656         [BZ #16623]
13657         * math/auto-libm-test-in: New test inputs.
13658         * math/auto-libm-test-out: Regenerate.
13659         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13660         and DA.
13661         (__cos): Likewise.
13662         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13664 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13666         * scripts/evaluate-test.sh: Take new argument indicating whether
13667         failure is expected.
13668         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13669         indicating whether failure is expected.
13670         * conform/Makefile (test-xfail-run-conformtest): New variable.
13671         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13672         level.
13673         * posix/Makefile (test-xfail-annexc): New variable.
13674         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13676 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13678         * argp/Makefile: Include Makeconfig immediately after defining
13679         subdir.
13680         * assert/Makefile: Likewise.
13681         * benchtests/Makefile: Likewise.
13682         * catgets/Makefile: Likewise.
13683         * conform/Makefile: Likewise.
13684         * crypt/Makefile: Likewise.
13685         * csu/Makefile: Likewise.
13686         (all): Remove target.
13687         * ctype/Makefile: Include Makeconfig immediately after defining
13688         subdir.
13689         * debug/Makefile: Likewise.
13690         * dirent/Makefile: Likewise.
13691         * dlfcn/Makefile: Likewise.
13692         * gmon/Makefile: Likewise.
13693         * gnulib/Makefile: Likewise.
13694         * grp/Makefile: Likewise.
13695         * gshadow/Makefile: Likewise.
13696         * hesiod/Makefile: Likewise.
13697         * hurd/Makefile: Likewise.
13698         (all): Remove target.
13699         * iconvdata/Makefile: Include Makeconfig immediately after
13700         defining subdir.
13701         * inet/Makefile: Likewise.
13702         * intl/Makefile: Likewise.
13703         * io/Makefile: Likewise.
13704         * libio/Makefile: Likewise.
13705         (all): Remove target.
13706         * locale/Makefile: Include Makeconfig immediately after defining
13707         subdir.
13708         * login/Makefile: Likewise.
13709         * mach/Makefile: Likewise.
13710         (all): Remove target.
13711         * malloc/Makefile: Include Makeconfig immediately after defining
13712         subdir.
13713         (all): Remove target.
13714         * manual/Makefile: Include Makeconfig immediately after defining
13715         subdir.
13716         * math/Makefile: Likewise.
13717         * misc/Makefile: Likewise.
13718         * nis/Makefile: Likewise.
13719         * nss/Makefile: Likewise.
13720         * po/Makefile: Likewise.
13721         (all): Remove target.
13722         * posix/Makefile: Include Makeconfig immediately after defining
13723         subdir.
13724         * pwd/Makefile: Likewise.
13725         * resolv/Makefile: Likewise.
13726         * resource/Makefile: Likewise.
13727         * rt/Makefile: Likewise.
13728         * setjmp/Makefile: Likewise.
13729         * shadow/Makefile: Likewise.
13730         * signal/Makefile: Likewise.
13731         * socket/Makefile: Likewise.
13732         * soft-fp/Makefile: Likewise.
13733         * stdio-common/Makefile: Likewise.
13734         * stdlib/Makefile: Likewise.
13735         * streams/Makefile: Likewise.
13736         * string/Makefile: Likewise.
13737         * sunrpc/Makefile: Likewise.
13738         (all): Remove target.
13739         * sysvipc/Makefile: Include Makeconfig immediately after defining
13740         subdir.
13741         * termios/Makefile: Likewise.
13742         * time/Makefile: Likewise.
13743         * timezone/Makefile: Likewise.
13744         (all): Remove target.
13745         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13746         subdir.
13747         * wctype/Makefile: Likewise.
13749 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13751         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13752         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13753         (libc_feholdexcept_setround_mips): Ditto.
13754         (libc_feholdsetround): New.
13755         (libc_feholdsetroundf): New.
13756         (libc_feholdsetroundl): New.
13757         (libc_feupdateenv_test_mips): New.
13758         (libc_feupdateenv_test): New.
13759         (libc_feupdateenv_testf): New.
13760         (libc_feupdateenv_testl): New.
13761         (libc_feresetround): New.
13762         (libc_feresetroundf): New.
13763         (libc_feresetroundl): New.
13764         (libc_fetestexcept_mips): New.
13765         (libc_fetestexcept): New.
13766         (libc_fetestexceptf): New.
13767         (libc_fetestexceptl): New.
13768         (HAVE_RM_CTX): New.
13769         (libc_feholdexcept_setround_mips_ctx): New.
13770         (libc_feholdexcept_setround_ctx): New.
13771         (libc_feholdexcept_setroundf_ctx): New.
13772         (libc_feholdexcept_setroundl_ctx): New.
13773         (libc_fesetenv_mips_ctx): New.
13774         (libc_fesetenv_ctx): New.
13775         (libc_fesetenv_ctxf): New.
13776         (libc_fesetenv_ctxl): New.
13777         (libc_feupdateenv_mips_ctx): New.
13778         (libc_feupdateenv_ctx): New.
13779         (libc_feupdateenvf_ctx): New.
13780         (libc_feupdateenvl_ctx): New.
13781         (libc_feholdsetround_mips_ctx): New.
13782         (libc_feholdsetround_ctx): New.
13783         (libc_feholdsetroundf_ctx): New.
13784         (libc_feholdsetroundl_ctx): New.
13785         (libc_feresetround_mips_ctx): New.
13786         (libc_feresetround_ctx): New.
13787         (libc_feresetroundf_ctx): New.
13788         (libc_feresetroundl_ctx): New.
13790 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13792         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13794         * manual/ipc.texi: New file.
13795         * manual/Makefile (chapters): Add ipc.
13796         * manual/job.texi: Add "Inter-Process Communication" to next.
13797         * manual/process.texi: Add "Inter-Process Communication" to prev.
13799 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13801         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13803 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13805         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13807         * manual/arith.texi: Fix spaces after sentences.
13808         * manual/charset.texi: Likewise.
13809         * manual/errno.texi: Likewise.
13810         * manual/install.texi: Likewise.
13811         * manual/llio.texi: Likewise.
13812         * manual/locale.texi: Likewise.
13813         * manual/maint.texi: Likewise.
13814         * manual/math.texi: Likewise.
13815         * manual/memory.texi: Likewise.
13816         * manual/message.texi: Likewise.
13817         * manual/probes.texi: Likewise.
13818         * manual/resource.texi: Likewise.
13819         * manual/signal.texi: Likewise.
13820         * manual/socket.texi: Likewise.
13821         * manual/stdio.texi: Likewise.
13822         * manual/string.texi: Likewise.
13823         * manual/time.texi: Likewise.
13824         * manual/users.texi: Likewise.
13826 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13828         [BZ #16632]
13829         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13830         _DEFAULT_SOURCE is defined.
13832 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13833             Carlos O'Donell  <carlos@redhat.com>
13835         [BZ #16613]
13836         * elf/dl-tls.c (_dl_count_modids): New function.
13837         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13838         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13839         audit library and increment generation counter.
13840         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13841         * elf/tst-audit9.c: New file.
13842         * elf/tst-auditmod9a.c: New file.
13843         * elf/tst-auditmod9b.c: New file.
13844         * elf/Makefile: Add rules to build and run tst-audit9.
13846 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13848         [BZ #15347]
13849         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13851 2014-02-25  Will Newton  <will.newton@linaro.org>
13853         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13854         (__longjmp): Restore sp and lr before restoring callee
13855         saved registers.  Add longjmp and longjmp_target
13856         SystemTap probe point.
13857         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13858         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13859         Define to zero to match jmpbuf layout.
13860         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13861         (__sigsetjmp): Save sp and lr before saving callee
13862         saved registers.  Add setjmp SystemTap probe point.
13864 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13866         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13868 2014-02-24  Andreas Schwab  <schwab@suse.de>
13870         [BZ #15804]
13871         * elf/pldd.c (wait_for_ptrace_stop): New function.
13872         (main): Call it after attaching.
13874 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13876         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13877         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13878         Versions files is now verboten.
13879         * hurd/Versions (libc: GLIBC_2.0):
13880         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13881         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13882         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13883         * mach/Versions: Likewise.
13885         * csu/Versions: Remove unused %include.
13886         * resolv/Versions: Likewise.
13888 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13890         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13891         ($(objpfx)check-local-headers.out): Likewise.
13892         ($(objpfx)begin-end-check.out): Likewise.
13893         * Makerules (check-abi-%.out): Likewise.
13894         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13895         ($(objpfx)test2.cat): Likewise.
13896         ($(objpfx)de/libc.cat): Likewise.
13897         ($(objpfx)test-gencat.out): Likewise.
13898         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13899         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13900         ($(objpfx)noload-mem): Likewise.
13901         ($(objpfx)tst-pathopt.out): Likewise.
13902         ($(objpfx)tst-rtld-load-self.out): Likewise.
13903         ($(objpfx)tst-array1-cmp.out): Likewise.
13904         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13905         ($(objpfx)tst-array2-cmp.out): Likewise.
13906         ($(objpfx)tst-array3-cmp.out): Likewise.
13907         ($(objpfx)tst-array4-cmp.out): Likewise.
13908         ($(objpfx)tst-array5-cmp.out): Likewise.
13909         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13910         ($(objpfx)check-textrel.out): Likewise.
13911         ($(objpfx)check-execstack.out): Likewise.
13912         ($(objpfx)check-localplt.out): Likewise.
13913         ($(objpfx)order2-cmp.out): Likewise.
13914         ($(objpfx)tst-leaks1-mem): Likewise.
13915         ($(objpfx)tst-leaks1-static-mem): Likewise.
13916         ($(objpfx)tst-initorder-cmp.out): Likewise.
13917         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13918         ($(objpfx)tst-unused-dep.out): Likewise.
13919         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13920         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13921         * iconv/Makefile (test-iconvconfig): Likewise.
13922         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13923         ($(objpfx)iconv-test.out): Likewise.
13924         ($(objpfx)tst-tables.out): Likewise.
13925         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13926         ($(objpfx)tst-gettext.out): Likewise.
13927         ($(objpfx)tst-translit.out): Likewise.
13928         ($(objpfx)tst-gettext2.out): Likewise.
13929         ($(objpfx)tst-gettext4.out): Likewise.
13930         ($(objpfx)tst-gettext6.out): Likewise.
13931         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13932         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13933         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13934         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13935         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13936         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13937         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13938         ($(objpfx)wordexp-tst.out): Likewise.
13939         ($(objpfx)annexc.out): Likewise.
13940         ($(objpfx)tst-fnmatch-mem): Likewise.
13941         ($(objpfx)bug-regex2-mem): Likewise.
13942         ($(objpfx)bug-regex14-mem): Likewise.
13943         ($(objpfx)bug-regex21-mem): Likewise.
13944         ($(objpfx)bug-regex31-mem): Likewise.
13945         ($(objpfx)tst-vfork3-mem): Likewise.
13946         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13947         ($(objpfx)tst-pcre-mem): Likewise.
13948         ($(objpfx)tst-boost-mem): Likewise.
13949         ($(objpfx)tst-getconf.out): Likewise.
13950         ($(objpfx)bug-ga2-mem): Likewise.
13951         ($(objpfx)bug-glob2-mem): Likewise.
13952         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13953         ($(objpfx)mtrace-tst-leaks2): Likewise.
13954         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13955         ($(objpfx)tst-printf.out): Likewise.
13956         ($(objpfx)tst-setvbuf1.out): Likewise.
13957         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13958         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13959         ($(objpfx)tst-fmtmsg.out): Likewise.
13960         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13961         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13963         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13964         * bits/sigaction.h [__USE_MISC]: Likewise.
13965         * bits/waitstatus.h: Update #endif comments.
13966         * ctype/ctype.h: Likewise.
13967         * dirent/dirent.h: Likewise.
13968         [__USE_MISC]: Remove redundant conditionals.
13969         * grp/grp.h: Update #endif comments.
13970         [__USE_GNU]: Remove redundant conditionals.
13971         [__USE_MISC]: Likewise.
13972         * inet/netinet/in.h [__USE_GNU]: Likewise.
13973         * io/sys/stat.h [__USE_MISC]: Likewise.
13974         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13975         * libio/bits/stdio.h: Update #endif comments.
13976         [__USE_MISC]: Remove redundant conditionals.
13977         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13978         * libio/stdio.h: Update #endif comments.
13979         [__USE_MISC]: Remove redundant conditionals.
13980         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13981         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13982         * math/math.h: Update #else and #endif comments.
13983         [__USE_MISC]: Remove redundant conditionals.
13984         * misc/sys/uio.h: Update #endif comments.
13985         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13986         * posix/glob.h [__USE_MISC]: Likewise.
13987         * posix/sys/types.h: Update #endif comments.
13988         [__USE_MISC]: Remove redundant conditionals.
13989         * posix/sys/wait.h: Update #endif comments.
13990         [__USE_MISC]: Remove redundant conditionals.
13991         * posix/unistd.h: Update #endif comments.
13992         [__USE_MISC]: Remove redundant conditionals.
13993         * pwd/pwd.h [__USE_GNU]: Likewise.
13994         [__USE_MISC]: Likewise.
13995         * resolv/netdb.h [__USE_GNU]: Likewise.
13996         * signal/signal.h: Update #endif comments.
13997         [__USE_MISC]: Remove redundant conditionals.
13998         * stdlib/stdlib.h: Update #else and #endif comments.
13999         [__USE_MISC]: Remove redundant conditionals.
14000         [__USE_GNU]: Likewise.
14001         * string/bits/string2.h [__USE_MISC]: Likewise.
14002         * string/string.h: Update #endif comments.
14003         [__USE_MISC]: Remove redundant conditionals.
14004         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14005         Likewise.
14006         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14007         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14008         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14009         Likewise.
14010         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14011         Likewise.
14012         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14013         comments.
14014         [__USE_MISC]: Remove redundant conditionals.
14015         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14016         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14017         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14018         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14019         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14020         Likewise.
14021         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14022         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14023         Likewise.
14024         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14025         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14026         Likewise.
14027         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14028         Likewise.
14029         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14030         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14031         Likewise.
14032         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14033         Likewise.
14034         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14035         * sysdeps/x86/bits/string.h: Update #endif comments.
14036         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14037         conditionals.
14038         * time/sys/time.h: Update #endif comments.
14039         * time/time.h: Likewise.
14040         [__USE_MISC]: Remove redundant conditionals.
14042 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14044         [BZ #16600]
14045         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14047 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14049         * Versions.def (librt): Add GLIBC_2.17.
14051 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14053         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14054         synonym for _SYS_AUXV_H to allow direct inclusion.
14055         * sysdeps/sparc/bits/hwcap.h: Likewise.
14056         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14057         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14058         * sysdeps/sparc/sysdep.h: Likewise.
14060 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14062         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14064 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14066         * benchtests/bench-strrchr.c: Print length instead of position.
14068 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14070         [BZ #16611]
14071         * sysdeps/unix/sysv/linux/kernel-features.h
14072         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14073         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14074         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14075         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14076         Likewise.
14077         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14078         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14079         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14080         (__ASSUME_SENDMMSG): Define instead of using previous
14081         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14082         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14083         (__ASSUME_SENDMMSG_SYSCALL): Define.
14084         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14085         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14086         Likewise.
14087         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14088         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14089         Likewise.
14090         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14091         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14092         Likewise.
14093         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14094         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14095         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14096         [__ASSUME_SENDMMSG]: Change conditionals to
14097         [__ASSUME_SENDMMSG_SOCKETCALL].
14098         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14099         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14100         Define.
14101         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14102         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14103         Likewise.
14104         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14105         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14106         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14107         [!__ASSUME_SENDMMSG]: Change conditional to
14108         [!__ASSUME_SENDMMSG_SOCKETCALL].
14109         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14110         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14111         Define.
14113         [BZ #16610]
14114         * sysdeps/unix/sysv/linux/kernel-features.h
14115         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14116         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14117         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14118         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14119         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14120         [__i386__ || __sparc__]
14121         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14122         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14123         (__ASSUME_RECVMMSG): Define instead of using previous
14124         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14125         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14126         (__ASSUME_RECVMMSG_SYSCALL): Define.
14127         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14128         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14129         Likewise.
14130         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14131         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14132         Likewise.
14133         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14134         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14135         Likewise.
14136         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14137         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14138         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14139         [__ASSUME_RECVMMSG]: Change condition to
14140         [__ASSUME_RECVMMSG_SOCKETCALL].
14141         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14142         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14143         Define.
14144         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14145         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14146         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14147         Likewise.
14148         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14149         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14150         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14151         [!__ASSUME_RECVMMSG]: Change condition to
14152         [!__ASSUME_RECVMMSG_SOCKETCALL].
14153         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14154         (__ASSUME_RECVMMSG_SYSCALL): Define.
14156         [BZ #16609]
14157         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14158         __powerpc__ || __s390__ || __sh__ || __sparc__]
14159         (__ASSUME_SOCKETCALL): Define.
14160         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14161         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14162         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14163         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14164         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14165         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14166         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14167         (__ASSUME_ACCEPT4): Define instead of using previous
14168         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14169         __powerpc__ || __sparc__ || __s390__)] condition.
14170         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14171         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14172         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14173         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14174         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14175         [!__ASSUME_ACCEPT4]: Change condition to
14176         [!__ASSUME_ACCEPT4_SOCKETCALL].
14177         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14178         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14179         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14180         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14181         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14182         __ASSUME_ACCEPT4_SYSCALL.
14183         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14184         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14185         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14186         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14187         __ASSUME_ACCEPT4_SYSCALL.
14188         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14189         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14190         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14191         [__ASSUME_ACCEPT4]: Change condition to
14192         [__ASSUME_ACCEPT4_SOCKETCALL].
14193         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14194         (__ASSUME_SOCKETCALL): Define.
14195         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14196         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14197         (__ASSUME_SOCKETCALL): Define.
14198         (__ASSUME_ACCEPT4): Remove.
14199         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14200         Define.
14201         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14202         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14203         Likewise.
14204         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14205         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14207         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14208         macro.
14209         (HWCAP_ARM_LPAE): Likewise.
14210         (HWCAP_ARM_EVTSTRM): Likewise.
14211         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14212         Add vpfd32, lpae and evtstrm.
14213         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14214         Increase to 22.
14216 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14218         * math/auto-libm-test-in: Add tests of clog10.
14219         * math/auto-libm-test-out: Regenerated.
14220         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14221         * sysdeps/i386/fpu/libm-test-ulps: Update.
14222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14224 2014-02-18  Andreas Schwab  <schwab@suse.de>
14226         [BZ #16574]
14227         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14228         Store non-zero if the second buffer was newly allocated.
14229         (send_dg): Likewise.
14230         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14231         to send_vc and send_dg.
14232         (res_nsend): Pass NULL for ansp2_malloced.
14233         * resolv/res_query.c (__libc_res_nquery): Add parameter
14234         answerp2_malloced and pass it down to __libc_res_nsend.
14235         (res_nquery): Pass additional NULL to __libc_res_nquery.
14236         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14237         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14238         second answer buffer if answerp2_malloced was set.
14239         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14240         (__libc_res_nquerydomain): Add parameter
14241         answerp2_malloced and pass it down to __libc_res_nquery.
14242         (res_nquerydomain): Pass additional NULL to
14243         __libc_res_nquerydomain.
14244         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14245         additional NULL to __libc_res_nsend and __libc_res_nquery.
14246         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14247         additional NULL to __libc_res_nsearch.
14248         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14249         parameter of __libc_res_nsearch to check for separately allocated
14250         second buffer.
14251         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14252         __libc_res_nquery.
14253         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14254         additional NULL to __libc_res_nquery.
14255         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14256         __libc_res_nsearch.
14257         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14258         * include/resolv.h: Update prototypes of __libc_res_nquery,
14259         __libc_res_nsearch, __libc_res_nsend.
14261 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14263         * math/auto-libm-test-in: Add tests of fma.
14264         * math/auto-libm-test-out: Regenerated.
14265         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14266         (fma_towardzero_test_data): Likewise.
14267         (fma_downward_test_data): Likewise.
14268         (fma_upward_test_data): Likewise.
14269         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14270         mpc_mode.
14271         (rounding_modes): Add values for new field.
14272         (func_calc_method): Add value mpfr_fff_f.
14273         (func_calc_desc): Add mpfr_fff_f union field.
14274         (test_function): Add field exact_args.
14275         (FUNC): Add macro argument EXACT_ARGS.
14276         (FUNC_mpfr_f_f): Update call to FUNC.
14277         (FUNC_mpfr_f_f): Likewise.
14278         (FUNC_mpfr_ff_f): Likewise.
14279         (FUNC_mpfr_if_f): Likewise.
14280         (FUNC_mpc_c_f): Likewise.
14281         (FUNC_mpc_c_c): Likewise.
14282         (test_functions): Add fma.  Update calls to FUNC.
14283         (handle_input_arg): Add argument exact_args.
14284         (add_test): Update call to handle_input_arg.
14285         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14286         (output_for_one_input_case): Update call to calc_generic_results.
14287         Recalculate exact zero results in each rounding mode.
14289         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14290         non-negative before setting low bit.
14291         * math/auto-libm-test-in: Mark one asin test possibly having
14292         spurious underflow.
14293         * math/auto-libm-test-out: Regenerated.
14294         * sysdeps/i386/fpu/libm-test-ulps: Update.
14295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14297 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14299         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14300         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14301         ports/sysdeps/unix/sysv/linux/microblaze.
14302         * README: Add missing listing for microblaze*-*-linux-gnu.
14304 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14306         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14307         duplicate code
14309 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14311         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14312         * sysdeps/unix/sysv/linux/ia64: Move directory from
14313         ports/sysdeps/unix/sysv/linux/ia64.
14314         * README: Update listing for ia64-*-linux-gnu.
14316 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14317             Joseph Myers  <joseph@codesourcery.com>
14319         * Makeconfig (test-name): New variable.
14320         (evaluate-test): Likewise.
14321         * Makerules (do-test-clean): Remove .test-result files.
14322         (common-mostlyclean): Likewise.
14323         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14324         * scripts/evaluate-test.sh: New file.
14326 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14328         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14329         separate $(objpfx)tst-fopenloc-cmp.out and
14330         $(objpfx)tst-fopenloc-mem.out targets.
14331         (tests): Update dependencies.
14332         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14333         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14334         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14335         (tst-rxspencer-no-utf8-ARGS): New variable.
14336         (tst-rxspencer-no-utf8-ENV): Likewise.
14337         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14338         instead of $(objpfx)tst-rxspencer-mem.
14339         ($(objpfx)tst-rxspencer-mem): Change target to
14340         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14341         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14342         * posix/tst-rxspencer-no-utf8.c: New file.
14344         * elf/Makefile ($(objpfx)order.out): Remove rule.
14345         [$(run-built-tests) = yes] (tests): Depend on
14346         $(objpfx)order-cmp.out.
14347         ($(objpfx)order-cmp.out): New rule.
14348         [$(run-built-tests) = yes] (tests): Depend on
14349         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14350         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14351         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14352         $(objpfx)tst-array5-static-cmp.out.
14353         ($(objpfx)tst-array1.out): Remove rule.
14354         ($(objpfx)tst-array1-cmp.out): New rule.
14355         ($(objpfx)tst-array1-static.out): Remove rule.
14356         ($(objpfx)tst-array1-static-cmp.out): New rule.
14357         ($(objpfx)tst-array2.out): Remove rule.
14358         ($(objpfx)tst-array2-cmp.out): New rule.
14359         ($(objpfx)tst-array3.out): Remove rule.
14360         ($(objpfx)tst-array3-cmp.out): New rule.
14361         ($(objpfx)tst-array4.out): Remove rule.
14362         ($(objpfx)tst-array4-cmp.out): New rule.
14363         ($(objpfx)tst-array5.out): Remove rule.
14364         ($(objpfx)tst-array5-cmp.out): New rule.
14365         ($(objpfx)tst-array5-static.out): Remove rule.
14366         ($(objpfx)tst-array5-static-cmp.out): New rule.
14367         [$(run-built-tests) = yes] (tests): Depend on
14368         $(objpfx)order2-cmp.out.
14369         ($(objpfx)order2.out): Remove rule.
14370         ($(objpfx)order2-cmp.out): New rule.
14371         ($(objpfx)tst-initorder.out): Remove rule.
14372         [$(run-built-tests) = yes] (tests): Depend on
14373         $(objpfx)tst-initorder-cmp.out.
14374         ($(objpfx)tst-initorder-cmp.out): New rule.
14375         ($(objpfx)tst-initorder2.out): Remove rule.
14376         [$(run-built-tests) = yes] (tests): Depend on
14377         $(objpfx)tst-initorder2-cmp.out.
14378         ($(objpfx)tst-initorder2-cmp.out): New rule.
14379         [$(run-built-tests) = yes] (tests): Depend on
14380         $(objpfx)tst-unused-dep-cmp.out.
14381         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14382         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14383         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14384         on $(objpfx)tst-setvbuf1-cmp.out.
14385         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14386         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14387         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14388         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14389         ($(objpfx)tst-svc.out): Remove rule.
14390         ($(objpfx)tst-svc-cmp.out): New rule.
14392 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14394         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14395         * ctype/ctype.h [__USE_MISC]: Likewise.
14396         * dirent/dirent.h [__USE_MISC]: Likewise.
14397         * grp/grp.h [__USE_MISC]: Likewise.
14398         * io/fcntl.h [__USE_MISC]: Likewise.
14399         * io/sys/stat.h [__USE_MISC]: Likewise.
14400         * libio/stdio.h [__USE_MISC]: Likewise.
14401         * posix/unistd.h [__USE_MISC]: Likewise.
14402         * pwd/pwd.h [__USE_MISC]: Likewise.
14403         * stdlib.h [__USE_MISC]: Likewise.
14404         * string/bits/string2.h [__USE_MISC]: Likewise.
14405         * string/string.h [__USE_MISC]: Likewise.
14406         * time/time.h [__USE_MISC]: Likewise.
14408 2014-02-13  Andreas Schwab  <schwab@suse.de>
14410         [BZ #16574]
14411         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14412         second answer buffer if it was separately allocated.
14414 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14416         * sysdeps/mips/math-tests.h: Include <features.h>.
14417         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14418         (ROUNDING_TESTS_long_double): Do not define.
14419         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14420         (EXCEPTION_TESTS_long_double): Likewise.
14421         * sysdeps/mips/mips64/libm-test-ulps: Update.
14423         * include/features.h (__USE_BSD): Remove macro definitions.
14424         (__USE_SVID): Likewise.
14425         (_BSD_SOURCE): Likewise.
14426         (_SVID_SOURCE): Likewise.
14427         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14428         from definition of _DEFAULT_SOURCE.
14429         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14430         [_DEFAULT_SOURCE].
14431         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14432         * bits/mman.h [__USE_BSD]: Likewise.
14433         * bits/termios.h [__USE_BSD]: Likewise.
14434         * bits/waitstatus.h [__USE_BSD]: Likewise.
14435         * ctype/ctype.h [__USE_SVID]: Likewise.
14436         * dirent/dirent.h [__USE_BSD]: Likewise.
14437         * grp/grp.h [__USE_SVID]: Likewise.
14438         [__USE_BSD]: Likewise.
14439         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14440         * io/fcntl.h [__USE_BSD]: Likewise.
14441         * io/ftw.h [__USE_BSD]: Likewise.
14442         * io/sys/stat.h [__USE_BSD]: Likewise.
14443         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14444         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14445         * libio/stdio.h [__USE_SVID]: Likewise.
14446         [__USE_BSD]: Likewise.
14447         * math/math.h [__USE_SVID]: Likewise.
14448         [__USE_BSD]: Likewise.
14449         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14450         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14451         * misc/search.h [__USE_SVID]: Likewise.
14452         * misc/sys/mman.h [__USE_BSD]: Likewise.
14453         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14454         * misc/sys/uio.h [__USE_BSD]: Likewise.
14455         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14456         * posix/glob.h [__USE_BSD]: Likewise.
14457         * posix/regex.h [__USE_BSD]: Likewise.
14458         * posix/sys/types.h [__USE_BSD]: Likewise.
14459         [__USE_SVID]: Likewise.
14460         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14461         * posix/sys/wait.h [__USE_BSD]: Likewise.
14462         [__USE_SVID]: Likewise.
14463         * posix/unistd.h [__USE_BSD]: Likewise.
14464         [__USE_SVID]: Likewise.
14465         * pwd/pwd.h [__USE_SVID]: Likewise.
14466         * resolv/netdb.h [__USE_BSD]: Likewise.
14467         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14468         * signal/signal.h [__USE_BSD]: Likewise.
14469         [__USE_SVID]: Likewise.
14470         * socket/sys/socket.h [__USE_BSD]: Likewise.
14471         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14472         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14473         [__USE_SVID]: Likewise.
14474         * string/bits/string2.h [__USE_BSD]: Likewise.
14475         [__USE_SVID]: Likewise.
14476         * string/bits/string3.h [__USE_BSD]: Likewise.
14477         * string/endian.h [__USE_BSD]: Likewise.
14478         * string/string.h [__USE_SVID]: Likewise.
14479         [__USE_BSD]: Likewise.
14480         * string/strings.h [__USE_BSD]: Likewise.
14481         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14482         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14483         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14484         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14485         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14486         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14487         Likewise.
14488         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14489         Likewise.
14490         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14491         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14492         Likewise.
14493         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14494         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14495         Likewise.
14496         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14497         Likewise.
14498         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14499         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14500         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14501         Likewise.
14502         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14503         Likewise.
14504         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14505         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14506         * termios/termios.h [__USE_BSD]: Likewise.
14507         * time/sys/time.h [__USE_BSD]: Likewise.
14508         * time/time.h [__USE_BSD]: Likewise.
14509         [__USE_SVID]: Likewise.
14511         * Makefile (subdir_targets): Remove subdir_lint.out.
14513         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14514         (do-tst-printf): Likewise.
14515         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14516         $(objpfx)tst-printf.out.
14518         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14520         * Makerules (check-abi-%): Change target to
14521         $(objpfx)check-abi-%.out.
14522         (check-abi target): Update dependencies.
14523         (check-abi-pattern variable): Redirect output of diff to $@.
14524         (check-abi variable): Likewise.
14525         * elf/Makefile (check-abi): Update dependencies.
14527         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14528         unused.
14529         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14530         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14531         subnormal range.
14532         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14533         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14534         value has largest subnormal exponent.
14535         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14536         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14537         * sysdeps/aarch64/soft-fp/sfp-machine.h
14538         (_FP_TININESS_AFTER_ROUNDING): New macro.
14539         * sysdeps/alpha/soft-fp/sfp-machine.h
14540         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14541         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14542         Likewise.
14543         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14544         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14545         * sysdeps/mips/soft-fp/sfp-machine.h
14546         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14547         * sysdeps/powerpc/soft-fp/sfp-machine.h
14548         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14549         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14550         Likewise.
14551         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14552         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14553         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14554         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14555         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14556         Likewise.
14558 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14560         [BZ #16545]
14561         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14562         model 1.
14564 2014-02-12  Richard Henderson  <rth@redhat.com>
14566         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14567         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14568         * sysdeps/unix/sysv/linux/alpha: Move directory from
14569         ports/sysdeps/unix/sysv/linux/alpha.
14570         * README: Update listing for alpha-*-linux-gnu.
14572 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14574         * include/features.h: Update comment documenting feature test
14575         macros.
14576         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14577         _DEFAULT_SOURCE.
14578         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14579         (_SVID_SOURCE): Likewise.
14580         (_DEFAULT_SOURCE): Update description of default features.
14581         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14582         with _GNU_SOURCE.
14583         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14584         (S_ISVTX): Likewise.
14585         * manual/math.texi (Mathematical Constants): Likewise.
14586         * manual/signal.texi (Interrupted Primitives): Likewise.
14587         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14588         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14589         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14590         Don't refer to _SVID_SOURCE in warning text.
14592         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14594         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14595         already defined.
14596         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14597         * sysdeps/mips/dl-lookup.c: Remove.
14598         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14600 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14602         [BZ #16447]
14603         * math/auto-libm-test-in: Add testcase for expl.
14604         * math/auto-libm-test-out: Regenerate.
14605         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14606         calculation of unsafe.
14607         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14609 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14611         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14612         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14613         ports/sysdeps/unix/sysv/linux/aarch64.
14614         * README: Update listing for aarch64*-*-linux-gnu.
14616 2014-02-11  Will Newton  <will.newton@linaro.org>
14618         * manual/probes.texi (Mathematical Function Probes): Use
14619         "triggered" instead of "hit".
14621         * manual/probes.texi (Internal Probes): Add documentation
14622         of setjmp, longjmp and longjmp_target probes.
14624         * include/stap-probe.h: Add comment about probe argument
14625         format.
14627         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14628         definition.  (tr_where, tr_freehook, tr_mallochook,
14629         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14631 2014-02-11  David S. Miller  <davem@davemloft.net>
14633         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14634         processing int_tests.
14636 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14638         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14639         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14640         * sysdeps/unix/sysv/linux/mips: Move directory from
14641         ports/sysdeps/unix/sysv/linux/mips.
14642         * README: Update listing for mips-*-linux-gnu and
14643         mips64-*-linux-gnu.
14645 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14647         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14648         * sysdeps/unix/sysv/linux/m68k: Move directory from
14649         ports/sysdeps/unix/sysv/linux/m68k.
14650         * README: Update listing for m68k-*-linux-gnu.
14652 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14654         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14655         * sysdeps/unix/sysv/linux/generic: Move directory from
14656         ports/sysdeps/unix/sysv/linux/generic.
14657         * sysdeps/unix/sysv/linux/tile: Move directory from
14658         ports/sysdeps/unix/sysv/linux/tile.
14659         * README: Update listing for tile*-*-linux-gnu.
14661 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14663         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14664         __builtin_expect.
14665         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14666         * catgets/open_catalog.c (__open_catalog): Likewise.
14667         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14668         * debug/confstr_chk.c: Likewise.
14669         * debug/fread_chk.c (__fread_chk): Likewise.
14670         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14671         * debug/getgroups_chk.c: Likewise.
14672         * debug/mbsnrtowcs_chk.c: Likewise.
14673         * debug/mbsrtowcs_chk.c: Likewise.
14674         * debug/mbstowcs_chk.c: Likewise.
14675         * debug/memcpy_chk.c: Likewise.
14676         * debug/memmove_chk.c: Likewise.
14677         * debug/mempcpy_chk.c: Likewise.
14678         * debug/memset_chk.c: Likewise.
14679         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14680         * debug/strcat_chk.c (__strcat_chk): Likewise.
14681         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14682         * debug/strncat_chk.c (__strncat_chk): Likewise.
14683         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14684         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14685         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14686         * debug/wcpncpy_chk.c: Likewise.
14687         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14688         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14689         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14690         * debug/wcsncpy_chk.c: Likewise.
14691         * debug/wcsnrtombs_chk.c: Likewise.
14692         * debug/wcsrtombs_chk.c: Likewise.
14693         * debug/wcstombs_chk.c: Likewise.
14694         * debug/wmemcpy_chk.c: Likewise.
14695         * debug/wmemmove_chk.c: Likewise.
14696         * debug/wmempcpy_chk.c: Likewise.
14697         * debug/wmemset_chk.c: Likewise.
14698         * dirent/scandirat.c (SCANDIRAT): Likewise.
14699         * dlfcn/dladdr1.c (dladdr1): Likewise.
14700         * dlfcn/dladdr.c (dladdr): Likewise.
14701         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14702         * dlfcn/dlerror.c (__dlerror): Likewise.
14703         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14704         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14705         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14706         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14707         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14708         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14709         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14710         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14711         Likewise.
14712         * elf/dl-conflict.c: Likewise.
14713         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14714         * elf/dl-dst.h: Likewise.
14715         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14716         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14717         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14718         * elf/dl-init.c (call_init, _dl_init): Likewise.
14719         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14720         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14721         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14722         Likewise.
14723         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14724         Likewise.
14725         * elf/dl-minimal.c (__libc_memalign): Likewise.
14726         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14727         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14728         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14729         * elf/dl-sym.c (do_sym): Likewise.
14730         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14731         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14732         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14733         * elf/dl-writev.h (_dl_writev): Likewise.
14734         * elf/ldconfig.c (search_dir): Likewise.
14735         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14736         (dl_main): Likewise.
14737         * elf/setup-vdso.h (setup_vdso): Likewise.
14738         * grp/compat-initgroups.c (compat_call): Likewise.
14739         * grp/fgetgrent.c (fgetgrent): Likewise.
14740         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14741         * grp/putgrent.c (putgrent): Likewise.
14742         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14743         Likewise.
14744         * hurd/hurdinit.c: Likewise.
14745         * iconvdata/8bit-gap.c (struct): Likewise.
14746         * iconvdata/ansi_x3.110.c : Likewise.
14747         * iconvdata/big5.c : Likewise.
14748         * iconvdata/big5hkscs.c : Likewise.
14749         * iconvdata/cp1255.c: Likewise.
14750         * iconvdata/cp1258.c : Likewise.
14751         * iconvdata/cp932.c : Likewise.
14752         * iconvdata/euc-cn.c: Likewise.
14753         * iconvdata/euc-jisx0213.c : Likewise.
14754         * iconvdata/euc-jp.c: Likewise.
14755         * iconvdata/euc-jp-ms.c : Likewise.
14756         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14757         * iconvdata/gb18030.c : Likewise.
14758         * iconvdata/gbbig5.c (const): Likewise.
14759         * iconvdata/gbgbk.c: Likewise.
14760         * iconvdata/gbk.c : Likewise.
14761         * iconvdata/ibm1364.c : Likewise.
14762         * iconvdata/ibm930.c : Likewise.
14763         * iconvdata/ibm932.c: Likewise.
14764         * iconvdata/ibm933.c : Likewise.
14765         * iconvdata/ibm935.c : Likewise.
14766         * iconvdata/ibm937.c : Likewise.
14767         * iconvdata/ibm939.c : Likewise.
14768         * iconvdata/ibm943.c: Likewise.
14769         * iconvdata/iso_11548-1.c: Likewise.
14770         * iconvdata/iso-2022-cn.c : Likewise.
14771         * iconvdata/iso-2022-cn-ext.c : Likewise.
14772         * iconvdata/iso-2022-jp-3.c: Likewise.
14773         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14774         * iconvdata/iso-2022-kr.c : Likewise.
14775         * iconvdata/iso646.c (gconv_end): Likewise.
14776         * iconvdata/iso_6937-2.c : Likewise.
14777         * iconvdata/iso_6937.c : Likewise.
14778         * iconvdata/iso8859-1.c: Likewise.
14779         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14780         * iconvdata/shift_jisx0213.c : Likewise.
14781         * iconvdata/sjis.c : Likewise.
14782         * iconvdata/t.61.c : Likewise.
14783         * iconvdata/tcvn5712-1.c : Likewise.
14784         * iconvdata/tscii.c: Likewise.
14785         * iconvdata/uhc.c : Likewise.
14786         * iconvdata/unicode.c (gconv_end): Likewise.
14787         * iconvdata/utf-16.c (gconv_end): Likewise.
14788         * iconvdata/utf-32.c (gconv_end): Likewise.
14789         * iconvdata/utf-7.c (base64): Likewise.
14790         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14791         * iconv/gconv_close.c (__gconv_close): Likewise.
14792         * iconv/gconv_open.c (__gconv_open): Likewise.
14793         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14794         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14795         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14796         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14797         (ucs4le_internal_loop_single): Likewise.
14798         * iconv/iconv.c (iconv): Likewise.
14799         * iconv/iconv_close.c: Likewise.
14800         * iconv/loop.c (SINGLE): Likewise.
14801         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14802         * include/atomic.h: Likewise.
14803         * inet/inet6_option.c (option_alloc): Likewise.
14804         * intl/bindtextdom.c (set_binding_values): Likewise.
14805         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14806         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14807         * intl/localealias.c (read_alias_file): Likewise.
14808         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14809         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14810         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14811         * libio/fmemopen.c (fmemopen): Likewise.
14812         * libio/iofgets.c (_IO_fgets): Likewise.
14813         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14814         * libio/iofgetws.c (fgetws): Likewise.
14815         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14816         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14817         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14818         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14819         * locale/findlocale.c (_nl_find_locale): Likewise.
14820         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14821         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14822         Likewise.
14823         * locale/setlocale.c (setlocale): Likewise.
14824         * login/programs/pt_chown.c (main): Likewise.
14825         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14826         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14827         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14828         (mmap, mmap64, mremap, munmap): Likewise.
14829         * math/e_exp2l.c: Likewise.
14830         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14831         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14832         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14833         * math/s_catan.c (__catan): Likewise.
14834         * math/s_catanf.c (__catanf): Likewise.
14835         * math/s_catanh.c (__catanh): Likewise.
14836         * math/s_catanhf.c (__catanhf): Likewise.
14837         * math/s_catanhl.c (__catanhl): Likewise.
14838         * math/s_catanl.c (__catanl): Likewise.
14839         * math/s_ccosh.c (__ccosh): Likewise.
14840         * math/s_ccoshf.c (__ccoshf): Likewise.
14841         * math/s_ccoshl.c (__ccoshl): Likewise.
14842         * math/s_cexp.c (__cexp): Likewise.
14843         * math/s_cexpf.c (__cexpf): Likewise.
14844         * math/s_cexpl.c (__cexpl): Likewise.
14845         * math/s_clog10.c (__clog10): Likewise.
14846         * math/s_clog10f.c (__clog10f): Likewise.
14847         * math/s_clog10l.c (__clog10l): Likewise.
14848         * math/s_clog.c (__clog): Likewise.
14849         * math/s_clogf.c (__clogf): Likewise.
14850         * math/s_clogl.c (__clogl): Likewise.
14851         * math/s_csin.c (__csin): Likewise.
14852         * math/s_csinf.c (__csinf): Likewise.
14853         * math/s_csinh.c (__csinh): Likewise.
14854         * math/s_csinhf.c (__csinhf): Likewise.
14855         * math/s_csinhl.c (__csinhl): Likewise.
14856         * math/s_csinl.c (__csinl): Likewise.
14857         * math/s_csqrt.c (__csqrt): Likewise.
14858         * math/s_csqrtf.c (__csqrtf): Likewise.
14859         * math/s_csqrtl.c (__csqrtl): Likewise.
14860         * math/s_ctan.c (__ctan): Likewise.
14861         * math/s_ctanf.c (__ctanf): Likewise.
14862         * math/s_ctanh.c (__ctanh): Likewise.
14863         * math/s_ctanhf.c (__ctanhf): Likewise.
14864         * math/s_ctanhl.c (__ctanhl): Likewise.
14865         * math/s_ctanl.c (__ctanl): Likewise.
14866         * math/w_pow.c: Likewise.
14867         * math/w_powf.c: Likewise.
14868         * math/w_powl.c: Likewise.
14869         * math/w_scalb.c (sysv_scalb): Likewise.
14870         * math/w_scalbf.c (sysv_scalbf): Likewise.
14871         * math/w_scalbl.c (sysv_scalbl): Likewise.
14872         * misc/error.c (error_tail): Likewise.
14873         * misc/pselect.c (__pselect): Likewise.
14874         * nis/nis_callback.c (__nis_create_callback): Likewise.
14875         * nis/nis_call.c (__nisfind_server): Likewise.
14876         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14877         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14878         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14879         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14880         * nis/nis_lookup.c (nis_lookup): Likewise.
14881         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14882         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14883         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14884         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14885         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14886         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14887         * nis/nss_compat/compat-initgroups.c (add_group)
14888         (internal_getgrent_r): Likewise.
14889         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14890         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14891         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14892         (internal_getspnam_r): Likewise.
14893         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14894         (_nss_nis_getaliasbyname_r): Likewise.
14895         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14896         (_nss_nis_getntohost_r): Likewise.
14897         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14898         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14899         (_nss_nis_getgrgid_r): Likewise.
14900         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14901         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14902         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14903         (_nss_nis_gethostbyname4_r): Likewise.
14904         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14905         (initgroups_netid): Likewise.
14906         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14907         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14908         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14909         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14910         (_nss_nis_getprotobynumber_r): Likewise.
14911         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14912         (_nss_nis_getsecretkey): Likewise.
14913         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14914         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14915         (_nss_nis_getpwuid_r): Likewise.
14916         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14917         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14918         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14919         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14920         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14921         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14922         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14923         Likewise.
14924         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14925         (_nss_nisplus_getntohost_r): Likewise.
14926         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14927         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14928         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14929         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14930         Likewise.
14931         * nis/nss_nisplus/nisplus-initgroups.c
14932         (_nss_nisplus_initgroups_dyn): Likewise.
14933         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14934         (_nss_nisplus_getnetbyaddr_r): Likewise.
14935         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14936         (_nss_nisplus_getprotobynumber_r): Likewise.
14937         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14938         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14939         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14940         Likewise.
14941         * nis/nss_nisplus/nisplus-service.c
14942         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14943         (_nss_nisplus_getservbyport_r): Likewise.
14944         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14945         (_nss_nisplus_getspnam_r): Likewise.
14946         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14947         Likewise.
14948         * nscd/aicache.c (addhstaiX): Likewise.
14949         * nscd/cache.c (cache_search, prune_cache): Likewise.
14950         * nscd/connections.c (register_traced_file, send_ro_fd)
14951         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14952         (main_loop_epoll): Likewise.
14953         * nscd/grpcache.c (addgrbyX): Likewise.
14954         * nscd/hstcache.c (addhstbyX): Likewise.
14955         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14956         * nscd/mem.c (gc, mempool_alloc): Likewise.
14957         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14958         (addinnetgrX): Likewise.
14959         * nscd/nscd-client.h (__nscd_acquire_maplock)
14960         (__nscd_drop_map_ref): Likewise.
14961         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14962         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14963         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14964         Likewise.
14965         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14966         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14967         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14968         (__nscd_get_map_ref): Likewise.
14969         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14970         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14971         Likewise.
14972         * nscd/pwdcache.c (addpwbyX): Likewise.
14973         * nscd/selinux.c (preserve_capabilities): Likewise.
14974         * nscd/servicescache.c (addservbyX): Likewise.
14975         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14976         * posix/fnmatch.c (fnmatch): Likewise.
14977         * posix/getopt.c (_getopt_internal_r): Likewise.
14978         * posix/glob.c (glob, glob_in_dir): Likewise.
14979         * posix/wordexp.c (exec_comm_child): Likewise.
14980         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14981         (getanswer_r, gaih_getanswer_slice): Likewise.
14982         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14983         * resolv/res_init.c: Likewise.
14984         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14985         * resolv/res_query.c (__libc_res_nquery): Likewise.
14986         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14987         Likewise.
14988         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14989         * stdio-common/perror.c (perror): Likewise.
14990         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14991         * stdio-common/tmpnam.c (tmpnam): Likewise.
14992         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14993         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14994         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14995         Likewise.
14996         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14997         * stdlib/putenv.c (putenv): Likewise.
14998         * stdlib/setenv.c (__add_to_environ): Likewise.
14999         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15000         * stdlib/strtol_l.c (INTERNAL): Likewise.
15001         * string/memmem.c (memmem): Likewise.
15002         * string/strerror.c (strerror): Likewise.
15003         * string/strnlen.c (__strnlen): Likewise.
15004         * string/test-memmem.c (simple_memmem): Likewise.
15005         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15006         * sunrpc/pm_getport.c (__get_socket): Likewise.
15007         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15008         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15009         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15010         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15011         Likewise.
15012         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15013         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15014         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15015         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15016         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15017         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15018         Likewise.
15019         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15020         Likewise.
15021         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15022         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15023         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15024         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15025         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15026         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15027         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15028         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15029         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15030         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15031         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15032         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15033         Likewise.
15034         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15035         Likewise.
15036         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15037         Likewise.
15038         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15039         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15040         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15041         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15042         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15043         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15044         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15045         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15046         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15047         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15048         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15049         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15050         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15051         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15052         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15053         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15054         Likewise.
15055         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15056         Likewise.
15057         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15058         Likewise.
15059         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15060         Likewise.
15061         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15062         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15063         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15064         Likewise.
15065         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15066         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15067         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15068         * sysdeps/posix/sleep.c: Likewise.
15069         * sysdeps/posix/tempname.c: Likewise.
15070         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15071         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15072         Likewise.
15073         * sysdeps/powerpc/powerpc32/dl-machine.h
15074         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15075         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15076         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15077         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15078         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15079         Likewise.
15080         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15081         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15082         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15083         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15084         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15085         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15086         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15087         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15088         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15089         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15090         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15091         (elf_machine_lazy_rel): Likewise.
15092         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15093         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15094         (elf_machine_lazy_rel): Likewise.
15095         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15096         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15097         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15098         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15099         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15100         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15101         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15102         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15103         Likewise.
15104         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15105         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15106         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15107         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15108         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15109         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15110         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15111         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15112         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15113         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15114         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15115         Likewise.
15116         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15117         (__posix_fallocate64_l64): Likewise.
15118         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15119         (posix_fallocate): Likewise.
15120         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15121         Likewise.
15122         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15123         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15124         (getifaddrs_internal): Likewise.
15125         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15126         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15127         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15128         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15129         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15130         (__posix_fallocate64_l64): Likewise.
15131         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15132         Likewise.
15133         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15134         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15135         (__get_clockfreq): Likewise.
15136         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15137         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15138         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15139         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15140         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15141         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15142         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15143         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15144         Likewise.
15145         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15146         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15147         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15148         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15149         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15150         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15151         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15152         Likewise.
15153         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15154         (posix_fallocate): Likewise.
15155         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15156         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15157         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15158         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15159         (elf_machine_rela, elf_machine_rela_relative)
15160         (elf_machine_lazy_rel): Likewise.
15161         * time/asctime.c (asctime_internal): Likewise.
15162         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15163         * time/tzset.c (__tzset_parse_tz): Likewise.
15164         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15165         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15166         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15167         * wcsmbs/wcsmbsload.h: Likewise.
15169         [BZ #15894]
15170         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15172         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15173         (arena_get2): Remove THREAD_STATS conditionals.
15174         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15175         (__malloc_stats, int): Likewise.
15177 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15179         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15180         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15182         * manual/setjmp.texi: Fix typos/grammar errors.
15184         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15185         Only return early when n is <= 0.  Delete unused return statement.
15187         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15188         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15189         * debug/tst-longjmp_chk3.c: New file.
15191         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15192         (test_main): Replace code with set_fortify_handler call.
15193         * debug/test-strcpy_chk.c: Likewise.
15194         * debug/tst-chk1.c: Likewise.
15195         * debug/tst-longjmp_chk.c: Likewise.
15196         * test-skeleton.c: Include fcntl.h & paths.h
15197         (set_fortify_handler): Define.
15199         * debug/tst-longjmp_chk.c: Add header comment and include
15200         ../test-skeleton.c.
15201         (do_test): Mark static.
15202         (TEST_FUNCTION): Define.
15204         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15205         (IP_PMTUDISC_INTERFACE): Likewise.
15206         (IP_MULTICAST_IF): Likewise.
15207         (IP_MULTICAST_TTL): Likewise.
15208         (IP_MULTICAST_LOOP): Likewise.
15209         (IP_ADD_MEMBERSHIP): Likewise.
15210         (IP_DROP_MEMBERSHIP): Likewise.
15211         (IP_UNBLOCK_SOURCE): Likewise.
15212         (IP_BLOCK_SOURCE): Likewise.
15213         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15214         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15215         (IP_MSFILTER): Likewise.
15216         (MCAST_JOIN_GROUP): Likewise.
15217         (MCAST_BLOCK_SOURCE): Likewise.
15218         (MCAST_UNBLOCK_SOURCE): Likewise.
15219         (MCAST_LEAVE_GROUP): Likewise.
15220         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15221         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15222         (MCAST_MSFILTER): Likewise.
15223         (IP_MULTICAST_ALL): Likewise.
15224         (IP_UNICAST_IF): Likewise.
15226         * timezone/Makefile: Delete $(have-ksh) check.
15227         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15228         * timezone/tzselect.ksh: Add +x mode bits.
15230         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15231         (ANON_INODE_FS_MAGIC): Likewise.
15232         (BDEVFS_MAGIC): Likewise.
15233         (BINFMTFS_MAGIC): Likewise.
15234         (BTRFS_TEST_MAGIC): Likewise.
15235         (CRAMFS_MAGIC_WEND): Likewise.
15236         (DEBUGFS_MAGIC): Likewise.
15237         (ECRYPTFS_SUPER_MAGIC): Likewise.
15238         (EXT3_SUPER_MAGIC): Likewise.
15239         (EXT4_SUPER_MAGIC): Likewise.
15240         (FUTEXFS_SUPER_MAGIC): Likewise.
15241         (HOSTFS_SUPER_MAGIC): Likewise.
15242         (HUGETLBFS_MAGIC): Likewise.
15243         (MINIX3_SUPER_MAGIC): Likewise.
15244         (MTD_INODE_FS_MAGIC): Likewise.
15245         (NILFS_SUPER_MAGIC): Likewise.
15246         (OPENPROM_SUPER_MAGIC): Likewise.
15247         (PIPEFS_MAGIC): Likewise.
15248         (PSTOREFS_MAGIC): Likewise.
15249         (QNX6_SUPER_MAGIC): Likewise.
15250         (RAMFS_MAGIC): Likewise.
15251         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15252         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15253         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15254         (SECURITYFS_MAGIC): Likewise.
15255         (SELINUX_MAGIC): Likewise.
15256         (SMACK_MAGIC): Likewise.
15257         (SOCKFS_MAGIC): Likewise.
15258         (SQUASHFS_MAGIC): Likewise.
15259         (STACK_END_MAGIC): Likewise.
15260         (TMPFS_MAGIC): Likewise.
15261         (USBDEVICE_SUPER_MAGIC): Likewise.
15262         (V9FS_MAGIC): Likewise.
15263         (XENFS_SUPER_MAGIC): Likewise.
15264         (CRAMFS_MAGIC): Fix typo in comment.
15265         (EXT2_SUPER_MAGIC): Update comment.
15266         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15268 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15270         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15271         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15272         * sysdeps/unix/sysv/linux/arm: Move directory from
15273         ports/sysdeps/unix/sysv/linux/arm.
15274         * README: Update listing for arm-*-linux-gnueabi.
15276         * README: Remove mention of am33.
15278 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15280         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15281         than the comma operator, to avoid "rhs of comma has no effect"
15282         compiler warnings.
15283         (__sigfillset, __sigandset, __sigorset): Likewise.
15284         * include/signal.h (__sigemptyset): Likewise.
15285         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15287 2014-02-07  Allan McRae  <allan@archlinux.org>
15289         * version.h (RELEASE): Set to "development".
15290         (VERSION): Set to "2.19.90"
15291         * NEWS: Add 2.20 section.
15293 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15295         [BZ #16529]
15296         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15298 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15300         * manual/contrib.texi: Update entry for Carlos O'Donell,
15301         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15303 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15305         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15307         * sysdeps/unix/sysv/linux/kernel-features.h
15308         [__LINUX_KERNEL_VERSION >= 0x020621]
15309         (__ASSUME_PROC_PID_TASK_COMM): Define.
15311 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15313         [BZ #16398]
15314         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15315         conversion when destination buffer does not have enough space.
15316         * libio/tst-ftell-partial-wide.c: New test case.
15317         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15319         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15320         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15321         Leonard and Allan McRae.
15323 2014-02-04  David S. Miller  <davem@davemloft.net>
15325         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15326         32-bit.
15328 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15331         New file
15332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15333         New file
15334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15335         New file.
15336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15337         New file.
15338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15339         New file.
15340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15341         New file.
15342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15343         New file.
15344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15345         New file.
15346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15347         New file.
15348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15349         New file.
15350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15351         New file.
15352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15353         New file.
15354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15355         New file.
15357 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15359         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15360         * shlib-versions: Likewise.
15362 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15363             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15365         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15366         (abilist-pattern): New variable, set to %-le.abilist.
15368         * Makerules (abilist-pattern): New variable.
15369         (vpath): Use $(abilist-pattern) in place of %.abilist.
15370         (check-abi-% pattern rule): Likewise.
15371         (check-abi, update-abi): Likewise.
15373 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15375         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15377 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15379         * manual/startup.texi: Add next, previous, and top entries for
15380         the `Program Arguments' and `Environment Variables' nodes.
15382 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15384         * manual/macros.texi: Add comments before MTASC-safety macros.
15386         * manual/users.texi: Document MTASC-safety properties.
15388         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15389         (pthread_getspecific, pthread_setspecific): Format with
15390         @deftypefun, and add @safety note.
15391         * manual/signal.texi: Move comments that analyze the above
15392         functions to their home place.
15394 2014-02-03  Allan McRae  <allan@archlinux.org>
15396         * po/sl.po: Update Slovenian translation from translation project.
15398 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15400         * manual/time.texi (timegm): Add missing blank after @c.
15401         Reported by Joseph Myers <joseph@codesourcery.com>.
15403 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15405         * manual/check-safety.sh: New.
15406         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15408         * manual/terminal.texi: Document MTASC-safety properties.
15410         * manual/filesys.texi: Document MTASC-safety properties.
15412         * manual/errno.texi: Document MTASC-safety properties.
15414         * manual/intro.texi: Document safety identifiers and
15415         conditionals.
15417         * manual/string.texi (wcstok): Fix prototype.
15418         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15420         * manual/time.texi: Document MTASC-safety properties.
15422         * manual/string.texi: Document MTASC-safety properties.
15424         * manual/threads.texi: Document MTASC-safety properties.
15426         * manual/stdio.texi: Document MTASC-safety properties.
15428         * manual/syslog.texi: Document MTASC-safety properties.
15430         * manual/sysinfo.texi: Document MTASC-safety properties.
15432         * manual/startup.texi: Document MTASC-safety properties.
15434         * manual/socket.texi: Document MTASC-safety properties.
15436         * manual/signal.texi: Document MTASC-safety properties.
15438 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15440         * manual/setjmp.texi: Document MTASC-safety properties.
15442         * manual/search.texi: Document MTASC-safety properties.
15444         * manual/resource.texi: Document MTASC-safety properties.
15446         * manual/process.texi: Document MTASC-safety properties.
15448         * manual/platform.texi: Document MTASC-safety properties.
15450         * manual/pipe.texi: Document MTASC-safety properties.
15452         * manual/pattern.texi: Document MTASC-safety properties.
15454         * manual/message.texi: Document MTASC-safety properties.
15456         [BZ #12751]
15457         * manual/memory.texi: Document MTASC-safety properties.
15459         * manual/math.texi: Document MTASC-safety properties.
15461         * manual/locale.texi: Document MTASC-safety properties.
15463         * manual/llio.texi: Document MTASC-safety properties.
15465         * manual/libdl.texi: New.
15467         * manual/lang.texi: Document MTASC-safety properties.
15469         * manual/job.texi: Document MTASC-safety properties.
15471         * manual/getopt.texi: Document MTASC-safety properties.
15473         * manual/ctype.texi: Document MTASC-safety properties.
15475 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15477         [BZ #16046]
15478         * csu/libc-tls.c (static_map): Remove variable.
15479         (__libc_setup_tls): Use main executable's link map for TLS data.
15480         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15481         casing for LM_ID_BASE and GL(dl_nns).
15482         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15483         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15484         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15485         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15486         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15487         member.
15488         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15489         l_phnum members.
15491 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15493         * manual/debug.texi: Document MTASC-safety properties.
15495 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15497         [BZ #16510]
15498         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15499         of __x86_64__ when disabling x87 inline functions.
15501 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15503         * manual/charset.texi: Document MTASC-safety properties.
15505         * manual/crypt.texi: Document MTASC-safety properties.
15507         * manual/conf.texi: Document MTASC-safety properties.
15509         * manual/arith.texi: Document MTASC-safety properties.
15511         * manual/argp.texi: Document MTASC-safety properties.
15513         * manual/macros.texi: Introduce macros to document multi
15514         thread, asynchronous signal and asynchronous cancellation
15515         safety properties.
15516         * manual/intro.texi: Introduce the properties themselves.
15518 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15520         * sysdeps/sh/sh4/Makefile: New file.
15522 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15524         * math/gen-libm-test.pl ($srcdir): New variable.
15525         ($auto_input): Use it.
15527 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15529         [BZ #16506]
15530         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15531         access beyond array bounds when parsing netgroups file.
15533         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15534         the old buffer before realloc.
15536 2014-01-27  Allan McRae  <allan@archlinux.org>
15538         * po/fr.po: Update French translation from translation project.
15540 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15542         * sysdeps/sh/libm-test-ulps: Regenerate.
15544 2014-01-24  David S. Miller  <davem@davemloft.net>
15546         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15548 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15550         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15551         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15553 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15555         [BZ #16474]
15556         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15557         string pointers after reallocation.
15559 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15561         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15562         __SH4A__ instead of __SH_FPU_ANY__.
15564 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15566         * sysdeps/sh/fpu_control.h: New file.
15567         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15568         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15569         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15570         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15571         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15572         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15573         * sysdeps/sh/sys/ucontext.h: Remove.
15574         * sysdeps/sh/sys: Remove directory.
15576 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15578         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15579         s390/sys/ucontext.h.
15580         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15581         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15583 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15585         [BZ #15605]
15586         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15588 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15590         [BZ#16431]
15591         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15592         Adjust the vDSO correctly for internal calls.
15593         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15595 2014-01-20  Allan McRae  <allan@archlinux.org>
15597         * po/ca.po: Update Catalan translation from translation project.
15599 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15601         * sysdeps/s390/sotruss-lib.c: New file.
15603 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15605         [BZ#16430]
15606         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15607         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15608         local calls issues by not having a PLT stub required for IFUNC calls.
15609         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15611 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15613         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15614         * math/test-fpucw-static.c: Likewise.
15616 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15618         [BZ #16453]
15619         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15621 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15623         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15624         implementation for powerpc.
15626 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15628         [BZ #14782]
15629         * sysdeps/posix/system.c (__libc_system): Do not enable
15630         asynchronous cancellation.
15632 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15634         [BZ #16427]
15635         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15636         handling only for numbers special also in the IEEE case.
15638 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15640         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15642 2014-01-11  Allan McRae  <allan@archlinux.org>
15644         * po/bg.po: Update Bulgarian translation from translation project.
15646         * po/de.po: Update German translation from translation project.
15648 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15650         * sysdeps/generic/gcc-compat.h: New file.
15652 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15654         * benchtests/asin-inputs: Correct slow inputs.
15655         * benchtests/acos-inputs: Likewise.
15657 2014-01-10  Allan McRae  <allan@archlinux.org>
15659         * po:sv.po: Update Swedish translation from translation project.
15661         * po/vi.po: Update Vietnamese translation from translation project.
15663         * po/eo.po: Update Esperanto translation from translation project.
15665         * po/cs.po: Update Czech translation from translation project.
15667         * po/nl.po: Update Dutch translation from translation project.
15669         * po/pl.po: Update Polish translation from translation project.
15671         * po/ru.po: Update Russian translation from translation project.
15673         * po/uk.po: Update Ukrainian translation from translation project.
15675 2014-01-08  Brooks Moses  <bmoses@google.com>
15677         * elf/dl-load.c: Fix comment typo.
15679 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15681         * po/header.pot: Rename to...
15682         * po/pot.header: ... this.
15683         * po/Makefile: Use pot.header.
15685 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15686             Maxim Kuvyrkov  <maxim@kugelworks.com>
15688         [BZ #16394]
15689         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15690         SRC and DEST against LEN.
15692 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15694         [BZ #16414]
15695         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15696         implementation.
15697         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15699 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15703 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15705         [BZ #16408]
15706         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15707         for large positive arguments.
15709 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15711         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15713         * math/auto-libm-test-in: Mark various tests with
15714         xfail-rounding:ldbl-128ibm.
15715         * math/auto-libm-test-out: Regenerated.
15717         [BZ #16407]
15718         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15719         Increase overflow threshold.
15721 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15723         [BZ #14286]
15724         * stdio-common/vfprintf.c: Check for integer overflow.
15726 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15728         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15729         the first argument and return value of __tls_get_addr_internal.
15731 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15733         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15734         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15736 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15738         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15739         * sysdeps/s390/rtld-global-offsets.sym: New file.
15740         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15741         GLIBC_2.19 symbol.
15742         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15743         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15744         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15745         ... this.
15746         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15747         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15748         ... this.
15749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15750         Regenerate.
15751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15752         Regenerate.
15753         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15754         halfs of GPRs for high_gprs contexts.
15755         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15756         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15757         field.
15758         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15759         uc_flags field.
15760         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15761         64 bit versions:
15762         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15763         for high GPRs (uc_high_gprs) and for future extensions
15764         (__reserved).
15765         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15766         for future extensions (__reserved).
15767         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15768         64 bit versions:
15769         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15770         SC_HIGHGPRS offset definition.
15771         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15772         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15774         * Versions.def: Add GLIBC_2.19 for libpthread.
15775         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15776         siglongjmp for libpthread with GLIBC_2.19 symver.
15777         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15778         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15779         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15780         * sysdeps/s390/__longjmp.c: New file.
15781         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15782         * sysdeps/s390/longjmp.c: New file.
15783         * sysdeps/s390/setjmp.S: New file.
15784         * sysdeps/s390/sigjmp.S: New file.
15785         * sysdeps/s390/v1-longjmp.c: New file.
15786         * sysdeps/s390/v1-setjmp.h: New file.
15787         * sysdeps/s390/v1-sigjmp.c: New file.
15788         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15789         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15790         GLIBC_2.19 version.
15791         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15792         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15793         versioned symbols for ____longjmp_chk.
15794         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15795         Likewise.
15796         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15797         Regenerate.
15798         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15799         Regenerate.
15800         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15801         Regenerate.
15802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15803         Regenerate.
15804         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15805         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15806         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15807         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15808         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15809         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15810         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15811         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15812         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15813         * sysdeps/s390/rtld-__longjmp.c: New file.
15814         * sysdeps/s390/rtld-setjmp.S: New file.
15816 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15818         [BZ #16400]
15819         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15820         Return -__logl (x) for small positive arguments without evaluating
15821         a polynomial.
15823 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15825         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15826         Rename to ...
15827         (__ptrace_peeksiginfo_args): ... this.
15828         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15829         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15830         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15832 2014-01-06  Allan McRae  <allan@archlinux.org>
15834         * inet/netinet/in.h: Fix typo in comment.
15836 2014-01-05  Andreas Jaeger  <aj@suse.de>
15838         * sysdeps/i386/fpu/libm-test-ulps: Update.
15840 2014-01-05  Allan McRae  <allan@archlinux.org>
15842         * po/libc.pot: Regenerated.
15844         * malloc/memusagestat.c: Fix gettext call formatting.
15846 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15848         * nscd/nscd.c: Improve usage() output.
15850 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15852         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15853         * sysdeps/unix/sysv/linux/configure: Regenerated.
15854         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15855         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15857 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15859         [BZ #16390]
15860         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15861         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15863 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15865         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15866         extra tokens at end of #undef directive.
15867         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15868         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15869         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15871 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15873         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15875         * math/auto-libm-test-in: Mark various tests with
15876         xfail-rounding:ldbl-128ibm.
15877         * math/auto-libm-test-out: Regenerated.
15879 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15881         [BZ #16386]
15882         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15883         numbers with subnormal high part when calculating exponent.
15885         [BZ #16385]
15886         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15887         fabs.
15889         [BZ #16384]
15890         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15891         M_LN2l.
15892         (__ieee754_acoshl): Use __log1pl not __log1p.
15894 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15896         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15897         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15898         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15899         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15900         (reused_arena, arena_get2): Convert to GNU style.
15901         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15902         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15903         (memalign_check, __malloc_set_state): Likewise.
15904         * malloc/mallocbug.c (main): Likewise.
15905         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15906         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15907         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15908         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15909         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15910         (__posix_memalign, malloc_info): Likewise.
15911         * malloc/malloc.h: Likewise.
15912         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15913         (mallochook, memalignhook, reallochook, mabort): Likewise.
15914         * malloc/mcheck.h: Likewise.
15915         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15916         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15917         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15918         * malloc/morecore.c (__default_morecore): Likewise.
15919         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15920         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15921         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15922         (print_and_abort): Likewise.
15923         * malloc/obstack.h: Likewise.
15924         * malloc/set-freeres.c (__libc_freeres): Likewise.
15925         * malloc/tst-mallocstate.c (main): Likewise.
15926         * malloc/tst-mtrace.c (main): Likewise.
15927         * malloc/tst-realloc.c (do_test): Likewise.
15929 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15931         [BZ #16366]
15932         * nscd/netgroupcache.c (do_notfound): New function.
15933         (addgetnetgrentX): Use it.
15935         [BZ # 16365]
15936         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15937         NSS_STATUS_NOTFOUND.
15939 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15941         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15944 2014-01-01  Allan McRae  <allan@archlinux.org>
15946         * scripts/update-copyrights: Update configure input file suffix.
15948         * NEWS: Update copyright year.
15949         * catgets/gencat.c: Likewise.
15950         * csu/version.c: Likewise.
15951         * debug/catchsegv.sh: Likewise.
15952         * debug/pcprofiledump.c: Likewise.
15953         * debug/xtrace.sh: Likewise.
15954         * elf/ldconfig.c: Likewise.
15955         * elf/ldd.bash.in: Likewise.
15956         * elf/pldd.c: Likewise.
15957         * elf/sotruss.ksh: Likewise.
15958         * elf/sprof.c: Likewise.
15959         * iconv/iconv_prog.c: Likewise.
15960         * iconv/iconvconfig.c: Likewise.
15961         * locale/programs/locale.c: Likewise.
15962         * locale/programs/localedef.c: Likewise.
15963         * login/programs/pt_chown.c: Likewise.
15964         * malloc/memusage.sh: Likewise.
15965         * malloc/memusagestat.c: Likewise.
15966         * malloc/mtrace.pl: Likewise.
15967         * manual/libc.texinfo: Likewise.
15968         * nscd/nscd.c: Likewise.
15969         * nss/getent.c: Likewise.
15970         * nss/makedb.c: Likewise.
15971         * posix/getconf.c: Likewise.
15972         * scripts/test-installation.pl: Likewise.
15974         * All files with FSF copyright notices: Update copyright dates
15975         using scripts/update-copyrights.
15976         * intl/plural.c: Regenerated.
15977         * locale/programs/charmap-kw.h: Likewise.
15978         * locale/programs/locfile-kw.h: Likewise.
15980 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15982         * sysdeps/unix/sysv/linux/configure: Regenerated.
15983         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15984         the linux/fanotify.h header.
15985         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15986         HAVE_LINUX_FANOTIFY_H is defined.
15988 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15990         * benchtests/cos-inputs: New inputs.
15991         * benchtests/sin-inputs: Likewise.
15993         * benchtests/atan-inputs: New inputs. Fix name of multiple
15994         precision fallback inputs.
15996         * benchtests/atanh-inputs: New inputs.
15997         * benchtests/tanh-inputs: Likewise.
15999         * benchtests/acosh-inputs: New inputs.
16000         * benchtests/asinh-inputs: Likewise.
16002         * benchtests/cosh-inputs: New inputs.
16003         * benchtests/sinh-inputs: Likewise.
16005         * benchtests/acos-inputs: Add more inputs.
16006         * benchtests/asin-inputs: Likewise.
16008 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16010         [BZ #16375]
16011         * manual/arith.texi: Fix spelling.
16012         * manual/charset.texi: Likewise.
16013         * manual/errno.texi: Likewise.
16014         * manual/filesys.texi: Likewise.
16015         * manual/lang.texi: Likewise.
16016         * manual/llio.texi: Likewise.
16017         * manual/locale.texi: Likewise.
16018         * manual/message.texi: Likewise.
16019         * manual/resource.texi: Likewise.
16020         * manual/search.texi: Likewise.
16021         * manual/setjmp.texi: Likewise.
16022         * manual/stdio.texi: Likewise.
16023         * manual/string.texi: Likewise.
16024         * manual/sysinfo.texi: Likewise.
16025         * manual/time.texi: Likewise.
16027 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16029         * po/sl.po: New file.
16031 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16033         * .gitignore: Add core/.gdbinit/.gdb_history.
16035 2013-12-27  Allan McRae  <allan@archlinux.org>
16037         [BZ #16369]
16038         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16039         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16041 2013-12-24  Brooks Moses  <bmoses@google.com>
16043         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16044         all compilers that claim C++98 compliance, not just GCC.
16045         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16046         Likewise.
16048 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16050         * NEWS: Restore accidentally deleted bug-fix entries.
16052 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16053             Ondřej Bílka  <neleai@seznam.cz>
16055         [BZ #15073]
16056         * malloc/malloc.c (_int_free): Perform sanity check only if we
16057         have_lock.
16059 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16061         [BZ #12986]
16062         * manual/stdio.texi (String Input Conversions): Clarify that character
16063         classes are not supported.
16065 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16067         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16069 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16071         [BZ #16337]
16072         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16073         Calculate results for small negative arguments directly rather
16074         than using reflection formula with special underflow handling.
16076         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16077         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16078         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16079         (fchflags): Likewise.
16080         (revoke): Likewise.
16081         (setlogin): Likewise.
16082         (sigaltstack): Likewise.
16083         (wait4): Likewise.
16084         (sigblock): Remove.
16085         (sigsetmask): Likewise.
16086         (wait3): Likewise.
16087         (waitpid): Likewise.
16088         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16089         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16090         file.
16091         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16092         * sysdeps/unix/bsd/Makefile: ... here.
16093         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16094         * sysdeps/unix/bsd/Versions: ... here.
16095         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16096         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16097         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16098         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16099         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16100         * sysdeps/unix/bsd/sigblock.c: ... here.
16101         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16102         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16103         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16104         * sysdeps/unix/bsd/sigvec.c: ... here.
16105         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16106         * sysdeps/unix/bsd/tcdrain.c: ... here.
16107         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16108         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16109         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16110         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16111         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16112         * sysdeps/unix/bsd/wait.c: ... here.
16113         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16114         * sysdeps/unix/bsd/wait3.c: ... here.
16115         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16116         * sysdeps/unix/bsd/waitpid.c: ... here.
16118 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16120         [BZ #16356]
16121         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16122         round-to-nearest for [!USE_AS_EXPM1L].
16123         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16124         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16125         more tests of exp and exp10.  Expect some exp10 tests to miss
16126         exceptions or fail in directed rounding modes.
16127         * math/auto-libm-test-out: Regenerated.
16128         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16129         (exp10_test_tonearest): New function.
16130         (exp10_towardzero_test_data): New array.
16131         (exp10_test_towardzero): New function.
16132         (exp10_downward_test_data): New array.
16133         (exp10_test_downward): New function.
16134         (exp10_upward_test_data): New array.
16135         (exp10_test_upward): New function.
16136         (main): Call the new functions.
16137         * sysdeps/i386/fpu/libm-test-ulps: Update.
16138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16140 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16142         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16143         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16144         * math/auto-libm-test-out: Regenerated.
16145         * math/libm-test.inc (acosh_test_data): Add more tests.
16146         (atanh_test_data): Likewise.
16147         (ceil_test_data): Likewise.
16148         (copysign_test_data): Likewise.
16149         * sysdeps/i386/fpu/libm-test-ulps: Update.
16150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16152         * timezone/checktab.awk: Update from tzcode 2013i.
16153         * timezone/private.h: Likewise.
16154         * timezone/scheck.c: Likewise.
16155         * timezone/tzfile.h: Likewise.
16156         * timezone/tzselect.ksh: Likewise.
16157         * timezone/zdump.c: Likewise.
16158         * timezone/zic.c: Likewise.
16160         * math/auto-libm-test-in: Add tests of cpow.
16161         * math/auto-libm-test-out: Regenerated.
16162         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16163         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16164         mpc_cc_c.
16165         (func_calc_desc): Add mpc_cc_c union field.
16166         (test_functions): Add cpow.
16167         (special_fill_2pi): New function.
16168         (special_real_inputs): Add 2pi.
16169         (calc_generic_results): Handle mpc_cc_c.
16170         * sysdeps/i386/fpu/libm-test-ulps: Update.
16171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16173         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16174         csqrt, ctan and ctanh.
16175         * math/auto-libm-test-out: Regenerated.
16176         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16177         (TEST_COND_x86): Likewise.
16178         (ccos_test_data): Use AUTO_TESTS_c_c.
16179         (ccosh_test_data): Likewise.
16180         (cexp_test_data): Likewise.
16181         (clog_test_data): Likewise.
16182         (csqrt_test_data): Likewise.
16183         (ctan_test_data): Likewise.
16184         (ctan_tonearest_test_data): Likewise.
16185         (ctan_towardzero_test_data): Likewise.
16186         (ctan_downward_test_data): Likewise.
16187         (ctan_upward_test_data): Likewise.
16188         (ctanh_test_data): Likewise.
16189         (ctanh_tonearest_test_data): Likewise.
16190         (ctanh_towardzero_test_data): Likewise.
16191         (ctanh_downward_test_data): Likewise.
16192         (ctanh_upward_test_data): Likewise.
16193         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16194         mpc_c_c.
16195         (func_calc_desc): Add mpc_c_c union field.
16196         (FUNC_mpc_c_c): New macro.
16197         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16198         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16199         ctanh.
16200         (special_fill_min_subnorm_p120): New function.
16201         (special_real_inputs): Add min_subnorm_p120.
16202         (calc_generic_results): Handle mpc_c_c.
16203         * sysdeps/i386/fpu/libm-test-ulps: Update.
16204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16206 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16208         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16209         (do_sin_slow): New functions.
16210         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16211         (cslow2, csloww1, csloww2): Use the new functions.
16213         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16214         Use M to change sign of result instead of X.  Assume X is
16215         positive.
16216         (csloww1): Likewise.
16217         (__sin): Adjust.
16218         (__cos): Adjust.
16220         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16221         arguments A and DA.
16222         (__sin): Adjust.
16223         (__cos): Likewise.
16225         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16226         (__cos): Likewise.
16227         (sloww1): Don't adjust sign of DX.
16228         (csloww1): Likewise.
16229         (sloww2): Use X directly and don't adjust sign of DX.
16230         (csloww2): Likewise.
16232 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16234         * math/auto-libm-test-in: Add tests of cabs and carg.
16235         * math/auto-libm-test-out: Regenerated.
16236         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16237         (carg_test_data): Likewise.
16238         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16239         mpc_c_f.
16240         (func_calc_desc): Add mpc_c_f union field.
16241         (test_functions): Add cabs and carg.
16242         (calc_generic_results): Handle mpc_c_f.
16244         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16245         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16246         as a macro and a compat symbol.
16247         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16248         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16249         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16250         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16251         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16252         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16253         not use .hidden.
16254         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16255         Likewise.
16256         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16257         Likewise.
16258         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16259         Likewise.
16260         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16261         Likewise.
16262         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16263         Likewise.
16264         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16265         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16266         from GLIBC_2.3.2.
16268 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16272 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16274         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16275         trailing whitespace removed.
16276         * scripts/config.guess: Update to version 2013-11-29.
16277         * scripts/config.sub: Update to version 2013-10-01.
16279         * math/auto-libm-test-in: Add tests of sincos.
16280         * math/auto-libm-test-out: Regenerated.
16281         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16282         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16283         mpfr_f_11.
16284         (func_calc_desc): Add mpfr_f_11 union field.
16285         (test_functions): Add sincos.
16286         (calc_generic_results): Handle mpfr_f_11.
16287         * sysdeps/i386/fpu/libm-test-ulps: Update.
16288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16290 2013-12-19  Andreas Schwab  <schwab@suse.de>
16292         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16293         CALL_MCOUNT.
16294         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16295         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16296         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16298 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16300         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16301         * sysdeps/i386/fpu/libm-test-ulps: Update.
16302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16304         [BZ #16293]
16305         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16306         round-to-nearest mode when using frndint.
16307         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16308         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16309         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16310         Likewise.
16311         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16312         sinh test to fail.
16313         * math/auto-libm-test-out: Regenerated.
16314         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16315         (TEST_COND_x86): Likewise.
16316         (expm1_tonearest_test_data): New array.
16317         (expm1_test_tonearest): New function.
16318         (expm1_towardzero_test_data): New array.
16319         (expm1_test_towardzero): New function.
16320         (expm1_downward_test_data): New array.
16321         (expm1_test_downward): New function.
16322         (expm1_upward_test_data): New array.
16323         (expm1_test_upward): New function.
16324         (main): Run the new test functions.
16325         * sysdeps/i386/fpu/libm-test-ulps: Update.
16326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16328         * include/features.h: Update comment documenting feature test
16329         macros.  Mention _DEFAULT_SOURCE in comment.
16330         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16331         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16332         _BSD_SOURCE and _SVID_SOURCE.
16333         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16334         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16335         !_SVID_SOURCE]: Likewise.
16336         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16337         (__USE_POSIX_IMPLICITLY): Define.
16338         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16339         (_POSIX_SOURCE): Undefine and redefine.
16340         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16341         (_POSIX_C_SOURCE): Likewise.
16342         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16343         (Feature Test Macros): Update documentation of default features.
16345 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16347         * benchtests/Makefile: Add bench-strtok.
16348         * benchtests/bench-strtok.c: New file: strtok benchtest.
16350 2013-12-19  Allan McRae  <allan@archlinux.org>
16352         * manual/install.texi: Suppress menu for plain text output.
16353         * INSTALL: Regenerated.
16355 2013-12-18  Brooks Moses  <bmoses@google.com>
16357         [BZ #15846]
16358         * misc/getauxval.c: Include errno.h.
16359         (__getauxval): Set errno to ENOENT if the requested type is not
16360         found.
16361         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16362         don't declare with __attribute_const__.
16363         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16364         * manual/startup.texi: Document that getauxval sets errno.
16366 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16368         * math/auto-libm-test-in: Add tests of jn and yn.
16369         * math/auto-libm-test-out: Regenerated.
16370         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16371         (yn_test_data): Likewise.
16372         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16373         mpfr_if_f.
16374         (func_calc_desc): Add mpfr_if_f union field.
16375         (FUNC_mpfr_if_f): New macro.
16376         (test_functions): Add jn and yn.
16377         (calc_generic_results): Assert type of second input for
16378         mpfr_ff_f.  Handle mpfr_if_f.
16379         (output_for_one_input_case): Disable all checking for arguments
16380         fitting floating-point types in case of an integer argument.
16381         * sysdeps/i386/fpu/libm-test-ulps: Update.
16382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16385         Don't expect fegetround reference in libm.so.
16387 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16389         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16390         $(config-cflags-nofma).
16392 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16394         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16395         * math/auto-libm-test-out: Regenerated.
16397         [BZ #16338]
16398         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16399         to determine exponent and adjust argument to have exponent of -1.
16400         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16401         log2.
16402         * math/auto-libm-test-out: Regenerated.
16403         * sysdeps/i386/fpu/libm-test-ulps: Update.
16404         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16406 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16408         * manual/probes.texi: Remove cases when per-thread arenas are
16409         disabled.
16411 2013-12-18  Andreas Schwab  <schwab@suse.de>
16413         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16414         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16415         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16416         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16417         * sysdeps/i386/i686/multiarch/Makefile: Update.
16418         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16420 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16422         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16423         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16425 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16427         [BZ #15968]
16428         Support TZ transition times < 00:00:00.
16429         This is needed for version-3 tz-format files; it supports time
16430         stamps past 2037 for America/Godthab (the only entry in the tz
16431         database for which this change is relevant).
16432         * manual/time.texi (TZ Variable): Document transition times
16433         from -167:59:59 through -00:00:01.
16434         * time/tzset.c (tz_rule): Time of day is now signed.
16435         (__tzset_parse_tz): Parse negative time of day.
16437         Document TZ transition times >= 25:00:00.
16438         * manual/time.texi (TZ Variable): Document transition times from
16439         25:00:00 through 167:59:59.  These are already supported, and this
16440         support will help with version-3 tz-format files.
16442         * manual/time.texi (TZ Variable): Modernize North America example
16443         to reflect current (i.e., 2007-and-later) daylight saving rules.
16445         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16447 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16449         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16450         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16451         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16452         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16453         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16454         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16455         * sysdeps/unix/bsd/clock.c: Likewise.
16456         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16457         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16458         * sysdeps/unix/bsd/init-posix.c: Likewise.
16459         * sysdeps/unix/bsd/poll.c: Likewise.
16460         * sysdeps/unix/bsd/ptsname.c: Likewise.
16461         * sysdeps/unix/bsd/seekdir.c: Likewise.
16462         * sysdeps/unix/bsd/setegid.c: Likewise.
16463         * sysdeps/unix/bsd/seteuid.c: Likewise.
16464         * sysdeps/unix/bsd/setgid.c: Likewise.
16465         * sysdeps/unix/bsd/setrgid.c: Likewise.
16466         * sysdeps/unix/bsd/setruid.c: Likewise.
16467         * sysdeps/unix/bsd/setsid.c: Likewise.
16468         * sysdeps/unix/bsd/setuid.c: Likewise.
16469         * sysdeps/unix/bsd/sigaction.c: Likewise.
16470         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16471         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16472         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16473         * sysdeps/unix/bsd/telldir.c: Likewise.
16474         * sysdeps/unix/bsd/times.c: Likewise.
16475         * sysdeps/unix/bsd/usleep.c: Likewise.
16477         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16478         ($(objpfx)libbsd-compat.a): Remove rule.
16480         * include/features.h (__FAVOR_BSD): Do not define.
16481         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16482         features conflicting with POSIX.
16483         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16484         (_BSD_SOURCE): Remove description of not being a subset of other
16485         feature test macros.
16486         * manual/job.texi (getpgrp): Do not document BSD version.
16487         (getpgid): Do not document by reference to BSD getpgrp.
16488         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16489         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16490         * signal/signal.h [__FAVOR_BSD]: Likewise.
16491         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16492         instead of making contents conditional on [__FAVOR_BSD].
16493         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16495 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16499 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16501         [BZ #16314]
16502         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16503         values below 2**-450, not 2**-500.
16504         * math/auto-libm-test-in: Don't allow spurious underflow from
16505         hypot.
16506         * math/auto-libm-test-out: Regenerated.
16508         [BZ #16316]
16509         [BZ #16330]
16510         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16511         values of ha and hb and sort them after adjusting subnormal
16512         arguments.
16513         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16514         Likewise.
16515         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16516         values of ea and eb and sort them after adjusting subnormal
16517         arguments.
16518         * math/auto-libm-test-in: Do not expect some hypot tests of
16519         subnormals to fail.  Add more hypot tests.
16520         * math/auto-libm-test-out: Regenerated.
16522 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16524         [BZ #13304]
16525         * sysdeps/sh/s_fma.c: New file.
16526         * sysdeps/sh/s_fmaf.c: New file.
16527         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16528         version.
16529         * sysdeps/sh/Implies: Add sh/soft-fp.
16531 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16533         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16534         level of indirection to members `objname', `errstring', `malloced'.
16535         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16536         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16537         it as the __longjmp argument (just pass 1 instead).
16538         (_dl_catch_error): Initialize C with argument pointers and address of
16539         volatile local ERRCODE rather than copying values out of C at return.
16541 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16543         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16544         * math/auto-libm-test-out: Regenerated.
16545         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16546         (hypot_test_data): Likewise.
16547         (pow_test_data): Likewise.
16548         (pow_tonearest_test_data): Likewise.
16549         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16550         mpfr_ff_f.
16551         (func_calc_desc): Add mpfr_ff_f union field.
16552         (FUNC_mpfr_ff_f): New macro.
16553         (test_functions): Add atan2, hypot and pow.
16554         (special_fill_min): New function.
16555         (special_fill_minus_min): Likewise.
16556         (special_fill_min_subnorm): Likewise.
16557         (special_fill_minus_min_subnorm): Likewise.
16558         (special_real_inputs): Add min, -min, min_subnorm and
16559         -min_subnorm.
16560         (calc_generic_results): Handle mpfr_ff_f.
16561         * sysdeps/i386/fpu/libm-test-ulps: Update.
16562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16564 2013-12-16  Will Newton  <will.newton@linaro.org>
16566         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16567         (Aligned Memory Blocks): Add documentation for aligned_alloc
16568         and suggest it as an alternative to posix_memalign.
16569         (Hooks for Malloc): Document __memalign_hook is also called
16570         for aligned_alloc.  (Summary of Malloc): Add summary for
16571         aligned alloc.  Document __memalign_hook is also called
16572         for aligned_alloc.
16574 2013-12-16  Will Newton  <will.newton@linaro.org>
16576         * manual/memory.texi (Malloc Examples): Clarify default
16577         alignment documentation.  Suggest posix_memalign rather
16578         than memalign or valloc.
16579         (Aligned Memory Blocks): Remove suggestion to use memalign
16580         or valloc.  Remove obsolete comment about BSD.
16581         Document memalign errno values and mark the function obsolete.
16582         Document posix_memalign returned error codes.  Mark valloc
16583         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16584         called for posix_memalign and valloc.
16585         (Summary of Malloc): Add posix_memalign to function summary.
16586         __memalign_hook is also called for posix_memalign and valloc.
16588 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16590         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16591         TAYLOR_SIN.
16592         (__sin): Adjust.
16593         (__cos): Likewise.
16594         (sloww): Use mynumber union.  Expand ternary operator into
16595         if-else statements.
16596         (cslow): use mynumber union.
16598 2013-12-16  Allan McRae  <allan@archlinux.org>
16600         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16601         * configure: Regenerated.
16603         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16605         [BZ #14120]
16606         * configure.ac: Added --enable-maintainer-mode. Check for
16607         autoconf when enabled.
16608         * configure: Regenerated.
16610         * nscd/nscd.service: New file.
16611         * nscd/nscd.tmpfiles: New file.
16613 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16615         [BZ #12100]
16616         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16617         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16618         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16619         (strstr): Add __strstr_sse2_unaligned ifunc.
16620         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16621         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16622         (strcasestr): Remove __strcasestr_sse42 ifunc.
16623         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16624         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16625         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16627 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16629         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16630         * sysdeps/sh/bits/fenv.h: ... here.
16631         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16633 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16635         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16637         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16638         hypotf multiarch implementations.
16639         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16640         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16641         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16642         multiarch hypot for PPC64.
16643         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16644         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16645         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16646         multiarch hypotf for PPC64.
16648         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16649         modff multiarch implementations.
16650         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16653         multiarch modf for PPC64.
16654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16655         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16657         multiarch modff for PPC64.
16659         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16660         and logl multiarch implementations.
16661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16664         multiarch logb for PPC64.
16665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16668         multiarch logb for PPC64.
16669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16672         multiarch logb for PPC64.
16674         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16675         isinff multiarch implementation.
16676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16677         file.
16678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16680         multiarch isinf for PPC64.
16681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16682         file.
16683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16684         multiarch isinff for PPC64.
16686         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16687         finitef multiarch implementation.
16688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16689         file.
16690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16692         multiarch finite for PPC64.
16693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16694         file.
16695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16696         multiarch finitef for PPC64.
16698         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16699         lrint multiarch implementation.
16700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16701         file.
16702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16704         multiarch llrint for PPC64.
16705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16706         multiarch lrint for PPC64.
16708         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16709         copysignf multiarch implementation.
16710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16711         file.
16712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16713         file.
16714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16715         multiarch copysign for PPC64.
16716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16717         multiarch copysignf for PPC64.
16719         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16720         multiarch implementation.
16721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16722         file.
16723         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16724         file.
16725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16726         file.
16727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16728         file.
16729         multiarch llround for PPC64.
16730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16731         multiarch trunc for PPC64.
16732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16733         multiarch truncf for PPC64.
16735         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16736         multiarch implementation.
16737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16738         file.
16739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16740         file.
16741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16742         file.
16743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16744         file.
16745         multiarch llround for PPC64.
16746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16747         multiarch round for PPC64.
16748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16749         multiarch roundf for PPC64.
16751         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16752         multiarch implementation.
16753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16754         file.
16755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16756         file.
16757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16758         file.
16759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16760         file.
16761         multiarch llround for PPC64.
16762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16763         multiarch floor for PPC64.
16764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16765         multiarch floorf for PPC64.
16767         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16768         multiarch implementation.
16769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16770         file.
16771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16772         file.
16773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16774         file.
16775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16776         file.
16777         multiarch llround for PPC64.
16778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16779         multiarch ceil for PPC64.
16780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16781         multiarch ceilf for PPC64.
16783         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16784         multiarch implementation.
16785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16786         file.
16787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16788         file.
16789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16790         file.
16791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16792         multiarch llround for PPC64.
16793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16794         multiarch lround for PPC64.
16796         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16797         multiarch implementation.
16798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16801         file.
16802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16805         multiarch isnan for PPC64.
16806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16807         multiarch isnanf for PPC64.
16809         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16810         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16811         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16812         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16813         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16816         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16817         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16818         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16819         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16822         multiarch implementations.
16823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16824         (__libc_ifunc_impl_list): Likewise.
16825         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16826         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16827         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16828         multiarch stpcpy for PPC64.
16830         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16831         multiarch implementations.
16832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16833         (__libc_ifunc_impl_list): Likewise.
16834         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16835         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16836         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16837         multiarch strcpy for PPC64.
16839         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16840         redefine function name.
16841         (_wordcopy_fwd_dest_aligned): Likewise.
16842         (_wordcopy_bwd_aligned): Likewise.
16843         (_wordcopy_bwd_dest_aligned): Likewise.
16844         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16845         multiarch implementations.
16846         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16847         (__libc_ifunc_impl_list): Likewise.
16848         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16849         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16850         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16851         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16852         multiarch wcscpy for PPC64.
16854         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16855         multiarch implementations.
16856         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16857         (__libc_ifunc_impl_list): Likewise.
16858         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16859         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16860         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16861         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16862         multiarch wcscpy for PPC64.
16864         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16865         multiarch implementations.
16866         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16867         (__libc_ifunc_impl_list): Likewise.
16868         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16869         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16870         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16871         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16872         multiarch wcsrchr for PPC64.
16874         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16875         multiarch implementations.
16876         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16877         (__libc_ifunc_impl_list): Likewise.
16878         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16879         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16880         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16881         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16882         multiarch wcschr for PPC64.
16884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16885         multiarch implementations.
16886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16887         (__libc_ifunc_impl_list): Likewise.
16888         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16889         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16890         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16891         multiarch strchrnul for PPC64.
16893         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16894         implementations.
16895         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16896         (__libc_ifunc_impl_list): Likewise.
16897         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16898         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16899         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16900         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16901         strchr for PPC64.
16903         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16904         implementations.
16905         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16906         (__libc_ifunc_impl_list): Likewise.
16907         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16908         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16909         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16910         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16911         strncmp for PPC64.
16913         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16914         multiarch implementations.
16915         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16916         (__libc_ifunc_impl_list): Likewise.
16917         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16918         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16919         strncasecmp for PPC64.
16920         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16921         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16922         multiarch strncasecmp_l for PPC64.
16924         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16925         multiarch implementations.
16926         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16927         (__libc_ifunc_impl_list): Likewise.
16928         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16929         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16930         multiarch strcasecmp for PPC64.
16931         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16932         file.
16933         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16934         multiarch strcasecmp_l for PPC64.
16936         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16937         implementations.
16938         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16939         (__libc_ifunc_impl_list): Likewise.
16940         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16941         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16942         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16943         strnlen for PPC64.
16945         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16946         implementations.
16947         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16948         (__libc_ifunc_impl_list): Likewise.
16949         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16950         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16951         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16952         strlen for PPC64.
16954         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16955         implementations.
16956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16957         (__libc_ifunc_impl_list): Likewise.
16958         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16959         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16960         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16961         rawmemrchr for PPC64.
16963         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16964         implementation.
16965         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16966         (__libc_ifunc_impl_list): Likewise.
16967         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16968         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16969         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16970         memrchr for PPC64.
16972         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16973         implementation.
16974         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16975         (__libc_ifunc_impl_list): Likewise.
16976         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16977         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16978         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16979         memchr for PPC64.
16981         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16982         implementation.
16983         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16984         (__libc_ifunc_impl_list): Likewise.
16985         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16986         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16987         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16988         mempcpy for PPC64.
16990         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16991         avoid cretion of __bzero symbol.
16992         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16993         Likewise.
16994         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16995         Likewise.
16996         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16997         Likewise.
16998         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16999         multiarch implementations.
17000         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17001         (__libc_ifunc_impl_list): Likewise.
17002         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17003         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17004         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17005         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17006         bzero for PPC32.
17007         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17008         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17009         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17010         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17011         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17012         memset for PPC64.
17013         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17015         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17016         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17017         implementations.
17018         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17019         (__libc_ifunc_impl_list): Likewise.
17020         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17021         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17022         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17023         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17024         memcmp for PPC64.
17026         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17027         multiarch for POWER/PPC64.
17028         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17029         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17030         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17031         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17032         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17033         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17034         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17035         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17036         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17037         memcpy for PPC64.
17039         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17040         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17041         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17042         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17043         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17044         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17045         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17046         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17047         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17048         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17049         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17050         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17051         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17052         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17053         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17062 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17064         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17066 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17068         * benchtests/Makefile (bench): Add exp2 and log2.
17069         (LDLIBS-bench-exp2): Add -lm.
17070         (LDLIBS-bench-log2): Likewise.
17071         * benchtests/exp2-inputs: New inputs file.
17072         * benchtests/log2-inputs: New inputs file.
17073         * benchtests/log-inputs: Add new inputs.
17074         * benchtests/tan-inputs: Likewise.
17076 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17078         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17079         definition...
17080         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17081         (csloww2): ... from here.
17083         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17084         instead of structures.
17085         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17086         (POLYNOMIAL): Likewise.
17087         (TAYLOR_SLOW): Likewise.
17088         (__sin): Likewise.
17089         (__cos): Likewise.
17090         (slow1): Likewise.
17091         (slow2): Likewise.
17092         (sloww): Likewise.
17093         (sloww1); Likewise.
17094         (sloww2): Likewise.
17095         (bsloww1): Likewise.
17096         (bsloww2): Likewise.
17097         (cslow2): Likewise.
17098         (csloww): Likewise.
17099         (csloww1): Likewise.
17100         (csloww2): Likewise.
17102 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17104         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17105         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17106         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17107         * malloc/hooks.c (realloc_check): Likewise.
17109         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17110         * malloc/arena.c: Remove PER_THREAD conditional.
17111         [!PER_THREAD]: Remove code.
17112         (ptmalloc_unlock_all2): Likewise.
17113         (ptmalloc_init): Likewise.
17114         (_int_new_arena): Likewise.
17115         (arena_get2): Likewise.
17116         * malloc/hooks.c (__malloc_get_state): Likewise.
17117         (__malloc_set_state): Likewise.
17118         * malloc/malloc.c: Likewise.
17119         (struct malloc_state): Likewise.
17120         (struct malloc_par): Likewise.
17121         (__libc_realloc): Likewise.
17122         (__libc_mallopt): Likewise.
17124 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17126         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17128 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17130         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17131         macro to a function.  Check for zero perturb_byte.
17132         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17134         * malloc/malloc.c: (force_reg): Remove.
17135         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17136         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17137         force_reg by atomic_forced_read.
17138         * malloc/arena.c (ptmalloc_init): Likewise.
17139         * malloc/hooks.c (top_check): Likewise.
17141 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17143         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17145 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17147         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17149 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17151         * math/auto-libm-test-in: Add tests of lgamma.
17152         * math/auto-libm-test-out: Regenerated.
17153         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17154         (M_LOG_2_SQRT_PIl): Likewise.
17155         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17156         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17157         mpfr_f_f1.
17158         (func_calc_desc): Add mpfr_f_f1 union field.
17159         (ARGS1): New macro.
17160         (ARGS2): Likewise.
17161         (ARGS3): Likewise.
17162         (ARGS4): Likewise.
17163         (RET1): Likewise.
17164         (RET2): Likewise.
17165         (CALC): Likewise.
17166         (FUNC): Likewise.
17167         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17168         (test_functions): Add lgamma.
17169         (calc_generic_results): Handle mpfr_f_f1.
17170         * sysdeps/i386/fpu/libm-test-ulps: Update.
17171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17173 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17175         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17176         __mpn_add_n for PowerPC64/POWER7.
17177         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17178         __mpn_sub_n for PowerPC64/POWER7.
17180         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17181         __mpn_addmul_1 for PowerPC64.
17182         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17183         __mpn_submul_1 for PowerPC64.
17184         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17185         for PowerPC64.
17186         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17187         for PowerPC64.
17189 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17191         [BZ #15089]
17192         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17194 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17196         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17198         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17199         add multiarch folders.
17200         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17201         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17202         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17203         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17204         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17205         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17206         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17207         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17208         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17209         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17210         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17219         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17221         New file.
17222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17223         New file.
17224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17225         multiarch __ieee754_hypot for PowerPC32.
17226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17227         New file.
17228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17229         New file.
17230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17231         multiarch __ieee754_hypotf for PowerPC32.
17233         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17234         long_double_symbol only if __logbl is defined.
17235         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17236         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17237         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17238         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17239         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17240         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17241         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17242         path for implementation.
17243         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17244         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17246         logb, and logbl multiarch implementations for PowerPC32.
17247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17248         file.
17249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17250         file.
17251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17252         multiarch logb for PowerPC32.
17253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17254         file.
17255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17256         file.
17257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17258         multiarch logbf for PowerPC32.
17259         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17261         file.
17262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17263         multiarch logbl implementation for PowerPC32.
17265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17266         and modff multiarch implementations.
17267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17268         New file.
17269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17270         New file.
17271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17272         multiarch modf for PowerPC32.
17273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17274         New file.
17275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17276         New file.
17277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17278         multiarch modff for PowerPC32.
17280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17281         and lrintf multiarch implementations.
17282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17283         New file.
17284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17285         New file.
17286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17287         multiarch lrint for PowerPC32.
17288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17289         file: multiarch lrintf for PowerPC32.
17291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17292         and lroundf multiarch implementations.
17293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17294         New file.
17295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17296         New file.
17297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17298         New file.
17299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17300         multiarch lround for PowerPC32.
17301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17302         file: multiarch lroundf for PowerPC32.
17304         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17305         copysign and copysignf multiarch implementations.
17306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17307         New file.
17308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17309         New file.
17310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17311         file: multiarch copysign for PowerPC32.
17312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17313         file: multiarch copysignf for PowerPC32.
17315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17316         and truncf multiarch implementations.
17317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17318         New file.
17319         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17320         file.
17321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17322         multiarch trunc for PowerPC32.
17323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17324         New file.
17325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17326         New file.
17327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17328         multiarch truncf for PowerPC32.
17330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17331         and roundf multiarch implementations.
17332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17333         New file.
17334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17335         file.
17336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17337         multiarch round for PowerPC32.
17338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17339         New file.
17340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17341         New file.
17342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17343         multiarch roundf for PowerPC32.
17345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17346         and floorf multiarch implementations.
17347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17348         New file.
17349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17350         file.
17351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17352         multiarch floor for PowerPC32.
17353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17354         New file.
17355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17356         New file.
17357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17358         multiarch floorf for PowerPC32.
17360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17361         and ceilf multiarch implementations.
17362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17363         New file.
17364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17365         file.
17366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17367         multiarch ceil for PowerPC32.
17368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17369         New file.
17370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17371         file.
17372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17373         multiarch ceilf for PowerPC32.
17375         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17376         is defined.
17377         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17378         FINITEF is defined.
17379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17380         and finitef multiarch implementations.
17381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17382         New file.
17383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17384         file.
17385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17386         multiarch finite for PowerPC32.
17387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17388         New file.
17389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17390         file: multiarch finitef for PowerPC32.
17392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17393         and isinff multiarch implementations.
17394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17395         file.
17396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17397         file.
17398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17399         multiarch isinf for PowerPC32.
17400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17401         New file.
17402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17403         multiarch isinff for PowerPC32.
17405         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17406         alias when __isnan is defined.
17407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17408         and isnanf multiarch implementations.
17409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17410         file.
17411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17412         file.
17413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17414         file.
17415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17416         file.
17417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17418         multiarch isnan for PowerPC32.
17419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17420         New file.
17421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17422         New file.
17423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17424         multiarch isnanf for PowerPC32.
17426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17427         and sqrtf multiarch implementations.
17428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17429         file.
17430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17431         file.
17432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17433         multiarch sqrt for PowerPC32.
17434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17435         file.
17436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17437         file.
17438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17439         multiarch sqrtf for PowerPC32.
17441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17442         and llroundf multiarch implementations.
17443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17444         New file.
17445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17446         New file.
17447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17448         New file.
17449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17450         file: multiarch llround for PowerPC32.
17451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17452         file: multiarch llroundf for PowerPC32.
17454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17455         multiarch PowerPC32 fpu implementations.
17456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17457         New file.
17458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17459         New file.
17460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17461         multiarch llrint for PowerPC32.
17462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17463         New file.
17464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17465         New file.
17466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17467         file.
17469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17471         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17472         file.
17473         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17474         file.
17475         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17476         file.
17477         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17478         multiarch wordcopy for PPC32.
17479         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17480         wordcopy objects.
17481         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17482         (__libc_ifunc_impl_list): Likewise.
17483         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17484         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17485         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17486         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17487         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17488         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17490         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17491         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17492         file.
17493         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17494         file.
17495         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17496         file.
17497         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17498         multiarch wcscpy for PPC32.
17499         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17500         multiarch objects.
17501         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17502         (__libc_ifunc_impl_list): Likewise.
17503         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17504         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17505         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17506         sysdeps/powerpc/power6/wcscpy.c.
17508         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17509         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17510         file.
17511         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17512         file.
17513         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17514         file.
17515         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17516         multiarch wcsrchr for PPC32.
17517         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17518         multiarch objects.
17519         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17520         (__libc_ifunc_impl_list): Likewise.
17521         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17522         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17523         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17524         sysdeps/powerpc/power6/wcsrchr.c.
17526         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17527         file.
17528         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17529         file.
17530         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17531         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17532         multiarch wcschr for PPc32.
17533         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17534         multiarch objects.
17535         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17536         (__libc_ifunc_impl_list): Likewise.
17537         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17538         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17539         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17540         sysdeps/powerpc/power6/wcschr.c.
17542         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17543         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17544         file.
17545         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17546         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17547         file: multiarch strchr for PPC32.
17548         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17549         multiarch objects.
17550         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17551         (__libc_ifunc_impl_list): Likewise.
17553         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17554         name.
17555         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17556         file.
17557         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17558         file.
17559         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17560         multiarch strchrnul for PPC32.
17561         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17562         multiarch objects.
17563         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17564         (__libc_ifunc_impl_list): Likewise.
17566         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17567         file.
17568         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17569         multiarch strncasecmp for PPC32.
17570         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17571         file.
17572         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17573         multiarch strncasecmp_l for PPC32.
17574         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17575         strncasecmp multiarch objects.
17576         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17577         (__libc_ifunc_impl_list): Likewise.
17579         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17580         file.
17581         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17582         multiarch strncasecmp for PPC32.
17583         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17584         New file.
17585         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17586         multiarch strcasecmp_l for PPC32.
17587         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17588         multiarch objects.
17589         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17590         (__libc_ifunc_impl_list): Likewise.
17592         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17593         file.
17594         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17595         file.
17596         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17597         multiarch strncmp for PPC32.
17598         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17599         multiarch objects.
17600         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17601         (__libc_ifunc_impl_list): Likewise.
17603         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17604         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17605         file.
17606         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17607         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17608         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17609         multiarch objects.
17610         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17611         (__libc_ifunc_impl_list): Likewise.
17613         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17614         file.
17615         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17616         file.
17617         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17618         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17619         multiarch objects.
17620         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17621         (__libc_ifunc_impl_list): Likewise.
17623         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17624         file.
17625         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17626         file.
17627         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17628         multiarch rawmemchr for PPC32.
17629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17630         multiarch objects.
17631         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17632         (__libc_ifunc_impl_list): Likewise.
17634         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17635         file.
17636         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17637         file.
17638         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17639         file: memrchr multiarch for PPC32.
17640         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17641         multiarch objects.
17642         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17643         (__libc_ifunc_impl_list): Likewise.
17645         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17646         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17647         file.
17648         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17649         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17650         multiarch memchr for PPC32.
17651         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17652         multiarch objects.
17653         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17654         (__libc_ifunc_impl_list): Likewise.
17656         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17657         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17658         file.
17659         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17660         file.
17661         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17662         file: multiarch mempcpy for PPC32.
17663         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17664         multiarch objects.
17665         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17666         (__libc_ifunc_impl_list): Likewise.
17668         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17669         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17670         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17671         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17672         multiarch bzero for PPC32.
17673         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17674         file.
17675         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17676         file.
17677         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17678         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17679         file: multiarch memset for PPC32.
17680         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17681         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17682         memset multiarch objects.
17683         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17684         (__libc_ifunc_impl_list): Likewise.
17686         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17687         file.
17688         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17689         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17690         memcmp for PPC32.
17691         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17692         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17693         multiarch objects.
17694         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17695         (__libc_ifunc_impl_list): Likewise.
17697         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17698         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17699         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17700         file.
17701         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17702         file.
17703         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17704         file.
17705         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17706         multiarch memcpy for PPC32.
17707         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17708         multiarch objects.
17709         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17710         (__libc_ifunc_impl_list): Likewise.
17712         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17713         support multiarch for POWER/PPC32.
17714         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17715         Likewise.
17716         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17718         Implies file to make multiarch folder appers before the fpu and
17719         default folder for power4 configuration.
17721 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17723         * scripts/bench.pl: Append volatile keyword to type.
17725 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17727         * sysdeps/sh/sotruss-lib.c: New file.
17728         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17730 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17734 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17736         [BZ #6810]
17737         * math/w_tgamma.c: Include <errno.h>.
17738         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17739         * math/w_tgammaf.c: Include <errno.h>.
17740         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17741         * math/w_tgammal.c: Include <errno.h>.
17742         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17743         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17744         underflow.  Add more tgamma tests.
17745         * math/auto-libm-test-out: Regenerated.
17746         * sysdeps/i386/fpu/libm-test-ulps: Update.
17747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17749         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17750         sin, sinh, tan, tanh, tgamma, y0 and y1.
17751         * math/auto-libm-test-out: Regenerated.
17752         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17753         (TEST_COND_x86): Likewise.
17754         (M_E2l): Remove macro.
17755         (M_E3l): Likewise.
17756         (M_2_SQRT_PIl): Likewise.
17757         (M_SQRT_PIl): Likewise.
17758         (M_1_DIV_El): Likewise.
17759         (log_test_data): Use AUTO_TESTS_f_f.
17760         (log10_test_data): Likewise.
17761         (log1p_test_data): Likewise.
17762         (log2_test_data): Likewise.
17763         (sin_test_data): Likewise.
17764         (sin_tonearest_test_data): Likewise.
17765         (sin_towardzero_test_data): Likewise.
17766         (sin_downward_test_data): Likewise.
17767         (sin_upward_test_data): Likewise.
17768         (sinh_test_data): Likewise.
17769         (sinh_tonearest_test_data): Likewise.
17770         (sinh_towardzero_test_data): Likewise.
17771         (sinh_downward_test_data): Likewise.
17772         (sinh_upward_test_data): Likewise.
17773         (tan_test_data): Likewise.
17774         (tan_tonearest_test_data): Likewise.
17775         (tan_towardzero_test_data): Likewise.
17776         (tan_downward_test_data): Likewise.
17777         (tan_upward_test_data): Likewise.
17778         (tanh_test_data): Likewise.
17779         (tgamma_test_data): Likewise.
17780         (y0_test_data): Likewise.
17781         (y1_test_data): Likewise.
17782         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17783         (special_real_inputs): Add pi/4.
17784         * sysdeps/i386/fpu/libm-test-ulps: Update.
17785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17787 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17789         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17790         "longjmp_target" static probes.
17791         (__longjmp): Rename to __longjmp_symbol.
17792         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17793         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17794         on which longjmp to generate.
17795         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17796         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17797         probe.
17798         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17799         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17800         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17801         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17802         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17803         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17805         __longjmp_symbol based on which __longjmp to generate.
17806         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17807         probe.
17808         (setjmp): Rename to setjmp_symbol.
17809         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17810         (_setjmp): Rename to _setjmp_symbol.
17811         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17812         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17813         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17814         which setjmp to generate.
17815         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17816         "longjmp_target" static probes.
17818 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17820         * benchtests/README: Add note about output arguments.
17821         * benchtests/bench-sincos.c: Remove file.
17822         * benchtests/sincos-inputs: New file.
17823         * scripts/bench.pl: Identify output arguments and define
17824         static variables for them.
17826         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17828         [BZ #15941]
17829         * Makefile (INSTALL): Add install-plain.texi as the primary
17830         dependency.
17831         * manual/install-plain.texi: New file.
17832         * manual/install.texi: Include node directive only for
17833         non-plaintext output.
17835 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17837         * stdlib/longlong.h: Update from GCC.
17839         [BZ #6807]
17840         [BZ #15901]
17841         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17842         * math/w_j0f.c (y0f): Likewise.
17843         * math/w_j0l.c (__y0l): Likewise.
17844         * math/w_j1.c (y1): Likewise.
17845         * math/w_j1f.c (y1f): Likewise.
17846         * math/w_j1l.c (__y1l): Likewise
17847         * math/w_jn.c (yn): Likewise.
17848         * math/w_jnf.c (ynf): Likewise.
17849         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17850         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17851         value for Bessel function domain errors outside _SVID_ mode.
17852         Adjust sign of return value for yn (negative integer, 0).
17853         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17854         by zero in return for negative x and set sign appropriately for
17855         negative n.
17856         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17857         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17858         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17859         expectations in error cases.
17860         (y1_test_data): Likewise.
17861         (yn_test_data): Likewise.
17862         * sysdeps/i386/fpu/libm-test-ulps: Update.
17863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17865 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17867         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17868         "64" to "64-v1".  Add "64-v2".
17869         (abi-64-options): Rename to ...
17870         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17871         (abi-64-condition): Rename to ...
17872         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17873         (abi-64-ld-soname): Rename to ...
17874         (abi-64-v1-ld-soname): ... this.
17875         (abi-64-v2-options): Define.
17876         (abi-64-v2-condition): Likewise.
17877         (abi-64-v2-ld-soname): Likewise.
17878         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17879         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17884 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17885             Alan Modra  <amodra@gmail.com>
17887         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17888         New versions for use with the ELFv2 ABI.
17889         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17890         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17891         declaration.
17892         (struct La_ppc64v2_retval): Likewise.
17893         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17894         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17895         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17896         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17897         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17898         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17899         Do not save or restore CR.
17900         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17901         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17902         return values for ELFv2 ABI.  Fix location of FPR return registers.
17903         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17904         updated values for _CALL_ELF == 2.
17905         (La_regs, La_retval, int_retval): Likewise.
17907 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17909         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17910         (FRAME_MIN_SIZE_PARM): Likewise.
17911         (FRAME_BACKCHAIN): Likewise.
17912         (FRAME_CR_SAVE): Likewise.
17913         (FRAME_LR_SAVE): Likewise.
17914         (FRAME_TOC_SAVE): Likewise.
17915         (FRAME_PARM_SAVE): Likewise.
17916         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17917         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17918         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17919         (call_mcount_parm_offset): New macro.
17920         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17921         (PROF): Use symbolic stack frame offsets.
17922         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17923         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17924         Redefine in terms of FRAME_MIN_SIZE.
17925         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17926         (_dl_profile_resolve): Likewise.  Update comment.
17927         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17928         symbols stack frame offsets.
17929         (__sigsetjmp): Likewise.
17930         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17931         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17932         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17933         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17936         (FRAME_BACKCHAIN): Remove.
17937         (FRAME_CR_SAVE): Likewise.
17938         (FRAME_LR_SAVE): Likewise.
17939         (FRAME_COMPILER_DW): Likewise.
17940         (FRAME_LINKER_DW): Likewise.
17941         (FRAME_TOC_SAVE): Likewise.
17942         (FRAME_PARM_SAVE): Likewise.
17943         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17944         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17945         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17947         (CHECK_SP): Use symbolic stack frame offsets.
17948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17949         zone" instead of caller's parameter save area for temp storage.
17950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17951         Likewise.  Also, use symbolic stack frame offsets.
17952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17953         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17954         our own stack frame instead of the caller's.
17955         (__socket): Use symbolic stack frame offsets.
17957 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17958             Alan Modra  <amodra@gmail.com>
17960         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17961         Define.
17962         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17963         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17964         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17965         New function.
17966         (elf_machine_fixup_plt): Call it.
17967         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17968         reloc arguments.
17969         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17970         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17971         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17972         r2 before calling target.
17974 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17975             Alan Modra  <amodra@gmail.com>
17977         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17978         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17979         versions of macros to support ELFv2 ABI.
17980         (LOCALENTRY): New macro.
17981         (ENTRY, EALIGN): Use it.
17982         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17983         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17984         fall through into ENTRY entry point.
17985         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17986         Only define if _CALL_ELF != 2.
17988         (elf_machine_matches_host): Verify ABI version matches.
17989         (RTLD_START): Use LOCALENTRY.
17990         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17991         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17992         (PLT_ENTRY_WORDS): New macro.
17993         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17994         (elf_machine_runtime_setup): Support ELFv2 ABI.
17995         (elf_machine_fixup_plt): Likewise.
17996         (elf_machine_plt_conflict): Likewise.
17997         (resolve_ifunc): Likewise.
17998         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17999         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18000         Likewise.
18001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18002         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18004         (makecontext): Support ELFv2 ABI.
18005         * elf/elf.h (EF_PPC64_ABI): Define.
18007 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18009         * sysdeps/powerpc/powerpc64/sysdep.h
18010         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18011         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18012         (ENTRY) [ASSEMBLER]: ... but instead here ...
18013         (EALIGN) [ASSEMBLER]: ... and here.
18014         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18015         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18016         (ENTRY_2) [!ASSEMBLER]: Use it.
18017         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18018         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18019         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18020         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18021         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18023         Use PPC64_LOAD_FUNCPTR.
18025         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18027 2013-12-04  Alan Modra  <amodra@gmail.com>
18029         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18030         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18031         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18032         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18034         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18035         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18036         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18037         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18038         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18039         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18041 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18044         (__makecontext): Fix incorrect CFI when backtracing out of
18045         context created via makecontext.
18046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18047         (__setcontext): Fix incorrect CFI during switch to new context.
18048         (__novec_setcontext): Likewise.
18050 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18052         [BZ #4772]
18053         * time/strptime_l.c (__strptime_internal): Allow modifiers
18054         in strptime.
18055         * time/tst-strptime.c (day_tests): Add testcase.
18057 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18059         * scripts/bench.pl: Skip over blank lines.
18061 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18063         [BZ #926]
18064         * manual/time.texi (Calendar Time): Clarify what timezone functions
18065         use.
18067 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18071 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18073         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18074         implementation.
18075         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18076         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18077         * debug/memset_chk.c (__memset_chk): Likewise.
18078         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18079         * debug/strncpy_chk.c: Likewise.
18081 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18083         [BZ #15268]
18084         [BZ #15425]
18085         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18086         (__ieee754_exp): For possibly underflowing results, check size of
18087         result and force underflow exception if required.
18088         * math/auto-libm-test-in: Add more tests of exp.
18089         * math/auto-libm-test-out: Regenerated.
18090         * sysdeps/i386/fpu/libm-test-ulps: Update.
18091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18093         [BZ #16283]
18094         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18095         * math/w_exp2f.c (__exp2f): Likewise.
18096         * math/w_exp2l.c (__exp2l): Likewise.
18097         * math/auto-libm-test-in: Do not allow missing errno on exp2
18098         underflow.
18099         * math/auto-libm-test-out: Regenerated.
18101 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18103         [BZ #16274]
18104         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18105         handle filename validation.
18106         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18107         (do_open): Delete.
18109 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18111         [BZ #6786]
18112         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18113         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18114         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18115         <float.h>.
18116         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18117         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18118         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18119         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18120         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18121         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18122         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18123         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18124         Add more erfc tests.
18125         * math/auto-libm-test-out: Regenerated.
18126         * sysdeps/i386/fpu/libm-test-ulps: Update.
18127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18129         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18130         exp2, expm1, j0 and j1.
18131         * math/auto-libm-test-out: Regenerated.
18132         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18133         (erfc_test_data): Likewise.
18134         (exp_test_data): Likewise.
18135         (exp_tonearest_test_data): Likewise.
18136         (exp_towardzero_test_data): Likewise.
18137         (exp_downward_test_data): Likewise.
18138         (exp_upward_test_data): Likewise.
18139         (exp10_test_data): Likewise.
18140         (exp2_test_data): Likewise.
18141         (expm1_test_data): Likewise.
18142         (j0_test_data): Likewise.
18143         (j1_test_data): Likewise.
18144         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18145         (input_flag_type): Add flag_xfail_rounding.
18146         (input_flags): Add xfail-rounding.
18147         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18148         (output_for_one_input_case): Handle flag_xfail_rounding.
18149         * sysdeps/i386/fpu/libm-test-ulps: Update.
18150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18152 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18154         [BZ #16289]
18155         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18156         division by 0.
18158 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18160         [BZ #16195]
18161         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18162         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18163         (STAP_PROBE0): New macro.
18164         (STAP_PROBE1): Likewise.
18165         (STAP_PROBE2): Likewise.
18166         (STAP_PROBE3): Likewise.
18167         (STAP_PROBE4): Likewise.
18169 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18171         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18173 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18175         * benchtests/Makefile (bench): Add sqrt.
18176         (LDLIBS-bench-sqrt): New.
18177         * benchtests/sqrt-input: New.
18179 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18181         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18182         (GAIH_EAI): Likewise.
18183         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18184         (gaih_inet): Likewise.
18185         (getaddrinfo): Don't use GAIH_EAI.
18187         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18188         (struct gaih): Remove definition.
18190 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18192         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18193         Use HERRNOP directly.
18195 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18199 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18201         * math/gen-auto-libm-tests.c (test_functions): Add more
18202         single-argument functions.
18203         (special_fill_pi_2): New function.
18204         (special_fill_minus_pi_2): Likewise.
18205         (special_fill_pi_6): Likewise.
18206         (special_fill_minus_pi_6): Likewise.
18207         (special_fill_pi_3): Likewise.
18208         (special_fill_2pi_3): Likewise.
18209         (special_fill_e): Likewise.
18210         (special_fill_1_e): Likewise.
18211         (special_fill_e_minus_1): Likewise.
18212         (special_real_inputs): Add more special inputs.
18213         (output_for_one_input_case): Do not require ERANGE on underflow to
18214         zero if round-to-nearest result does not underflow to zero, unless
18215         exact results required.
18216         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18217         atan, atanh, cbrt, cos and cosh.
18218         * math/auto-libm-test-out: Regenerated.
18219         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18220         (acos_tonearest_test_data): Likewise.
18221         (acos_towardzero_test_data): Likewise.
18222         (acos_downward_test_data): Likewise.
18223         (acos_upward_test_data): Likewise.
18224         (acosh_test_data): Likewise.
18225         (asin_test_data): Likewise.
18226         (asin_tonearest_test_data): Likewise.
18227         (asin_towardzero_test_data): Likewise.
18228         (asin_upward_test_data): Likewise.
18229         (asinh_test_data): Likewise.
18230         (atan_test_data): Likewise.
18231         (atanh_test_data): Likewise.
18232         (cbrt_test_data): Likewise.
18233         (cos_test_data): Likewise.
18234         (cos_tonearest_test_data): Likewise.
18235         (cos_towardzero_test_data): Likewise.
18236         (cos_downward_test_data): Likewise.
18237         (cos_upward_test_data): Likewise.
18238         (cosh_test_data): Likewise.
18239         (cosh_tonearest_test_data): Likewise.
18240         (cosh_towardzero_test_data): Likewise.
18241         (cosh_downward_test_data): Likewise.
18242         (cosh_upward_test_data): Likewise.
18243         * sysdeps/i386/fpu/libm-test-ulps: Update.
18244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18246 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18248         [BZ #6787]
18249         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18250         * math/w_exp10f.c (__exp10f): Likewise.
18251         * math/w_exp10l.c (__exp10l): Likewise.
18252         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18253         errno settings in existing tests.
18255         [BZ #14032]
18256         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18257         precision control set to double precision.
18258         * sysdeps/i386/fpu/w_sqrt.c: New file.
18259         * math/auto-libm-test-in: Add more tests.
18260         * math/auto-libm-test-out: Update.
18262         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18263         (sqrt_test_tonearest): New function.
18264         (sqrt_towardzero_test_data): New variable.
18265         (sqrt_test_towardzero): New function.
18266         (sqrt_downward_test_data): New variable.
18267         (sqrt_test_downward): New function.
18268         (sqrt_upward_test_data): New variable.
18269         (sqrt_test_upward): New function.
18270         (main): Call the new functions.
18272         * math/gen-auto-libm-tests.c: New file.
18273         * math/auto-libm-test-in: Likewise.
18274         * math/auto-libm-test-out: New generated file.
18275         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18276         variables.
18277         (%beautify): Add generated representations of zero.
18278         (top level): Set $auto_input and call parse_auto_input.
18279         (beautify): Remove trailing "f" from hex float constants.
18280         (parse_args): Handle XFAIL_TEST.
18281         (convert_condition): New function.
18282         (or_value): Likewise.
18283         (or_cond_value): Likewise.
18284         (generate_testfile): Handle AUTO_TESTS_* lines.
18285         (parse_auto_input): New function.
18286         * math/libm-test.inc (XFAIL_TEST): New macro.
18287         (ERRNO_UNCHANGED): Update value.
18288         (ERRNO_EDOM): Likewise.
18289         (ERRNO_ERANGE): Likewise.
18290         (IGNORE_RESULT): Likewise.
18291         (TEST_COND_flt_32): New macro.
18292         (TEST_COND_dbl_64): Likewise.
18293         (TEST_COND_ldbl_96_intel): Likewise.
18294         (TEST_COND_ldbl_96_m68k): Likewise.
18295         (TEST_COND_ldbl_128): Likewise.
18296         (TEST_COND_ldbl_128ibm): Likewise.
18297         (TEST_COND_long32): Likewise.
18298         (TEST_COND_long64): Likewise.
18299         (TEST_COND_before_rounding): Likewise.
18300         (TEST_COND_after_rounding): Likewise.
18301         (enable_test): Handle XFAIL_TEST flag.
18302         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18303         with finite results.
18304         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18305         auto-libm-test-out.
18307 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18308             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18310         [BZ #16214]
18311         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18312         __tls_get_addr_internal instead of __tls_get_offset in order to
18313         avoid GOT pointer dependency.  Make rtld export
18314         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18315         __tls_get_addr since we are a __tls_get_offset platform.
18316         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18317         GOT pointer being set up before.
18318         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18320 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18322         * manual/math.texi (Errors in Math Functions): Document accuracy
18323         goals.
18325         [BZ #15004]
18326         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18327         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18328         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18329         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18330         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18331         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18332         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18333         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18334         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18335         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18336         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18337         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18338         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18339         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18340         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18341         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18343         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18344         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18345         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18346         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18347         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18348         Likewise.
18349         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18350         Likewise.
18351         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18352         Likewise.
18353         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18354         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18355         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18356         atomic-feupdateenv and flt-rounds.
18357         * sysdeps/powerpc/nofpu/Versions (libc): Add
18358         __atomic_feholdexcept, __atomic_feclearexcept,
18359         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18360         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18361         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18362         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18363         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18364         here.
18365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18366         Update.
18368         * manual/arith.texi (FP Exceptions): Document that exceptions may
18369         not be raised when matherr is used.
18370         (Math Error Reporting): Document overflow in directed rounding
18371         modes.  Document that errno may not be set when finite values are
18372         returned on overflow.  Document intent to set errno on underflow
18373         only for underflow to zero.
18375         [BZ #16271]
18376         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18377         round-to-nearest then adjust result for other rounding modes.
18378         * include/fenv.h (fegetround): Use libm_hidden_proto.
18379         * math/fegetround.c (fegetround): Use libm_hidden_def.
18380         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18381         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18382         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18383         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18384         Likewise.
18385         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18386         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18387         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18388         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18390 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18392         [BZ #16077]
18393         * nss/Versions (libnss_files): Add
18394         _nss_files_gethostbyname3_r.
18395         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18396         New function.
18397         (HOST_DB_LOOKUP): Remove macro.
18398         (_nss_files_gethostbyname_r): Implement function without the
18399         HOST_DB_LOOKUP macro.
18400         (_nss_files_gethostbyname2_r): Likewise.
18402 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18404         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18406 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18408         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18409         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18410         warning.
18412 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18414         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18415         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18416         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18417         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18418         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18419         __fe_nomask_env_priv and attribute_hidden.
18420         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18421         (libc_feupdateenv_test_ppc): Likewise.
18422         (libc_feresetround_ppc): Likewise.
18423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18424         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18425         compat_symbol macro.
18426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18427         (__fe_nomask_env): Likewise.
18428         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18430 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18432         * string/Makefile: Remove ifunc tests.
18433         * string/test-string.h: Define TEST_IFUNC.
18434         * string/test-bcopy-ifunc.c: Remove.
18435         * string/test-bzero-ifunc.c: Likewise.
18436         * string/test-memccpy-ifunc.c: Likewise.
18437         * string/test-memchr-ifunc.c: Likewise.
18438         * string/test-memcmp-ifunc.c: Likewise.
18439         * string/test-memcpy-ifunc.c: Likewise.
18440         * string/test-memmem-ifunc.c: Likewise.
18441         * string/test-memmove-ifunc.c: Likewise.
18442         * string/test-mempcpy-ifunc.c: Likewise.
18443         * string/test-memrchr-ifunc.c: Likewise.
18444         * string/test-memset-ifunc.c: Likewise.
18445         * string/test-rawmemchr-ifunc.c: Likewise.
18446         * string/test-stpcpy-ifunc.c: Likewise.
18447         * string/test-stpncpy-ifunc.c: Likewise.
18448         * string/test-strcasecmp-ifunc.c: Likewise.
18449         * string/test-strcasestr-ifunc.c: Likewise.
18450         * string/test-strcat-ifunc.c: Likewise.
18451         * string/test-strchr-ifunc.c: Likewise.
18452         * string/test-strchrnul-ifunc.c: Likewise.
18453         * string/test-strcmp-ifunc.c: Likewise.
18454         * string/test-strcpy-ifunc.c: Likewise.
18455         * string/test-strcspn-ifunc.c: Likewise.
18456         * string/test-strlen-ifunc.c: Likewise.
18457         * string/test-strncasecmp-ifunc.c: Likewise.
18458         * string/test-strncat-ifunc.c: Likewise.
18459         * string/test-strncmp-ifunc.c: Likewise.
18460         * string/test-strncpy-ifunc.c: Likewise.
18461         * string/test-strnlen-ifunc.c: Likewise.
18462         * string/test-strpbrk-ifunc.c: Likewise.
18463         * string/test-strrchr-ifunc.c: Likewise.
18464         * string/test-strspn-ifunc.c: Likewise.
18465         * string/test-strstr-ifunc.c: Likewise.
18467 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18469         * benchtests/Makefile: Remove ifunc tests.
18470         * benchtests/bench-string.h: Define TEST_IFUNC.
18471         * benchtests/bench-bcopy-ifunc.c: Remove.
18472         * benchtests/bench-bzero-ifunc.c: Likewise.
18473         * benchtests/bench-memccpy-ifunc.c: Likewise.
18474         * benchtests/bench-memchr-ifunc.c: Likewise.
18475         * benchtests/bench-memcmp-ifunc.c: Likewise.
18476         * benchtests/bench-memcpy-ifunc.c: Likewise.
18477         * benchtests/bench-memmem-ifunc.c: Likewise.
18478         * benchtests/bench-memmove-ifunc.c: Likewise.
18479         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18480         * benchtests/bench-memrchr-ifunc.c: Likewise.
18481         * benchtests/bench-memset-ifunc.c: Likewise.
18482         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18483         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18484         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18485         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18486         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18487         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18488         * benchtests/bench-strcat-ifunc.c: Likewise.
18489         * benchtests/bench-strchr-ifunc.c: Likewise.
18490         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18491         * benchtests/bench-strcmp-ifunc.c: Likewise.
18492         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18493         * benchtests/bench-strcpy-ifunc.c: Likewise.
18494         * benchtests/bench-strcspn-ifunc.c: Likewise.
18495         * benchtests/bench-strlen-ifunc.c: Likewise.
18496         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18497         * benchtests/bench-strncat-ifunc.c: Likewise.
18498         * benchtests/bench-strncmp-ifunc.c: Likewise.
18499         * benchtests/bench-strncpy-ifunc.c: Likewise.
18500         * benchtests/bench-strnlen-ifunc.c: Likewise.
18501         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18502         * benchtests/bench-strrchr-ifunc.c: Likewise.
18503         * benchtests/bench-strsep-ifunc.c: Likewise.
18504         * benchtests/bench-strspn-ifunc.c: Likewise.
18505         * benchtests/bench-strstr-ifunc.c: Likewise.
18507 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18509         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18511 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18513         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18514         * rt/aio.h: Likewise.
18515         * sysdeps/gnu/bits/utmp.h: Likewise.
18516         * sysdeps/gnu/bits/utmpx.h: Likewise.
18517         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18518         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18519         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18520         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18521         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18522         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18523         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18524         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18525         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18526         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18527         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18528         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18529         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18531         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18532         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18533         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18534         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18535         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18536         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18537         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18538         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18539         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18540         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18541         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18542         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18543         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18544         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18545         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18546         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18547         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18548         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18549         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18550         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18551         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18552         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18553         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18554         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18555         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18556         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18557         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18558         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18560 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18562         [BZ #16245]
18563         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18564         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18566 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18568         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18569         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18570         Likewise.
18572 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18574         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18575         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18576         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18577         (__fesetround): Remove define.
18578         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18579         rounding and exceptions handling.
18580         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18581         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18582         (__fe_nomask_env): Likewise.
18583         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18584         __fegetround instead of fegetround.
18585         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18586         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18588 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18590         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18591         it's there.
18593         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18595 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18597         [BZ #11157]
18598         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18599         (encrypt_r): Likewise.
18600         * malloc/obstack.h (obstack_free): Likewise.
18601         * posix/unistd.h (encrypt): Likewise.
18603 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18605         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18606         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18607         DL_CALL_DT_FINI() that call the functions directly.
18608         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18609         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18610         * elf/dl-fini.c: Likewise.
18612 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18614         * malloc/hooks.c (memalign_check): Add alignment rounding.
18615         * malloc/malloc.c (_mid_memalign): New function.
18616         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18617         Implement by calling _mid_memalign.
18618         * manual/probes.texi (Memory Allocation Probes): Remove
18619         memory_valloc_retry and memory_pvalloc_retry.
18621 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18623         * locale/programs/locarchive.c (open_archive): Add const
18624         qualifier to ARCHIVEFNAME and copy default fname to
18625         DEFAULT_FNAME.
18627         [BZ #15601]
18628         * libio/tst-widetext.input: Rename Oriya to Odia.
18629         * locale/iso-639.def: Likewise.
18631         * manual/probes.texi (Mathematical Function Probes): Add
18632         documentation for sin, cos, asin and acos probes.
18633         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18634         (__sin32): Add slowasin probe.
18635         (__cos32): Add slowacos probe.
18636         (__mpsin): Add slowsin probe.
18637         (__mpcos): Add slowcos probe.
18639 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18641         [BZ #15483]
18642         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18643         thread-local __sim_exceptions_thread and global
18644         __sim_exceptions_global.
18645         (__sim_disabled_exceptions): Change to thread-local
18646         __sim_disabled_exceptions_thread and global
18647         __sim_disabled_exceptions_global.
18648         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18649         and global __sim_round_mode_global.
18650         (__simulate_exceptions): Use thread-local floating-point state and
18651         set global state from it as needed.
18652         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18653         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18654         __sim_round_mode_thread.
18655         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18656         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18657         and global __sim_exceptions_global.
18658         (__sim_disabled_exceptions): Change to thread-local
18659         __sim_disabled_exceptions_thread and global
18660         __sim_disabled_exceptions_global.
18661         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18662         and global __sim_round_mode_global.
18663         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18664         (SIM_SET_GLOBAL): Likewise.
18665         * sysdeps/powerpc/soft-fp/sfp-machine.h
18666         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18667         __sim_round_mode_thread.
18668         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18669         __sim_disabled_exceptions_thread.
18670         (__sim_exceptions): Change to __sim_exceptions_thread.
18671         (__sim_disabled_exceptions): Change to
18672         __sim_disabled_exceptions_thread.
18673         (__sim_round_mode): Change to __sim_round_mode_thread.
18674         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18675         thread-local floating-point state and set global state from it as
18676         needed.
18677         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18678         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18679         (__sim_disabled_exceptions): Remove extern declaration.
18680         (feenableexcept): Use thread-local floating-point state and set
18681         global state from it as needed.
18682         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18683         extern declaration.
18684         (__sim_disabled_exceptions): Likewise.
18685         (__sim_round_mode): Likewise.
18686         (__fegetenv): Use thread-local floating-point state.
18687         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18688         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18689         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18690         floating-point state and set global state from it as needed.
18691         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18692         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18693         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18694         Likewise.
18695         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18696         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18697         Likewise.
18698         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18699         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18700         Use __sim_round_mode_thread.
18701         * math/test-fenv-tls.c: New file.
18702         * math/Makefile (tests): Add test-fenv-tls.
18703         ($(objpfx)test-fenv-tls): Depend on
18704         $(common-objpfx)nptl/libpthread.so.
18706 2013-11-19  Andreas Schwab  <schwab@suse.de>
18708         * locale/programs/locale.c (show_info): Decode wordarray elements.
18709         * locale/categories.def (LC_MONETARY): Add element for
18710         _NL_MONETARY_CRNCYSTR.
18711         * locale/C-monetary.c (conversion_rate): New variable.
18712         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18713         element.
18715 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18717         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18718         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18720 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18722         * elf/Makefile (tst-auxv): New test.
18723         * elf/tst-auxv.c: New
18724         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18726 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18728         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18729         (hidden_proto): Caller changed.
18730         (hidden_tls_proto): New macro.
18731         (libc_hidden_tls_proto): Likewise.
18732         (rtld_hidden_tls_proto): Likewise.
18733         (libm_hidden_tls_proto): Likewise.
18734         (libresolv_hidden_tls_proto): Likewise.
18735         (librt_hidden_tls_proto): Likewise.
18736         (libdl_hidden_tls_proto): Likewise.
18737         (libnss_files_hidden_tls_proto): Likewise.
18738         (libnsl_hidden_tls_proto): Likewise.
18739         (libnss_nisplus_hidden_tls_proto): Likewise.
18740         (libutil_hidden_tls_proto): Likewise.
18742 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18744         [BZ #10253]
18745         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18746         (decompose_rpath): Defer expansion to fillin_rpath.
18747         (_dl_init_paths): Pass linkmap to fillin_rpath.
18749 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18751         * benchtests/Makefile: Add strsep.
18752         * benchtests/bench-strsep.c: New file: strsep benchtest.
18753         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18755 2013-11-18  Andreas Schwab  <schwab@suse.de>
18757         * locale/programs/locale.c (show_info) [case byte]: Check for
18758         '\377' instead of '\177'.
18759         * locale/C-monetary.c (not_available): Always use "\377".
18760         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18761         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18762         detect unavailable sign_posn locale elements.
18763         * locale/localeconv.c (__localeconv): For grouping and
18764         mon_grouping handle "\177" and "\377" like no grouping.
18765         (INT_ELEM): New macro.  Use it to set all numeric members.
18766         * locale/programs/ld-monetary.c (monetary_read)
18767         <tok_mon_grouping>: Normalize single -1 to the empty string.
18768         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18769         Likewise.
18771 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18773         [BZ #16055]
18774         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18775         when we match (nil).
18776         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18778 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18780         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18781         (NO_TEST_INLINE): Update value.
18782         (ERRNO_UNCHANGED): Likewise.
18783         (ERRNO_EDOM): Likewise.
18784         (ERRNO_ERANGE): Likewise.
18785         (IGNORE_RESULT): Likewise.
18786         (check_float_internal): Check signs of NaN results if
18787         TEST_NAN_SIGN used.
18788         (check_complex): Pass TEST_NAN_SIGN flag through to second
18789         check_float_internal call.
18790         (copysign_test_data): Add tests with quiet NaNs as second
18791         argument.  Use TEST_NAN_SIGN.
18792         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18793         TEST_NAN_SIGN.
18794         (signbit_test_data): Add tests of quiet NaN argument.
18795         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18797         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18798         $ignore_result.
18799         (parse_args): Handle function results specified as IGNORE.
18800         * math/libm-test.inc (IGNORE_RESULT): New macro.
18801         (check_float_internal): Do not check numerical result if flag
18802         IGNORE_RESULT set.
18803         (check_complex): Pass through IGNORE_RESULT to second
18804         check_float_internal call.
18805         (check_int): Do not check numerical result if flag IGNORE_RESULT
18806         set.
18807         (check_long): Likewise.
18808         (check_bool): Likewise.
18809         (check_longlong): Likewise.
18810         (lrint_test_data): Add tests of infinite and NaN arguments.
18811         (lrint_tonearest_test_data): Likewise.
18812         (lrint_towardzero_test_data): Likewise.
18813         (lrint_downward_test_data): Likewise.
18814         (lrint_upward_test_data): Likewise.
18815         (llrint_test_data): Likewise.
18816         (llrint_tonearest_test_data): Likewise.
18817         (llrint_towardzero_test_data): Likewise.
18818         (llrint_downward_test_data): Likewise.
18819         (llrint_upward_test_data): Likewise.
18820         (lround_test_data): Likewise.
18821         (llround_test_data): Likewise.
18823         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18824         (ERRNO_UNCHANGED): Update value.
18825         (ERRNO_EDOM): Likewise.
18826         (ERRNO_ERANGE): Likewise.
18827         (NO_TEST_INLINE_FLOAT): New macro.
18828         (NO_TEST_INLINE_DOUBLE): Likewise.
18829         (enable_test): New function.
18830         (RUN_TEST_f_f): Check enable_test before running test.
18831         (RUN_TEST_2_f): Likewise.
18832         (RUN_TEST_fff_f): Likewise.
18833         (RUN_TEST_c_f): Likewise.
18834         (RUN_TEST_f_f1): Likewise.
18835         (RUN_TEST_fF_f1): Likewise.
18836         (RUN_TEST_fI_f1): Likewise.
18837         (RUN_TEST_ffI_f1): Likewise.
18838         (RUN_TEST_c_c): Likewise.
18839         (RUN_TEST_cc_c): Likewise.
18840         (RUN_TEST_f_i): Likewise.
18841         (RUN_TEST_f_i_tg): Likewise.
18842         (RUN_TEST_ff_i_tg): Likewise.
18843         (RUN_TEST_f_b): Likewise.
18844         (RUN_TEST_f_b_tg): Likewise.
18845         (RUN_TEST_f_l): Likewise.
18846         (RUN_TEST_f_L): Likewise.
18847         (RUN_TEST_fFF_11): Likewise.
18848         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18849         conditionals.
18850         (cosh_test_data): Likewise.
18851         (exp_test_data): Likewise.
18852         (expm1_test_data): Likewise.
18853         (hypot_test_data): Likewise.
18854         (pow_test_data): Likewise.
18855         (sinh_test_data): Likewise.
18856         (tanh_test_data): Likewise.
18857         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18858         flags argument.
18860         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18861         tests with quiet NaN input and output.
18862         (acosh_test_data): Likewise.
18863         (asin_test_data): Likewise.
18864         (asinh_test_data): Likewise.
18865         (atan_test_data): Likewise.
18866         (atanh_test_data): Likewise.
18867         (atan2_test_data): Likewise.
18868         (cbrt_test_data): Likewise.
18869         (cos_test_data): Likewise.
18870         (cosh_test_data): Likewise.
18871         (erf_test_data): Likewise.
18872         (erfc_test_data): Likewise.
18873         (exp_test_data): Likewise.
18874         (exp10_test_data): Likewise.
18875         (exp2_test_data): Likewise.
18876         (expm1_test_data): Likewise.
18877         (hypot_test_data): Likewise.
18878         (j0_test_data): Likewise.
18879         (j1_test_data): Likewise.
18880         (jn_test_data): Likewise.
18881         (lgamma_test_data): Likewise.
18882         (log_test_data): Likewise.
18883         (log10_test_data): Likewise.
18884         (log1p_test_data): Likewise.
18885         (log2_test_data): Likewise.
18886         (pow_test_data): Likewise.
18887         (scalb_test_data): Likewise.
18888         (sin_test_data): Likewise.
18889         (sincos_test_data): Likewise.
18890         (sinh_test_data): Likewise.
18891         (tan_test_data): Likewise.
18892         (tanh_test_data): Likewise.
18893         (tgamma_test_data): Likewise.
18894         (y0_test_data): Likewise.
18895         (y1_test_data): Likewise.
18896         (yn_test_data): Likewise.
18898         [BZ #16167]
18899         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18900         argument being NaN and avoid computations with second argument in
18901         that case.
18902         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18903         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18904         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18906 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18908         * locale/iso-639.def: Add Chitwani Tharu (the).
18910 2013-11-14  Andreas Schwab  <schwab@suse.de>
18912         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18913         word instead of empty string.
18915 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18918         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18920         (__fe_nomask_env): Likewise.
18922 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18924         * benchtests/bench-timing.h: Include time.h.
18926 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18928         [BZ #15997]
18929         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18930         to 3.4.0 for x32.
18931         * sysdeps/unix/sysv/linux/configure: Regenerated.
18933 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18935         [BZ #16151]
18936         * stdlib/strtod_l.c (round_and_return): Do not consider
18937         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18938         exponent one less than half the least subnormal exponent.
18939         * stdlib/test-strtod-round-data: Add more tests.
18940         * stdlib/tst-strtod-round.c (tests): Regenerated.
18942 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18944         [BZ #14143]
18945         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18946         (__fe_mask_env): Likewise.
18947         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18948         libm_hidden_proto and add function prototype.
18949         (__fe_mask_env): Add function prototype.
18950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18951         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18953         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18955         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18957 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18959         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18960         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18962 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18964         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18965         of htab_find_slot().
18967 2013-11-11  David S. Miller  <davem@davemloft.net>
18969         [BZ #16150]
18970         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18971         symbol in the non-vis3 case in static builds.
18972         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18973         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18974         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18975         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18977 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18979         [BZ #387]
18980         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18981         it is empty.
18983 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18985         * benchtests/Makefile: Add bench-strtod.
18986         * benchtests/bench-strtod.c: New file: strtod benchtest
18988 2013-11-11  Andreas Schwab  <schwab@suse.de>
18990         [BZ #16153]
18991         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18992         terminating NUL in key length.
18994 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18996         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18997         Add artificial ODP entry for vDSO symbol for PPC64.
18998         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18999         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19001 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19003         [BZ #15374]
19004         * nss/getent.c (services_keys): Recognize services starting with digit.
19006 2013-11-06  David S. Miller  <davem@davemloft.net>
19008         [BZ #15985]
19009         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19010         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19012 2013-11-06  Will Newton  <will.newton@linaro.org>
19014         * manual/memory.texi (Malloc Examples): Remove register
19015         keyword from examples.
19017 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19019         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19021 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19023         [BZ #6981]
19024         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19025         depending on [__GCC_IEC_559 > 0].
19026         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19027         depending on [__GCC_IEC_559_COMPLEX > 0].
19029 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19031         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19032         to iso-639.def.
19034 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19036         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19038 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19040         [BZ #16112]
19041         * malloc/malloc (malloc_info): Do not handle first bin as
19042         special case.
19044 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19046         * locale/iso-639.def: Add Central Nahuatl (nhn).
19048 2013-11-01  Bruno Haible  <bruno@clisp.org>
19050         [BZ #7003]
19051         * manual/math.texi (BSD Random): Specify range upper bound as
19052         in POSIX.
19054 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19056         * locale/iso-639.def: Add Meadow Mari (mhr).
19058 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19060         [BZ #14752], [BZ #15763]
19061         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19062         Validate name.
19063         * rt/tst_shm.c: Add test for escaping directory.
19065 2013-10-31  Andreas Schwab  <schwab@suse.de>
19067         [BZ #15917]
19068         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19069         followed by 'x' as part of digit sequence.
19070         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19072 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19074         [BZ #16037]
19075         * configure.ac: allow GNU Make 4.0 and greater.
19076         * configure: Regenerated.
19078 2013-10-30  Will Newton  <will.newton@linaro.org>
19080         [BZ #16038]
19081         * malloc/hooks.c (memalign_check): Limit alignment to the
19082         maximum representable power of two.
19083         * malloc/malloc.c (__libc_memalign): Likewise.
19084         * malloc/tst-memalign.c (do_test): Add test for very
19085         large alignment values.
19086         * malloc/tst-posix_memalign.c (do_test): Likewise.
19088 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19090         [BZ #11087]
19091         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19092         (munmap_chunk): Likewise.
19093         (mremap_chunk): Likewise.
19095 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19097         [BZ #15799]
19098         * stdlib/div.c (div): Remove obsolete code.
19099         * stdlib/ldiv.c (ldiv): Likewise.
19100         * stdlib/lldiv.c (lldiv): Likewise.
19102 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19104         [BZ #16071]
19105         * nss/nss_files/files-XXX.c (get_contents_ret): New
19106         enumerator.
19107         (get_contents): New function.
19108         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19110 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19112         * configure.in: Moved to ...
19113         * configure.ac: ... here. Change reference to configure.in
19114         to configure.ac.
19115         * sysdeps/arm/preconfigure.ac: ... here.
19116         configure.in to configure.ac.
19117         * sysdeps/gnu/configure.in: Moved to ...
19118         * sysdeps/gnu/configure.ac: ... here.
19119         * sysdeps/i386/configure.in: Moved to ...
19120         * sysdeps/i386/configure.ac: ... here.
19121         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19122         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19123         * sysdeps/mach/configure.in: Moved to ...
19124         * sysdeps/mach/configure.ac: ... here.
19125         * sysdeps/mach/hurd/configure.in: Moved to ...
19126         * sysdeps/mach/hurd/configure.ac: ... here.
19127         * sysdeps/powerpc/configure.in: Moved to ...
19128         * sysdeps/powerpc/configure.ac: ... here.
19129         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19130         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19131         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19132         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19133         * sysdeps/s390/s390-32/configure.in: Moved to ...
19134         * sysdeps/s390/s390-32/configure.ac: ... here.
19135         * sysdeps/s390/s390-64/configure.in: Moved to ...
19136         * sysdeps/s390/s390-64/configure.ac: ... here.
19137         * sysdeps/sh/configure.in: Moved to ...
19138         * sysdeps/sh/configure.ac: ... here.
19139         * sysdeps/sparc/configure.in: Moved to ...
19140         * sysdeps/sparc/configure.ac: ... here.
19141         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19142         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19143         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19144         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19145         * sysdeps/x86_64/configure.in: Moved to ...
19146         * sysdeps/x86_64/configure.ac: ... here.
19147         * sysdeps/x86_64/preconfigure.in: Moved to ...
19148         * sysdeps/x86_64/preconfigure.ac: ... here.
19149         * aclocal.m4: Change reference to configure.in to configure.ac.
19150         * config.h.in: Likewise.
19151         * manual/install.texi: Likewise.
19152         * manual/maint.texi: Likewise.
19153         * Makefile: Likewise.
19154         * malloc/Makefile: Likewise.
19155         * nscd/Makefile: Likewise.
19156         * Makeconfig: Change reference to configure.in and
19157         preconfigure.in to configure.ac and preconfigure.ac
19158         respectively.
19159         * INSTALL: Regenerated.
19160         * configure: Likewise.
19161         * sysdeps/gnu/configure: Likewise.
19162         * sysdeps/i386/configure: Likewise.
19163         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19164         * sysdeps/mach/configure: Likewise.
19165         * sysdeps/mach/hurd/configure: Likewise.
19166         * sysdeps/powerpc/configure: Likewise.
19167         * sysdeps/powerpc/powerpc32/configure: Likewise.
19168         * sysdeps/powerpc/powerpc64/configure: Likewise.
19169         * sysdeps/s390/s390-32/configure: Likewise.
19170         * sysdeps/s390/s390-64/configure: Likewise.
19171         * sysdeps/sh/configure: Likewise.
19172         * sysdeps/sparc/configure: Likewise.
19173         * sysdeps/unix/sysv/linux/configure: Likewise.
19174         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19175         * sysdeps/x86_64/configure: Likewise.
19176         * sysdeps/x86_64/preconfigure: Likewise.
19178 2013-10-29  Andreas Schwab  <schwab@suse.de>
19180         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19182 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19184         * benchtests/pow-inputs: Add new inputs.
19186         * benchtests/exp-inputs: Add new inputs.
19188         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19189         conditional check for return value.
19190         (__cos32): Likewise.
19192 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19194         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19195         to provide a boost for large inputs with word alignment.
19196         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19197         implementation based on optimized PPC64 strcpy.
19198         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19199         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19200         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19201         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19203 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19205         [BZ #2801]
19206         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19208 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19210         [BZ #14876]
19211         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19212         * time/tst-strptime.c (day_tests): Add testcase.
19214 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19216         [BZ #14029]
19217         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19219 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19221         [BZ #16074]
19222         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19223         MAP_FAILED on error.
19225 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19227         [BZ #16072]
19228         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19229         heap for large requests.
19231 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19233         [BZ #9954]
19234         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19235         result if the result has no associated interface.
19236         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19237         interface for all 127.X.Y.Z addresses.
19239 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19241         * locale/iso-639.def: Add Ligurian (lij)
19243 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19245         [BZ #15825]
19246         * sunrpc/rpc_main.c: Document rpcgen -5.
19248 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19250         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19252 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19254         [BZ #10278]
19255         * posix/glob.c: Match only directories when trailing slash is present.
19256         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19257         (main): Add testcase.
19259 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19261         [BZ #15670]
19262         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19264 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19266         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19267         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19268         AUTH_DES and cindex for FIPS 140-2.
19269         (DES Encryption): Add cindex FIPS 46-3.
19271         * locale/locarchive.h (struct locarhandle): Add fname.
19272         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19273         if an optional argument was specified to --list-archive,
19274         otherwise NULL.
19275         * locale/programs/locarchive.c (show_archive_content): Take new
19276         argument fname and pass it via ah.fname to open_archive.
19277         * locale/programs/localedef.h: Update decl.
19278         (open_archive): If AH->fname is non-null, open that file
19279         rather than the default file name, and don't ignore ENOENT.
19280         (create_archive): Set AH.fname to NULL.
19281         (delete_locales_from_archive): Likewise.
19282         (add_locales_to_archive): Likewise.
19283         * locale/programs/locfile.c (write_all_categories): Likewise.
19285 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19286             Aldy Hernandez  <aldyh@redhat.com>
19288         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19289         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19290         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19291         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19292         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19293         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19294         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19295         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19296         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19297         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19298         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19299         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19300         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19301         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19302         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19303         Likewise.
19304         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19305         Likewise.
19306         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19307         Likewise.
19308         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19309         Likewise.
19310         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19311         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19312         Likewise.
19313         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19314         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19315         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19316         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19317         Likewise.
19318         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19319         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19320         * sysdeps/powerpc/preconfigure: Likewise.
19321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19322         Likewise.
19323         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19324         Replace contents of file by #include of <fenv_libc.h>.
19325         * sysdeps/powerpc/soft-fp/sfp-machine.h
19326         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19327         and <sys/prctl.h>.
19328         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19329         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19330         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19331         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19332         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19333         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19334         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19335         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19336         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19337         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19338         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19339         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19341         Allow copysignl PLT reference to be missing.
19343 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19344             Joseph Myers  <joseph@codesourcery.com
19346         [BZ #15948]
19347         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19348         single character.
19349         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19351 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19353         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19354         * elf/tst-tls1.c: Likewise.
19355         * elf/tst-tls10.h: Likewise.
19356         * elf/tst-tls14.c: Likewise.
19357         * elf/tst-tls2.c: Likewise.
19358         * elf/tst-tls3.c: Likewise.
19359         * elf/tst-tls4.c: Likewise.
19360         * elf/tst-tls5.c: Likewise.
19361         * elf/tst-tls6.c: Likewise.
19362         * elf/tst-tls7.c: Likewise.
19363         * elf/tst-tls8.c: Likewise.
19364         * elf/tst-tls9.c: Likewise.
19365         * elf/tst-tlsmod1.c: Likewise.
19366         * elf/tst-tlsmod13.c: Likewise.
19367         * elf/tst-tlsmod13a.c: Likewise.
19368         * elf/tst-tlsmod14a.c: Likewise.
19369         * elf/tst-tlsmod16a.c: Likewise.
19370         * elf/tst-tlsmod16b.c: Likewise.
19371         * elf/tst-tlsmod2.c: Likewise.
19372         * elf/tst-tlsmod3.c: Likewise.
19373         * elf/tst-tlsmod4.c: Likewise.
19374         * elf/tst-tlsmod5.c: Likewise.
19375         * elf/tst-tlsmod6.c: Likewise.
19377 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19379         [BZ #12486]
19380         * malloc/malloc.c: remove checks for statistics.
19382 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19384         [BZ #15277]
19385         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19386         * inet/tst-network.c: Add testcase.
19388 2013-10-17  Andreas Schwab  <schwab@suse.de>
19390         [BZ #15218]
19391         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19392         to determine canonical name.
19394 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19396         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19397         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19398         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19399         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19401         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19402         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19403         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19404         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19405         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19406         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19407         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19408         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19409         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19410         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19411         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19412         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19413         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19414         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19415         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19416         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19417         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19418         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19419         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19420         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19421         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19422         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19423         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19424         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19425         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19426         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19427         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19428         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19429         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19430         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19431         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19432         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19433         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19434         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19435         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19436         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19437         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19438         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19439         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19440         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19441         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19442         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19443         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19444         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19445         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19446         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19447         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19448         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19449         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19450         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19451         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19452         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19453         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19455 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19457         [BZ #16041]
19458         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19459         make result into a quiet NaN.
19461 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19463         * soft-fp/adddf3.c: Fix horizontal whitespace.
19464         * soft-fp/addsf3.c: Likewise.
19465         * soft-fp/addtf3.c: Likewise.
19466         * soft-fp/divdf3.c: Likewise.
19467         * soft-fp/divsf3.c: Likewise.
19468         * soft-fp/divtf3.c: Likewise.
19469         * soft-fp/double.h: Likewise.
19470         * soft-fp/eqdf2.c: Likewise.
19471         * soft-fp/eqsf2.c: Likewise.
19472         * soft-fp/eqtf2.c: Likewise.
19473         * soft-fp/extenddftf2.c: Likewise.
19474         * soft-fp/extended.h: Likewise.
19475         * soft-fp/extendsfdf2.c: Likewise.
19476         * soft-fp/extendsftf2.c: Likewise.
19477         * soft-fp/extendxftf2.c: Likewise.
19478         * soft-fp/fixdfdi.c: Likewise.
19479         * soft-fp/fixdfsi.c: Likewise.
19480         * soft-fp/fixdfti.c: Likewise.
19481         * soft-fp/fixsfdi.c: Likewise.
19482         * soft-fp/fixsfsi.c: Likewise.
19483         * soft-fp/fixsfti.c: Likewise.
19484         * soft-fp/fixtfdi.c: Likewise.
19485         * soft-fp/fixtfsi.c: Likewise.
19486         * soft-fp/fixtfti.c: Likewise.
19487         * soft-fp/fixunsdfdi.c: Likewise.
19488         * soft-fp/fixunsdfsi.c: Likewise.
19489         * soft-fp/fixunsdfti.c: Likewise.
19490         * soft-fp/fixunssfdi.c: Likewise.
19491         * soft-fp/fixunssfsi.c: Likewise.
19492         * soft-fp/fixunssfti.c: Likewise.
19493         * soft-fp/fixunstfdi.c: Likewise.
19494         * soft-fp/fixunstfsi.c: Likewise.
19495         * soft-fp/fixunstfti.c: Likewise.
19496         * soft-fp/floatdidf.c: Likewise.
19497         * soft-fp/floatdisf.c: Likewise.
19498         * soft-fp/floatditf.c: Likewise.
19499         * soft-fp/floatsidf.c: Likewise.
19500         * soft-fp/floatsisf.c: Likewise.
19501         * soft-fp/floatsitf.c: Likewise.
19502         * soft-fp/floattidf.c: Likewise.
19503         * soft-fp/floattisf.c: Likewise.
19504         * soft-fp/floattitf.c: Likewise.
19505         * soft-fp/floatundidf.c: Likewise.
19506         * soft-fp/floatundisf.c: Likewise.
19507         * soft-fp/floatunditf.c: Likewise.
19508         * soft-fp/floatunsidf.c: Likewise.
19509         * soft-fp/floatunsisf.c: Likewise.
19510         * soft-fp/floatunsitf.c: Likewise.
19511         * soft-fp/floatuntidf.c: Likewise.
19512         * soft-fp/floatuntisf.c: Likewise.
19513         * soft-fp/floatuntitf.c: Likewise.
19514         * soft-fp/fmadf4.c: Likewise.
19515         * soft-fp/fmasf4.c: Likewise.
19516         * soft-fp/fmatf4.c: Likewise.
19517         * soft-fp/gedf2.c: Likewise.
19518         * soft-fp/gesf2.c: Likewise.
19519         * soft-fp/getf2.c: Likewise.
19520         * soft-fp/ledf2.c: Likewise.
19521         * soft-fp/lesf2.c: Likewise.
19522         * soft-fp/letf2.c: Likewise.
19523         * soft-fp/muldf3.c: Likewise.
19524         * soft-fp/mulsf3.c: Likewise.
19525         * soft-fp/multf3.c: Likewise.
19526         * soft-fp/negdf2.c: Likewise.
19527         * soft-fp/negsf2.c: Likewise.
19528         * soft-fp/negtf2.c: Likewise.
19529         * soft-fp/op-1.h: Likewise.
19530         * soft-fp/op-2.h: Likewise.
19531         * soft-fp/op-4.h: Likewise.
19532         * soft-fp/op-8.h: Likewise.
19533         * soft-fp/op-common.h: Likewise.
19534         * soft-fp/quad.h: Likewise.
19535         * soft-fp/single.h: Likewise.
19536         * soft-fp/soft-fp.h: Likewise.
19537         * soft-fp/sqrtdf2.c: Likewise.
19538         * soft-fp/sqrtsf2.c: Likewise.
19539         * soft-fp/sqrttf2.c: Likewise.
19540         * soft-fp/subdf3.c: Likewise.
19541         * soft-fp/subsf3.c: Likewise.
19542         * soft-fp/subtf3.c: Likewise.
19543         * soft-fp/truncdfsf2.c: Likewise.
19544         * soft-fp/trunctfdf2.c: Likewise.
19545         * soft-fp/trunctfsf2.c: Likewise.
19546         * soft-fp/trunctfxf2.c: Likewise.
19547         * soft-fp/unorddf2.c: Likewise.
19548         * soft-fp/unordsf2.c: Likewise.
19549         * soft-fp/unordtf2.c: Likewise.
19551 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19553         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19554         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19556 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19558         * elf/dl-libc.c: Clear initfini list after freeing.
19560 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19562         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19563         * soft-fp/addsf3.c: Likewise.
19564         * soft-fp/addtf3.c: Likewise.
19565         * soft-fp/divdf3.c: Likewise.
19566         * soft-fp/divsf3.c: Likewise.
19567         * soft-fp/divtf3.c: Likewise.
19568         * soft-fp/double.h: Likewise.
19569         * soft-fp/eqdf2.c: Likewise.
19570         * soft-fp/eqsf2.c: Likewise.
19571         * soft-fp/eqtf2.c: Likewise.
19572         * soft-fp/extenddftf2.c: Likewise.
19573         * soft-fp/extended.h: Likewise.
19574         * soft-fp/extendsfdf2.c: Likewise.
19575         * soft-fp/extendsftf2.c: Likewise.
19576         * soft-fp/extendxftf2.c: Likewise.
19577         * soft-fp/fixdfdi.c: Likewise.
19578         * soft-fp/fixdfsi.c: Likewise.
19579         * soft-fp/fixdfti.c: Likewise.
19580         * soft-fp/fixsfdi.c: Likewise.
19581         * soft-fp/fixsfsi.c: Likewise.
19582         * soft-fp/fixsfti.c: Likewise.
19583         * soft-fp/fixtfdi.c: Likewise.
19584         * soft-fp/fixtfsi.c: Likewise.
19585         * soft-fp/fixtfti.c: Likewise.
19586         * soft-fp/fixunsdfdi.c: Likewise.
19587         * soft-fp/fixunsdfsi.c: Likewise.
19588         * soft-fp/fixunsdfti.c: Likewise.
19589         * soft-fp/fixunssfdi.c: Likewise.
19590         * soft-fp/fixunssfsi.c: Likewise.
19591         * soft-fp/fixunssfti.c: Likewise.
19592         * soft-fp/fixunstfdi.c: Likewise.
19593         * soft-fp/fixunstfsi.c: Likewise.
19594         * soft-fp/fixunstfti.c: Likewise.
19595         * soft-fp/floatdidf.c: Likewise.
19596         * soft-fp/floatdisf.c: Likewise.
19597         * soft-fp/floatditf.c: Likewise.
19598         * soft-fp/floatsidf.c: Likewise.
19599         * soft-fp/floatsisf.c: Likewise.
19600         * soft-fp/floatsitf.c: Likewise.
19601         * soft-fp/floattidf.c: Likewise.
19602         * soft-fp/floattisf.c: Likewise.
19603         * soft-fp/floattitf.c: Likewise.
19604         * soft-fp/floatundidf.c: Likewise.
19605         * soft-fp/floatundisf.c: Likewise.
19606         * soft-fp/floatunsidf.c: Likewise.
19607         * soft-fp/floatunsisf.c: Likewise.
19608         * soft-fp/floatuntidf.c: Likewise.
19609         * soft-fp/floatuntisf.c: Likewise.
19610         * soft-fp/floatuntitf.c: Likewise.
19611         * soft-fp/fmadf4.c: Likewise.
19612         * soft-fp/fmasf4.c: Likewise.
19613         * soft-fp/fmatf4.c: Likewise.
19614         * soft-fp/gedf2.c: Likewise.
19615         * soft-fp/gesf2.c: Likewise.
19616         * soft-fp/getf2.c: Likewise.
19617         * soft-fp/ledf2.c: Likewise.
19618         * soft-fp/lesf2.c: Likewise.
19619         * soft-fp/letf2.c: Likewise.
19620         * soft-fp/muldf3.c: Likewise.
19621         * soft-fp/mulsf3.c: Likewise.
19622         * soft-fp/multf3.c: Likewise.
19623         * soft-fp/negdf2.c: Likewise.
19624         * soft-fp/negsf2.c: Likewise.
19625         * soft-fp/negtf2.c: Likewise.
19626         * soft-fp/op-1.h: Likewise.
19627         * soft-fp/op-2.h: Likewise.
19628         * soft-fp/op-4.h: Likewise.
19629         * soft-fp/op-8.h: Likewise.
19630         * soft-fp/op-common.h: Likewise.
19631         * soft-fp/quad.h: Likewise.
19632         * soft-fp/single.h: Likewise.
19633         * soft-fp/soft-fp.h: Likewise.
19634         * soft-fp/sqrtdf2.c: Likewise.
19635         * soft-fp/sqrtsf2.c: Likewise.
19636         * soft-fp/sqrttf2.c: Likewise.
19637         * soft-fp/subdf3.c: Likewise.
19638         * soft-fp/subsf3.c: Likewise.
19639         * soft-fp/subtf3.c: Likewise.
19640         * soft-fp/truncdfsf2.c: Likewise.
19641         * soft-fp/trunctfdf2.c: Likewise.
19642         * soft-fp/trunctfsf2.c: Likewise.
19643         * soft-fp/trunctfxf2.c: Likewise.
19644         * soft-fp/unorddf2.c: Likewise.
19645         * soft-fp/unordsf2.c: Likewise.
19646         * soft-fp/unordtf2.c: Likewise.
19648 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19650         [BZ #15672]
19651         * misc/error.c (error_tail): Fix possible buffer overflow.
19653 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19655         [BZ #13028]
19656         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19657         address.
19659 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19661         [BZ #832]
19662         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19663         testing pipefail option.
19665 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19667         * soft-fp/double.h: Indent preprocessor directives inside #if.
19668         * soft-fp/extended.h: Likewise.
19669         * soft-fp/op-2.h: Likewise.
19670         * soft-fp/op-4.h: Likewise.
19671         * soft-fp/op-common.h: Likewise.
19672         * soft-fp/quad.h: Likewise.
19673         * soft-fp/single.h: Likewise.
19674         * soft-fp/soft-fp.h: Likewise.
19676 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19678         * iconv/iconv_prog.c: Fix typos.
19679         * stdio-common/psiginfo-data.h: Likewise.
19681 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19683         [BZ #15764]
19684         * locale/setlocale.c: Fix typo.
19686 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19688         [BZ #16036]
19689         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19690         signaling NaN arguments.
19691         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19692         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19694         [BZ #14910]
19695         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19696         unordered operands.
19697         * soft-fp/gesf2.c (__gesf2): Likewise.
19698         * soft-fp/getf2.c (__getf2): Likewise.
19699         * soft-fp/ledf2.c (__ledf2): Likewise.
19700         * soft-fp/lesf2.c (__lesf2): Likewise.
19701         * soft-fp/letf2.c (__letf2): Likewise.
19703         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19704         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19705         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19706         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19707         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19708         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19709         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19710         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19711         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19712         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19713         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19714         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19715         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19716         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19717         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19718         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19719         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19720         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19721         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19722         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19723         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19724         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19725         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19726         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19727         * soft-fp/floattidf.c (__floattidf): Likewise.
19728         * soft-fp/floattisf.c (__floattisf): Likewise.
19729         * soft-fp/floattitf.c (__floattitf): Likewise.
19730         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19731         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19732         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19733         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19734         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19735         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19736         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19737         * soft-fp/gesf2.c (__gesf2): Likewise.
19738         * soft-fp/getf2.c (__getf2): Likewise.
19739         * soft-fp/ledf2.c (__ledf2): Likewise.
19740         * soft-fp/lesf2.c (__lesf2): Likewise.
19741         * soft-fp/letf2.c (__letf2): Likewise.
19743         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19744         Undefine and redefine.
19745         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19746         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19747         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19748         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19749         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19750         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19751         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19752         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19753         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19754         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19755         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19756         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19757         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19758         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19759         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19761         [BZ #16032]
19762         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19763         without decrementing exponent if mantissa >= that for the
19764         denominator, not >.
19765         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19766         denominator, not >.  Decrement exponent in < case instead of
19767         incrementing in >= case.
19768         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19769         without decrementing exponent if mantissa >= that for the
19770         denominator, not >.
19772         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19773         computing saturated result for unsigned overflow.
19775 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19776             Jeff Law  <law@redhat.com>
19778         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19779         (atan2Mp): Add systemtap probe marker.
19780         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19781         (__ieee754_log): Add systemtap probe marker.
19782         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19783         (atanMp): Add systemtap probe marker.
19784         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19785         (tanMp): Add systemtap probe marker.
19786         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19787         (__slowexp): Add systemtap probe marker.
19788         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19789         (__slowpow): Add systemtap probe marker.
19790         * manual/probes.texi: Document probes.
19792 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19794         [BZ #15362]
19795         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19796         written.
19797         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19798         written.
19799         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19800         written to buffer but not flushed.
19801         * libio/iofwrite_u.c:  Likewise.
19802         * libio/iopadn.c:  Return bytes returned even if EOF was
19803         encountered.
19804         * libio/iowpadn.c:  Likewise.
19805         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19806         if _IO_padn does not write the whole buffer.
19807         [!COMPILE_WPRINTF] (PAD): Likewise.
19809 2013-10-10  David S. Miller  <davem@davemloft.net>
19811         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19812         directory block.
19814 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19816         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19817         instead of FSF address.
19818         * soft-fp/fixdfti.c: Likewise.
19819         * soft-fp/fixsfti.c: Likewise.
19820         * soft-fp/fixtfti.c: Likewise.
19821         * soft-fp/fixunsdfti.c: Likewise.
19822         * soft-fp/fixunssfti.c: Likewise.
19823         * soft-fp/fixunstfti.c: Likewise.
19824         * soft-fp/floattidf.c: Likewise.
19825         * soft-fp/floattisf.c: Likewise.
19826         * soft-fp/floattitf.c: Likewise.
19827         * soft-fp/floatuntidf.c: Likewise.
19828         * soft-fp/floatuntisf.c: Likewise.
19829         * soft-fp/floatuntitf.c: Likewise.
19830         * soft-fp/trunctfxf2.c: Likewise.
19832         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19833         * soft-fp/fixdfti.c: Likewise.
19834         * soft-fp/fixsfti.c: Likewise.
19835         * soft-fp/fixtfti.c: Likewise.
19836         * soft-fp/fixunsdfti.c: Likewise.
19837         * soft-fp/fixunssfti.c: Likewise.
19838         * soft-fp/fixunstfti.c: Likewise.
19839         * soft-fp/floattidf.c: Likewise.
19840         * soft-fp/floattisf.c: Likewise.
19841         * soft-fp/floattitf.c: Likewise.
19842         * soft-fp/floatuntidf.c: Likewise.
19843         * soft-fp/floatuntisf.c: Likewise.
19844         * soft-fp/floatuntitf.c: Likewise.
19845         * soft-fp/trunctfxf2.c: Likewise.
19847 2013-10-10  David S. Miller  <davem@davemloft.net>
19849         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19851 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19853         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19854         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19855         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19856         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19857         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19858         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19859         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19861         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19862         for NaNs before doing comparisons on argument.
19863         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19864         Likewise.
19866 2013-10-10  Will Newton  <will.newton@linaro.org>
19868         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19869         passed to _int_memalign does not overflow.
19871 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19873         * scripts/bench.pl: Add include-sources directive.
19874         * benchtests/README: Update documentation.
19876 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19878         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19879         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19880         instead of FP_INIT_ROUNDMODE.
19881         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19882         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19884         [BZ #16034]
19885         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19886         copy class of input value.
19887         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19888         not handle exceptions.
19889         * soft-fp/negsf2.c (__negsf2): Likewise.
19890         * soft-fp/negtf2.c (__negtf2): Likewise.
19891         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19893 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19895         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19896         semicolon.  From Linux kernel.
19898 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19900         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19902 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19904         [BZ #156]
19905         * manual/socket.texi: Added statement about buffer
19906         for gethostbyname2_r.
19908 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19910         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19911         Use .p2align directive instead, throughout.
19912         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19913         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19914         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19915         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19916         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19917         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19918         * sysdeps/x86_64/strchr.S: Likewise.
19919         * sysdeps/x86_64/strrchr.S: Likewise.
19921 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19923         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19925         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19927         * sysdeps/generic/math_private.h (__mpsin1): Remove
19928         declaration.
19929         (__mpcos1): Likewise.
19930         (__mpsin): New argument __range_reduce.
19931         (__mpcos): Likewise.
19932         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19933         (slow): Use __mpsin and __mpcos.
19934         (slow1): Likewise.
19935         (slow2): Likewise.
19936         (sloww): Likewise.
19937         (sloww1): Likewise.
19938         (sloww2): Likewise.
19939         (bsloww): Likewise.
19940         (bsloww1): Likewise.
19941         (bsloww2): Likewise.
19942         (cslow2): Likewise.
19943         (csloww): Likewise.
19944         (csloww1): Likewise.
19945         (csloww2): Likewise.
19946         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19947         range_reduce.  Merge in __mpsin1.
19948         (__mpcos): Likewise.
19949         (__mpsin1): Remove.
19950         (__mpcos1): Likewise.
19952 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19954         * locale/loadlocale.c (_nl_intern_locale_data): Use
19955         LOCFILE_ALIGNED_P.
19956         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19957         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19958         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19959         obstack data is appropriately aligned.
19960         (obstack_int32_grow_fast): Likewise.
19961         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19962         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19963         (add_locale_uint32_array): Likewise.
19965 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19967         * benchtests/Makefile: Remove ARGLIST and RET variables.
19968         ($(objpfx)bench-%.c): Pass only function name to the script.
19969         * benchtests/README: Update documentation.
19970         * benchtests/acos-inputs: Add new directives.
19971         * benchtests/acosh-inputs: Likewise.
19972         * benchtests/asin-inputs: Likewise.
19973         * benchtests/asinh-inputs: Likewise.
19974         * benchtests/atan-inputs: Likewise.
19975         * benchtests/atanh-inputs: Likewise.
19976         * benchtests/cos-inputs: Likewise.
19977         * benchtests/cosh-inputs: Likewise.
19978         * benchtests/exp-inputs: Likewise.
19979         * benchtests/log-inputs: Likewise.
19980         * benchtests/pow-inputs: Likewise.
19981         * benchtests/rint-inputs: Likewise.
19982         * benchtests/sin-inputs: Likewise.
19983         * benchtests/sinh-inputs: Likewise.
19984         * benchtests/tan-inputs: Likewise.
19985         * benchtests/tanh-inputs: Likewise.
19986         * scripts/bench.pl: Add support for new directives.
19988 2013-10-07  Alan Modra  <amodra@gmail.com>
19990         * README: Fix careless merge.
19992 2013-10-05  Alan Modra  <amodra@gmail.com>
19994         * NEWS: Mention powerpc64le support and bugs fixed.
19995         * README: Both big-endian and little-endian powerpc64 supported.
19997 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19999         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20000         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20001         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20002         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20004 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20006         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20007         match prototype.
20009 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20011         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20012         Move -mhard-float appending from
20013         ports/sysdeps/powerpc/powerpc32/Makefile.
20014         [$(with-fp) = yes] (ASFLAGS): Likewise.
20015         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20016         * sysdeps/powerpc/nofpu: Move directory from
20017         ports/sysdeps/powerpc/nofpu.
20018         * sysdeps/powerpc/soft-fp: Move directory from
20019         ports/sysdeps/powerpc/soft-fp.
20020         * sysdeps/powerpc/powerpc32/405: Move directory from
20021         ports/sysdeps/powerpc/powerpc32/405.
20022         * sysdeps/powerpc/powerpc32/440: Move directory from
20023         ports/sysdeps/powerpc/powerpc32/440.
20024         * sysdeps/powerpc/powerpc32/464: Move directory from
20025         ports/sysdeps/powerpc/powerpc32/464.
20026         * sysdeps/powerpc/powerpc32/476: Move directory from
20027         ports/sysdeps/powerpc/powerpc32/476.
20028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20029         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20031         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20033         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20035         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20037         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20038         * README: Update for powerpc-*-linux-gnu software floating point
20039         support in libc.
20041         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20042         case to powerpc/powerpc32*.
20043         * sysdeps/unix/sysv/linux/configure: Regenerated.
20045         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20046         (_FPU_MASK_OM): Define as 0x04.
20047         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20048         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20049         0x00c10080.
20050         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20051         0x0000003c.
20052         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20055         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20056         getcontext_e500.
20057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20058         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20059         setcontext_e500.
20060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20061         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20062         and setcontext_e500.
20064 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20066         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20068 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20070         * manual/threads.texi (Default Thread Attributes): Fix typo.
20072 2013-10-04  Will Newton  <will.newton@linaro.org>
20074         * malloc/Makefile: Add tst-memalign.
20075         * malloc/tst-memalign.c: New file.
20077         * malloc/tst-posix_memalign.c: Add comments.
20078         (do_test): Add comments and call free on all potentially
20079         allocated pointers. Add space after cast.
20081         * malloc/tst-pvalloc.c: Add comments.
20082         (do_test): Add comments and call free on all potentially
20083         allocated pointers. Remove duplicate check for NULL pointer.
20084         Add space after cast.
20086         * malloc/tst-valloc.c: Add comments.
20087         (do_test): Add comments and call free on all potentially
20088         allocated pointers. Remove duplicate check for NULL pointer.
20089         Add space after cast.
20091 2013-10-04  Alan Modra  <amodra@gmail.com>
20093         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20094         Use stdint types in rather than __attribute__((mode())).
20095         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20097 2013-10-04  Alan Modra  <amodra@gmail.com>
20099         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20100         Correct handling of unaligned relocs for little-endian.
20101         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20103 2013-10-04  Alan Modra  <amodra@gmail.com>
20105         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20106         * configure: Regenerate.
20107         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20108         * shlib-versions: Likewise.
20110 2013-10-04  Alan Modra  <amodra@gmail.com>
20112         * string/tester.c (test_memrchr): Increment reported test cycle.
20114 2013-10-04  Alan Modra  <amodra@gmail.com>
20116         * string/test-memcpy.c (do_one_test): When reporting errors, print
20117         string address and don't overrun end of string.
20119 2013-10-04  Alan Modra  <amodra@gmail.com>
20121         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20122         insrdi.  Make better use of reg selection to speed exit slightly.
20123         Schedule entry path a little better.  Remove useless "are we done"
20124         checks on entry to main loop.  Handle wrapping around zero address.
20125         Correct main loop count.  Handle single left-over word from main
20126         loop inline rather than by using loop_small.  Remove extra word
20127         case in loop_small caused by wrong loop count.  Add little-endian
20128         support.
20129         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20130         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20131         cache hint.
20132         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20133         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20134         support.  Avoid rlwimi.
20135         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20137 2013-10-04  Alan Modra  <amodra@gmail.com>
20139         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20140         insrdi.  Formatting.
20141         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20142         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20143         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20144         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20145         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20146         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20148 2013-10-04  Alan Modra  <amodra@gmail.com>
20150         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20151         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20152         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20153         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20154         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20155         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20156         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20157         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20158         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20159         use of regs.  Use power7 mtocrf.  Tidy function tails.
20161 2013-10-04  Alan Modra  <amodra@gmail.com>
20163         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20164         Formatting.  Consistently use rXXX register defines or rN defines.
20165         Use early exit labels that avoid restoring unused non-volatile regs.
20166         Make cr field use more consistent with rWORDn compares.  Rename
20167         regs used as shift registers for unaligned loop, using rN defines
20168         for short lifetime/multiple use regs.
20169         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20170         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20171         addi 1,1,64 to pop stack frame.  Simplify return value code.
20172         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20174 2013-10-04  Alan Modra  <amodra@gmail.com>
20176         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20177         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20178         rather than rlwimi.
20179         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20180         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20181         little-endian support.  Correct typos.
20182         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20183         rather than rlwimi.
20184         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20185         in loop and entry code to keep "and." results.
20186         (strchr): Add little-endian support.  Comment.  Move cntlzd
20187         earlier in tail.
20188         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20190 2013-10-04  Alan Modra  <amodra@gmail.com>
20192         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20193         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20194         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20195         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20197 2013-10-04  Alan Modra  <amodra@gmail.com>
20199         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20200         (rTMP): Define as r11.
20201         (strcmp): Add little-endian support.  Optimise tail.
20202         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20203         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20204         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20205         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20206         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20207         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20208         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20210 2013-10-04  Alan Modra  <amodra@gmail.com>
20212         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20213         little-endian support.  Remove unnecessary "are we done" tests.
20214         Handle "s" wrapping around zero and extremely large "size".
20215         Correct main loop count.  Handle single left-over word from main
20216         loop inline rather than by using small_loop.  Correct comments.
20217         Delete "zero" tail, use "end_max" instead.
20218         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20220 2013-10-04  Alan Modra  <amodra@gmail.com>
20222         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20223         support.  Don't branch over align.
20224         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20225         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20226         support.  Rearrange tmp reg use to suit.  Comment.
20227         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20229 2013-10-04  Alan Modra  <amodra@gmail.com>
20231         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20233 2013-10-04  Alan Modra  <amodra@gmail.com>
20235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20236         conditional form of branch and link when obtaining pc.
20237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20239 2013-10-04  Alan Modra  <amodra@gmail.com>
20241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20242         HIWORD/LOWORD.
20243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20246 2013-10-04  Alan Modra  <amodra@gmail.com>
20248         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20249         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20250         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20251         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20252         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20253         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20254         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20255         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20256         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20257         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20259 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20260             Alistair Popple <alistair@ozlabs.au.ibm.com>
20261             Alan Modra <amodra@gmail.com>
20263         [BZ #15723]
20264         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20265         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20266         _dl_hwcap access for little-endian.
20267         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20268         destroy vmx regs when saving unaligned.
20269         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20270         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20271         destroy vmx regs when saving unaligned.
20273 2013-10-04  Alan Modra  <amodra@gmail.com>
20275         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20276         Don't use a union to pack hi/low value.
20278 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20280         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20281         for little-endian.
20282         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20283         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20284         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20285         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20286         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20288 2013-10-04  Alan Modra  <amodra@gmail.com>
20290         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20291         constants to usual value for .cst8 section, and remove redundant
20292         high address load.
20293         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20294         constant for 0x1p52.  Load little-endian words of double from
20295         correct stack offsets.
20297 2013-10-04  Alan Modra  <amodra@gmail.com>
20299         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20300         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20301         words of double from correct stack offsets.
20302         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20303         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20304         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20305         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20306         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20307         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20308         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20309         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20310         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20311         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20312         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20313         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20314         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20315         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20316         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20317         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20318         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20320 2013-10-04  Alan Modra  <amodra@gmail.com>
20322         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20323         64-bit int/double union.
20324         (_FPU_SETCW): Likewise.
20325         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20326         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20328 2013-10-04  Alan Modra  <amodra@gmail.com>
20330         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20331         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20333 2013-10-04  Alan Modra  <amodra@gmail.com>
20335         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20336         use vector int constants.
20337         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20339 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20341         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20342         array with long long.
20343         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20344         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20345         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20346         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20347         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20348         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20349         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20350         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20351         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20352         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20353         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20354         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20355         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20357 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20359         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20360         (__signbit): Likewise.  Correct for little-endian.
20361         (__signbitl): Call __signbit.
20362         (lrint): Correct for little-endian.
20363         (lrintf): Call lrint.
20365 2013-10-04  Alan Modra  <amodra@gmail.com>
20367         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20368         union 32-bit int array member with 64-bit int array.
20369         (t515, tm256): Double rather than long double.
20370         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20372 2013-10-04  Alan Modra  <amodra@gmail.com>
20374         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20375         Delete.
20376         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20377         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20378         version of math_ldbl.h.
20380 2013-10-04  Alan Modra  <amodra@gmail.com>
20382         [BZ #15734], [BZ #15735]
20383         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20384         all uses of ieee875 long double macros and unions.  Simplify test
20385         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20386         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20387         normalize after ldbl_extract_mantissa, and don't add hidden bit
20388         already handled.  Don't treat low word of ieee854 mantissa like
20389         low word of IBM long double and mask off bit when testing for
20390         zero.
20391         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20392         all uses of ieee875 long double macros and unions.  Simplify tests
20393         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20394         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20395         two1022, instead use their values.  Recognise that tests for large
20396         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20397         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20398         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20399         test for 0.0L and nan.  Correct negation.
20400         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20401         ieee875 long double macros and unions.  Correct output for large
20402         magnitude x.  Correct absolute value calculation.
20403         (__erfcl): Likewise.
20404         * math/libm-test.inc: Add tests for errors discovered in IBM long
20405         double versions of fmodl, remainderl, erfl and erfcl.
20407 2013-10-04  Alan Modra  <amodra@gmail.com>
20409         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20410         all uses of ieee854 long double macros and unions.  Simplify tests
20411         for long doubles that are fully specified by the high double.
20412         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20413         Likewise.
20414         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20415         Remove dead code too.
20416         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20417         (__ieee754_ynl): Likewise.
20418         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20419         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20420         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20421         Remove dead code too.
20422         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20423         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20424         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20425         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20426         Simplify.
20427         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20428         Simplify.
20429         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20430         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20431         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20432         Comment on variable precision.
20433         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20434         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20435         Likewise.
20436         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20437         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20438         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20439         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20440         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20442 2013-10-04  Alan Modra  <amodra@gmail.com>
20444         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20445         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20446         all uses of ieee854 long double macros and unions.
20447         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20448         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20449         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20450         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20451         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20452         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20453         Likewise.
20454         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20455         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20456         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20457         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20458         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20459         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20460         Simplify sign and nan test too.
20461         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20462         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20463         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20464         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20465         Likewise.
20466         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20467         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20468         Likewise.
20469         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20470         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20471         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20472         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20473         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20474         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20476 2013-10-04  Alan Modra  <amodra@gmail.com>
20478         * stdio-common/printf_size.c (__printf_size): Don't use
20479         union ieee854_long_double in fpnum union.
20480         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20481         signbit macro to retrieve sign from long double.
20482         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20483         retrieve sign from long double.
20484         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20485         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20486         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20487         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20488         * math/test-misc.c (main): Don't use union ieee854_long_double.
20490 2013-10-04  Alan Modra  <amodra@gmail.com>
20492         [BZ #15680]
20493         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20494         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20495         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20496         calculation.  Remove unnecessary test for denormal exponent.
20497         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20498         Correct handling of denormals.  Avoid undefined shift behaviour.
20499         Correct normalisation of low mantissa when low double is denormal.
20500         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20501         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20502         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20503         Correct normalisation of low mantissa.  Test for overflow of high
20504         mantissa and normalise.
20505         (ldbl_nearbyint): Use more readable constant for two52.
20506         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20507         (__mpn_construct_long_double): Fix test for overflow of high
20508         mantissa and correct normalisation.  Avoid undefined shift.
20510 2013-10-04  Alan Modra  <amodra@gmail.com>
20512         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20513         (union ibm_extended_long_double): Define as an array of ieee754_double.
20514         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20515         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20516         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20517         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20518         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20519         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20520         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20521         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20522         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20523         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20524         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20526 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20528         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20529         page size instead of calling getpagesize.
20531         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20532         (LOCFILE_ALIGN_MASK): Likewise.
20533         (LOCFILE_ALIGN_UP): Likewise.
20534         (LOCFILE_ALIGNED_P): Likewise.
20535         * locale/programs/ld-collate.c (collate_output): Use the new
20536         macros instead of __alignof__ (int32_t).
20537         * locale/weight.h (findidx): Likewise.
20539 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20541         [BZ #431]
20542         * manual/string.texi: Fix strncat and wcsncat.
20544 2013-10-03  Brooks Moses  <bmoses@google.com>
20546         [BZ #15915]
20547         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20548         * Makerules: ...here, and adjust associated comments.
20550 2013-10-02  Will Newton  <will.newton@linaro.org>
20552         * malloc/Makefile: Add tst-pvalloc.
20553         * malloc/tst-pvalloc.c: New file.
20555 2013-10-02  Will Newton  <will.newton@linaro.org>
20557         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20558         improve test coverage.
20560 2013-10-02  Will Newton  <will.newton@linaro.org>
20562         * malloc/Makefile: Add tst-posix_memalign.
20563         * malloc/tst-posix_memalign.c: New file.
20565 2013-10-01  Eric Blake  <eblake@redhat.com>
20567         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20568         Use __THROWNL rather than __THROW on static functions.
20570 2013-09-30  Petr Machata  <pmachata@redhat.com>
20572         * elf/elf.h (R_AARCH64_ABS16): New macro.
20573         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20574         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20575         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20576         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20577         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20578         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20579         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20580         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20581         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20582         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20583         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20584         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20585         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20586         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20587         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20588         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20589         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20590         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20591         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20592         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20593         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20594         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20595         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20596         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20597         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20598         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20599         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20600         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20601         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20602         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20603         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20604         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20605         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20606         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20607         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20608         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20609         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20610         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20611         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20612         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20613         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20614         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20615         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20616         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20617         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20618         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20619         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20620         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20621         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20622         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20623         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20624         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20625         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20626         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20627         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20628         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20629         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20630         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20631         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20632         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20633         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20634         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20635         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20636         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20637         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20638         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20639         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20640         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20641         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20642         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20643         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20644         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20645         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20646         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20647         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20648         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20649         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20650         (R_AARCH64_TLSDESC_LDR): Likewise.
20651         (R_AARCH64_TLSDESC_ADD): Likewise.
20652         (R_AARCH64_TLSDESC_CALL): Likewise.
20654 2013-09-30  Andreas Schwab  <schwab@suse.de>
20656         [BZ #15048]
20657         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20658         the nss database lookup.
20659         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20660         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20662 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20664         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20666 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20668         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20669         ${Bash-specific parameter/pattern/string} parameter expansion.
20670         * sysdeps/unix/make-syscalls.sh: Likewise.
20672 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20674         * sysdeps/sh/stackguard-macros.h: New file.
20676 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20679         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20680         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20681         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20682         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20683         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20685 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20687         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20688         Fix thread ID register.
20690 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20692         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20693         [POSIX || UNIX98]: Require rather than permitting all symbols from
20694         <time.h>.
20695         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20696         element of struct sched_param.
20697         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20698         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20699         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20700         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20701         constant.
20703 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20705         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20706         argument calculation.
20708 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20710         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20711         Expect macro.
20712         [POSIX] (pthread_attr_t): Do not require type.
20713         [POSIX] (pthread_cond_t): Likewise.
20714         [POSIX] (pthread_condattr_t): Likewise.
20715         [POSIX] (pthread_key_t): Likewise.
20716         [POSIX] (pthread_mutex_t): Likewise.
20717         [POSIX] (pthread_mutexattr_t): Likewise.
20718         [POSIX] (pthread_once_t): Likewise.
20719         [POSIX] (pthread_t): Likewise.
20720         [POSIX-based standards] (pthread_atfork): Expect function.
20722 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20723             Richard Sandiford  <richard@codesourcery.com>
20725         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20726         (swap_endianness_p): New extern variable.
20727         (set_big_endian): New inline function.
20728         (maybe_swap_uint32): Likewise.
20729         (maybe_swap_uint32_array): Likewise.
20730         (maybe_swap_uint32_obstack): Likewise.
20731         * locale/programs/locfile.c: Include <stdbool.h>.
20732         (swap_endianness_p): New variable.
20733         (add_locale_uint32): Call maybe_swap_uint32.
20734         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20735         (write_locale_data): Call maybe_swap_uint32_array.
20736         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20737         maybe_swap_uint32.
20738         (obstack_int32_grow_fast): Likewise.
20739         (output_weightwc): Call maybe_swap_uint32_obstack.
20740         (collate_output): Likewise.
20741         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20742         (OPT_LITTLE_ENDIAN): Likewise.
20743         (options): Add --little-endian and --big-endian options.
20744         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20745         * locale/programs/locarchive.c: Include "locfile.h".
20746         (GET): New macro.
20747         (SET): Likewise.
20748         (INC): Likewise.
20749         (create_archive): Use the new macros to access fields of
20750         structures directly mapped from or written to locale archives.
20751         (oldlocrecentcmp): Likewise.
20752         (enlarge_archive): Likewise.
20753         (insert_name): Likewise.
20754         (add_alias): Likewise.
20755         (add_locale): Likewise.
20756         (delete_locales_from_archive): Likewise.
20757         (show_archive_content): Likewise.
20758         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20759         locale data.
20761 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20763         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20764         http://www.gnu.org/doc/freemanuals.texi.
20765         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20767 2013-09-24  Will Newton  <will.newton@linaro.org>
20769         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20770         macro.
20772 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20774         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20775         unsigned char.
20777 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20779         * manual/threads.texi (POSIX Threads): Fix a typo.
20781 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20783         [BZ #14547]
20784         * string/tst-strcoll-overflow.c: New test case.
20785         * string/Makefile (xtests): Add tst-strcoll-overflow.
20786         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20787         cache if string sizes may cause integer overflow.
20789         [BZ #14547]
20790         * string/strcoll_l.c (coll_seq): New members rule, idx,
20791         save_idx and back_us.
20792         (get_next_seq_nocache): New function.
20793         (do_compare_nocache): New function.
20794         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20795         when malloc fails.
20797 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20799         [BZ #15754]
20800         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20801         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20802         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20804         [BZ #15754]
20805         * elf/Makefile (tests): Add tst-ptrguard1.
20806         (tests-static): Add tst-ptrguard1-static.
20807         (tst-ptrguard1-ARGS): Define.
20808         (tst-ptrguard1-static-ARGS): Define.
20809         * elf/tst-ptrguard1.c: New file.
20810         * elf/tst-ptrguard1-static.c: New file.
20811         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20812         * sysdeps/i386/stackguard-macros.h: Likewise.
20813         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20814         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20815         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20816         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20817         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20818         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20820 2013-09-23  Hector Marco  <hecmargi@upv.es>
20821             Ismael Ripoll  <iripoll@disca.upv.es>
20822             Carlos O'Donell  <carlos@redhat.com>
20824         [BZ #15754]
20825         * sysdeps/generic/stackguard-macros.h: Define
20826         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20827         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20828         Define __pointer_chk_guard_local.
20829         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20830         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20832 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20834         [BZ #15859]
20835         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20837 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20839         * include/string.h (__ffs): Declare as hidden.
20840         * string/ffs.c (__ffs): Define as hidden.
20841         * sysdeps/i386/ffs.c (__ffs): Likewise.
20842         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20843         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20844         * sysdeps/s390/ffs.c (__ffs): Likewise.
20845         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20847 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20849         * NEWS: Mention malloc probes.
20851         * malloc/arena.c (new_heap): New memory_heap_new probe.
20852         (grow_heap): New memory_heap_more probe.
20853         (shrink_heap): New memory_heap_less probe.
20854         (heap_trim): New memory_heap_free probe.
20855         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20856         (systrim): New memory_sbrk_less probe.
20857         * manual/probes.texi: Document them.
20859         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20860         * manual/probes.texi: Document it.
20862         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20863         (__libc_realloc): Add memory_realloc_retry probe.
20864         (__libc_memalign): Add memory_memalign_retry probe.
20865         (__libc_valloc): Add memory_valloc_retry probe.
20866         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20867         (__libc_calloc): Add memory_calloc_retry probe.
20868         * manual/probes.texi: Document them.
20870         * malloc/arena.c (get_free_list): Add probe
20871         memory_arena_reuse_free_list.
20872         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20873         and memory_arena_reuse.
20874         (arena_get2) [!PER_THREAD]: Likewise.
20875         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20876         memory_arena_reuse_realloc.
20877         * manual/probes.texi: Document them.
20879         * malloc/malloc.c (__libc_free): Add
20880         memory_mallopt_free_dyn_thresholds probe.
20881         (__libc_mallopt): Add multiple memory_mallopt probes.
20882         * manual/probes.texi: Document them.
20884         * malloc/malloc.c: Include stap-probe.h.
20885         (__libc_mallopt): Add memory_mallopt probe.
20886         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20887         * manual/probes.texi: New.
20888         * manual/Makefile (chapters): Add probes.
20889         * manual/threads.texi: Set next node.
20891 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20893         [BZ #15963, #13985]
20894         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20895         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20896         Add `Chinese' to `nan' entry name.
20898 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20900         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20901         (POLYNOMIAL): Likewise.
20902         (TAYLOR_SINCOS): Likewise.
20903         (TAYLOR_SLOW): Likewise.
20904         (__sin): Use TAYLOR_SINCOS.
20905         (__cos): Likewise.
20906         (slow): Use TAYLOR_SLOW.
20907         (sloww): Likewise.
20908         (bsloww): Likewise.
20909         (csloww): Likewise.
20911 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20913         * stdlib/strtod_l.c: Fix buffer overrun.
20915 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20917         * benchtests/Makefile (bench): Add sincos.
20918         * benchtests/bench-sincos.c: New file.
20920         * math/libm-test.inc (cos_test_data): New test inputs.
20921         (sin_test_data): Likewise.
20923         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20924         macro.
20925         (__sin): Use it.
20926         (__cos): Likewise.
20927         (slow1): Likewise.
20928         (slow2): Likewise.
20929         (sloww1): Likewise.
20930         (sloww2): Likewise.
20931         (bsloww1): Likewise.
20932         (bsloww2): Likewise.
20933         (cslow2): Likewise.
20934         (csloww1): Likewise.
20935         (csloww2): Likewise.
20937         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20938         function.
20939         (__sin): Use it.
20940         (__cos): Likewise.
20942         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20943         gotos.
20944         (__cos): Likewise.
20946 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20948         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20949         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20950         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20951         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20952         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20953         * elf/cache.c (print_entry): Handle the new cache flags.
20955 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20956             Aldy Hernandez  <aldyh@redhat.com>
20958         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20959         Change condition to [_SOFT_FLOAT].
20960         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20961         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20962         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20963         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20964         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20965         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20966         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20967         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20968         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20969         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20970         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20971         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20972         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20973         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20974         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20975         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20976         declaration.
20978 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20980         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20981         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20982         (__longjmp): Use LOAD_GP to load saved GPRs.
20983         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20984         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20985         (__sigsetjmp): Use SAVE_GP to save GPRs.
20987         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20988         Do not append -msoft-float.
20989         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20991 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20993         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20995 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20997         [BZ #15966]
20998         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20999         (_FPU_GETCW): Use initial "__" on variable and field names but not
21000         on macro parameter name.
21001         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21002         parentheses around reference to macro parameter.
21004 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21006         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21007         prototype.
21008         (ctype_startup): Use uint32_t in cast and sizeof for
21009         ctype->charnames.
21011 2013-09-11  Jia Liu  <proljc@gmail.com>
21013         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21014         __daddr_t_defined.
21015         [__FreeBSD__]: Likewise.
21017 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21019         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21020         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21021         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21022         (strchr): Remove __strchr_sse42 ifunc selection.
21023         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21024         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21026 2013-09-11  Will Newton  <will.newton@linaro.org>
21028         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21029         parameter to RES. Remove hardcoded 1000 value.
21030         * benchtests/bench-skeleton.c (main): Pass RES parameter
21031         to TIMING_INIT and multiply result by 1000.
21033 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21035         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21037 2013-09-11  Andreas Schwab  <schwab@suse.de>
21039         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21040         if not defined.
21041         (O_TMPFILE) [__USE_GNU]: Define.
21042         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21043         Define.
21045 2013-09-11  Will Newton  <will.newton@linaro.org>
21047         [BZ #15857]
21048         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21049         does not overflow.
21051 2013-09-11  Will Newton  <will.newton@linaro.org>
21053         [BZ #15856]
21054         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21055         does not overflow.
21057 2013-09-11  Will Newton  <will.newton@linaro.org>
21059         [BZ #15855]
21060         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21061         does not overflow.
21063 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21065         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21066         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21067         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21068         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21069         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21071 2013-09-10  Allan McRae  <allan@archlinux.org>
21073         [BZ #15748]
21074         * manual/arith.texi (Parsing of Floats): Clarify
21075         cross-reference.
21077         [BZ #15849]
21078         * manual/install.texi (Running make install): Mention
21079         --enable-pt-chown.
21080         * INSTALL: Regenerated.
21082 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21084         * csu/init-first.c (_init): Remove the !SHARED condition around
21085         FPU control word initialization.
21086         * elf/dl-support.c (_dl_fpu_control): New variable.
21087         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21088         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21089         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21090         * math/test-fpucw-static.c: New file.
21091         * math/test-fpucw-ieee.c: New file.
21092         * math/test-fpucw-ieee-static.c: New file.
21093         * math/Makefile (tests): Add `test-fpucw-ieee' and
21094         `$(tests-static)'.
21095         (tests-static): New variable.
21096         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21097         dependency to...
21098         [($(build-shared),yes)]
21099         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21100         ... this.
21101         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21102         New dependency.
21104 2013-09-09  Allan McRae  <allan@archlinux.org>
21106         [BZ #15939]
21107         * manual/string.texi (Collation Functions): Fix typo in
21108         strcoll example.
21109         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21111         [BZ #15893]
21112         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21114         [BZ #15892]
21115         * libio/memstream.c (open_memstream): Fix memory leak.
21116         * libio/wmemstream.c (open_wmemstream): Likewise.
21118         [BZ #15895]
21119         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21121 2013-09-09  Will Newton  <will.newton@linaro.org>
21123         * malloc/Makefile: Add tst-realloc to tests.
21124         * malloc/tst-realloc.c: New file.
21126 2013-09-09  Allan McRae  <allan@archlinux.org>
21128         [BZ #15844]
21129         * COPYING: Update from GNU website to fix FSF address.
21130         * COPYING.LIB: Likewise.
21132 2013-09-06  David S. Miller  <davem@davemloft.net>
21134         * po/zh_TW.po: Update Chinese (traditional) translation from
21135         translation project.
21137 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21138             Joseph Myers  <joseph@codesourcery.com>
21140         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21141         "localeinfo.h".
21142         (obstack_chunk_alloc): New macro.
21143         (obstack_chunk_free): Likewise.
21144         (record_offset): New function.
21145         (init_locale_data): Likewise.
21146         (align_locale_data): Likewise.
21147         (add_locale_empty): Likewise.
21148         (add_locale_raw_data): Likewise.
21149         (add_locale_raw_obstack): Likewise.
21150         (add_locale_string): Likewise.
21151         (add_locale_wstring): Likewise.
21152         (add_locale_uint32): Likewise.
21153         (add_locale_uint32_array): Likewise.
21154         (add_locale_char): Likewise.
21155         (start_locale_structure): Likewise.
21156         (end_locale_structure): Likewise.
21157         (start_locale_prelude): Likewise.
21158         (end_locale_prelude): Likewise.
21159         (write_locale_data): Take locale_file structure rather than an
21160         iovec.
21161         * locale/programs/locfile.h: Include "obstack.h".
21162         (struct locale_file): Change to store locale file contents instead
21163         of header.
21164         (init_locale_data): New prototype.
21165         (align_locale_data): Likewise.
21166         (add_locale_empty): Likewise.
21167         (add_locale_raw_data): Likewise.
21168         (add_locale_raw_obstack): Likewise.
21169         (add_locale_string): Likewise.
21170         (add_locale_wstring): Likewise.
21171         (add_locale_uint32): Likewise.
21172         (add_locale_uint32_array): Likewise.
21173         (add_locale_char): Likewise.
21174         (start_locale_structure): Likewise.
21175         (end_locale_structure): Likewise.
21176         (start_locale_prelude): Likewise.
21177         (end_locale_prelude): Likewise.
21178         (write_locale_data): Update prototype.
21179         * locale/programs/3level.h (struct TABLE): Remove result field.
21180         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21181         Use new locale_file interface.
21182         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21183         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21184         * locale/programs/ld-address.c (address_output): Use new
21185         locale_file interface.
21186         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21187         NO_ADD_LOCALE.
21188         (collate_finish): Don't call collseq_table_finalize.
21189         (collate_output): Use new locale_file interface.
21190         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21191         in file.
21192         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21193         (TABLE): Move defines earlier in file.
21194         (ELEMENT): Likewise.
21195         (DEFAULT): Likewise.
21196         (wctrans_table_add): Move macro and inline function earlier in
21197         file.
21198         (struct wctype_table): Move type earlier in file.
21199         (add_locale_wctype_table): New static prototype.
21200         (struct locale_ctype_t): Use logical types instead of struct iovec
21201         pointers for members.
21202         (ctype_output): Use new locale_file interface.
21203         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21204         new locale_file interface.
21205         (allocate_arrays): Update for use of new locale_file interface.
21206         * locale/programs/ld-identification.c (identification_output): Use
21207         new locale_file interface.
21208         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21209         * locale/programs/ld-messages.c (messages_output): Likewise.
21210         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21211         * locale/programs/ld-name.c (name_output): Likewise.
21212         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21213         * locale/programs/ld-paper.c (paper_output): Likewise.
21214         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21215         * locale/programs/ld-time.c (time_output): Likewise.
21217 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21219         * benchtests/Makefile: Add memrchr benchmark.
21220         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21221         benchmark as memrchr.
21222         * benchtests/bench-memrchr-ifunc.c: New file.
21223         * benchtests/bench-memrchr.c: New file.
21225 2013-09-06   Will Newton  <will.newton@linaro.org>
21227         * benchtests/Makefile (string-bench): Add memcpy.
21229 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21230             Cong Wang  <amwang@redhat.com>
21232         [BZ #15850]
21233         * sysdeps/unix/sysv/linux/bits/in.h
21234         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21235         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21236         before __USE_KERNEL_IPV6_DEFS uses.
21237         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21238         IPPROTO_BEETPH.
21239         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21240         sockaddr_in6, or ipv6_mreq.
21242 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21244         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21245         memory access for final bytes in some large inputs.
21246         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21248 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21250         * string/test-memrchr.c: New file.
21251         * string/test-memrchr-ifunc.c: New file.
21252         * string/Makefile: Add new memrchr testcase.
21254 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21256         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21257         fanotify_init returns EPERM.
21259 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21261         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21262         errors.
21263         (top level): Treat second token from macro or constant entries for
21264         allowed headers as allowed.
21265         * include/complex.h: Condition internal declarations on
21266         [!_ISOMAC].
21267         * include/fenv.h: Condition include of <stdbool.h> and internal
21268         declarations on [!_ISOMAC].
21270 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21272         [BZ #15923]
21273         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21275 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21277         * configure.in (--enable-versioning): Remove configure option.
21278         (libc_cv_asm_symver_directive): Remove configure test.
21279         (libc_cv_ld_version_script_option): Likewise.
21280         (VERSIONING): Remove variable and AC_SUBST.
21281         (DO_VERSIONING): Remove AC_DEFINE.
21282         * configure: Regenerated.
21283         * config.h.in (DO_VERSIONING): Remove macro.
21284         * Makerules [$(versioning) = yes]: Change conditionals to
21285         [$(build-shared) = yes].
21286         * config.make.in (versioning): Remove variable.
21287         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21288         [$(build-shared) = yes].
21289         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21290         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21291         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21292         [$(build-shared) = yes].
21293         * extra-lib.mk [$(versioning) = yes]: Likewise.
21294         * hurd/Makefile [$(versioning) = yes]: Likewise.
21295         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21296         [SHARED].
21297         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21298         [SHARED].
21299         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21300         [SHARED && !NO_HIDDEN].
21301         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21302         [SHARED].
21303         [SHARED && DO_VERSIONING]: Likewise..
21304         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21305         [$(build-shared) = yes].
21306         * manual/install.texi (--disable-versioning): Remove
21307         documentation.
21308         * INSTALL: Regenerated.
21309         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21310         to [SHARED].
21311         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21312         [$(build-shared) = yes].
21313         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21314         * sysdeps/i386/i686/multiarch/strstr-c.c
21315         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21316         [SHARED && !NO_HIDDEN].
21317         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21318         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21319         * sysdeps/powerpc/powerpc32/dl-machine.c
21320         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21321         * sysdeps/powerpc/powerpc32/sysdep.h
21322         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21323         to [SHARED && PIC && !NO_HIDDEN].
21324         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21325         conditional to [SHARED].
21327 2013-09-04   Will Newton  <will.newton@linaro.org>
21329         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21330         * benchtests/bench-string.h: Include bench-timing.h instead
21331         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21332         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21333         call to HP_TIMING_DIFF_INIT.
21334         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21335         instead of hp-timing.h macros.
21336         * benchtests/bench-memchr.c: Likewise.
21337         * benchtests/bench-memcmp.c: Likewise.
21338         * benchtests/bench-memcpy.c: Likewise.
21339         * benchtests/bench-memmem.c: Likewise.
21340         * benchtests/bench-memmove.c: Likewise.
21341         * benchtests/bench-memset.c: Likewise.
21342         * benchtests/bench-rawmemchr.c: Likewise.
21343         * benchtests/bench-strcasecmp.c: Likewise.
21344         * benchtests/bench-strcasestr.c: Likewise.
21345         * benchtests/bench-strcat.c: Likewise.
21346         * benchtests/bench-strchr.c: Likewise.
21347         * benchtests/bench-strcmp.c: Likewise.
21348         * benchtests/bench-strcpy.c: Likewise.
21349         * benchtests/bench-strcpy_chk.c: Likewise.
21350         * benchtests/bench-strlen.c: Likewise.
21351         * benchtests/bench-strncasecmp.c: Likewise.
21352         * benchtests/bench-strncat.c: Likewise.
21353         * benchtests/bench-strncmp.c: Likewise.
21354         * benchtests/bench-strncpy.c: Likewise.
21355         * benchtests/bench-strnlen.c: Likewise.
21356         * benchtests/bench-strpbrk.c: Likewise.
21357         * benchtests/bench-strrchr.c: Likewise.
21358         * benchtests/bench-strspn.c: Likewise.
21359         * benchtests/bench-strstr.c: Likewise.
21361 2013-09-04  Will Newton  <will.newton@linaro.org>
21363         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21365 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21367         [BZ #15427]
21368         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21369         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21370         * math/libm-test.inc (lgamma_test_data): Add more tests.
21371         * sysdeps/i386/fpu/libm-test-ulps: Update.
21372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21374 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21376         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21377         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21378         Add ifunc.
21379         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21380         Add strcmp-sse2-unaligned
21381         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21383 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21385         * Versions.def (libc): Add GLIBC_2.19.
21387 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21389         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21390         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21392 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21394         [BZ #14155]
21395         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21396         intermediate calculations in recurrence.
21397         (__ieee754_ynf): Likewise.
21398         * math/libm-test.inc (jn_test_data): Do not allow spurious
21399         underflow exception.  Add more tests.
21400         (yn_test_data): Add more tests.
21401         * sysdeps/i386/fpu/libm-test-ulps: Update.
21402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21404 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21406         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21408 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21410         * csu/init-first.c: Fix then/than typos.
21411         * locale/programs/ld-collate.c: Likewise.
21412         * locale/programs/linereader.h: Likewise.
21413         * manual/charset.texi: Likewise.
21414         * manual/filesys.texi: Likewise.
21415         * manual/stdio.texi: Likewise.
21416         * manual/string.texi: Likewise.
21417         * stdlib/fmtmsg.c: Likewise.
21418         * sysdeps/i386/stpncpy.S: Likewise.
21419         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21420         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21421         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21422         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21424 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21426         * elf/dl-open.c: Fix typos.
21427         * iconvdata/gbbig5.c: Likewise.
21428         * iconvdata/iso-2022-jp.c: Likewise.
21429         * iconv/gconv_int.h: Likewise.
21430         * iconv/loop.c: Likewise.
21431         * nis/rpcsvc/nis.h: Likewise.
21432         * resolv/ns_name.c: Likewise.
21433         * stdio-common/vfscanf.c: Likewise.
21434         * streams/stropts.h: Likewise.
21435         * sunrpc/rpc_thread.c: Likewise.
21436         * sysdeps/i386/strpbrk.S: Likewise.
21437         * sysdeps/ieee754/k_standard.c: Likewise.
21438         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21439         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21440         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21441         * sysdeps/mach/hurd/profil.c: Likewise.
21442         * sysdeps/s390/dl-procinfo.h: Likewise.
21443         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21444         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21445         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21446         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21447         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21449 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21451         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21452         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21454 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21456         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21457         aix specific files.
21458         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21459         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21460         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21461         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21462         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21463         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21464         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21465         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21467 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21468             Roland McGrath  <roland@hack.frob.com>
21470         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21471         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21473 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21475         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21476         __executable_start symbol instead of _start.
21478 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21480         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21481         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21482         Move macros to...
21483         * sysdeps/gnu/ldsodefs.h: ... this new file.
21485         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21486         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21487         instead of ELFOSABI_LINUX.
21489         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21490         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21491         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21492         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21493         Likewise.
21494         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21495         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21496         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21497         Likewise.
21498         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21499         (ibm_extended_long_double): Add ieee_nan member.
21500         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21501         (do_test): New function.
21503         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21504         TEST_TRUNC.
21505         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21506         functions, renamed from truncdfsf_test, trunctfsf_test,
21507         trunctfdf_test.
21508         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21509         functions.
21510         (do_test): Run all these.
21512 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21514         * argp/argp-help.c: Fix typos.
21515         * argp/argp-parse.c: Likewise.
21516         * debug/backtracesyms.c: Likewise.
21517         * elf/elf.h: Likewise.
21518         * malloc/malloc.c: Likewise.
21519         * nis/nis_print.c: Likewise.
21520         * resolv/res_comp.c: Likewise.
21521         * stdlib/stdlib.h: Likewise.
21522         * sunrpc/clnt_tcp.c: Likewise.
21523         * sunrpc/clnt_udp.c: Likewise.
21524         * sunrpc/clnt_unix.c: Likewise.
21525         * sysdeps/unix/bsd/ptsname.c: Likewise.
21526         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21527         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21529         Likewise.
21530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21531         Likewise.
21532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21533         Likewise.
21534         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21536 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21538         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21539         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21541 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21543         [BZ #15897]
21544         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21545         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21546         ($(objpfx)bug-dl-leaf): New rule.
21547         ($(objpfx)bug-dl-leaf.so): Likewise.
21548         ($(objpfx)bug-dl-leaf.out): Likewise.
21549         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21550         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21551         * dlfcn/bug-dl-leaf.c: New test.
21552         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21553         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21554         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21555         (dlclose): Likewise.
21556         (dlmopen): Likewise.
21558 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21560         * include/netdb.h [!_ISOMAC]:
21561         Don't include <tls.h>.
21562         (h_errno, __libc_h_errno): Move declaration and macros out of
21563         [_LIBC_REENTRANT].
21565         * include/resolv.h [_RESOLV_H_]:
21566         Don't include <tls.h>.
21567         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21568         * resolv/res_libc.c: Don't include <tls.h>.
21569         (_res): Use __attribute__ ((nocommon)) in place of
21570         __attribute__ ((section (".bss"))).
21572         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21573         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21575         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21577         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21578         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21580         * resolv/res_mkquery.c: Include <sys/time.h>.
21582         * inet/ifreq.c: Moved to ...
21583         * sysdeps/unix/ifreq.c: ... here.
21584         * inet/ifreq.c: New file, true stub version.
21586         * socket/sa_len.c: New file.
21587         * socket/Makefile (aux): Add it.
21588         * sysdeps/unix/sysv/linux/Makefile
21589         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21590         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21591         and #include <socket/sa_len.c>.
21592         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21593         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21595         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21596         * bits/socket.h: ... here.
21598         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21599         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21600         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21602 2013-08-27  Andreas Schwab  <schwab@suse.de>
21604         [BZ #15736]
21605         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21606         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21607         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21608         * string/test-strcasecmp.c (test_main): Run tests in several
21609         locales.
21610         * string/test-strncasecmp.c (test_main): Likewise.
21612         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21613         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21614         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21615         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21616         (__strncasecmp_ssse3) [PIC]: Likewise.
21618 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21620         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21622         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21623         instead of explicitly declaring xdecrypt.
21624         * nis/nss_nis/nis-publickey.c: Likewise.
21626 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21628         [BZ #15890]
21629         * nscd/aicache.c: Include res_hconf.h.
21630         (addhstaiX): Initialize res_hconf.
21632 2013-08-26  Andreas Schwab  <schwab@suse.de>
21634         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21635         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21637 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21639         * nscd/aicache.c (addhstaiX): Fix indentation.
21641 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21643         * configure.ac: Quote $build_pt_chown test.
21644         * configure: Regenerated.
21646 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21648         [BZ #15532]
21649         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21650         * math/s_cexpf.c (__cexpf): Likewise.
21651         * math/s_cexpl.c (__cexpl): Likewise.
21652         * math/libm-test.inc (cexp_test_data): Correct expected return
21653         value for NaN + i0.  Add another test.
21655 2013-08-22  David S. Miller  <davem@davemloft.net>
21657         * po/ca.po: Update Catalan translation from translation project.
21658         * po/uk.po: Add Ukrainian translations from translation project.
21660 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21662         [BZ #15797]
21663         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21664         is infinite, not alongside NaN test.
21665         * math/s_fdimf.c (__fdimf): Likewise.
21666         * math/s_fdiml.c (__fdiml): Likewise.
21667         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21668         errno is unchanged.
21670 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21672         * argp/argp-help.c: Fix typos.
21673         * crypt/speeds.c: Likewise.
21674         * csu/check_fds.c: Likewise.
21675         * elf/dl-load.c: Likewise.
21676         * elf/dl-open.c: Likewise.
21677         * elf/reldep3.c: Likewise.
21678         * elf/reldep.c: Likewise.
21679         * elf/sprof.c: Likewise.
21680         * iconv/iconv_charmap.c: Likewise.
21681         * iconv/skeleton.c: Likewise.
21682         * iconv/strtab.c: Likewise.
21683         * io/lockf64.c: Likewise.
21684         * libio/libioP.h: Likewise.
21685         * resolv/gai_notify.c: Likewise.
21686         * resolv/ns_name.c: Likewise.
21687         * resolv/ns_samedomain.c: Likewise.
21688         * resolv/res_send.c: Likewise.
21689         * stdlib/random.c: Likewise.
21690         * sunrpc/rpc/xdr.h: Likewise.
21691         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21692         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21693         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21694         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21695         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21696         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21697         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21698         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21699         * sysdeps/mach/hurd/check_fds.c: Likewise.
21700         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21701         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21702         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21703         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21704         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21705         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21706         * sysdeps/pthread/aio_notify.c: Likewise.
21707         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21708         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21709         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21710         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21711         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21713 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21715         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21716         version if bit_Slow_SSE4_2 is set.
21717         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21718         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21720 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21722         [BZ #15867]
21723         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21724         trampoline stack frame information.
21725         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21726         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21727         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21728         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21729         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21730         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21731         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21732         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21733         sa_flags value.
21734         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21735         interrupting a syscall and set with option SA_SIGINFO.
21737 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21739         [BZ #15531]
21740         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21741         argument is infinite.
21742         * math/s_cprojf.c (__cprojf): Likewise.
21743         * math/s_cprojl.c (__cprojl): Likewise.
21744         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21745         * math/libm-test.inc (cproj_test_data): Add more tests.
21747         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21749         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21750         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21751         size.  Use __ffs to determine corresponding shift.
21753 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21754             Roland McGrath  <roland@hack.frob.com>
21756         * Makefile (INSTALL): Remove trailing blank lines from output of
21757         makeinfo.
21759 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21761         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21762         Align 32 bit compat elf_greg to 8 bytes.
21764 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21766         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21768 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21770         * string/strcoll_l.c (coll_seq): New structure.
21771         (get_next_seq_cached): New function.
21772         (get_next_seq): New function.
21773         (do_compare): New function.
21774         (STRCOLL): Use GNU style definition.  Simplify implementation
21775         by using get_next_seq, get_next_seq_cached and do_compare.
21777 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21779         [BZ #14699]
21780         CVE-2013-4237
21781         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21782         member.
21783         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21784         member.
21785         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21786         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21787         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21788         conditional.
21789         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21790         GETDENTS_64BIT_ALIGNED.
21791         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21792         * manual/filesys.texi (Reading/Closing Directory): Document
21793         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21794         strongly.
21795         * manual/conf.texi (Limits for Files): Add portability note to
21796         NAME_MAX, PATH_MAX.
21797         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21799 2013-08-13  Andreas Schwab  <schwab@suse.de>
21801         [BZ #15749]
21802         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21803         of fabs.
21804         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21805         LDBL_MAX_EXP >= 16384]: Add tests for it.
21807 2013-08-12  David S. Miller  <davem@davemloft.net>
21809         * version.h (RELEASE): Set to "development".
21810         (VERSION): Set to "2.18.90".
21811         * NEWS: Add 2.19 section.
21813 2013-08-03  David S. Miller  <davem@davemloft.net>
21815         * po/ko.po: Update Korean translation from translation project.
21817 2013-08-01  David S. Miller  <davem@davemloft.net>
21819         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21820         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21821         Bilka.
21823 2013-07-30  David S. Miller  <davem@davemloft.net>
21825         * po/fr.po: Update French translation from translation project.
21827 2013-07-28  David S. Miller  <davem@davemloft.net>
21829         * po/cs.po: Update Czech translation from translation project.
21831         * po/sv.po: Update Swedish translation from translation project.
21833 2013-07-27  David S. Miller  <davem@davemloft.net>
21835         * po/eo.po: Update Esperanto translation from translation project.
21837         * po/vi.po: Update Vietnamese translation from translation project.
21839         * po/de.po: Update German translation from translation project.
21841 2013-07-26  David S. Miller  <davem@davemloft.net>
21843         * po/bg.po: Update Bulgarian translation from translation project.
21845         * po/nl.po: Update Dutch translation from translation project.
21846         * po/pl.po: Update Polish translation from translation project.
21847         * po/ru.po: Update Russian translation from translation project.
21849 2013-07-24  David S. Miller  <davem@davemloft.net>
21851         * po/libc.pot: Update.
21853 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21855         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21856         variable page size.
21857         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21858         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21859         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21861 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21863         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21865 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21866             Andreas Schwab  <schwab@suse.de>
21867             Roland McGrath  <roland@hack.frob.com>
21868             Joseph Myers  <joseph@codesourcery.com>
21869             Carlos O'Donell  <carlos@redhat.com>
21871         [BZ #15755]
21872         * config.h.in: Define HAVE_PT_CHOWN.
21873         * config.make.in (build-pt-chown): New variable.
21874         * configure.in (--enable-pt_chown): New configure option.
21875         * configure: Regenerate.
21876         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21877         build-pt-chown is enabled.
21878         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21879         pt_chown to fix pty ownership.
21880         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21881         CLOSE_ALL_FDS.
21882         * manual/install.texi (Configuring and compiling): Mention
21883         --enable-pt_chown. Add @findex for grantpt.
21884         * INSTALL: Regenerate.
21886 2013-07-20  David S. Miller  <davem@davemloft.net>
21888         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21889         difference between 32-bit and 64-bit.
21891 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21893         [BZ #15711]
21894         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21895         Avoid system header dependency with -ffreestanding.
21896         ($(objpfx)bits/syscall%d): Likewise.
21898 2013-07-13  David S. Miller  <davem@davemloft.net>
21900         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21901         underflows from atanl/atan2l due to bug 15319.
21902         (casinh_test_data): Likewise.
21904 2013-07-07  David S. Miller  <davem@davemloft.net>
21906         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21908 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21910         * sysdeps/i386/fpu/libm-test-ulps: Update.
21911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21913 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21915         * configure.in (--enable-lock-elision): Fix message text.
21916         * INSTALL: Regenerate.
21917         * configure: Regenerate.
21919 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21923 2013-07-03  Andreas Jaeger  <aj@suse.de>
21925         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21926         define.
21927         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21928         (ptrace_peeksiginfo_args): Add.
21929         (__ptrace_peeksiginfo_flags): Add.
21930         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21931         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21932         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21934 2013-07-03  Allan McRae  <allan@archlinux.org>
21936         * sysdeps/i386/fpu/libm-test-ulps: Update.
21938 2013-07-02  David S. Miller  <davem@davemloft.net>
21940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21942 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21944         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21946 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21948         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21951 2013-07-02  Andi Kleen <ak@linux.intel.com>
21953         * config.h.in (ENABLE_LOCK_ELISION): Add.
21954         * configure.in (--enable-lock-elision): Add option.
21955         * manual/install.texi: Document --enable lock elision.
21956         * configure: Regenerate
21957         * INSTALL: Regenerate.
21959 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21961         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21962         SSE4.2 strcasecmp for libc.a.
21963         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21965 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21967         [BZ #13304]
21968         * soft-fp/op-common.h (_FP_FMA): New macro.
21969         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21970         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21971         (_FP_MUL_MEAT_1_imm): ... here.
21972         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21973         (_FP_MUL_MEAT_1_wide): ... here.
21974         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21975         (_FP_MUL_MEAT_1_hard): ... here.
21976         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21977         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21978         (_FP_MUL_MEAT_2_wide): ... here.
21979         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21980         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21981         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21982         (_FP_MUL_MEAT_2_gmp): ... here.
21983         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21984         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21985         (_FP_MUL_MEAT_4_wide): ... here.
21986         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21987         (_FP_MUL_MEAT_4_gmp): ... here.
21988         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21989         (_FP_WFRACBITS_DW_S): Likewise.
21990         (_FP_WFRACXBITS_DW_S): Likewise.
21991         (_FP_HIGHBIT_DW_S): Likewise.
21992         (FP_FMA_S): Likewise.
21993         (_FP_FRAC_HIGH_DW_S): Likewise.
21994         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21995         (_FP_WFRACBITS_DW_D): Likewise.
21996         (_FP_WFRACXBITS_DW_D): Likewise.
21997         (_FP_HIGHBIT_DW_D): Likewise.
21998         (FP_FMA_D): Likewise.
21999         (_FP_FRAC_HIGH_DW_D): Likewise.
22000         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22001         (_FP_WFRACBITS_DW_E): Likewise.
22002         (_FP_WFRACXBITS_DW_E): Likewise.
22003         (_FP_HIGHBIT_DW_E): Likewise.
22004         (FP_FMA_E): Likewise.
22005         (_FP_FRAC_HIGH_DW_E): Likewise.
22006         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22007         (_FP_WFRACBITS_DW_Q): Likewise.
22008         (_FP_WFRACXBITS_DW_Q): Likewise.
22009         (_FP_HIGHBIT_DW_Q): Likewise.
22010         (FP_FMA_Q): Likewise.
22011         (_FP_FRAC_HIGH_DW_Q): Likewise.
22012         * soft-fp/fmasf4.c: New file.
22013         * soft-fp/fmadf4.c: Likewise.
22014         * soft-fp/fmatf4.c: Likewise.
22016 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22018         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22019         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22020         Silvermont.
22021         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22022         macro.
22023         (index_Slow_SSE4_2): Likewise.
22024         (index_Prefer_PMINUB_for_stringop): Likewise.
22025         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22026         bit_Slow_SSE4_2 is set.
22027         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22028         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22030 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22032         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22033         rtld_global._dl_hwcap2.
22034         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22035         POWER8.
22036         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22037         POWER8 feature descriptions defined in _dl_hwcap2.
22038         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22039         string handling for POWER8 feature bits.
22040         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22041         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22042         _dl_powerpc_cap_flags.
22043         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22044         * sysdeps/powerpc/rtld-global-offsets.sym
22045         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22046         _dl_hwcap2 in the rtld_global_ro structure.
22048 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22050         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22051         hardware capabilities in support of AT_HWCAP2.
22052         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22053         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22054         GLRO(dl_hwcap2).
22055         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22056         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22057         explicitly the unknown a_type display mechanism is used.
22058         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22059         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22060         struct member.
22061         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22062         to macro prototype for AT_HWCAP2 support.
22063         * sysdeps/i386/dl-procinfo.h: Likewise.
22064         * sysdeps/s390/dl-procinfo.h: Likewise.
22065         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22066         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22067         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22068         return -1 for unknown a_type display fallback.
22069         * sysdeps/sparc/dl-procinfo.h: Likewise.
22070         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22071         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22073 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22075         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22076         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22078 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22080         [BZ #12492]
22081         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22082         mprotect making __stack_prot writable.
22084 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22085             Joseph Myers  <joseph@codesourcery.com>
22087         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22088         as being properly aligned.
22090 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22092         * dlfcn/modstatic5.c: New file.
22093         * dlfcn/tststatic5.c: New file.
22094         * dlfcn/Makefile (tests): Add tststatic5.
22095         (tests-static): Likewise.
22096         (modules-names): Add modstatic5.
22097         (tststatic5-ENV): New variable.
22098         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22100         [BZ #15022]
22101         * elf/dl-support.c (_dl_main_map): New variable.
22102         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22103         (_dl_nns, _dl_load_adds): Set to 1.
22104         (_dl_initial_searchlist): Refer to _dl_main_map.
22105         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22106         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22107         call to _dl_get_origin.
22108         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22109         around call_map.
22110         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22111         * dlfcn/modstatic3.c: New file.
22112         * dlfcn/tststatic3.c: New file.
22113         * dlfcn/tststatic4.c: New file.
22114         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22115         (tests-static): Likewise.
22116         (modules-names): Add modstatic3.
22117         (tststatic3-ENV, tststatic4-ENV): New variables.
22118         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22119         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22121 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22123         * configure.in (CC): Require GCC version 4.4 or later.
22124         * configure: Regenerated.
22125         * manual/install.texi (Tools for Compilation): Update GCC version
22126         requirement.
22127         * INSTALL: Regenerated.
22129 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22131         [BZ #15674]
22132         * string/test-memcmp.c (check2): New.
22133         (main): Call check2.
22135         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22137 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22139         [BZ #15022]
22140         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22141         over to...
22142         (dl_open_worker) [!SHARED]: ... here.
22144 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22146         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22148 2013-06-25  Richard Henderson  <rth@redhat.com>
22150         * locale/programs/locarchive.c: Include <libc-internal.h>
22152 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22154         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22155         trailing whitespace removed.
22157 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22159         [BZ #10283]
22160         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22161         * locale/programs/locarchive.c: Include libc-mmap.h.
22162         (prepare_address_space): Take two new outputs (the mmap base and len).
22163         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22164         values.
22165         (create_archive): Declare new mmap base and len values for
22166         prepare_address_space, and store the result in ah.
22167         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22168         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22169         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22170         Declare new mmap base and len values for
22171         prepare_address_space, and store the result in new_ah.
22172         (open_archive): Declare new mmap base and len values for
22173         prepare_address_space, and store the result in ah.
22174         (close_archive): If ah->mmap_base is not NULL, use that and
22175         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22176         * sysdeps/generic/libc-mmap.h: New file.
22178 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22180         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22181         (ALIGN_UP): Likewise.
22182         (PTR_ALIGN_DOWN): Likewise.
22183         (PTR_ALIGN_UP): Likewise.
22185 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22187         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22188         entry mapped to PPC_PLATFORM_POWER8.
22189         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22190         POWER8.
22191         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22192         (_dl_string_platform): Add case for exporting platform position for
22193         POWER8.
22194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22195         search path to sysdeps/powerpc/powerpc32/power8 directory.
22196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22197         search path to sysdeps/powerpc/powerpc64/power8 directory.
22198         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22199         power7 directories.
22200         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22201         power7 directories.
22203 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22205         * INSTALL: Regenerate.
22207         * nscd/connections.c (nscd_init): Fix comment.
22209 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22211         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22213         [BZ #15667]
22214         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22215         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22217 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22219         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22220         DL_DST_REQ_STATIC.
22221         (DL_DST_REQ_STATIC): Remove macro.
22223 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22225         [BZ #7006]
22226         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22227         with a shift of 0 bits.
22229 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22231         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22232         $(tststatic-ENV).
22234 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22236         [BZ #15655]
22237         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22239 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22241         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22242         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22243         accepts -fno-tree-loop-distribute-patterns.
22244         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22245         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22246         recursive call.
22247         * string/memset.c (memset): Likewise.
22248         * string/test-memmove.c (simple_memmove): Disable loop transformation
22249         to library calls.
22250         * string/test-memset.c (simple_memset): Likewise.
22251         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22252         * benchtests/bench-memset.c (simple_memset): Likewise.
22253         * configure: Regenerated.
22255 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22257         * math/test-misc.c (main): Ignore fesetround failure when failures
22258         of subsequent rounding tests would be ignored.
22260         [BZ #15654]
22261         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22262         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22263         * math/fegetenv.c (__fegetenv): Return 0.
22264         * math/fegetexcept.c (fegetexcept): Return 0.
22265         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22266         FE_TONEAREST.
22267         * math/feholdexcpt.c (feholdexcept): Return 0.
22268         * math/fesetenv.c (__fesetenv): Return 0.
22269         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22270         argument FE_TONEAREST.
22271         * math/feupdateenv.c (__feupdateenv): Return 0.
22272         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22274 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22276         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22277         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22278         ($(objpfx)rtld-%.os rules): Use them.
22280 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22282         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22283         fields.
22285 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22287         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22288         length of target pattern, then descending length of dependency pattern.
22289         * configure.in (AWK): Require gawk 3.1.2 or newer.
22290         * manual/install.texi (Tools for Compilation): Say that we do.
22291         * configure: Regenerated.
22293         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22294         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22295         * scripts/sysd-rules.awk: ... this new script.
22296         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22297         than a glob-style pattern.
22299 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22301         * math/test-misc.c (main): Do not treat incorrectly rounded
22302         conversions as failure unless ROUNDING_TESTS passes.
22304 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22306         [BZ #15631]
22307         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22308         restore exception state around main square root computation, then
22309         check for inexactness explicitly.
22311         * math/libm-test.inc (fma_test_data): Add another test.
22313 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22315         * manual/threads.texi (Non-POSIX Extensions): New document
22316         node.  Document pthread_getattr_default_np and
22317         pthread_setattr_default_np.
22319         * Versions.def (libpthread): Add GLIBC_2.18.
22320         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22322         Likewise.
22323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22324         Likewise.
22325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22326         Likewise.
22327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22328         Likewise.
22329         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22330         Likewise.
22331         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22332         Likewise.
22333         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22334         Likewise.
22335         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22336         Likewise.
22337         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22338         Likewise.
22340 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22342         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22343         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22345 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22346             H.J. Lu  <hjl.tools@gmail.com>
22348         [BZ #15627]
22349         * sysdeps/x86_64/rtld-memset.c: Remove file.
22350         * sysdeps/x86_64/rtld-memset.S: New file.
22352 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22354         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22355         (test_in_one_mode): Take arguments for whether the rounding mode
22356         is supported for each floating-point type.
22357         (do_test): Pass new arguments to test_in_one_mode using
22358         ROUNDING_TESTS.
22360 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22362         * posix/tst-waitid.c (do_test): Distinguish different instances of
22363         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22364         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22365         before entering the kernel for waitpid.
22367 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22369         * NEWS: Fix note on clock function precision.  Text by Roland
22370         McGrath.
22372 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22374         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22375         it into place only when and if the sanity check passes.
22377 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22379         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22380         output for whether conversion result is exact.  Take argument
22381         indicating whether type is IBM long double.
22382         (round_for_all): Change need_exact field to ibm_ld.
22383         * stdlib/tst-strtod-round.c (struct exactness): New type.
22384         (struct test): Change bool ld_ok field to struct exactness exact.
22385         (TEST): Update all definitions for change to field.
22386         (tests): Regenerate array contents.
22387         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22388         field value.  Check for IBM long double here.
22389         (do_test): Update calls to test_in_one_mode.
22391 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22393         [BZ #12515]
22394         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22395         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22397 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22399         [BZ #15605]
22400         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22401         generated by the compiler on loop optimizations.
22402         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22403         general definitions.
22405 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22407         * math/bug-nextafter.c: Include <math-tests.h>.
22408         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22409         the relevant type.
22410         * math/bug-nexttoward.c: Include <math-tests.h>.
22411         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22412         the relevant type.
22413         * math/test-misc.c: Include <math-tests.h>.
22414         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22415         the relevant type.
22417 2013-06-12  Andreas Jaeger  <aj@suse.de>
22419         * po/ia.po: Update Interlingua translation from translation
22420         project.
22422 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22424         * include/fenv.h: Include stdbool.h.
22425         (struct rm_ctx): New structure.
22426         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22427         Define macro.
22428         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22429         (SET_RESTORE_ROUNDF): Likewise.
22430         (SET_RESTORE_ROUNDL): Likewise.
22431         (SET_RESTORE_ROUND_NOEX): Likewise.
22432         (SET_RESTORE_ROUND_NOEXF): Likewise.
22433         (SET_RESTORE_ROUND_NOEXL): Likewise.
22434         (SET_RESTORE_ROUND_53BIT): Likewise.
22435         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22436         (libc_feresetround_noexf_ctx): Likewise.
22437         (libc_feresetround_noexl_ctx): Likewise.
22438         (libc_feholdsetround_53bit_ctx): Likewise.
22439         (libc_feresetround_53bit_ctx): Likewise.
22440         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22441         (libc_feholdexcept_setround_sse_ctx): New function.
22442         (libc_fesetenv_sse_ctx): Likewise.
22443         (libc_feupdateenv_sse_ctx): Likewise.
22444         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22445         (libc_feholdexcept_setround_387_ctx): Likewise.
22446         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22447         (libc_feholdsetround_387_prec_ctx): Likewise.
22448         (libc_feholdsetround_387_ctx): Likewise.
22449         (libc_feholdsetround_387_53bit_ctx): Likewise.
22450         (libc_feholdsetround_sse_ctx): Likewise.
22451         (libc_feresetround_sse_ctx): Likewise.
22452         (libc_feresetround_387_ctx): Likewise.
22453         (libc_feupdateenv_387_ctx): Likewise.
22454         (libc_feholdexcept_setroundf_ctx): Define macro.
22455         (libc_fesetenvf_ctx): Likewise.
22456         (libc_feupdateenvf_ctx): Likewise.
22457         (libc_feholdsetroundf_ctx): Likewise.
22458         (libc_feresetroundf_ctx): Likewise.
22459         (libc_feholdexcept_setround_ctx): Likewise.
22460         (libc_fesetenv_ctx): Likewise.
22461         (libc_feupdateenv_ctx): Likewise.
22462         (libc_feholdsetround_ctx): Likewise.
22463         (libc_feresetround_ctx): Likewise.
22464         (libc_feholdexcept_setroundl_ctx): Likewise.
22465         (libc_feupdateenvl_ctx): Likewise.
22466         (libc_feholdsetroundl_ctx): Likewise.
22467         (libc_feresetroundl_ctx): Likewise.
22468         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22469         (libc_feresetround_53bit_ctx): Likewise.
22471 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22473         * locale/iso-639.def: Convert to UTF-8.
22475 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22477         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22478         (EXCEPTION_TESTS_double): Likewise.
22479         (EXCEPTION_TESTS_long_double): Likewise.
22480         (EXCEPTION_TESTS): Likewise.
22481         * math/libm-test.inc (test_exceptions): Only test exceptions if
22482         EXCEPTION_TESTS (FLOAT).
22484 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22486         * benchtests/Makefile (string-bench): Add strcpy_chk and
22487         stpcpy_chk.
22488         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22489         * benchtests/bench-stpcpy_chk.c: New file.
22490         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22491         * benchtests/bench-strcpy_chk.c: New file.
22492         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22493         code.
22494         (do_test): Likewise.
22496 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22498         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22499         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22500         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22501         with tabs where appropriate.
22502         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22503         dl-procinfo.h.
22504         [PPC_PLATFORM_PPC440]: Likewise.
22505         [PPC_PLATFORM_PPC464]: Likewise.
22506         [PPC_PLATFORM_PPC476]: Likewise.
22507         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22508         ppc464, and ppc476 platform strings merging from ports/
22509         dl-procinfo.h.
22511 2013-06-11  Andreas Schwab  <schwab@suse.de>
22513         [BZ #14991]
22514         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22515         (from_ucs4_idx): Regenerate.
22516         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22517         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22518         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22519         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22520         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22521         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22522         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22523         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22524         from FROM_LOOP and TO_LOOP specific macros.
22525         (BODY): Handle combining characters.
22526         * iconvdata/BIG5HKSCS.irreversible: Update.
22527         * iconvdata/BIG5HKSCS.precomposed: New file.
22528         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22529         characters.
22530         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22532 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22534         * include/sys/time.h: Fix indentation and add copyright header.
22536         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22537         (do_test): Likewise.
22538         * string/test-memchr.c (do_one_test): Likewise.
22539         (do_test): Likewise.
22540         * string/test-memcmp.c (do_one_test): Likewise.
22541         (do_test): Likewise.
22542         * string/test-memcpy.c (do_one_test): Likewise.
22543         (do_test): Likewise.
22544         * string/test-memmem.c (do_one_test): Likewise.
22545         (do_test): Likewise.
22546         (do_random_tests): Likewise.
22547         * string/test-memmove.c (do_one_test): Likewise.
22548         (do_test): Likewise.
22549         * string/test-memset.c (do_one_test): Likewise.
22550         (do_test): Likewise.
22551         * string/test-rawmemchr.c (do_one_test): Likewise.
22552         (do_test): Likewise.
22553         * string/test-strcasecmp.c (do_one_test): Likewise.
22554         (do_test): Likewise.
22555         * string/test-strcasestr.c (do_one_test): Likewise.
22556         (do_test): Likewise.
22557         * string/test-strcat.c (do_one_test): Likewise.
22558         (do_test): Likewise.
22559         * string/test-strchr.c (do_one_test): Likewise.
22560         (do_test): Likewise.
22561         * string/test-strcmp.c (do_one_test): Likewise.
22562         (do_test): Likewise.
22563         * string/test-strcpy.c (do_one_test): Likewise.
22564         (do_test): Likewise.
22565         * string/test-string.h: Likewise.
22566         (test_init): Likewise.
22567         * string/test-strlen.c (do_one_test): Likewise.
22568         (do_test): Likewise.
22569         * string/test-strncasecmp.c (do_one_test): Likewise.
22570         (do_test): Likewise.
22571         * string/test-strncat.c (do_one_test): Likewise.
22572         (do_test): Likewise.
22573         * string/test-strncmp.c (do_one_test): Likewise.
22574         (do_test_limit): Likewise.
22575         (do_test): Likewise.
22576         * string/test-strncpy.c (do_one_test): Likewise.
22577         (do_test): Likewise.
22578         * string/test-strnlen.c (do_one_test): Likewise.
22579         (do_test): Likewise.
22580         * string/test-strpbrk.c (do_one_test): Likewise.
22581         (do_test): Likewise.
22582         * string/test-strrchr.c (do_one_test): Likewise.
22583         (do_test): Likewise.
22584         * string/test-strspn.c (do_one_test): Likewise.
22585         (do_test): Likewise.
22586         * string/test-strstr.c (do_one_test): Likewise.
22587         (do_test): Likewise.
22589         * benchtests/Makefile (string-bench): Add string benchmarks.
22590         * benchtests/bench-bcopy-ifunc.c: New file.
22591         * benchtests/bench-bcopy.c: New file.
22592         * benchtests/bench-bzero-ifunc.c: New file.
22593         * benchtests/bench-bzero.c: New file.
22594         * benchtests/bench-memccpy-ifunc.c: New file.
22595         * benchtests/bench-memccpy.c: New file.
22596         * benchtests/bench-memchr-ifunc.c: New file.
22597         * benchtests/bench-memchr.c: New file.
22598         * benchtests/bench-memcmp-ifunc.c: New file.
22599         * benchtests/bench-memcmp.c: New file.
22600         * benchtests/bench-memmem-ifunc.c: New file.
22601         * benchtests/bench-memmem.c: New file.
22602         * benchtests/bench-memmove-ifunc.c: New file.
22603         * benchtests/bench-memmove.c: New file.
22604         * benchtests/bench-mempcpy-ifunc.c: New file.
22605         * benchtests/bench-mempcpy.c: New file.
22606         * benchtests/bench-memset-ifunc.c: New file.
22607         * benchtests/bench-memset.c: New file.
22608         * benchtests/bench-rawmemchr-ifunc.c: New file.
22609         * benchtests/bench-rawmemchr.c: New file.
22610         * benchtests/bench-stpcpy-ifunc.c: New file.
22611         * benchtests/bench-stpcpy.c: New file.
22612         * benchtests/bench-stpncpy-ifunc.c: New file.
22613         * benchtests/bench-stpncpy.c: New file.
22614         * benchtests/bench-strcasecmp-ifunc.c: New file.
22615         * benchtests/bench-strcasecmp.c: New file.
22616         * benchtests/bench-strcasestr-ifunc.c: New file.
22617         * benchtests/bench-strcasestr.c: New file.
22618         * benchtests/bench-strcat-ifunc.c: New file.
22619         * benchtests/bench-strcat.c: New file.
22620         * benchtests/bench-strchr-ifunc.c: New file.
22621         * benchtests/bench-strchr.c: New file.
22622         * benchtests/bench-strchrnul-ifunc.c: New file.
22623         * benchtests/bench-strchrnul.c: New file.
22624         * benchtests/bench-strcmp-ifunc.c: New file.
22625         * benchtests/bench-strcmp.c: New file.
22626         * benchtests/bench-strcpy-ifunc.c: New file.
22627         * benchtests/bench-strcpy.c: New file.
22628         * benchtests/bench-strcspn-ifunc.c: New file.
22629         * benchtests/bench-strcspn.c: New file.
22630         * benchtests/bench-strlen-ifunc.c: New file.
22631         * benchtests/bench-strlen.c: New file.
22632         * benchtests/bench-strncasecmp-ifunc.c: New file.
22633         * benchtests/bench-strncasecmp.c: New file.
22634         * benchtests/bench-strncat-ifunc.c: New file.
22635         * benchtests/bench-strncat.c: New file.
22636         * benchtests/bench-strncmp-ifunc.c: New file.
22637         * benchtests/bench-strncmp.c: New file.
22638         * benchtests/bench-strncpy-ifunc.c: New file.
22639         * benchtests/bench-strncpy.c: New file.
22640         * benchtests/bench-strnlen-ifunc.c: New file.
22641         * benchtests/bench-strnlen.c: New file.
22642         * benchtests/bench-strpbrk-ifunc.c: New file.
22643         * benchtests/bench-strpbrk.c: New file.
22644         * benchtests/bench-strrchr-ifunc.c: New file.
22645         * benchtests/bench-strrchr.c: New file.
22646         * benchtests/bench-strspn-ifunc.c: New file.
22647         * benchtests/bench-strspn.c: New file.
22648         * benchtests/bench-strstr-ifunc.c: New file.
22649         * benchtests/bench-strstr.c: New file.
22651         * benchtests/Makefile: Disable parallel execution of targets.
22652         (string-bench): Add memcpy.
22653         (benchset): New variable to store a list of benchmark sets.
22654         (bench-func): Renamed from bench.
22655         (bench-set): New target.
22656         (bench): Depend on bench-func and bench-set.
22657         * benchtests/README: Add section on benchmark sets.
22658         * benchtests/bench-memcpy-ifunc.c: New file.
22659         * benchtests/bench-memcpy.c: New file.
22660         * benchtests/bench-string.h: New file.
22662 2013-06-11  Andreas Schwab  <schwab@suse.de>
22664         [BZ #15577]
22665         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22666         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22667         values in the triple.
22668         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22669         terminator in the group key.
22671 2013-06-11  Andreas Jaeger  <aj@suse.de>
22673         * po/zh_TW.po: Update Chinese (traditional) translation from
22674         translation project.
22676 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22678         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22679         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22680         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22681         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22682         (clock_getcpuclockid): Likewise.
22683         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22684         Add weak_alias and libc_hidden_def.
22685         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22686         * rt/clock_gettime.c (clock_gettime): Rename to
22687         __clock_gettime.  Add weak_alias and libc_hidden_def.
22688         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22689         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22690         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22691         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22692         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22693         Likewise.
22694         * rt/clock_settime.c (clock_settime): Rename to
22695         __clock_settime.  Add weak_alias and libc_hidden_def.
22696         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22698 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22700         * mach/err_boot.sub: Remove trailing whitespace.
22701         * mach/err_ipc.sub: Likewise.
22702         * mach/err_mach.sub: Likewise.
22704         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22705         (ROUNDING_TESTS_double): Likewise.
22706         (ROUNDING_TESTS_long_double): Likewise.
22707         (ROUNDING_TESTS): Likewise.
22708         * math/libm-test.inc: Include <math-tests.h>.
22709         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22710         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22711         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22712         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22714 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22716         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22717         of assigning.
22719 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22721         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22722         otherwise empty TRANS lines.
22723         * sysdeps/gnu/errlist.c: Regenerated.
22725         * catgets/gencat.c (error_print): Use (void) in function
22726         definition.
22727         * crypt/crypt_util.c (__init_des): Likewise.
22728         * crypt/speeds.c (Stop): Likewise.
22729         (main): Likewise.
22730         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22731         * inet/ruserpass.c (token): Likewise.
22732         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22733         * intl/localealias.c (extend_alias_table): Likewise.
22734         * intl/plural-exp.c (init_germanic_plural): Likewise.
22735         * libio/fcloseall.c (__fcloseall): Likewise.
22736         * libio/genops.c (_IO_flush_all): Likewise.
22737         (_IO_flush_all_linebuffered): Likewise.
22738         (_IO_cleanup): Likewise.
22739         (_IO_iter_begin): Likewise.
22740         (_IO_iter_end): Likewise.
22741         (_IO_list_lock): Likewise.
22742         (_IO_list_unlock): Likewise.
22743         (_IO_list_resetlock): Likewise.
22744         * libio/getchar.c (getchar): Likewise.
22745         * libio/getchar_u.c (getchar_unlocked): Likewise.
22746         * libio/getwchar.c (getwchar): Likewise.
22747         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22748         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22749         * login/getpt.c (__getpt): Likewise.
22750         * login/tst-utmp.c (main): Likewise.
22751         * malloc/hooks.c (__malloc_check_init): Likewise.
22752         * malloc/malloc.c (__malloc_stats): Likewise.
22753         * malloc/mtrace.c (tr_break): Likewise.
22754         (mtrace): Likewise.
22755         (muntrace): Likewise.
22756         * misc/fstab.c (endfsent): Likewise.
22757         * misc/getclktck.c (__getclktck): Likewise.
22758         * misc/getdtsz.c (__getdtablesize): Likewise.
22759         * misc/gethostid.c (gethostid): Likewise.
22760         * misc/getpagesize.c (__getpagesize): Likewise.
22761         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22762         (__get_nprocs): Likewise.
22763         (__get_phys_pages): Likewise.
22764         (__get_avphys_pages): Likewise.
22765         * misc/getttyent.c (getttyent): Likewise.
22766         (setttyent): Likewise.
22767         (endttyent): Likewise.
22768         * misc/getusershell.c (getusershell): Likewise.
22769         (endusershell): Likewise.
22770         (setusershell): Likewise.
22771         (initshells): Likewise.
22772         * misc/hsearch.c (__hdestroy): Likewise.
22773         * misc/sync.c (sync): Likewise.
22774         * misc/syslog.c (closelog_internal): Likewise.
22775         (closelog): Likewise.
22776         * misc/ttyslot.c (ttyslot): Likewise.
22777         * misc/vhangup.c (vhangup): Likewise.
22778         * posix/fork.c (__fork): Likewise.
22779         * posix/getegid.c (__getegid): Likewise.
22780         * posix/geteuid.c (__geteuid): Likewise.
22781         * posix/getgid.c (__getgid): Likewise.
22782         * posix/getpid.c (__getpid): Likewise.
22783         * posix/getppid.c (__getppid): Likewise.
22784         * posix/getuid.c (__getuid): Likewise.
22785         * posix/pause.c (pause): Likewise.
22786         * posix/setpgrp.c (setpgrp): Likewise.
22787         * posix/setsid.c (__setsid): Likewise.
22788         * posix/test-vfork.c (noop): Likewise.
22789         * resolv/gethnamaddr.c (_endhtent): Likewise.
22790         (_gethtent): Likewise.
22791         (ht_endhostent): Likewise.
22792         (gethostent): Likewise.
22793         (dns_service): Likewise.
22794         * stdlib/drand48.c (drand48): Likewise.
22795         * stdlib/lrand48.c (lrand48): Likewise.
22796         * stdlib/mrand48.c (mrand48): Likewise.
22797         * stdlib/rand.c (rand): Likewise.
22798         * stdlib/random.c (__random): Likewise.
22799         * stdlib/setenv.c (clearenv): Likewise.
22800         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22801         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22802         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22803         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22804         (__get_nprocs): Likewise.
22805         (__get_phys_pages): Likewise.
22806         (__get_avphys_pages): Likewise.
22807         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22808         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22809         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22810         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22811         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22812         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22813         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22814         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22815         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22816         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22817         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22818         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22819         * sysdeps/posix/clock.c (clock): Likewise.
22820         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22821         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22822         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22823         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22824         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22825         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22826         (__get_nprocs_conf): Likewise.
22827         (__get_phys_pages): Likewise.
22828         (__get_avphys_pages): Likewise.
22829         * time/clock.c (clock): Likewise.
22830         * time/tzset.c (__tzname_max): Likewise.
22832 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22834         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22835         (__bswap_32): Do not use "register".
22836         * crypt/crypt.c (_ufc_doit_r): Likewise.
22837         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22838         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22839         * gmon/gmon.c (__monstartup): Likewise.
22840         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22841         * hurd/hurdmalloc.c (more_memory): Likewise.
22842         (malloc): Likewise.
22843         (free): Likewise.
22844         (realloc): Likewise.
22845         (malloc_fork_prepare): Likewise.
22846         (malloc_fork_parent): Likewise.
22847         (malloc_fork_child): Likewise.
22848         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22849         (_svcauth_des): Likewise.
22850         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22851         * inet/inet_net.c (inet_network): Likewise.
22852         * inet/inet_netof.c (inet_netof): Likewise.
22853         * inet/rcmd.c (__validuser2_sa): Likewise.
22854         * io/fts.c (fts_open): Likewise.
22855         (fts_load): Likewise.
22856         (fts_close): Likewise.
22857         (fts_read): Likewise.
22858         (fts_children): Likewise.
22859         (fts_build): Likewise.
22860         (fts_stat): Likewise.
22861         (fts_sort): Likewise.
22862         (fts_alloc): Likewise.
22863         (fts_lfree): Likewise.
22864         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22865         (_IO_file_xsgetn): Likewise.
22866         (_IO_file_xsgetn_mmap): Likewise.
22867         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22868         (_IO_cookie_write): Likewise.
22869         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22870         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22871         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22872         * malloc/obstack.c (_obstack_begin): Likewise.
22873         (_obstack_begin_1): Likewise.
22874         (_obstack_newchunk): Likewise.
22875         (_obstack_allocated_p): Likewise.
22876         (obstack_free): Likewise.
22877         (_obstack_memory_used): Likewise.
22878         * misc/getttyent.c (getttynam): Likewise.
22879         (getttyent): Likewise.
22880         (skip): Likewise.
22881         (value): Likewise.
22882         * misc/getusershell.c (initshells): Likewise.
22883         * misc/syslog.c (__vsyslog_chk): Likewise.
22884         * misc/ttyslot.c (ttyslot): Likewise.
22885         * nis/nis_hash.c (__nis_hash): Likewise.
22886         * posix/fnmatch_loop.c (FCT): Likewise.
22887         * posix/getconf.c (print_all): Likewise.
22888         (main): Likewise.
22889         * posix/getopt.c (exchange): Likewise.
22890         * posix/glob.c (globfree): Likewise.
22891         (prefix_array): Likewise.
22892         (__glob_pattern_type): Likewise.
22893         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22894         (NS_GET32): Likewise.
22895         (NS_PUT16): Likewise.
22896         (NS_PUT32): Likewise.
22897         * resolv/gethnamaddr.c (getanswer): Likewise.
22898         (gethostbyname2): Likewise.
22899         (gethostbyaddr): Likewise.
22900         (_gethtent): Likewise.
22901         (_gethtbyname2): Likewise.
22902         (_gethtbyaddr): Likewise.
22903         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22904         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22905         * resolv/res_init.c (__res_vinit): Likewise.
22906         (net_mask): Likewise.
22907         * resolv/res_mkquery.c (outchar): Likewise.
22908         (PRINT): Likewise.
22909         * stdio-common/printf_fp.c (outchar): Likewise.
22910         (PRINT): Likewise.
22911         * stdio-common/printf_fphex.c (outchar): Likewise.
22912         (PRINT): Likewise.
22913         * stdio-common/printf_size.c (outchar): Likewise.
22914         (PRINT): Likewise.
22915         * stdio-common/test_rdwr.c (main): Likewise.
22916         * stdio-common/tfformat.c (matches): Likewise.
22917         * stdio-common/vfprintf.c (outchar): Likewise.
22918         (printf_unknown): Likewise.
22919         (buffered_vfprintf): Likewise.
22920         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22921         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22922         (ReadFile): Likewise.
22923         * stdlib/qsort.c (SWAP): Likewise.
22924         (_quicksort): Likewise.
22925         * stdlib/setenv.c (__add_to_environ): Likewise.
22926         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22927         * stdlib/strtol_l.c (__strtol_l): Likewise.
22928         * stdlib/tst-strtod.c (main): Likewise.
22929         * stdlib/tst-strtol.c (main): Likewise.
22930         * stdlib/tst-strtoll.c (main): Likewise.
22931         * string/bits/string2.h (__strcmp_cc): Likewise.
22932         (__strcmp_cg): Likewise.
22933         (__strcspn_c1): Likewise.
22934         (__strcspn_c2): Likewise.
22935         (__strcspn_c3): Likewise.
22936         (__strspn_c1): Likewise.
22937         (__strspn_c2): Likewise.
22938         (__strspn_c3): Likewise.
22939         (__strsep_1c): Likewise.
22940         (__strsep_2c): Likewise.
22941         (__strsep_3c): Likewise.
22942         * string/memccpy.c (__memccpy): Likewise.
22943         * string/stpcpy.c (__stpcpy): Likewise.
22944         * string/strcmp.c (strcmp): Likewise.
22945         * string/strrchr.c (strrchr): Likewise.
22946         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22947         Likewise.
22948         * sysdeps/mach/hurd/getcwd.c
22949         (_hurd_canonicalize_directory_name_internal): Likewise.
22950         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22951         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22952         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22953         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22954         Likewise, in both definitions.
22955         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22956         definitions.
22957         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22958         64] (__bswap_64): Likewise.
22959         * time/test_time.c (main): Likewise.
22960         * time/tzfile.c (__tzfile_read): Likewise.
22961         (__tzfile_compute): Likewise.
22962         * time/tzset.c (__tzset_parse_tz): Likewise.
22963         (tzset_internal): Likewise.
22964         (compute_change): Likewise.
22965         * wcsmbs/wcscat.c (__wcscat): Likewise.
22966         * wcsmbs/wcschr.c (wcschr): Likewise.
22967         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22968         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22969         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22970         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22971         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22972         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22973         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22974         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22975         * wcsmbs/wmemset.c (wmemset): Likewise.
22977 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22979         * scripts/config.guess: Update to version 2013-05-16.
22980         * scripts/config.sub: Update to version 2013-04-24.
22981         * scripts/install-sh: Update to version 2011-11-20.07.
22982         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22983         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22985 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22987         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22988         * elf/sln.c: Likewise.
22989         * hurd/hurd/ioctl.h: Likewise.
22990         * hurd/hurdmalloc.c: Likewise.
22991         * hurd/xattr.c: Likewise.
22992         * include/shlib-compat.h: Likewise.
22993         * inet/ruserpass.c: Likewise.
22994         * libio/iofgets_u.c: Likewise.
22995         * libio/iofgetws_u.c: Likewise.
22996         * locale/programs/ld-identification.c: Likewise.
22997         * locale/programs/ld-time.c: Likewise.
22998         * mach/msg-destroy.c: Likewise.
22999         * nss/nss_files/files-netgrp.c: Likewise.
23000         * resolv/res_data.c: Likewise.
23001         * soft-fp/op-1.h: Likewise.
23002         * soft-fp/op-2.h: Likewise.
23003         * soft-fp/op-4.h: Likewise.
23004         * soft-fp/op-common.h: Likewise.
23005         * stdio-common/printf_fphex.c: Likewise.
23006         * stdlib/strtod_l.c: Likewise.
23007         * sunrpc/rpc/clnt.h: Likewise.
23008         * sysdeps/generic/framestate.c: Likewise.
23009         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23010         * sysdeps/i386/bsd-setjmp.S: Likewise.
23011         * sysdeps/i386/__longjmp.S: Likewise.
23012         * sysdeps/i386/setjmp.S: Likewise.
23013         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23014         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23015         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23016         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23017         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23018         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23019         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23020         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23021         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23022         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23023         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23024         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23025         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23026         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23027         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23028         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23029         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23030         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23031         * sysdeps/ieee754/support.c: Likewise.
23032         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23033         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23034         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23035         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23036         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23037         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23038         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23039         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23040         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23041         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23042         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23043         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23044         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23045         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23046         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23047         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23048         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23051 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23053         * posix/transbug.c: Remove executable mode.
23055 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23057         * crypt/speeds.c: Remove trailing whitespace.
23058         * dlfcn/default.c: Likewise.
23059         * elf/ifuncdep2.c: Likewise.
23060         * elf/ifuncmain1.c: Likewise.
23061         * elf/ifuncmain1vis.c: Likewise.
23062         * elf/testobj.h: Likewise.
23063         * elf/tst-stackguard1.c: Likewise.
23064         * gmon/sys/gmon.h: Likewise.
23065         * hurd/hurdmsg.c: Likewise.
23066         * hurd/new-fd.c: Likewise.
23067         * hurd/ports-get.c: Likewise.
23068         * iconvdata/ibm1008_420.c: Likewise.
23069         * inet/tst-getni1.c: Likewise.
23070         * inet/tst-getni2.c: Likewise.
23071         * libio/ioungetc.c: Likewise.
23072         * libio/wfiledoalloc.c: Likewise.
23073         * manual/libm-err-tab.pl: Likewise.
23074         * math/w_dremf.c: Likewise.
23075         * misc/ftruncate.c: Likewise.
23076         * posix/bug-glob2.c: Likewise.
23077         * posix/tst-pcre.c: Likewise.
23078         * posix/wait4.c: Likewise.
23079         * resolv/README: Likewise.
23080         * resolv/res_debug.h: Likewise.
23081         * resolv/tst-inet_ntop.c: Likewise.
23082         * setjmp/bug269-setjmp.c: Likewise.
23083         * soft-fp/extended.h: Likewise.
23084         * soft-fp/op-1.h: Likewise.
23085         * soft-fp/op-2.h: Likewise.
23086         * soft-fp/op-4.h: Likewise.
23087         * soft-fp/op-8.h: Likewise.
23088         * soft-fp/testit.c: Likewise.
23089         * stdio-common/bug16.c: Likewise.
23090         * stdlib/random.c: Likewise.
23091         * sunrpc/rpcsvc/rquota.x: Likewise.
23092         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23093         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23094         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23095         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23096         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23097         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23098         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23099         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23100         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23101         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23102         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23103         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23104         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23105         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23106         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23107         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23108         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23109         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23110         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23111         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23112         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23113         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23114         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23115         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23116         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23117         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23118         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23119         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23120         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23121         * sysdeps/ieee754/s_lib_version.c: Likewise.
23122         * sysdeps/mach/hurd/check_fds.c: Likewise.
23123         * sysdeps/mach/hurd/getsockname.c: Likewise.
23124         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23125         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23126         * sysdeps/powerpc/bits/link.h: Likewise.
23127         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23128         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23129         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23130         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23131         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23132         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23133         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23134         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23135         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23136         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23137         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23138         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23139         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23140         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23141         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23142         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23143         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23144         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23145         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23146         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23147         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23148         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23149         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23150         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23151         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23152         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23153         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23154         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23155         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23156         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23157         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23158         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23159         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23160         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23161         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23162         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23163         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23164         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23165         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23166         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23167         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23168         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23169         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23170         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23171         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23172         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23173         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23174         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23175         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23176         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23177         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23178         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23179         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23180         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23181         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23182         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23183         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23184         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23185         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23186         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23187         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23188         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23189         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23190         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23191         * sysdeps/powerpc/sysdep.h: Likewise.
23192         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23193         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23194         * sysdeps/sh/dl-trampoline.S: Likewise.
23195         * sysdeps/sh/memset.S: Likewise.
23196         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23197         * sysdeps/sh/strlen.S: Likewise.
23198         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23199         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23200         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23201         * sysdeps/sparc/sparc32/rem.S: Likewise.
23202         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23203         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23204         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23205         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23206         * sysdeps/sparc/sparc32/urem.S: Likewise.
23207         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23208         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23209         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23210         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23211         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23212         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23213         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23214         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23215         * sysdeps/unix/bsd/times.c: Likewise.
23216         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23217         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23221         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23222         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23223         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23224         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23225         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23226         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23227         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23228         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23229         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23230         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23231         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23232         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23233         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23234         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23235         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23236         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23237         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23238         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23239         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23240         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23241         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23242         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23243         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23244         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23245         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23246         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23247         * sysdeps/x86_64/strcspn.S: Likewise.
23249 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23251         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23252         generated file.  Regenerate properly from gen-translit.pl.
23253         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23254         locale/C-translit.h.
23256 2013-06-05  Andreas Schwab  <schwab@suse.de>
23258         [BZ #15100]
23259         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23260         week as 6 instead of -1.
23261         * time/tst-strptime.c (day_tests): Add test case.
23263 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23265         * sysdeps/generic/math_private.h
23266         (libc_feholdexcept_setround_53bit): Replace with
23267         libc_feholdsetround_53bit.
23268         (libc_feupdateenv_53bit): Replace with
23269         libc_feresetround_53bit.
23270         (SET_RESTORE_ROUND_53BIT): Adjust.
23272 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23274         * string/test-strchrnul.c: Add copyright header.
23276         * posix/tst-getaddrinfo4.c: Increase test timeout.
23278 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23280         [BZ #15536]
23281         * math/libm-test.inc (MAX_EXP): Remove
23282         (MIN_EXP): Define.
23283         (ulp): Use MIN_EXP - MANT_DIG.
23284         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23286 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23288         * po/be.po: Revert last change.
23289         * po/zh_CN.po: Likewise.
23290         * po/header.pot: Likewise.
23292 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23294         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23295         link-libc-deps to empty as target-specific variable.
23296         * Makerules (link-libc-args): New variable.
23297         (libc-for-link): Likewise.
23298         (link-libc-deps): Likewise.
23299         (lib%.so): Depend on $(link-libc-deps).  Link with
23300         $(link-libc-args).
23301         (build-module): Link with $(link-libc-args).
23302         (build-module-asneeded): Likewise.
23303         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23304         list of objects.
23305         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23306         target-specific variable.
23307         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23308         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23309         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23310         libc.
23311         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23312         libc and ld.so.
23313         ($(objpfx)libpcprofile.so): Likewise.
23314         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23315         libc_nonshared.a.
23316         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23317         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23318         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23319         $(link-libc-deps).
23320         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23321         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23322         * login/Makefile ($(objpfx)libutil.so): Likewise.
23323         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23324         * math/Makefile ($(objpfx)libm.so): Likewise.
23325         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23326         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23327         variable instead of depending directly on libc.
23328         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23329         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23330         $(link-libc-deps).
23331         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23332         libc.
23333         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23334         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23335         ($(objpfx)libanl.so): Likewise.
23336         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23337         ld.so.
23338         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23339         $(link-libc-deps).
23340         * sysdeps/i386/fpu/Makefile: Remove file.
23341         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23342         ($(objpfx)libm.so): Remove dependency on ld.so.
23344 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23346         [BZ # 15553]
23347         * nis/yp_xdr.c (XDRMAXNAME): Define.
23348         (XDRMAXRECORD): Define.
23349         (xdr_domainname): Use XDRMAXNAME.
23350         (xdr_mapname): Likewise.
23351         (xdr_peername): Likewise.
23352         (xdr_keydat): Use XDRMAXRECORD.
23353         (xdr_valdat): Likewise.
23355 2013-05-30  Jeff Law  <law@redhat.com>
23357         [BZ #14256]
23358         * manual/errno.texi (ESTALE): Update to account for more than
23359         just NFS file systems.
23360         * sysdeps/gnu/errlist.c: Regenerated.
23362 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23364         [BZ #15465]
23365         * elf/Makefile (tests): Add tst-null-argv.
23366         (modules-names):  Add tst-null-argv-lib.
23367         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23368         (tst-null-argv-ENV): Set environment for tst-null-argv.
23369         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23370         (RTLD_PROGNAME): New macro.
23371         * elf/tst-null-argv.c: New test case.
23372         * elf/tst-null-argv-lib.c: Library for test case.
23373         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23374         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23375         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23376         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23377         * elf/dl-init.c (call_init): Likewise.
23378         (_dl_init): Likewise.
23379         * elf/dl-load.c (print_search_path): Likewise.
23380         (_dl_map_object): Likewise.
23381         * elf/dl-lookup.c (do_lookup_x): Likewise.
23382         (add_dependency): Likewise.
23383         (_dl_lookup_symbol_x): Likewise.
23384         (_dl_debug_bindings): Likewise.
23385         * elf/dl-open.c (_dl_show_scope): Likewise.
23386         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23387         * elf/dl-version.c (match_symbol): Likewise.
23388         (_dl_check_map_versions): Likewise.
23389         * elf/rtld.c (dl_main): Likewise.
23390         (print_unresolved): Use RTLD_PROGNAME.
23391         (print_missing_version): Likewise.
23392         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23393         (elf_machine_rela): Likewise.
23394         * sysdeps/powerpc/powerpc32/dl-machine.c
23395         (__process_machine_rela): Likewise.
23396         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23397         Likewise.
23398         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23399         Likewise.
23400         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23401         Likewise.
23402         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23403         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23404         Likewise.
23405         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23406         Likewise.
23407         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23409 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23411         * po/be.po: Add descriptive title.
23412         * po/zh_CN.po: Likewise.
23413         * po/header.pot: Likewise.
23415 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23417         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23418         error message.
23419         (enlarge_archive): Likewise.
23421 2013-05-28  Ben North  <ben@redfrontdoor.org>
23423         * manual/arith.texi (frexp): It is the magnitude of the return
23424         value which lies in [0.5, 1), not the return value itself.
23426 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23428         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23430 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23432         * stdio-common/bug26.c (main): Correct fscanf template.
23434         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23435         declare _dl_skip_args.
23437         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23438         Don't declare.
23440         * manual/platform.texi: Add missing @end deftypefun.
23442 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23444         [BZ #15529]
23445         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23446         bit of mantissa of 2^16382.
23447         * math/libm-test.inc (hypot_test_data): Add more tests.
23449         * math/libm-test.inc: Add drem and pow10 to list of tested
23450         functions.
23451         (pow10_test): New function.
23452         (drem_test): Likewise.
23453         (drem_test_tonearest): Likewise.
23454         (drem_test_towardzero): Likewise.
23455         (drem_test_downward): Likewise.
23456         (drem_test_upward): Likewise.
23457         (main): Call the new functions.
23459         * math/libm-test.inc (finite_test_data): Remove.
23460         (finite_test): Run tests from isfinite_test_data.
23461         (gamma_test_data): Remove.
23462         (gamma_test): Run tests from lgamma_test_data.
23463         * sysdeps/i386/fpu/libm-test-ulps: Update.
23464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23466 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23468         * manual/platform.texi: Add PowerPC PPR function set documentation.
23469         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23470         implementation.
23472 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23474         * math/libm-test.inc (MAX_EXP): Define.
23475         (ULPDIFF): Define.
23476         (ulp): New function.
23477         (check_float_internal): Use ULPDIFF.
23478         (cpow_test): Disable failing test.
23479         (check_ulp): Test ulp() implemetnation.
23480         (main): Call check_ulp before starting tests.
23482 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23484         * math/gen-libm-test.pl (generate_testfile): Do not handle
23485         START_DATA and END_DATA.
23486         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23487         END_DATA.
23488         (acos_tonearest_test_data): Likewise.
23489         (acos_towardzero_test_data): Likewise.
23490         (acos_downward_test_data): Likewise.
23491         (acos_upward_test_data): Likewise.
23492         (acosh_test_data): Likewise.
23493         (asin_test_data): Likewise.
23494         (asin_tonearest_test_data): Likewise.
23495         (asin_towardzero_test_data): Likewise.
23496         (asin_downward_test_data): Likewise.
23497         (asin_upward_test_data): Likewise.
23498         (asinh_test_data): Likewise.
23499         (atan_test_data): Likewise.
23500         (atanh_test_data): Likewise.
23501         (atan2_test_data): Likewise.
23502         (cabs_test_data): Likewise.
23503         (cacos_test_data): Likewise.
23504         (cacosh_test_data): Likewise.
23505         (carg_test_data): Likewise.
23506         (casin_test_data): Likewise.
23507         (casinh_test_data): Likewise.
23508         (catan_test_data): Likewise.
23509         (catanh_test_data): Likewise.
23510         (cbrt_test_data): Likewise.
23511         (ccos_test_data): Likewise.
23512         (ccosh_test_data): Likewise.
23513         (ceil_test_data): Likewise.
23514         (cexp_test_data): Likewise.
23515         (cimag_test_data): Likewise.
23516         (clog_test_data): Likewise.
23517         (clog10_test_data): Likewise.
23518         (conj_test_data): Likewise.
23519         (copysign_test_data): Likewise.
23520         (cos_test_data): Likewise.
23521         (cos_tonearest_test_data): Likewise.
23522         (cos_towardzero_test_data): Likewise.
23523         (cos_downward_test_data): Likewise.
23524         (cos_upward_test_data): Likewise.
23525         (cosh_test_data): Likewise.
23526         (cosh_tonearest_test_data): Likewise.
23527         (cosh_towardzero_test_data): Likewise.
23528         (cosh_downward_test_data): Likewise.
23529         (cosh_upward_test_data): Likewise.
23530         (cpow_test_data): Likewise.
23531         (cproj_test_data): Likewise.
23532         (creal_test_data): Likewise.
23533         (csin_test_data): Likewise.
23534         (csinh_test_data): Likewise.
23535         (csqrt_test_data): Likewise.
23536         (ctan_test_data): Likewise.
23537         (ctan_tonearest_test_data): Likewise.
23538         (ctan_towardzero_test_data): Likewise.
23539         (ctan_downward_test_data): Likewise.
23540         (ctan_upward_test_data): Likewise.
23541         (ctanh_test_data): Likewise.
23542         (ctanh_tonearest_test_data): Likewise.
23543         (ctanh_towardzero_test_data): Likewise.
23544         (ctanh_downward_test_data): Likewise.
23545         (ctanh_upward_test_data): Likewise.
23546         (erf_test_data): Likewise.
23547         (erfc_test_data): Likewise.
23548         (exp_test_data): Likewise.
23549         (exp_tonearest_test_data): Likewise.
23550         (exp_towardzero_test_data): Likewise.
23551         (exp_downward_test_data): Likewise.
23552         (exp_upward_test_data): Likewise.
23553         (exp10_test_data): Likewise.
23554         (exp2_test_data): Likewise.
23555         (expm1_test_data): Likewise.
23556         (fabs_test_data): Likewise.
23557         (fdim_test_data): Likewise.
23558         (finite_test_data): Likewise.
23559         (floor_test_data): Likewise.
23560         (fma_test_data): Likewise.
23561         (fma_towardzero_test_data): Likewise.
23562         (fma_downward_test_data): Likewise.
23563         (fma_upward_test_data): Likewise.
23564         (fmax_test_data): Likewise.
23565         (fmin_test_data): Likewise.
23566         (fmod_test_data): Likewise.
23567         (fpclassify_test_data): Likewise.
23568         (frexp_test_data): Likewise.
23569         (gamma_test_data): Likewise.
23570         (hypot_test_data): Likewise.
23571         (ilogb_test_data): Likewise.
23572         (isfinite_test_data): Likewise.
23573         (isgreater_test_data): Likewise.
23574         (isgreaterequal_test_data): Likewise.
23575         (isinf_test_data): Likewise.
23576         (isless_test_data): Likewise.
23577         (islessequal_test_data): Likewise.
23578         (islessgreater_test_data): Likewise.
23579         (isnan_test_data): Likewise.
23580         (isnormal_test_data): Likewise.
23581         (issignaling_test_data): Likewise.
23582         (isunordered_test_data): Likewise.
23583         (j0_test_data): Likewise.
23584         (j1_test_data): Likewise.
23585         (jn_test_data): Likewise.
23586         (ldexp_test_data): Likewise.
23587         (lgamma_test_data): Likewise.
23588         (lrint_test_data): Likewise.
23589         (lrint_tonearest_test_data): Likewise.
23590         (lrint_towardzero_test_data): Likewise.
23591         (lrint_downward_test_data): Likewise.
23592         (lrint_upward_test_data): Likewise.
23593         (llrint_test_data): Likewise.
23594         (llrint_tonearest_test_data): Likewise.
23595         (llrint_towardzero_test_data): Likewise.
23596         (llrint_downward_test_data): Likewise.
23597         (llrint_upward_test_data): Likewise.
23598         (log_test_data): Likewise.
23599         (log10_test_data): Likewise.
23600         (log1p_test_data): Likewise.
23601         (log2_test_data): Likewise.
23602         (logb_test_data): Likewise.
23603         (logb_downward_test_data): Likewise.
23604         (lround_test_data): Likewise.
23605         (llround_test_data): Likewise.
23606         (modf_test_data): Likewise.
23607         (nearbyint_test_data): Likewise.
23608         (nextafter_test_data): Likewise.
23609         (nexttoward_test_data): Likewise.
23610         (pow_test_data): Likewise.
23611         (pow_tonearest_test_data): Likewise.
23612         (pow_towardzero_test_data): Likewise.
23613         (pow_downward_test_data): Likewise.
23614         (pow_upward_test_data): Likewise.
23615         (remainder_test_data): Likewise.
23616         (remainder_tonearest_test_data): Likewise.
23617         (remainder_towardzero_test_data): Likewise.
23618         (remainder_downward_test_data): Likewise.
23619         (remainder_upward_test_data): Likewise.
23620         (remquo_test_data): Likewise.
23621         (rint_test_data): Likewise.
23622         (rint_tonearest_test_data): Likewise.
23623         (rint_towardzero_test_data): Likewise.
23624         (rint_downward_test_data): Likewise.
23625         (rint_upward_test_data): Likewise.
23626         (round_test_data): Likewise.
23627         (scalb_test_data): Likewise.
23628         (scalbn_test_data): Likewise.
23629         (scalbln_test_data): Likewise.
23630         (signbit_test_data): Likewise.
23631         (sin_test_data): Likewise.
23632         (sin_tonearest_test_data): Likewise.
23633         (sin_towardzero_test_data): Likewise.
23634         (sin_downward_test_data): Likewise.
23635         (sin_upward_test_data): Likewise.
23636         (sincos_test_data): Likewise.
23637         (sinh_test_data): Likewise.
23638         (sinh_tonearest_test_data): Likewise.
23639         (sinh_towardzero_test_data): Likewise.
23640         (sinh_downward_test_data): Likewise.
23641         (sinh_upward_test_data): Likewise.
23642         (sqrt_test_data): Likewise.
23643         (tan_test_data): Likewise.
23644         (tan_tonearest_test_data): Likewise.
23645         (tan_towardzero_test_data): Likewise.
23646         (tan_downward_test_data): Likewise.
23647         (tan_upward_test_data): Likewise.
23648         (tanh_test_data): Likewise.
23649         (tgamma_test_data): Likewise.
23650         (trunc_test_data): Likewise.
23651         (y0_test_data): Likewise.
23652         (y1_test_data): Likewise.
23653         (yn_test_data): Likewise.
23654         (significand_test_data): Likewise.
23656         * math/gen-libm-test.pl (@functions): Remove variable.
23657         (generate_testfile): Don't handle START and END lines.
23658         * math/libm-test.inc (START): New macro.
23659         (END): Likewise.
23660         (END_COMPLEX): Likewise.
23661         (acos_test): Use END macro without arguments.
23662         (acos_test_tonearest): Likewise.
23663         (acos_test_towardzero): Likewise.
23664         (acos_test_downward): Likewise.
23665         (acos_test_upward): Likewise.
23666         (acosh_test): Likewise.
23667         (asin_test): Likewise.
23668         (asin_test_tonearest): Likewise.
23669         (asin_test_towardzero): Likewise.
23670         (asin_test_downward): Likewise.
23671         (asin_test_upward): Likewise.
23672         (asinh_test): Likewise.
23673         (atan_test): Likewise.
23674         (atanh_test): Likewise.
23675         (atan2_test): Likewise.
23676         (cabs_test): Likewise.
23677         (cacos_test): Use END_COMPLEX macro without arguments.
23678         (cacosh_test): Likewise.
23679         (carg_test): Use END macro without arguments.
23680         (casin_test): Use END_COMPLEX macro without arguments.
23681         (casinh_test): Likewise.
23682         (catan_test): Likewise.
23683         (catanh_test): Likewise.
23684         (cbrt_test): Use END macro without arguments.
23685         (ccos_test): Use END_COMPLEX macro without arguments.
23686         (ccosh_test): Likewise.
23687         (ceil_test): Use END macro without arguments.
23688         (cexp_test): Use END_COMPLEX macro without arguments.
23689         (cimag_test): Use END macro without arguments.
23690         (clog_test): Use END_COMPLEX macro without arguments.
23691         (clog10_test): Likewise.
23692         (conj_test): Likewise.
23693         (copysign_test): Use END macro without arguments.
23694         (cos_test): Likewise.
23695         (cos_test_tonearest): Likewise.
23696         (cos_test_towardzero): Likewise.
23697         (cos_test_downward): Likewise.
23698         (cos_test_upward): Likewise.
23699         (cosh_test): Likewise.
23700         (cosh_test_tonearest): Likewise.
23701         (cosh_test_towardzero): Likewise.
23702         (cosh_test_downward): Likewise.
23703         (cosh_test_upward): Likewise.
23704         (cpow_test): Use END_COMPLEX macro without arguments.
23705         (cproj_test): Likewise.
23706         (creal_test): Use END macro without arguments.
23707         (csin_test): Use END_COMPLEX macro without arguments.
23708         (csinh_test): Likewise.
23709         (csqrt_test): Likewise.
23710         (ctan_test): Likewise.
23711         (ctan_test_tonearest): Likewise.
23712         (ctan_test_towardzero): Likewise.
23713         (ctan_test_downward): Likewise.
23714         (ctan_test_upward): Likewise.
23715         (ctanh_test): Likewise.
23716         (ctanh_test_tonearest): Likewise.
23717         (ctanh_test_towardzero): Likewise.
23718         (ctanh_test_downward): Likewise.
23719         (ctanh_test_upward): Likewise.
23720         (erf_test): Use END macro without arguments.
23721         (erfc_test): Likewise.
23722         (exp_test): Likewise.
23723         (exp_test_tonearest): Likewise.
23724         (exp_test_towardzero): Likewise.
23725         (exp_test_downward): Likewise.
23726         (exp_test_upward): Likewise.
23727         (exp10_test): Likewise.
23728         (exp2_test): Likewise.
23729         (expm1_test): Likewise.
23730         (fabs_test): Likewise.
23731         (fdim_test): Likewise.
23732         (finite_test): Likewise.
23733         (floor_test): Likewise.
23734         (fma_test): Likewise.
23735         (fma_test_towardzero): Likewise.
23736         (fma_test_downward): Likewise.
23737         (fma_test_upward): Likewise.
23738         (fmax_test): Likewise.
23739         (fmin_test): Likewise.
23740         (fmod_test): Likewise.
23741         (fpclassify_test): Likewise.
23742         (frexp_test): Likewise.
23743         (gamma_test): Likewise.
23744         (hypot_test): Likewise.
23745         (ilogb_test): Likewise.
23746         (isfinite_test): Likewise.
23747         (isgreater_test): Likewise.
23748         (isgreaterequal_test): Likewise.
23749         (isinf_test): Likewise.
23750         (isless_test): Likewise.
23751         (islessequal_test): Likewise.
23752         (islessgreater_test): Likewise.
23753         (isnan_test): Likewise.
23754         (isnormal_test): Likewise.
23755         (issignaling_test): Likewise.
23756         (isunordered_test): Likewise.
23757         (j0_test): Likewise.
23758         (j1_test): Likewise.
23759         (jn_test): Likewise.
23760         (ldexp_test): Likewise.
23761         (lgamma_test): Likewise.
23762         (lrint_test): Likewise.
23763         (lrint_test_tonearest): Likewise.
23764         (lrint_test_towardzero): Likewise.
23765         (lrint_test_downward): Likewise.
23766         (lrint_test_upward): Likewise.
23767         (llrint_test): Likewise.
23768         (llrint_test_tonearest): Likewise.
23769         (llrint_test_towardzero): Likewise.
23770         (llrint_test_downward): Likewise.
23771         (llrint_test_upward): Likewise.
23772         (log_test): Likewise.
23773         (log10_test): Likewise.
23774         (log1p_test): Likewise.
23775         (log2_test): Likewise.
23776         (logb_test): Likewise.
23777         (logb_test_downward): Likewise.
23778         (lround_test): Likewise.
23779         (llround_test): Likewise.
23780         (modf_test): Likewise.
23781         (nearbyint_test): Likewise.
23782         (nextafter_test): Likewise.
23783         (nexttoward_test): Likewise.
23784         (pow_test): Likewise.
23785         (pow_test_tonearest): Likewise.
23786         (pow_test_towardzero): Likewise.
23787         (pow_test_downward): Likewise.
23788         (pow_test_upward): Likewise.
23789         (remainder_test): Likewise.
23790         (remainder_test_tonearest): Likewise.
23791         (remainder_test_towardzero): Likewise.
23792         (remainder_test_downward): Likewise.
23793         (remainder_test_upward): Likewise.
23794         (remquo_test): Likewise.
23795         (rint_test): Likewise.
23796         (rint_test_tonearest): Likewise.
23797         (rint_test_towardzero): Likewise.
23798         (rint_test_downward): Likewise.
23799         (rint_test_upward): Likewise.
23800         (round_test): Likewise.
23801         (scalb_test): Likewise.
23802         (scalbn_test): Likewise.
23803         (scalbln_test): Likewise.
23804         (signbit_test): Likewise.
23805         (sin_test): Likewise.
23806         (sin_test_tonearest): Likewise.
23807         (sin_test_towardzero): Likewise.
23808         (sin_test_downward): Likewise.
23809         (sin_test_upward): Likewise.
23810         (sincos_test): Likewise.
23811         (sinh_test): Likewise.
23812         (sinh_test_tonearest): Likewise.
23813         (sinh_test_towardzero): Likewise.
23814         (sinh_test_downward): Likewise.
23815         (sinh_test_upward): Likewise.
23816         (sqrt_test): Likewise.
23817         (tan_test): Likewise.
23818         (tan_test_tonearest): Likewise.
23819         (tan_test_towardzero): Likewise.
23820         (tan_test_downward): Likewise.
23821         (tan_test_upward): Likewise.
23822         (tanh_test): Likewise.
23823         (tgamma_test): Likewise.
23824         (trunc_test): Likewise.
23825         (y0_test): Likewise.
23826         (y1_test): Likewise.
23827         (yn_test): Likewise.
23828         (significand_test): Likewise.
23830 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23832         [BZ #15381]
23833         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23835 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23837         [BZ #14894]
23838         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23839         __ppc_mdoio and __ppc_mdoom.
23840         * manual/platform.texi: Document new functions __ppc_yield,
23841         __ppc_mdoio and __ppc_mdoom.
23843 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23845         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23846         (main): Mention "tls" pseudo-hwcap is legacy.
23847         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23849 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23851         * math/gen-libm-test.pl (parse_args): Output only string of
23852         arguments as text for test name, not full call or descriptions of
23853         tests for extra outputs.
23854         (generate_testfile): Do not pass function name to parse_args.
23855         Generate this_func variable from START.
23856         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23857         field to arg_str.
23858         (struct test_ff_f_data): Likewise.
23859         (test_ff_f_data_nexttoward): Likewise.
23860         (struct test_fi_f_data): Likewise.
23861         (struct test_fl_f_data): Likewise.
23862         (struct test_if_f_data): Likewise.
23863         (struct test_fff_f_data): Likewise.
23864         (struct test_c_f_data): Likewise.
23865         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23866         (struct test_fF_f1_data): Likewise.
23867         (struct test_ffI_f1_data): Likewise.
23868         (struct test_c_c_data): Rename test_name field to arg_str.
23869         (struct test_cc_c_data): Likewise.
23870         (struct test_f_i_data): Likewise.
23871         (struct test_ff_i_data): Likewise.
23872         (struct test_f_l_data): Likewise.
23873         (struct test_f_L_data): Likewise.
23874         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23875         and extra2_name.
23876         (COMMON_TEST_SETUP): New macro.
23877         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23878         (COMMON_TEST_CLEANUP): Likewise.
23879         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23880         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23881         macros.
23882         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23883         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23884         macros.
23885         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23886         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23887         cleanup macros.
23888         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23889         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23890         macros.
23891         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23892         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23893         macros.
23894         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23895         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23896         cleanup macros.
23897         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23898         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23899         cleanup macros.
23900         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23901         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23902         cleanup macros.
23903         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23904         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23905         macros.
23906         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23907         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23908         macros.
23909         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23910         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23911         macros.
23912         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23913         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23914         cleanup macros.
23915         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23916         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23917         cleanup macros.
23918         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23919         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23920         macros.
23921         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23922         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23923         cleanup macros.
23924         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23925         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23926         macros.
23927         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23928         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23929         macros.
23930         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23931         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23932         cleanup macros.
23933         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23935 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23937         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23938         to _sifields.sigfault.
23939         (si_addr_lsb): Define new macro.
23940         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23941         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23942         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23944 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23946         [BZ #15441]
23947         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23948         returns -1.
23949         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23950         null return -1.
23951         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23952         loading the domain.
23954 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23956         * math/gen-libm-test.pl (parse_args): Do not include expected
23957         result in test name.
23958         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23959         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23960         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23961         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23962         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23965 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23967         * benchtests/Makefile: Sort function entries.
23969         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23970         tanh, asinh, acosh, atanh.
23971         * benchtests/acos-inputs: New file.
23972         * benchtests/acosh-inputs: New file.
23973         * benchtests/asin-inputs: New file.
23974         * benchtests/asinh-inputs: New file.
23975         * benchtests/atanh-inputs: New file.
23976         * benchtests/cosh-inputs: New file.
23977         * benchtests/log-inputs: New file.
23978         * benchtests/sinh-inputs: New file.
23979         * benchtests/tanh-inputs: New file.
23981 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23983         [BZ #15339]
23984         * posix/tst-getaddrinfo4.c: New test.
23985         * posix/Makefile (tests): Add it.
23987 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23989         [BZ #15339]
23990         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23991         when no services were used.
23992         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23993         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23995 2013-05-21  Andreas Schwab  <schwab@suse.de>
23997         [BZ #15014]
23998         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23999         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24000         successful.
24001         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24002         redundant variable declarations and reallocation of buffer when
24003         parsing as IPv6 address.  Always set NSS status when called from
24004         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24005         buffer too small.  Correct computation of needed size.
24006         * nss/Makefile (tests): Add test-digits-dots.
24007         * nss/test-digits-dots.c: New test.
24009 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24011         * benchtests/Makefile: Remove instructions for adding
24012         benchmark tests.
24013         * benchtests/README: New file to explain how to execute and
24014         enhance the benchmark tests.
24016 2013-05-21  Andreas Schwab  <schwab@suse.de>
24018         [BZ #15493]
24019         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24020         * setjmp/tst-sigsetjmp.c: New test.
24022 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24024         * sysdeps/x86_64/memset.S (memset): New implementation.
24025         (__bzero): Likewise.
24026         (__memset_tail): New function.
24028 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24030         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24031         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24032         __memcpy_sse2_unaligned ifunc selection.
24033         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24034         Add memcpy-sse2-unaligned.S.
24035         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24036         Add: __memcpy_sse2_unaligned.
24038 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24040         [BZ #15490]
24041         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24042         math_force_eval before restoring floating-point envrionment.
24043         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24044         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24045         Likewise.
24046         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24047         <math_private.h>.
24048         (__nearbyintl): Use math_force_eval before restoring
24049         floating-point environment.
24050         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24052         * math/gen-libm-test.pl (special_functions): Remove.
24053         (parse_args): Don't handle TEST_extra.  Handle functions with no
24054         return value.
24055         * math/libm-test.inc (struct test_sincos_data): Replace with
24056         struct test_fFF_11_data.
24057         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24058         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24059         (sincos_test_data): Change element type to struct
24060         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24061         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24062         RUN_TEST_LOOP_sincos.
24063         * math/README.libm-test: Don't mention special handling of
24064         individual functions.
24065         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24066         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24067         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24068         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24069         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24072         * math/gen-libm-test.pl (get_variable): Remove function.
24073         (parse_args): Don't show pointer parameters to call in test
24074         names.  Use "extra output N" in test names for extra outputs
24075         rather than naming variables.
24077 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24079         [BZ #15488]
24080         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24081         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24082         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24083         double tests.
24084         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24085         disable.
24086         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24087         check_long_double.
24089         * math/gen-libm-test.pl (@tests): Remove variable.
24090         ($count): Likewise.
24091         (new_test): Remove function.
24092         (show_exceptions): New function.
24093         (special_functions): Use show_exceptions instead of new_test.
24094         (parse_args): Likewise.
24095         (generate_testfile): Pass only function name in generated call to
24096         print_max_error or print_complex_max_error.
24097         (get_ulps): Do not handle complex tests specially.
24098         (output_test): Rename to ...
24099         (get_all_ulps_for_test): ... this.  Return a string rather than
24100         printing to a file.  Require ulps to be present.
24101         (output_ulps): Generate arrays rather than #defines.
24102         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24103         (struct ulp_data): New type.
24104         (BUILD_COMPLEX_ULP): Remove macro.
24105         (compare_ulp_data): New function.
24106         (find_ulps): Likewise.
24107         (find_test_ulps): Likewise.
24108         (find_function_ulps): Likewise.
24109         (find_complex_function_ulps): Likewise.
24110         (print_max_error): Determine allowed ulps using
24111         find_function_ulps.
24112         (print_complex_max_error): Determine allowed ulps using
24113         find_complex_function_ulps.
24114         (check_float_internal): Determine max ulps using find_test_ulps.
24115         (check_float): Do not take max_ulp parameter.  Update call to
24116         check_float_internal.
24117         (check_complex): Likewise.
24118         (check_int): Do not take max_ulp parameter.
24119         (check_long): Likewise.
24120         (check_bool): Likewise.
24121         (check_longlong): Likewise.
24122         (struct test_f_f_data): Remove max_ulp field.
24123         (struct test_ff_f_data): Likewise.
24124         (struct test_ff_f_data_nexttoward): Likewise.
24125         (struct test_fi_f_data): Likewise.
24126         (struct test_fl_f_data): Likewise.
24127         (struct test_if_f_data): Likewise.
24128         (struct test_fff_f_data): Likewise.
24129         (struct test_c_f_data): Likewise.
24130         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24131         (struct test_fF_f1_data): Likewise.
24132         (struct test_ffI_f1_data): Likewise.
24133         (struct test_c_c_data): Remove max_ulp field.
24134         (struct test_cc_c_data): Likewise.
24135         (struct test_f_i_data): Likewise.
24136         (struct test_ff_i_data): Likewise.
24137         (struct test_f_l_data): Likewise.
24138         (struct test_f_L_data): Likewise.
24139         (struct test_sincos_data): Likewise.
24140         (RUN_TEST_f_f): Do not handle ulps.
24141         (RUN_TEST_LOOP_f_f): Likewise.
24142         (RUN_TEST_2_f): Likewise.
24143         (RUN_TEST_LOOP_2_f): Likewise.
24144         (RUN_TEST_fff_f): Likewise.
24145         (RUN_TEST_LOOP_fff_f): Likewise.
24146         (RUN_TEST_c_f): Likewise.
24147         (RUN_TEST_LOOP_c_f): Likewise.
24148         (RUN_TEST_f_f1): Likewise.
24149         (RUN_TEST_LOOP_f_f1): Likewise.
24150         (RUN_TEST_fF_f1): Likewise.
24151         (RUN_TEST_LOOP_fF_f1): Likewise.
24152         (RUN_TEST_fI_f1): Likewise.
24153         (RUN_TEST_LOOP_fI_f1): Likewise.
24154         (RUN_TEST_ffI_f1): Likewise.
24155         (RUN_TEST_LOOP_ffI_f1): Likewise.
24156         (RUN_TEST_c_c): Likewise.
24157         (RUN_TEST_LOOP_c_c): Likewise.
24158         (RUN_TEST_cc_c): Likewise.
24159         (RUN_TEST_LOOP_cc_c): Likewise.
24160         (RUN_TEST_f_i): Likewise.
24161         (RUN_TEST_LOOP_f_i): Likewise.
24162         (RUN_TEST_f_i_tg): Likewise.
24163         (RUN_TEST_LOOP_f_i_tg): Likewise.
24164         (RUN_TEST_ff_i_tg): Likewise.
24165         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24166         (RUN_TEST_f_b): Likewise.
24167         (RUN_TEST_LOOP_f_b): Likewise.
24168         (RUN_TEST_f_b_tg): Likewise.
24169         (RUN_TEST_LOOP_f_b_tg): Likewise.
24170         (RUN_TEST_f_l): Likewise.
24171         (RUN_TEST_LOOP_f_l): Likewise.
24172         (RUN_TEST_f_L): Likewise.
24173         (RUN_TEST_LOOP_f_L): Likewise.
24174         (RUN_TEST_sincos): Likewise.
24175         (RUN_TEST_LOOP_sincos): Likewise.
24177 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24179         [BZ #15480]
24180         [BZ #15485]
24181         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24182         main case of finite arguments, set rounding mode to FE_TONEAREST
24183         and discard exceptions.
24184         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24185         exceptions.
24186         (remainder_tonearest_test_data): New variable.
24187         (remainder_test_tonearest): New function.
24188         (remainder_towardzero_test_data): New variable.
24189         (remainder_test_towardzero): New function.
24190         (remainder_downward_test_data): New variable.
24191         (remainder_test_downward): New function.
24192         (remainder_upward_test_data): New variable.
24193         (remainder_test_upward): New function.
24194         (main): Call the new test functions.
24196         * math/libm-test.inc (struct test_f_f1_data): Remove field
24197         extra_init.
24198         (struct test_fF_f1_data): Likewise.
24199         (struct test_ffI_f1_data): Likewise.
24200         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24201         based on value of EXTRA_EXPECTED.
24202         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24203         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24204         EXTRA_VAR based on value of EXTRA_EXPECTED.
24205         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24206         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24207         EXTRA_VAR based on value of EXTRA_EXPECTED.
24208         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24209         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24210         EXTRA_VAR based on value of EXTRA_EXPECTED.
24211         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24212         * math/gen-libm-test.pl (parse_args): Don't output initializers
24213         for extra output values.
24215         * math/libm-test.inc (check_int): Expect result to be exactly
24216         equal to expected value and do not handle ulps.
24217         (check_long): Likewise.
24218         (check_longlong): Likewise.
24220         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24221         exceptions.
24222         (cimag_test_data): Likewise.
24223         (conj_test_data): Likewise.
24224         (copysign_test_data): Likewise.
24225         (cproj_test_data): Likewise.
24226         (creal_test_data): Likewise.
24227         (fabs_test_data): Likewise.
24228         (fdim_test_data): Likewise.
24229         (finite_test_data): Likewise.
24230         (floor_test_data): Likewise.
24231         (fmax_test_data): Likewise.
24232         (fmin_test_data): Likewise.
24233         (fmod_test_data): Likewise.
24234         (fpclassify_test_data): Likewise.
24235         (frexp_test_data): Likewise.
24236         (ilogb_test_data): Likewise.
24237         (isfinite_test_data): Likewise.
24238         (isgreater_test_data): Likewise.
24239         (isgreaterequal_test_data): Likewise.
24240         (isinf_test_data): Likewise.
24241         (isless_test_data): Likewise.
24242         (islessequal_test_data): Likewise.
24243         (islessgreater_test_data): Likewise.
24244         (isnan_test_data): Likewise.
24245         (isnormal_test_data): Likewise.
24246         (issignaling_test_data): Likewise.
24247         (isunordered_test_data): Likewise.
24248         (ldexp_test_data): Likewise.
24249         (lrint_test_data): Likewise.
24250         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24251         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24252         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24253         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24254         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24255         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24256         test input.
24257         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24258         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24259         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24260         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24261         that test input.
24262         (lrint_downward_test_data): Test for "inexact" exceptions.
24263         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24264         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24265         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24266         test input.
24267         (lrint_upward_test_data): Test for "inexact" exceptions.
24268         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24269         test input.
24270         (llrint_test_data): Test for "inexact" exceptions.
24271         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24272         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24273         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24274         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24275         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24276         (llrint_downward_test_data): Test for "inexact" exceptions.
24277         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24278         (llrint_upward_test_data): Test for "inexact" exceptions.
24279         (logb_test_data): Likewise.
24280         (logb_downward_test_data): Likewise.
24281         (nextafter_test_data): Likewise.
24282         (nexttoward_test_data): Likewise.
24283         (remainder_test_data): Likewise.
24284         (remquo_test_data): Likewise.
24285         (scalbn_test_data): Likewise.
24286         (scalbln_test_data): Likewise.
24287         (signbit_test_data): Likewise.
24288         (sqrt_test_data): Likewise.
24289         (significand_test_data): Likewise.
24291 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24293         [BZ #15424]
24294         * benchtests/bench-modf.c (struct args): Mark arg0 as
24295         volatile.
24296         * scripts/bench.pl: Mark members of struct args as volatile.
24298 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24300         [BZ # 15497]
24301         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24302         negative infinity on POWER6 or lower.
24303         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24305 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24307         [BZ #15442]
24308         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24309         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24310         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24311         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24312         (_FP_SETQNAN): New macro.
24313         (_FP_SETQNAN_SEMIRAW): Likewise.
24314         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24315         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24316         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24317         (FP_EXTEND): Use _FP_FRAC_SNANP.
24318         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24319         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24320         into account.
24321         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24322         New macro.
24323         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24324         Likewise.
24326 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24328         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24329         with DIVIDE_BY_ZERO_EXCEPTION.
24330         (gamma_test_data): Likewise.
24331         (lgamma_test_data): Likewise.
24332         (log_test_data): Likewise.
24333         (log10_test_data): Likewise.
24334         (log2_test_data): Likewise.
24335         (tgamma_test_data): Likewise.
24337         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24338         (acos_test_tonearest): Likewise.
24339         (acos_test_towardzero): Likewise.
24340         (acos_test_downward): Likewise.
24341         (acos_test_upward): Likewise.
24342         (acosh_test): Likewise.
24343         (asin_test): Likewise.
24344         (asin_test_tonearest): Likewise.
24345         (asin_test_towardzero): Likewise.
24346         (asin_test_downward): Likewise.
24347         (asin_test_upward): Likewise.
24348         (asinh_test): Likewise.
24349         (atan_test): Likewise.
24350         (atanh_test): Likewise.
24351         (atan2_test): Likewise.
24352         (cabs_test): Likewise.
24353         (cacos_test): Likewise.
24354         (cacosh_test): Likewise.
24355         (casin_test): Likewise.
24356         (casinh_test): Likewise.
24357         (catan_test): Likewise.
24358         (catanh_test): Likewise.
24359         (cbrt_test): Likewise.
24360         (ccos_test): Likewise.
24361         (ccosh_test): Likewise.
24362         (cexp_test): Likewise.
24363         (clog_test): Likewise.
24364         (clog10_test): Likewise.
24365         (cos_test): Likewise.
24366         (cos_test_tonearest): Likewise.
24367         (cos_test_towardzero): Likewise.
24368         (cos_test_downward): Likewise.
24369         (cos_test_upward): Likewise.
24370         (cosh_test): Likewise.
24371         (cosh_test_tonearest): Likewise.
24372         (cosh_test_towardzero): Likewise.
24373         (cosh_test_downward): Likewise.
24374         (cosh_test_upward): Likewise.
24375         (cpow_test): Likewise.
24376         (csin_test): Likewise.
24377         (csinh_test): Likewise.
24378         (csqrt_test): Likewise.
24379         (ctan_test): Likewise.
24380         (ctan_test_tonearest): Likewise.
24381         (ctan_test_towardzero): Likewise.
24382         (ctan_test_downward): Likewise.
24383         (ctan_test_upward): Likewise.
24384         (ctanh_test): Likewise.
24385         (ctanh_test_tonearest): Likewise.
24386         (ctanh_test_towardzero): Likewise.
24387         (ctanh_test_downward): Likewise.
24388         (ctanh_test_upward): Likewise.
24389         (erf_test): Likewise.
24390         (erfc_test): Likewise.
24391         (exp_test): Likewise.
24392         (exp_test_tonearest): Likewise.
24393         (exp_test_towardzero): Likewise.
24394         (exp_test_downward): Likewise.
24395         (exp_test_upward): Likewise.
24396         (exp10_test): Likewise.
24397         (exp2_test): Likewise.
24398         (expm1_test): Likewise.
24399         (fmod_test): Likewise.
24400         (gamma_test): Likewise.
24401         (hypot_test): Likewise.
24402         (j0_test): Likewise.
24403         (j1_test): Likewise.
24404         (jn_test): Likewise.
24405         (lgamma_test): Likewise.
24406         (log_test): Likewise.
24407         (log10_test): Likewise.
24408         (log1p_test): Likewise.
24409         (log2_test): Likewise.
24410         (logb_test_downward): Likewise.
24411         (pow_test): Likewise.
24412         (pow_test_tonearest): Likewise.
24413         (pow_test_towardzero): Likewise.
24414         (pow_test_downward): Likewise.
24415         (pow_test_upward): Likewise.
24416         (remainder_test): Likewise.
24417         (remquo_test): Likewise.
24418         (sin_test): Likewise.
24419         (sin_test_tonearest): Likewise.
24420         (sin_test_towardzero): Likewise.
24421         (sin_test_downward): Likewise.
24422         (sin_test_upward): Likewise.
24423         (sincos_test): Likewise.
24424         (sinh_test): Likewise.
24425         (sinh_test_tonearest): Likewise.
24426         (sinh_test_towardzero): Likewise.
24427         (sinh_test_downward): Likewise.
24428         (sinh_test_upward): Likewise.
24429         (sqrt_test): Likewise.
24430         (tan_test): Likewise.
24431         (tan_test_tonearest): Likewise.
24432         (tan_test_towardzero): Likewise.
24433         (tan_test_downward): Likewise.
24434         (tan_test_upward): Likewise.
24435         (tanh_test): Likewise.
24436         (tgamma_test): Likewise.
24437         (y0_test): Likewise.
24438         (y1_test): Likewise.
24439         (yn_test): Likewise.
24441         * math/gen-libm-test.pl (adjust_arg): Remove function.
24442         (special_function): Remove argument $in_func.  Only handle
24443         generating output for tables of tests, not inside functions.
24444         (parse_args): Likewise.
24445         (generate_testfile): Remove variable $in_func.  Update call to
24446         parse_args.
24447         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24448         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24449         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24450         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24451         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24452         (MAX_VALUE_INIT): Rename macro to max_value.
24453         (MIN_VALUE_INIT): Rename macro to min_value.
24454         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24455         (plus_zero): Remove variable.
24456         (minus_zero): Likewise.
24457         (plus_infty): Likewise.
24458         (minus_infty): Likewise.
24459         (qnan_value): Likewise.
24460         (max_value): Likewise.
24461         (min_value): Likewise.
24462         (min_subnorm_value): Likewise.
24464 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24466         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24467         uint64_t or uint32_t usage.
24468         * crypt/sha256-block.c: Likewise.
24469         * crypt/sha256-crypt.c: Likewise.
24470         * crypt/sha256.c: Likewise.
24471         * crypt/sha512-block.c: Likewise.
24472         * crypt/sha512-crypt.c: Likewise.
24473         * crypt/sha512.c: Likewise.
24474         * debug/backtrace-tst.c: Likewise.
24475         * debug/pcprofiledump.c: Likewise.
24476         * elf/cache.c: Likewise.
24477         * elf/dl-cache.c: Likewise.
24478         * elf/dl-misc.c: Likewise.
24479         * elf/dl-profile.c: Likewise.
24480         * elf/dl-support.c: Likewise.
24481         * elf/ldconfig.c: Likewise.
24482         * elf/sprof.c: Likewise.
24483         * iconv/dummy-repertoire.c: Likewise.
24484         * iconv/iconv_charmap.c: Likewise.
24485         * iconv/skeleton.c: Likewise.
24486         * iconvdata/8bit-generic.c: Likewise.
24487         * iconvdata/cp737.h: Likewise.
24488         * iconvdata/cp775.h: Likewise.
24489         * iconvdata/ibm1008.h: Likewise.
24490         * iconvdata/ibm1025.h: Likewise.
24491         * iconvdata/ibm1046.h: Likewise.
24492         * iconvdata/ibm1097.h: Likewise.
24493         * iconvdata/ibm1112.h: Likewise.
24494         * iconvdata/ibm1122.h: Likewise.
24495         * iconvdata/ibm1123.h: Likewise.
24496         * iconvdata/ibm1124.h: Likewise.
24497         * iconvdata/ibm1129.h: Likewise.
24498         * iconvdata/ibm1130.h: Likewise.
24499         * iconvdata/ibm1132.h: Likewise.
24500         * iconvdata/ibm1133.h: Likewise.
24501         * iconvdata/ibm1137.h: Likewise.
24502         * iconvdata/ibm1140.h: Likewise.
24503         * iconvdata/ibm1141.h: Likewise.
24504         * iconvdata/ibm1142.h: Likewise.
24505         * iconvdata/ibm1143.h: Likewise.
24506         * iconvdata/ibm1144.h: Likewise.
24507         * iconvdata/ibm1145.h: Likewise.
24508         * iconvdata/ibm1146.h: Likewise.
24509         * iconvdata/ibm1147.h: Likewise.
24510         * iconvdata/ibm1148.h: Likewise.
24511         * iconvdata/ibm1149.h: Likewise.
24512         * iconvdata/ibm1153.h: Likewise.
24513         * iconvdata/ibm1154.h: Likewise.
24514         * iconvdata/ibm1155.h: Likewise.
24515         * iconvdata/ibm1156.h: Likewise.
24516         * iconvdata/ibm1157.h: Likewise.
24517         * iconvdata/ibm1158.h: Likewise.
24518         * iconvdata/ibm1160.h: Likewise.
24519         * iconvdata/ibm1161.h: Likewise.
24520         * iconvdata/ibm1162.h: Likewise.
24521         * iconvdata/ibm1163.h: Likewise.
24522         * iconvdata/ibm1164.h: Likewise.
24523         * iconvdata/ibm1166.h: Likewise.
24524         * iconvdata/ibm1167.h: Likewise.
24525         * iconvdata/ibm12712.h: Likewise.
24526         * iconvdata/ibm1390.h: Likewise.
24527         * iconvdata/ibm1399.h: Likewise.
24528         * iconvdata/ibm16804.h: Likewise.
24529         * iconvdata/ibm4517.h: Likewise.
24530         * iconvdata/ibm4899.h: Likewise.
24531         * iconvdata/ibm4909.h: Likewise.
24532         * iconvdata/ibm4971.h: Likewise.
24533         * iconvdata/ibm5347.h: Likewise.
24534         * iconvdata/ibm803.h: Likewise.
24535         * iconvdata/ibm856.h: Likewise.
24536         * iconvdata/ibm901.h: Likewise.
24537         * iconvdata/ibm902.h: Likewise.
24538         * iconvdata/ibm9030.h: Likewise.
24539         * iconvdata/ibm9066.h: Likewise.
24540         * iconvdata/ibm921.h: Likewise.
24541         * iconvdata/ibm922.h: Likewise.
24542         * iconvdata/ibm9448.h: Likewise.
24543         * iconvdata/isiri-3342.h: Likewise.
24544         * iconvdata/jis0201.h: Likewise.
24545         * include/link.h: Likewise.
24546         * include/netdb.h: Likewise.
24547         * inet/check_native.c: Likewise.
24548         * inet/check_pf.c: Likewise.
24549         * inet/getipv4sourcefilter.c: Likewise.
24550         * inet/getnameinfo.c: Likewise.
24551         * inet/getsourcefilter.c: Likewise.
24552         * inet/htonl.c: Likewise.
24553         * inet/setipv4sourcefilter.c: Likewise.
24554         * inet/setsourcefilter.c: Likewise.
24555         * inet/test-inet6_opt.c: Likewise.
24556         * inet/tst-network.c: Likewise.
24557         * locale/C-collate.c: Likewise.
24558         * locale/C-ctype.c: Likewise.
24559         * locale/C-time.c: Likewise.
24560         * locale/C-translit.h: Likewise.
24561         * locale/loadarchive.c: Likewise.
24562         * locale/programs/3level.h: Likewise.
24563         * locale/programs/charmap.c: Likewise.
24564         * locale/programs/charmap.h: Likewise.
24565         * locale/programs/ld-address.c: Likewise.
24566         * locale/programs/ld-collate.c: Likewise.
24567         * locale/programs/ld-ctype.c: Likewise.
24568         * locale/programs/ld-identification.c: Likewise.
24569         * locale/programs/ld-measurement.c: Likewise.
24570         * locale/programs/ld-messages.c: Likewise.
24571         * locale/programs/ld-monetary.c: Likewise.
24572         * locale/programs/ld-name.c: Likewise.
24573         * locale/programs/ld-numeric.c: Likewise.
24574         * locale/programs/ld-paper.c: Likewise.
24575         * locale/programs/ld-telephone.c: Likewise.
24576         * locale/programs/ld-time.c: Likewise.
24577         * locale/programs/linereader.c: Likewise.
24578         * locale/programs/locale.c: Likewise.
24579         * locale/programs/locarchive.c: Likewise.
24580         * locale/programs/locfile.h: Likewise.
24581         * locale/programs/repertoire.c: Likewise.
24582         * locale/programs/simple-hash.c: Likewise.
24583         * locale/programs/simple-hash.h: Likewise.
24584         * malloc/memusage.c: Likewise.
24585         * malloc/memusagestat.c: Likewise.
24586         * nis/nis_defaults.c: Likewise.
24587         * nis/nis_hash.c: Likewise.
24588         * nis/nis_print.c: Likewise.
24589         * nis/nis_xdr.c: Likewise.
24590         * nscd/connections.c: Likewise.
24591         * nscd/hstcache.c: Likewise.
24592         * nscd/nscd_gethst_r.c: Likewise.
24593         * nscd/nscd_getserv_r.c: Likewise.
24594         * nscd/nscd_helper.c: Likewise.
24595         * nscd/servicescache.c: Likewise.
24596         * nss/makedb.c: Likewise.
24597         * nss/nss_db/db-XXX.c: Likewise.
24598         * nss/nss_db/db-initgroups.c: Likewise.
24599         * nss/nss_db/db-netgrp.c: Likewise.
24600         * nss/nss_files/files-network.c: Likewise.
24601         * nss/nss_files/files-parse.c: Likewise.
24602         * posix/bug-regex5.c: Likewise.
24603         * posix/fnmatch_loop.c: Likewise.
24604         * posix/regcomp.c: Likewise.
24605         * posix/regexec.c: Likewise.
24606         * posix/tst-rfc3484-2.c: Likewise.
24607         * posix/tst-rfc3484-3.c: Likewise.
24608         * posix/tst-rfc3484.c: Likewise.
24609         * resolv/nss_dns/dns-canon.c: Likewise.
24610         * resolv/nss_dns/dns-network.c: Likewise.
24611         * resolv/res_init.c: Likewise.
24612         * resolv/res_mkquery.c: Likewise.
24613         * resolv/tst-aton.c: Likewise.
24614         * stdlib/cxa_atexit.c: Likewise.
24615         * stdlib/cxa_finalize.c: Likewise.
24616         * stdlib/gen-fpioconst.c: Likewise.
24617         * stdlib/strtol_l.c: Likewise.
24618         * string/tst-endian.c: Likewise.
24619         * sunrpc/auth_des.c: Likewise.
24620         * sunrpc/clnt_udp.c: Likewise.
24621         * sunrpc/rtime.c: Likewise.
24622         * sunrpc/svcauth_des.c: Likewise.
24623         * sunrpc/xdr.c: Likewise.
24624         * sunrpc/xdr_intXX_t.c: Likewise.
24625         * sunrpc/xdr_rec.c: Likewise.
24626         * sysdeps/generic/ldconfig.h: Likewise.
24627         * sysdeps/generic/ldsodefs.h: Likewise.
24628         * sysdeps/generic/memusage.h: Likewise.
24629         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24630         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24631         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24632         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24633         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24634         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24635         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24636         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24637         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24638         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24639         * sysdeps/posix/getaddrinfo.c: Likewise.
24640         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24641         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24642         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24643         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24644         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24645         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24646         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24647         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24648         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24649         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24650         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24651         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24652         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24653         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24654         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24655         * sysdeps/x86_64/dl-tls.h: Likewise.
24656         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24657         * time/alt_digit.c: Likewise.
24658         * time/era.c: Likewise.
24659         * wcsmbs/tst-c16c32-1.c: Likewise.
24661 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24663         * math/libm-test.inc (struct test_sincos_data): New type.
24664         (RUN_TEST_LOOP_sincos): New macro.
24665         (sincos_test_data): New variable.
24666         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24668 2013-05-16  Richard Henderson  <rth@redhat.com>
24670         * math/atest-exp2.c (LIMB64): New macro.
24671         (CONSTSZ): New macro.
24672         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24673         (hexdig): Move ...
24674         (print_mpn_fp): ... to function scope.
24675         (read_mpn_hex): Remove.
24676         (get_log2): Remove.
24677         (exp2_mpn): Use mp_log2.
24678         (main): Use mp_exp1.
24680 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24682         * math/libm-test.inc: Remove comment about not testing "inexact"
24683         exceptions.
24684         (INEXACT_EXCEPTION): New macro.
24685         (NO_INEXACT_EXCEPTION): Likewise.
24686         (INVALID_EXCEPTION_OK): Update value.
24687         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24688         (OVERFLOW_EXCEPTION_OK): Likewise.
24689         (UNDERFLOW_EXCEPTION_OK): Likewise.
24690         (IGNORE_ZERO_INF_SIGN): Likewise.
24691         (ERRNO_UNCHANGED): Likewise.
24692         (ERRNO_EDOM): Likewise.
24693         (ERRNO_ERANGE): Likewise.
24694         (test_exceptions): Handle testing "inexact" exceptions.
24695         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24696         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24697         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24698         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24699         INEXACT_EXCEPTION.
24700         (rint_towardzero_test_data): Likewise.
24701         (rint_downward_test_data): Likewise.
24702         (rint_upward_test_data): Likewise.
24704         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24705         with OVERFLOW_EXCEPTION.
24706         (exp10_test_data): Likewise.
24707         (exp2_test_data): Likewise.
24708         (expm1_test_data): Likewise.
24709         (lgamma_test_data): Likewise.
24710         (pow_test_data): Likewise.
24711         (tgamma_test_data): Likewise.
24712         (yn_test_data): Remove duplicate test of overflow.
24714         * math/libm-test.inc (struct test_cc_c_data): New type.
24715         (RUN_TEST_LOOP_cc_c): New macro.
24716         (cpow_test_data): New variable.
24717         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24719         * math/libm-test.inc (struct test_f_L_data): New type.
24720         (RUN_TEST_LOOP_f_L): New macro.
24721         (llrint_test_data): New variable.
24722         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24723         (llrint_tonearest_test_data): New variable.
24724         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24725         (llrint_towardzero_test_data): New variable.
24726         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24727         (llrint_downward_test_data): New variable.
24728         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24729         (llrint_upward_test_data): New variable.
24730         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24731         (llround_test_data): New variable.
24732         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24734 2013-05-13  Peter Collingbourne  <pcc@google.com>
24736         * math/atest-exp2.c (get_log2): Remove const attribute.
24738 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24740         * math/libm-test.inc (struct test_f_l_data): New type.
24741         (RUN_TEST_LOOP_f_l): New macro.
24742         (lrint_test_data): New variable.
24743         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24744         (lrint_tonearest_test_data): New variable.
24745         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24746         (lrint_towardzero_test_data): New variable.
24747         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24748         (lrint_downward_test_data): New variable.
24749         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24750         (lrint_upward_test_data): New variable.
24751         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24752         (lround_test_data): New variable.
24753         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24755 2013-05-15  Peter Collingbourne  <pcc@google.com>
24757         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24758         (EXTRACT_WORDS64) Use where appropriate.
24759         (INSERT_WORDS64) Likewise.
24761         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24762         constraints with x constraints.
24763         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24765         * malloc/obstack.c (_obstack_compat): Add initializer.
24767 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24769         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24770         si_trapno and add si_addr_lsb to _sifields.sigfault.
24771         (si_trapno): Remove macro.
24772         (si_addr_lsb): Define new macro.
24773         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24775 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24777         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24778         instead of TEST_f_l.
24779         (llrint_test_tonearest): Likewise.
24780         (llrint_test_towardzero): Likewise.
24781         (llrint_test_downward): Likewise.
24782         (llrint_test_upward): Likewise.
24783         (llround_test): Likewise.
24785         * math/libm-test.inc (struct test_f_i_data): Add comment.
24786         (RUN_TEST_LOOP_f_b): New macro.
24787         (RUN_TEST_LOOP_f_b_tg): Likewise.
24788         (finite_test_data): New variable.
24789         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24790         (isfinite_test_data): New variable.
24791         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24792         (isinf_test_data): New variable.
24793         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24794         (isnan_test_data): New variable.
24795         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24796         (isnormal_test_data): New variable.
24797         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24798         (issignaling_test_data): New variable.
24799         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24800         (signbit_test_data): New variable.
24801         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24803         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24804         with INVALID_EXCEPTION.
24805         (acosh_test_data): Likewise.
24806         (asin_test_data): Likewise.
24807         (atanh_test_data): Likewise.
24808         (fmod_test_data): Likewise.
24809         (log_test_data): Likewise.
24810         (log10_test_data): Likewise.
24811         (log2_test_data): Likewise.
24812         (pow_test_data): Likewise.
24813         (sqrt_test_data): Likewise.
24814         (y0_test_data): Likewise.
24815         (y1_test_data): Likewise.
24816         (yn_test_data): Likewise.
24818         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24819         function contents.
24821         * math/libm-test.inc (struct test_ff_i_data): New type.
24822         (RUN_TEST_LOOP_ff_i_tg): New macro.
24823         (isgreater_test_data): New variable.
24824         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24825         (isgreaterequal_test_data): New variable.
24826         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24827         (isless_test_data): New variable.
24828         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24829         (islessequal_test_data): New variable.
24830         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24831         (islessgreater_test_data): New variable.
24832         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24833         (isunordered_test_data): New variable.
24834         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24836 2013-05-14  David S. Miller  <davem@davemloft.net>
24838         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24840 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24842         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24844         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24845         extra_test to int.
24846         (struct test_f_i_data): Change type of max_ulp to int.
24848         * math/libm-test.inc (test_ffI_f1_data): New type.
24849         (RUN_TEST_LOOP_ffI_f1): New macro.
24850         (remquo_test_data): New variable.
24851         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24853         * setjmp/tst-setjmp-fp.c: New file.
24854         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24855         (link-libm): New variable.
24856         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24858         * math/libm-test.inc (struct test_f_i_data): New type.
24859         (RUN_TEST_LOOP_f_i): New macro.
24860         (RUN_TEST_LOOP_f_i_tg): Likewise.
24861         (fpclassify_test_data): New variable.
24862         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24863         (ilogb_test_data): New variable.
24864         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24866         * math/libm-test.inc (scalbln_test): Correct function name in END
24867         call.
24869         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24870         (RUN_TEST_LOOP_fI_f1): New macro.
24871         (frexp_test_data): New variable.
24872         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24874         * math/libm-test.inc (struct test_fF_f1_data): New type.
24875         (RUN_TEST_LOOP_fF_f1): New macro.
24876         (modf_test_data): New variable.
24877         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24879         * math/libm-test.inc (struct test_f_f1_data): New type.
24880         (RUN_TEST_LOOP_f_f1): New macro.
24881         (gamma_test_data): New variable.
24882         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24883         (lgamma_test_data): New variable.
24884         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24886 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24888         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24889         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24890         (main): Comment "tls" pseudo-hwcap.
24892 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24894         * math/libm-test.inc (struct test_fl_f_data): New type.
24895         (RUN_TEST_LOOP_fl_f): New variable.
24896         (scalbln_test_data): New variable.
24897         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24899         * math/libm-test.inc (struct test_fi_f_data): New type.
24900         (RUN_TEST_LOOP_fi_f): New macro.
24901         (ldexp_test_data): New variable.
24902         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24903         (scalbn_test_data): New variable.
24904         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24906         * math/libm-test.inc (struct test_c_f_data): New type.
24907         (RUN_TEST_LOOP_c_f): New macro.
24908         (cabs_test_data): New variable.
24909         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24910         (carg_test_data): New variable.
24911         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24912         (cimag_test_data): New variable.
24913         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24914         (creal_test_data): New variable.
24915         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24917         * math/libm-test.inc (struct test_if_f_data): New type.
24918         (RUN_TEST_LOOP_if_f): New macro.
24919         (jn_test_data): New variable.
24920         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24921         (yn_test_data): New variable.
24922         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24924         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24926 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24928         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24929         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24931 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24933         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24934         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24935         (bench-deps): Add bench-timing.h.
24936         * benchtests-bench-skeleton.c: Include bench-timing.h.
24937         (main): Use TIMING_* macros instead of clock_gettime.
24938         * benchtests/bench-timing.h: New file.
24940         [BZ #14582]
24941         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24942         Renamed from _LIB_VERSION.
24943         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24945 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24947         * math/libm-test.inc (struct test_fff_f_data): New type.
24948         (RUN_TEST_LOOP_fff_f): New macro.
24949         (fma_test_data): New variable.
24950         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24951         (fma_towardzero_test_data): New variable.
24952         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24953         (fma_downward_test_data): New variable.
24954         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24955         (fma_upward_test_data): New variable.
24956         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24958         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24959         (struct test_c_c_data): New type.
24960         (RUN_TEST_LOOP_c_c): New macro.
24961         (cacos_test_data): New variable.
24962         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24963         (cacosh_test_data): New variable.
24964         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24965         (casin_test_data): New variable.
24966         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24967         (casinh_test_data): New variable.
24968         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24969         (catan_test_data): New variable.
24970         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24971         (catanh_test_data): New variable.
24972         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24973         (ccos_test_data): New variable.
24974         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24975         (ccosh_test_data): New variable.
24976         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24977         (cexp_test_data): New variable.
24978         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24979         (clog_test_data): New variable.
24980         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24981         (clog10_test_data): New variable.
24982         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24983         (conj_test_data): New variable.
24984         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24985         (cproj_test_data): New variable.
24986         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24987         (csin_test_data): New variable.
24988         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24989         (csinh_test_data): New variable.
24990         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24991         (csqrt_test_data): New variable.
24992         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24993         (ctan_test_data): New variable.
24994         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24995         (ctan_tonearest_test_data): New variable.
24996         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24997         (ctan_towardzero_test_data): New variable.
24998         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24999         (ctan_downward_test_data): New variable.
25000         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25001         (ctan_upward_test_data): New variable.
25002         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25003         (ctanh_test_data): New variable.
25004         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25005         (ctanh_tonearest_test_data): New variable.
25006         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25007         (ctanh_towardzero_test_data): New variable.
25008         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25009         (ctanh_downward_test_data): New variable.
25010         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25011         (ctanh_upward_test_data): New variable.
25012         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25013         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25014         of BUILD_COMPLEX.
25016         * math/libm-test.inc (struct test_ff_f_data): New type.
25017         (struct test_ff_f_data_nexttoward): Likewise.
25018         (RUN_TEST_LOOP_2_f): New macro.
25019         (RUN_TEST_LOOP_ff_f): Likewise.
25020         (atan2_test_data): New variable.
25021         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25022         (copysign_test_data): New variable.
25023         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25024         (fdim_test_data): New variable.
25025         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25026         (fmax_test_data): New variable.
25027         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25028         (fmin_test_data): New variable.
25029         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25030         (fmod_test_data): New variable.
25031         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25032         (hypot_test_data): New variable.
25033         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25034         (nextafter_test_data): New variable.
25035         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25036         (nexttoward_test_data): New variable.
25037         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25038         (pow_test_data): New variable.
25039         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25040         (pow_tonearest_test_data): New variable.
25041         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25042         (pow_towardzero_test_data): New variable.
25043         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25044         (pow_downward_test_data): New variable.
25045         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25046         (pow_upward_test_data): New variable.
25047         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25048         (remainder_test_data): New variable.
25049         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25050         (scalb_test_data): New variable.
25051         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25052         * sysdeps/i386/fpu/libm-test-ulps: Update.
25054 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25056         * math/libm-test.inc (fma_test): Use max_value instead of local
25057         variable fltmax.
25058         (nextafter_test): Likewise.
25060         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25061         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25062         (acos_downward_test_data): New variable.
25063         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25064         (acos_upward_test_data): New variable.
25065         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25066         (acosh_test_data): New variable.
25067         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25068         (asin_test_data): New variable.
25069         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25070         (asin_tonearest_test_data): New variable.
25071         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25072         (asin_towardzero_test_data): New variable.
25073         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25074         (asin_downward_test_data): New variable.
25075         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25076         (asin_upward_test_data): New variable.
25077         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25078         (asinh_test_data): New variable.
25079         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25080         (atan_test_data): New variable.
25081         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25082         (atanh_test_data): New variable.
25083         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25084         (cbrt_test_data): New variable.
25085         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25086         (ceil_test_data): New variable.
25087         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25088         (cos_test_data): New variable.
25089         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25090         (cos_tonearest_test_data): New variable.
25091         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25092         (cos_towardzero_test_data): New variable.
25093         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25094         (cos_downward_test_data): New variable.
25095         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25096         (cos_upward_test_data): New variable.
25097         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25098         (cosh_test_data): New variable.
25099         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25100         (cosh_tonearest_test_data): New variable.
25101         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25102         (cosh_towardzero_test_data): New variable.
25103         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25104         (cosh_downward_test_data): New variable.
25105         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25106         (cosh_upward_test_data): New variable.
25107         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25108         (erf_test_data): New variable.
25109         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25110         (erfc_test_data): New variable.
25111         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25112         (exp_test_data): New variable.
25113         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25114         (exp_tonearest_test_data): New variable.
25115         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25116         (exp_towardzero_test_data): New variable.
25117         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25118         (exp_downward_test_data): New variable.
25119         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25120         (exp_upward_test_data): New variable.
25121         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25122         (exp10_test_data): New variable.
25123         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25124         (exp2_test_data): New variable.
25125         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25126         (expm1_test_data): New variable.
25127         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25128         (fabs_test_data): New variable.
25129         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25130         (floor_test_data): New variable.
25131         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25132         (j0_test_data): New variable.
25133         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25134         (j1_test_data): New variable.
25135         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25136         (log_test_data): New variable.
25137         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25138         (log10_test_data): New variable.
25139         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25140         (log1p_test_data): New variable.
25141         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25142         (log2_test_data): New variable.
25143         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25144         (logb_test_data): New variable.
25145         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25146         (logb_downward_test_data): New variable.
25147         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25148         (nearbyint_test_data): New variable.
25149         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25150         (rint_test_data): New variable.
25151         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25152         (rint_tonearest_test_data): New variable.
25153         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25154         (rint_towardzero_test_data): New variable.
25155         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25156         (rint_downward_test_data): New variable.
25157         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25158         (rint_upward_test_data): New variable.
25159         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25160         (round_test_data): New variable.
25161         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25162         (sin_test_data): New variable.
25163         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25164         (sin_tonearest_test_data): New variable.
25165         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25166         (sin_towardzero_test_data): New variable.
25167         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25168         (sin_downward_test_data): New variable.
25169         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25170         (sin_upward_test_data): New variable.
25171         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25172         (sinh_test_data): New variable.
25173         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25174         (sinh_tonearest_test_data): New variable.
25175         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25176         (sinh_towardzero_test_data): New variable.
25177         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25178         (sinh_downward_test_data): New variable.
25179         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25180         (sinh_upward_test_data): New variable.
25181         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25182         (sqrt_test_data): New variable.
25183         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25184         (tan_test_data): New variable.
25185         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25186         (tan_tonearest_test_data): New variable.
25187         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25188         (tan_towardzero_test_data): New variable.
25189         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25190         (tan_downward_test_data): New variable.
25191         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25192         (tan_upward_test_data): New variable.
25193         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25194         (tanh_test_data): New variable.
25195         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25196         (tgamma_test_data): New variable.
25197         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25198         (trunc_test_data): New variable.
25199         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25200         (y0_test_data): New variable.
25201         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25202         (y1_test_data): New variable.
25203         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25204         (significand_test_data): New variable.
25205         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25207 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25209         [BZ #12387]
25210         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25212 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25214         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25216 2013-05-10  Andreas Jaeger  <aj@suse.de>
25218         [BZ #15448]
25219         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25220         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25222 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25224         * math/gen-libm-test.pl (adjust_arg): New function.
25225         (special_functions): Handle generating output in both functions
25226         and arrays.
25227         (parse_args): Likewise.
25228         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25229         $in_func argument to parse_args.
25230         * math/libm-test.inc (struct test_f_f_data): New type.
25231         (IF_ROUND_INIT_): New macro.
25232         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25233         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25234         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25235         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25236         (ROUND_RESTORE_): Likewise.
25237         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25238         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25239         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25240         (ROUND_RESTORE_FE_UPWARD): Likewise.
25241         (RUN_TEST_LOOP_f_f): New macro.
25242         (acos_test_data): New variable.
25243         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25244         (acos_tonearest_test_data): New variable.
25245         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25247 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25249         * benchtests/bench-skeleton.c (startup): Fix coding style.
25251 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25253         [BZ #6809]
25254         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25255         negative infinity argument.
25256         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25257         negative infinity argument.
25258         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25259         negative infinity argument.
25260         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25261         domain errors.
25263 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25265         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25266         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25267         * iconv/iconv_prog.c (main): Likewise.
25268         * locale/programs/charmap-dir.c (charmap_readdir)
25269         (fopen_uncompressed): Likewise.
25270         * locale/programs/locfile.c (siblings_uncached)
25271         (write_locale_data): Use lstat64 instead of lstat.
25272         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25273         stat.
25275 2013-05-10  Andreas Jaeger  <aj@suse.de>
25277         [BZ #15395]
25278         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25279         localization.
25280         Include <locale.h>.
25282 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25284         * elf/dl-close.c (_dl_close_worker): Add comments.
25286 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25288         [BZ #15359]
25289         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25290         high part of pi/2.
25291         (__ieee754_rem_pio2l): Update comments.
25293         [BZ #15429]
25294         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25295         high part of pi/2.
25296         (__ieee754_rem_pio2l): Update comments.
25298         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25299         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25301         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25302         M_PI_4l.
25304         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25305         (M_PI_34_LOG10El): Likewise.
25306         (M_PI2_LOG10El): Likewise.
25307         (M_PI4_LOG10El): Likewise.
25308         (M_PI_LOG10El): Likewise.
25310 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25314 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25316         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25317         (MINUS_ZERO_INIT): Likewise.
25318         (PLUS_INFTY_INIT): Likewise.
25319         (MINUS_INFTY_INIT): Likewise.
25320         (QNAN_VALUE_INIT): Likewise.
25321         (MAX_VALUE_INIT): Likewise.
25322         (MIN_VALUE_INIT): Likewise.
25323         (MIN_SUBNORM_VALUE_INIT): Likewise.
25324         (plus_zero): Initialize with PLUS_ZERO_INIT.
25325         (minus_zero): Initialize with MINUS_ZERO_INIT.
25326         (plus_infty): Initialize with PLUS_INFTY_INIT.
25327         (minus_infty): Initialize with MINUS_INFTY_INIT.
25328         (qnan_value): Initialize with QNAN_VALUE_INIT.
25329         (max_value): Initialize with MAX_VALUE_INIT.
25330         (min_value): Initialize with MIN_VALUE_INIT.
25331         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25333         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25334         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25335         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25336         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25338         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25339         (RUN_TEST_2_f): Likewise.
25340         (RUN_TEST_ff_f): Likewise.
25341         (RUN_TEST_fi_f): Likewise.
25342         (RUN_TEST_fl_f): Likewise.
25343         (RUN_TEST_fff_f): Likewise.
25344         (RUN_TEST_c_f): Likewise.
25345         (RUN_TEST_f_f1): Likewise.
25346         (RUN_TEST_fF_f1): Likewise.
25347         (RUN_TEST_fI_f1): Likewise.
25348         (RUN_TEST_ffI_f1): Likewise.
25349         (RUN_TEST_c_c): Likewise.
25350         (RUN_TEST_cc_c): Likewise.
25351         (RUN_TEST_f_i): Likewise.
25352         (RUN_TEST_f_i_tg): Likewise.
25353         (RUN_TEST_ff_i_tg): Likewise.
25354         (RUN_TEST_f_b): Likewise.
25355         (RUN_TEST_f_b_tg): Likewise.
25356         (RUN_TEST_f_l): Likewise.
25357         (RUN_TEST_f_L): Likewise.
25358         (RUN_TEST_sincos): Likewise.
25359         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25360         whether to show exceptions.  Do not include ");\n" in return
25361         value.
25362         (special_functions): Output call to RUN_TEST_sincos instead of
25363         check_float calls.  Update calls to new_test.
25364         (parse_args): Output call to single RUN_TEST_* macro instead of
25365         check_* calls and other assignments.  Update calls to new_test.
25367         [BZ #2546]
25368         [BZ #2560]
25369         [BZ #5159]
25370         [BZ #15426]
25371         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25372         input to result for tgamma overflow.
25373         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25374         (gamma_coeff): New variable.
25375         (NCOEFF): New macro.
25376         (gamma_positive): New function.
25377         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25378         underflow here.  Use gamma_positive instead of exp (lgamma) for
25379         other arguments.
25380         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25381         (gamma_coeff): New variable.
25382         (NCOEFF): New macro.
25383         (gammaf_positive): New function.
25384         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25385         underflow here.  Use gamma_positive instead of exp (lgamma) for
25386         other arguments.
25387         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25388         (gamma_coeff): New variable.
25389         (NCOEFF): New macro.
25390         (gammal_positive): New function.
25391         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25392         underflow here.  Use gamma_positive instead of exp (lgamma) for
25393         other arguments.
25394         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25395         (gamma_coeff): New variable.
25396         (NCOEFF): New macro.
25397         (gammal_positive): New function.
25398         (__ieee754_gammal_r): Handle positive infinity, overflow and
25399         underflow here.  Handle NaN the same as positive infinity.  Remove
25400         check x < 0xffffffff for negative integers.  Use gamma_positive
25401         instead of exp (lgamma) for other arguments.
25402         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25403         (gamma_coeff): New variable.
25404         (NCOEFF): New macro.
25405         (gammal_positive): New function.
25406         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25407         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25408         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25409         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25410         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25411         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25412         * sysdeps/generic/math_private.h (__gamma_productf): New
25413         prototype.
25414         (__gamma_product): Likewise.
25415         (__gamma_productl): Likewise.
25416         * math/Makefile (libm-calls): Add gamma_product.
25417         * math/libm-test.inc (tgamma_test): Add more tests.
25418         * sysdeps/i386/fpu/libm-test-ulps: Update.
25419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25421 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25423         * benchtests/bench-skeleton.c (main): Preheat CPU.
25425 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25427         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25429 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25431         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25432         and _dl_skip_args_internal.
25434 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25436         * manual/message.texi (Message Translation): Talk about users.
25437         Message to key mapping impacts design.
25439 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25441         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25443         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25445         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25446         * sysdeps/wordsize-64/glob64.c: ... here.
25448         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25449         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25450         New macros.
25452         * debug/getlogin_r_chk.c: Moved to ...
25453         * login/getlogin_r_chk.c: ... here.
25454         * debug/Makefile (routines): Move getlogin_r_chk to ...
25455         * login/Makefile (routines): ... here.
25456         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25457         * login/Versions (libc: GLIBC_2.4): ... here.
25459         * io/poll.c (__poll): Renamed from poll.
25460         Add libc_hidden_def.
25461         (poll): Define as weak alias.
25463         * debug/ptsname_r_chk.c: Moved to ...
25464         * login/ptsname_r_chk.c: ... here.
25465         * debug/Makefile (routines): Move ptsname_r_chk to ...
25466         * login/Makefile (routines): ... here.
25467         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25468         * login/Versions (libc: GLIBC_2.4): ... here.
25470         * posix/getlogin.c: Moved to ...
25471         * login/getlogin.c: ... here.
25472         * posix/getlogin_r.c: Moved to ...
25473         * login/getlogin_r.c: ... here.
25474         * posix/getlogin_r.c: Moved to ...
25475         * login/getlogin_r.c: ... here.
25476         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25477         * login/Makefile (routines): ... here.
25478         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25479         * login/Versions (libc: GLIBC_2.0): ... here.
25481         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25482         (setrlimit): Define as weak alias.
25484         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25485         Call __ names for open, ftruncate, and close.
25486         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25487         (truncate): Define as weak alias.
25489 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25491         * math/gen-libm-test.pl (parse_args): Initialize x before each
25492         test of frexp, modf and remquo.
25494         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25495         test signgam value.
25497 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25499         [BZ #15418]
25500         [BZ #15419]
25501         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25502         internal tests.
25503         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25505 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25507         * elf/dl-writev.h: New file.
25508         * elf/dl-misc.c: Include it.
25509         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25510         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25512 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25514         * math/libm-test.inc (noXFails): Remove variable.
25515         (noXPasses): Likewise.
25516         (BUILD_COMPLEX_INT): Remove macro.
25517         (print_screen): Remove xfail argument.
25518         (print_screen_max_error): Likewise.
25519         (update_stats): Likewise.
25520         (print_max_error): Likewise.  Update calls to other affected
25521         functions.
25522         (print_complex_max_error): Likewise.
25523         (test_single_exception): Update calls to print_screen.
25524         (test_single_errno): Likewise.
25525         (check_float_internal): Remove xfail argument.  Update calls to
25526         other affected functions.
25527         (check_float): Likewise.
25528         (check_complex): Likewise.
25529         (check_int): Likewise.
25530         (check_long): Likewise.
25531         (check_bool): Likewise.
25532         (check_longlong): Likewise.
25533         (main): Don't print noXFails and noXPasses.
25534         * math/gen-libm-test.pl (top level): Don't mention expected
25535         failure handling in comment.
25536         (new_test): Don't handle expected failures.
25537         (parse_args): Don't mention expected failure handling in comment.
25538         (generate_testfile): Don't handle expected failures.
25539         (parse_ulps): Likewise.
25540         (print_ulps_file): Likewise.
25541         (get_failure): Remove function.
25542         (output_test): Don't handle expected failures.
25543         * make/README.libm-test: Don't mention expected failure handling.
25545         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25546         (minus_zero): Likewise.
25547         (plus_infty): Likewise.
25548         (minus_infty): Likewise.
25549         (qnan_value): Likewise.
25550         (max_value): Likewise.
25551         (min_value): Likewise.
25552         (min_subnorm_value): Likewise.
25553         (initialize): Do not initialize those variables dynamically.
25555 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25557         * io/open.c (__open_2): Moved to ...
25558         * io/open_2.c: ... this new file.
25559         * io/open64.c (__open64_2): Moved to ...
25560         * io/open64_2.c: ... this new file.
25561         * io/openat.c (__openat_2): Moved to ...
25562         * io/openat_2.c: ... this new file.
25563         * io/openat64.c (__openat64_2): Moved to ...
25564         * io/openat64_2.c: ... this new file.
25565         * io/Makefile (routines): Add them.
25566         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25567         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25568         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25569         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25570         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25571         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25572         (__openat64): Add hidden_ver.
25573         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25574         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25576         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25577         Separately conditionalize setting of GLRO(dl_sysinfo) so
25578         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25579         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25581 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25583         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25584         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25585         definition.
25586         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25587         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25588         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25589         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25590         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25592 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25594         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25595         test signgam value.
25597         * math/libm-test.inc (hypot_test): Do not use
25598         IGNORE_ZERO_INF_SIGN.
25600 2013-05-03  Andreas Jaeger  <aj@suse.de>
25602         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25603         Linux 3.9.
25604         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25605         (PF_MAX): Adjust for VSOCK change.
25607 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25611 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25613         [BZ #15264]
25614         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25615         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25616         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25618 2013-05-02  David S. Miller  <davem@davemloft.net>
25620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25622 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25624         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25626 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25628         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25630 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25632         [BZ #14952]
25633         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25634         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25635         Use __attribute__ ((__gnu_inline__)).
25636         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25637         Don't use __attribute__ ((__gnu_inline__)).
25639 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25641         [BZ #15423]
25642         * math/s_catan.c (__catan): Handle small real or imaginary part of
25643         input specially to avoid spurious underflow.
25644         * math/s_catanf.c (__catanf): Likewise.
25645         * math/s_catanh.c (__catanh): Likewise.
25646         * math/s_catanhf.c (__catanhf): Likewise.
25647         * math/s_catanhl.c (__catanhl): Likewise.
25648         * math/s_catanl.c (__catanl): Likewise.
25649         * math/libm-test.inc (catan_test): Add more tests.
25650         (catanh_test): Likewise.
25651         * sysdeps/i386/fpu/libm-test-ulps: Update.
25652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25654 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25658 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25660         [BZ #15416]
25661         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25662         accurately for denominator in atan2.
25663         * math/s_catanf.c (__catanf): Likewise.
25664         * math/s_catanh.c (__catanh): Likewise.
25665         * math/s_catanhf.c (__catanhf): Likewise.
25666         * math/s_catanhl.c (__catanhl): Likewise.
25667         * math/s_catanl.c (__catanl): Likewise.
25668         * math/libm-test.inc (catan_test): Add more tests.
25669         (catanh_test): Likewise.
25670         * sysdeps/i386/fpu/libm-test-ulps: Update.
25671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25673 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25675         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25677         * benchtests/Makefile (bench): Remove slow benchmarks.
25678         * benchtests/atan-inputs: Add slow benchmark inputs.
25679         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25680         (BENCH_FUNC): Accept variant offset.
25681         (VARIANT): Define.
25682         * benchtests/bench-skeleton.c (main): Run benchmark for each
25683         variant.
25684         * benchtests/cos-inputs: Add slow benchmark inputs.
25685         * benchtests/exp-inputs: Likewise.
25686         * benchtests/pow-inputs: Likewise.
25687         * benchtests/sin-inputs: Likewise.
25688         * benchtests/slowatan-inputs: Remove.
25689         * benchtests/slowatan.c: Remove.
25690         * benchtests/slowcos-inputs: Remove.
25691         * benchtests/slowcos.c: Remove.
25692         * benchtests/slowexp-inputs: Remove.
25693         * benchtests/slowexp.c: Remove.
25694         * benchtests/slowpow-inputs: Remove.
25695         * benchtests/slowpow.c: Remove.
25696         * benchtests/slowsin-inputs: Remove.
25697         * benchtests/slowsin.c: Remove.
25698         * benchtests/slowtan-inputs: Remove.
25699         * benchtests/slowtan.c: Remove.
25700         * benchtests/tan-inputs: Add slow benchmark inputs.
25701         * scripts/bench.pl: Parse comments and directives.
25703         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25704         in CPPFLAGS.
25705         ($(objpfx)bench-%.c): Remove *-ITER.
25706         * benchtests/bench-modf.c: Remove definition of ITER.
25707         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25708         (main): Loop for DURATION seconds instead of fixed number of
25709         iterations.
25710         * scripts/bench.pl: Don't expect iterations in parameters.
25712 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25714         * io/fchdir.c (__fchdir): Renamed from fchdir.
25715         (fchdir): Define as weak alias.
25717 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25719         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25720         (ERRNO_EDOM): Likewise.
25721         (ERRNO_ERANGE): Likewise.
25722         (noErrnoTests): New variable.
25723         (init_max_error): Set errno to 0.
25724         (test_single_errno): New function.
25725         (test_errno): Likewise.
25726         (check_float_internal): Call test_errno.  Set errno to 0.
25727         (check_complex): Refer to errno tests in comment.
25728         (check_int): Call test_errno.  Set errno to 0.
25729         (check_long): Likewise.
25730         (check_bool): Likewise.
25731         (check_longlong): Likewise.
25732         (cos_test): Use ERRNO_* flags for errno tests instead of
25733         check_int.
25734         (expm1_test): Likewise.
25735         (fmod_test): Likewise.
25736         (ilogb_test): Likewise.
25737         (lgamma_test): Likewise.
25738         (pow_test): Likewise.
25739         (remainder_test): Likewise.
25740         (sin_test): Likewise.
25741         (tan_test): Likewise.
25742         (yn_test): Likewise.
25743         (initialize): Set errno to 0.
25744         (main): Print number of errno tests.
25745         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25747 2013-04-29  Andreas Jaeger  <aj@suse.de>
25749         [BZ #15084]
25750         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25751         and RES_USEVC.
25753         [BZ #15085]
25754         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25755         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25756         unimplemented.
25758         [BZ #15380]
25759         * stdlib/random.c (__initstate): Return NULL if
25760         __initstate fails.
25762         [BZ #15086]
25763         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25764         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25765         RES_SNGLKUPREOP.
25767 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25769         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25771 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25773         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25774         of individual tests.
25775         (casin_test): Likewise.
25776         (casinh_test): Likewise.
25778 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25780         [BZ #15409]
25781         * math/s_catan.c (__catan): Handle arguments with large real or
25782         imaginary part separately without squaring.
25783         * math/s_catanf.c (__catanf): Likewise.
25784         * math/s_catanh.c (__catanh): Likewise.
25785         * math/s_catanhf.c (__catanhf): Likewise.
25786         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25787         and redefine.
25788         (__catanhl): Handle arguments with large real or imaginary part
25789         separately without squaring.
25790         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25791         and redefine.
25792         (__catanl): Handle arguments with large real or imaginary part
25793         separately without squaring.
25794         * math/libm-test.inc (catan_test): Add more tests.
25795         (catanh_test): Likewise.
25796         * sysdeps/i386/fpu/libm-test-ulps: Update.
25797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25799 2013-04-27  Andreas Jaeger  <aj@suse.de>
25801         [BZ #15007]
25802         * stdlib/stdlib.h: Update guards for qecvt.
25803         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25804         <stdlib.h>.
25806 2013-04-27  Allan McRae  <allan@archlinux.org>
25808         * sysdeps/i386/fpu/libm-test-ulps: Update.
25810 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25812         [BZ #15406]
25813         * math/s_catan.c: Include <float.h>.
25814         (__catan): Ensure underflow exception occurs for underflowed
25815         result.
25816         * math/s_catanf.c: Include <float.h>.
25817         (__catanf): Ensure underflow exception occurs for underflowed
25818         result.
25819         * math/s_catanh.c: Include <float.h>.
25820         (__catanh): Ensure underflow exception occurs for underflowed
25821         result.
25822         * math/s_catanhf.c: Include <float.h>.
25823         (__catanhf): Ensure underflow exception occurs for underflowed
25824         result.
25825         * math/s_catanhl.c: Include <float.h>.
25826         (__catanhl): Ensure underflow exception occurs for underflowed
25827         result.
25828         * math/s_catanl.c: Include <float.h>.
25829         (__catanl): Ensure underflow exception occurs for underflowed
25830         result.
25831         * math/libm-test.inc (catan_test): Add more tests.
25832         (catanh_test): Likewise.
25834         [BZ #15405]
25835         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25836         underflowed result.
25837         * math/s_ccoshf.c (__ccoshf): Likewise.
25838         * math/s_ccoshl.c (__ccoshl): Likewise.
25839         * math/s_csin.c (__csin): Likewise.
25840         * math/s_csinf.c (__csinf): Likewise.
25841         * math/s_csinh.c (__csinh): Likewise.
25842         * math/s_csinhf.c (__csinhf): Likewise.
25843         * math/s_csinhl.c (__csinhl): Likewise.
25844         * math/s_csinl.c (__csinl): Likewise.
25845         * math/libm-test.inc (ccos_test): Add more tests.
25846         (ccosh_test): Likewise.
25847         (csin_test): Likewise.
25848         (csinh_test): Likewise.
25850 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25852         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25853         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25854         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25855         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25856         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25857         powerpc/power5+/fpu folders.
25858         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25861 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25863         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25865 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25867         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25868         additions to variable.
25869         [$(config-machine) = x86_64] (modules-names): Likewise.
25870         ($(objpfx)tst-audit3): Remove dependency.
25871         ($(objpfx)tst-audit3.out): Likewise.
25872         ($(objpfx)tst-audit4): Likewise.
25873         ($(objpfx)tst-audit4.out): Likewise.
25874         ($(objpfx)tst-audit5): Likewise.
25875         ($(objpfx)tst-audit5.out): Likewise.
25876         ($(objpfx)tst-audit6): Likewise.
25877         ($(objpfx)tst-audit6.out): Likewise.
25878         ($(objpfx)tst-audit7): Likewise.
25879         ($(objpfx)tst-audit7.out): Likewise.
25880         (tst-audit3-ENV): Remove variable.
25881         (tst-audit4-ENV): Likewise.
25882         (tst-audit5-ENV): Likewise.
25883         (tst-audit6-ENV): Likewise.
25884         (tst-audit7-ENV): Likewise.
25885         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25886         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25887         addition to variable.
25888         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25889         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25890         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25891         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25892         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25893         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25894         tst-audit3, tst-audit4 and tst-audit5.
25895         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25896         tst-audit6 and tst-audit7.
25897         [$(subdir) = elf] (modules-names): Add audit modules for those
25898         tests.
25899         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25900         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25901         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25902         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25903         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25904         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25905         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25906         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25907         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25908         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25909         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25910         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25911         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25912         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25913         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25914         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25915         Likewise.
25916         [$(subdir) = elf && $(config-cflags-avx) = yes]
25917         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25918         [$(subdir) = elf && $(config-cflags-avx) = yes]
25919         (CFLAGS-tst-auditmod4a.c): Likewise.
25920         [$(subdir) = elf && $(config-cflags-avx) = yes]
25921         (CFLAGS-tst-auditmod4b.c): Likewise.
25922         [$(subdir) = elf && $(config-cflags-avx) = yes]
25923         (CFLAGS-tst-auditmod6b.c): Likewise.
25924         [$(subdir) = elf && $(config-cflags-avx) = yes]
25925         (CFLAGS-tst-auditmod6c.c): Likewise.
25926         [$(subdir) = elf && $(config-cflags-avx) = yes]
25927         (CFLAGS-tst-auditmod7b.c): Likewise.
25928         * elf/tst-audit3.c: Move to ...
25929         * sysdeps/x86_64/tst-audit3.c: ... here.
25930         * elf/tst-audit4.c: Move to ...
25931         * sysdeps/x86_64/tst-audit4.c: ... here.
25932         * elf/tst-audit5.c: Move to ...
25933         * sysdeps/x86_64/tst-audit5.c: ... here.
25934         * elf/tst-audit6.c: Move to ...
25935         * sysdeps/x86_64/tst-audit6.c: ... here.
25936         * elf/tst-audit7.c: Move to ...
25937         * sysdeps/x86_64/tst-audit7.c: ... here.
25938         * elf/tst-auditmod3a.c: Move to ...
25939         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25940         * elf/tst-auditmod3b.c: Move to ...
25941         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25942         * elf/tst-auditmod4a.c: Move to ...
25943         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25944         * elf/tst-auditmod4b.c: Move to ...
25945         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25946         * elf/tst-auditmod5a.c: Move to ...
25947         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25948         * elf/tst-auditmod5b.c: Move to ...
25949         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25950         * elf/tst-auditmod6a.c: Move to ...
25951         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25952         * elf/tst-auditmod6b.c: Move to ...
25953         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25954         * elf/tst-auditmod6c.c: Move to ...
25955         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25956         * elf/tst-auditmod7a.c: Move to ...
25957         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25958         * elf/tst-auditmod7b.c: Move to ...
25959         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25961 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25963         [BZ #15366]
25964         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25965         define unconditionally.
25966         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25967         define unconditionally.
25968         (INT8_C, INT16_C, etc.): Likewise.
25970 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25972         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25973         __ehdr_start with hidden visibility.
25975         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25977 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25979         * math/libm-test.inc (cos_test): Use accurate hex constants.
25980         (sincost_test): Likewise.
25982 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25984         * math/libm-test.inc (catan_test): Add more tests.
25985         (catanh_test): Likewise.
25987         * math/s_catanf.c (__catanf): Use suffixed floating-point
25988         constants.
25989         * math/s_catanhf.c (__catanhf): Likewise.
25990         * math/s_catanhl.c (__catanhl): Likewise.
25991         * math/s_catanl.c (__catanl): Likewise.
25993         [BZ #15394]
25994         * math/s_catan.c (__catan): Calculate imaginary part of result
25995         with log1p not log unless computing log of number close to 0.
25996         * math/s_catanf.c (__catanf): Likewise.
25997         * math/s_catanl.c (__catanl): Likewise.
25998         * math/s_catanh.c (__catanh): Calculate real part of result with
25999         log1p not log unless computing log of number close to 0.
26000         * math/s_catanhf.c (__catanhf): Likewise.
26001         * math/s_catanhl.c (__catanhl): Likewise.
26002         * math/libm-test.inc (catan_test): Add more tests.
26003         (catanh_test): Likewise.
26004         * sysdeps/i386/fpu/libm-test-ulps: Update.
26005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26007 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26009         * benchtests/Makefile: Mention files in which fast and slow
26010         paths of math functions are implemented.
26012 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26014         * sysdeps/posix/timespec_get.c: New file.
26016 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26018         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26019         POWER.
26020         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26021         for POWER.
26022         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26023         powerpc/power5/fpu folders.
26024         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26025         * benchtests/Makefile: Add modf testcase.
26026         * benchtests/bench-modf.c: New file: Benchmark test for mo
26028 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26030         [BZ #14888]
26031         * time/Makefile (tests): Add tst-strptime-whitespace.
26032         * time/strptime_l.c (get_number): Use ISSPACE.
26033         (__strptime_internal): Likewise.
26034         * time/tst-strptime-whitespace.c: New test case.
26036 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26038         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26039         member.
26040         (_nss_files_init): Set it here.
26042 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26044         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26045         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26046         unsigned.
26048 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26050         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26052 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26054         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26055         size just once.
26057 2013-04-21  David S. Miller  <davem@davemloft.net>
26059         * po/ru.po: Update Russion translation from translation project.
26061 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26063         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26064         and setfsgid.
26066 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26068         * configure.in: Remove i386 configure warning. Remove i386 case.
26069         * configure: Regenerate.
26070         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26071         Add example to error message.
26072         * sysdeps/i386/configure: Regenerate.
26074 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26076         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26077         slowtan.
26078         * benchtests/cos-inputs: New file.
26079         * benchtests/slowcos-inputs: New file.
26080         * benchtests/slowcos.c: New file.
26081         * benchtests/slowtan-inputs: New file.
26082         * benchtests/slowtan.c: New file.
26083         * benchtests/tan-inputs: New file.
26085 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26087         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26088         considered kosher.
26090 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26092         * benchtests/Makefile: Include cppflags-iterator.mk to add
26093         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26095         * Makefile.in (bench-clean): New target.
26096         * benchtests/Makefile (bench-clean): Likewise.
26098 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26100         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26102 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26104         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26106 2013-04-15  Andreas Schwab  <schwab@suse.de>
26108         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26109         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26110         * nscd/pwdcache.c (cache_addpw): Likewise.
26111         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26112         more than recsize.
26114 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26116         * benchtests/Makefile (bench): Write all output to
26117         bench-out.tmp together.
26119 2013-04-15  Andreas Schwab  <schwab@suse.de>
26121         * nscd/nscd.c (main): Don't fork again after closing files.
26123 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26125         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26127         * benchtests/Rules (bench-deps): Collect dependencies into a
26128         single variable.  Add Makefile to dependencies.
26129         ($(objpfx)bench-%.c): Depend on bench-deps.
26131 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26132             Xavier Roche  <roche+kml2@exalead.com>
26134         [BZ #15361]
26135         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26136         just that it's a file descriptor.
26137         * manual/llio.texi (Synchronizing AIO Operations): Update description
26138         for EBADF error from aio_fsync.
26140 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26142         * Rules (bench): Move target definition...
26143         * benchtests/Makefile: ... here.
26145 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26147         * math/libm-test.inc (cos_test): Fix PI/2 test.
26148         (sincos_test): Likewise.
26149         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26150         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26152 2013-04-11  Andreas Schwab  <schwab@suse.de>
26154         [BZ #13988]
26155         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26156         accept exponent character only when digits were seen.
26157         * stdio-common/Makefile (tests): Add bug26.
26158         * stdio-common/bug26.c: New file.
26160         [BZ #14293]
26161         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26162         non-freeable.
26164 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26166         * Makeconfig (rtld-prefix): Define built linker prefix.
26167         * Rules (run-bench): Use it.
26168         * math/Makefile (run-regen-ulps): Likewise.
26170         * Rules (bench): Remove eval.
26172 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26173             Roland McGrath  <roland@hack.frob.com>
26174             Ondrej Bilka  <neleai@seznam.cz>
26176         [BZ #15346]
26177         * time/getdate.c: Include ctype.h and alloca.h.
26178         (__getdate_r): Trim leading and trailing spaces of input.
26179         * time/tst-getdate.c (tests): Add tests with leading and
26180         trailing spaces.
26182 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26184         [BZ #14280]
26185         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26186         when computing value.
26188 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26190         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26191         Use testrun.sh to run libm tests.
26193         [BZ #15309]
26194         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26196 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26198         [BZ #15264]
26199         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26201 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26203         * Makefile.in (regen-ulps): New target.
26204         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26205         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26206         [ifneq (no,$(PERL)] (regen-ulps): New target.
26207         [ifeq (no,$(PERL)] (regen-ulps): New target.
26208         * math/libm-test.inc (ulps_file_name): Define.
26209         (output_dir): New variable.
26210         (options): Add "output-dir" option.
26211         (parse_opt): Handle 'o' case.
26212         (main): If output_dir is non-NULL use it as a prefix
26213         otherwise use "".
26214         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26216 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26218         [BZ #10060, #10062]
26219         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26220         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26221         fail configure if __sync_val_compare_and_swap is not inlined.
26222         * sysdeps/i386/configure: Regenerate.
26223         * configure.in: Build for i686 when configured for i386.
26224         * configure: Regenerate.
26225         * README: Remove i386 reference.
26227 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26229         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26230         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26232 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26234         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26235         (lmsnanval): New variables.
26236         (F): Add conversion tests.
26237         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26238         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26240         * stdio-common/tstdiomisc.c (F): Properly collect individual
26241         tests' results.
26243         [BZ #14686, #15336]
26244         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26245         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26246         Instead, use input NaN values or generate a qNaN by arithmetic
26247         operation.  Also fix bugs to comply with the standard.
26248         * math/libm-test.inc (remainder_test): Add more tests.
26250         [BZ #15335, #15342]
26251         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26252         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26253         input NaN values or generate a qNaN by arithmetic operation.
26255         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26256         unreachable code.
26258         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26259         definitions.
26261 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26263         [BZ #14478]
26264         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26265         underflowed result.
26266         * math/s_cexpf.c (__cexpf): Likewise.
26267         * math/s_cexpl.c (__cexpl): Likewise.
26268         * math/libm-test.inc (cexp_test): Add more tests.
26270 2013-04-03  Andreas Schwab  <schwab@suse.de>
26272         [BZ #15330]
26273         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26274         order arrays from heap if bigger than alloca cutoff.
26276 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26278         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26279         (SNAN_TESTS_double): Refer to GCC PR56831.
26280         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26281         GCC PR56828.
26283 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26285         * Rules (bench): Move bench.out after the run is complete.
26287         * Rules (bench): Echo currently running benchmark.
26289         * benchtests/Makefile (bench): Add atan and slowatan.
26290         * benchtests/atan-inputs: New file.
26291         * benchtests/slowatan-inputs: New file.
26292         * benchtests/slowatan.c: New file.
26294         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26295         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26296         its value.
26298         [BZ #15305]
26299         * sysdeps/unix/sysv/linux/kernel-features.h
26300         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26301         __ASSUME_XFS_RESTRICTED_CHOWN.
26302         * sysdeps/unix/sysv/linux/pathconf.c
26303         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26304         Save and restore errno.
26306 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26308         [BZ #15327]
26309         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26310         arguments using __kernel_casinh.
26311         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26312         arguments using __kernel_casinhf.
26313         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26314         arguments using __kernel_casinhl.
26315         * math/libm-test.inc (cacosh_test): Add more tests.
26316         * sysdeps/i386/fpu/libm-test-ulps: Update.
26317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26319 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26321         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26322         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26324         * bench/Makefile (bench): Add sin and slowsin.
26325         * benchtests/sin-inputs: New file.
26326         * benchtests/slowsin-inputs: New file.
26327         * benchtests/slowsin.c: New file.
26329         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26330         (bench): Add slowexp and slowpow.
26331         (exp-ITER): Increase iterations.
26332         (pow-ITER): Likewise.
26333         * benchtests/exp-inputs: Change input.
26334         * benchtests/pow-inputs: Likewise.
26335         * benchtests/slowexp-inputs: New file.
26336         * benchtests/slowexp.c: New file.
26337         * benchtests/slowpow-inputs: New file.
26338         * benchtests/slowpow.c: New file.
26340 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26342         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26343         instructions.
26344         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26345         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26346         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26347         * benchtests/Makefile: Add rint benchtest.
26348         * benchtests/rint-inputs: Input for rint benchtest.
26350 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26352         * Versions.def (libm): Add GLIBC_2.18.
26353         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26354         hidden libm prototypes.
26355         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26356         * math/Makefile (libm-calls): Add s_issignaling.
26357         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26358         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26359         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26360         declaration.
26361         * math/math.h [__USE_GNU] (issignaling): New macro.
26362         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26363         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26364         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26365         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26366         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26367         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26368         * manual/arith.texi (issignaling): New section.
26369         * manual/libm-err-tab.pl (@all_functions): Update comment.
26370         * math/gen-libm-test.pl (parse_args): Apply special handling for
26371         issignaling.
26372         * math/libm-test.inc (print_float, issignaling_test): New
26373         functions.
26374         (check_float_internal): Add issignaling checks.
26375         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26376         default definition.
26377         * sysdeps/powerpc/math-tests.h: New file.
26378         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26379         tests.
26380         * math/test-snan.c (TEST_FUNC): Likewise.
26382 2013-03-30  David S. Miller  <davem@davemloft.net>
26384         * po/de.po: Update from translation team.
26386 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26388         [BZ #10357]
26389         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26390         imaginary part less than 1.0 and real part less than 0.5
26391         specially.
26392         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26393         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26394         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26395         (cacos_test): Add more tests.
26396         (casin_test): Likewise.
26397         (casinh_test): Likewise.
26398         * sysdeps/i386/fpu/libm-test-ulps: Update.
26399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26401 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26403         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26404         ONE with its value.
26406         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26407         (__pow_mp): Replace ONE and MONE with their values.
26408         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26409         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26410         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26411         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26412         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26413         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26415         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26417         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26418         (__pow_mp): Replace ZERO and MZERO with their values.
26419         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26420         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26421         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26422         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26423         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26424         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26425         (__sqr): Likewise.
26427         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26429         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26431 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26433         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26434         Declare with __attribute__ ((weak)).
26435         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26436         Call __call_tls_dtors only if it's not NULL.
26438 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26440         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26441         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26442         magic __ehdr_start linker symbol if it's defined.
26443         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26444         them up here if it was already done.
26446         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26447         (_dl_aux_init): Use const in cast when setting it.
26448         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26449         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26450         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26452         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26453         Declare them here.
26454         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26455         * csu/libc-tls.c: Nor here.
26456         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26458         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26459         (__libc_message): Never call vsyslog.
26461 2013-03-28  Alan Modra  <amodra@gmail.com>
26463         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26464         Define as empty.
26465         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26466         Likewise.
26468 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26470         [BZ #15214]
26471         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26472         underflow.
26473         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26475 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26477         [BZ #15304]
26478         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26479         Don't add gid passed as argument.
26481         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26483 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26485         [BZ #15307]
26486         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26487         imaginary part between 1.0 and 1.5 and real part less than 0.5
26488         specially.
26489         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26490         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26491         * math/libm-test.inc (cacos_test): Add more tests.
26492         (casin_test): Likewise.
26493         (casinh_test): Likewise.
26494         * sysdeps/i386/fpu/libm-test-ulps: Update.
26495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26497 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26499         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26500         constants.
26501         (norm): Likewise.
26502         (denorm): Likewise.
26503         (__dbl_mp): Likewise.
26504         (add_magnitudes): Likewise.
26505         (sub_magnitudes): Likewise.
26506         (__add): Likewise.
26507         (__sub): Likewise.
26508         (__mul): Likewise.
26509         (__sqr): Likewise.
26510         (__inv): Likewise.
26511         (__dvd): Likewise.
26513         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26514         commented code.
26515         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26516         (__dubcos): Likewise.
26517         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26518         (__ieee754_acos): Likewise.
26519         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26520         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26521         (__exp1): Likewise.
26522         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26523         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26524         (log1): Likewise.
26525         (my_log2): Likewise.
26526         (checkint): Likewise.
26527         * sysdeps/ieee754/dbl-64/e_remainder.c
26528         (__ieee754_remainder): Likewise.
26529         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26530         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26531         (bsloww): Likewise.
26532         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26534         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26535         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26536         MANTISSA_STORE_T to store computations on mantissa.  Use
26537         macros for rounding and division.
26538         (denorm): Likewise.
26539         (__dbl_mp): Likewise.
26540         (add_magnitudes): Likewise.
26541         (sub_magnitudes): Likewise.
26542         (__mul): Likewise.
26543         (__sqr): Likewise.
26544         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26545         powers of two in terms of TWOPOW macro.
26546         (mp_no): Make type of mantissa as MANTISSA_T.
26547         [!RADIXI]: Define RADIXI.
26548         [!TWO52]: Define TWO52.
26549         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26551 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26553         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26554         llroundl symbol when building for PPC32.
26556 2013-03-24  Mark H Weaver  <mhw@netris.org>
26558         * manual/arith.texi (Normalization Functions): Fix prototypes for
26559         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26561 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26563         [BZ #13889]
26564         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26565         high value to check if expl overflow.
26566         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26567         to check for underflow and overflow.
26568         * math/libm-test.inc: Add exp test.
26570 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26572         [BZ #11120]
26573         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26574         with NOT_IN_libc.
26576 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26578         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26579         symbol.
26581 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26583         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26584         wrap blocks consisting of several statements.
26586         * sysdeps/generic/math-tests.h: New file.
26587         * sysdeps/i386/fpu/math-tests.h: Likewise.
26588         * math/test-snan.c: Include it.
26589         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26591 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26593         [BZ #15285]
26594         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26595         (__ieee754_j0l): Do not improve calculations using cos of twice
26596         input for inputs above LDBL_MAX / 2.0L.
26597         (__ieee754_y0l): Likewise.
26598         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26599         (__ieee754_j1l): Do not improve calculations using cos of twice
26600         input for inputs above LDBL_MAX / 2.0L.
26601         (__ieee754_y1l): Likewise.
26602         * math/libm-test.inc (j0_test): Add another test.
26603         (j1_test): Likewise.
26604         (y0_test): Likewise.
26605         (y1_test): Likewise.
26606         * sysdeps/i386/fpu/libm-test-ulps: Update.
26608 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26610         * Rules ($(objpfx)bench-%.c): Include code from a C source
26611         file.
26613 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26615         [BZ #15287]
26616         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26617         imaginary part 1.0 and real part less than 0.5 specially.
26618         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26619         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26620         * math/libm-test.inc (cacos_test): Add more tests.
26621         (casin_test): Likewise.
26622         (casinh_test): Likewise.
26623         * sysdeps/i386/fpu/libm-test-ulps: Update.
26624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26626 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26628         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26629         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26631 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26633         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26634         * config.make.in (config-cflags-sse4): Remove variable.
26635         (config-cflags-avx): Likewise.
26636         (config-cflags-sse2avx): Likewise.
26637         (config-cflags-novzeroupper): Likewise.
26638         (config-asflags-i686): Likewise.
26639         (have-mfma4): Likewise.
26640         (have-as-vis3): Likewise.
26641         (MIG): Likewise.
26642         * configure.in (MIG): Do not AC_SUBST.
26643         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26644         (libc_cv_cc_sse4): Do not AC_SUBST.
26645         (libc_cv_cc_avx): Likewise.
26646         (libc_cv_cc_sse2avx): Likewise.
26647         (libc_cv_cc_novzeroupper): Likewise.
26648         (libc_cv_cc_fma4): Likewise.
26649         (libc_cv_as_i686): Likewise.
26650         (libc_cv_sparc_as_vis3): Likewise.
26651         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26652         LIBC_CONFIG_VAR.
26653         (config-asflags-i686): Likewise.
26654         (config-cflags-avx): Likewise.
26655         (config-cflags-sse2avx): Likewise.
26656         (have-mfma4): Likewise.
26657         (config-cflags-novzeroupper): Likewise.
26658         * sysdeps/mach/configure.in (MIG): Likewise.
26659         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26660         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26661         LIBC_CONFIG_VAR.
26662         (config-cflags-avx): Likewise.
26663         (config-cflags-sse2avx): Likewise.
26664         (have-mfma4): Likewise.
26665         (config-cflags-novzeroupper): Likewise.
26666         * configure: Regenerated.
26667         * sysdeps/i386/configure: Likewise.
26668         * sysdeps/mach/configure: Likewise.
26669         * sysdeps/sparc/configure: Likewise.
26670         * sysdeps/x86_64/configure: Likewise.
26672 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26674         [BZ #14812]
26675         * locale/programs/localedef.c (options): Put N_ translation marker
26676         on argument names, not just descriptions.
26678 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26680         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26682 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26684         [BZ #14176]
26685         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26687 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26689         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26690         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26691         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26692         [!BEFORE_ABORT] (before_abort): New function.
26693         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26694         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26695         (writev_for_fatal): New function.
26696         (WRITEV_FOR_FATAL): New macro; call that.
26697         (backtrace_and_maps): New function.
26698         (BEFORE_ABORT): New macro; call that.
26699         (struct str_list): Type removed.
26700         (__libc_message, __libc_fatal): Functions removed.
26701         Include <sysdeps/posix/libc_fatal.c> instead.
26703 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26705         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26706         constants.
26707         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26708         double constants.
26710 2013-03-19  Andreas Schwab  <schwab@suse.de>
26712         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26713         * sysdeps/gnu/configure: Regenerate.
26715         * configure.in: Substitute libc_cv_rtlddir.
26716         * configure: Regenerate.
26717         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26718         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26719         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26720         * elf/Makefile (install-others, CFLAGS-interp.c)
26721         (ldso_install, common-ldd-rewrite): Likewise.
26722         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26723         $(inst_slibdir)/$(rtld-installed-name).
26724         * scripts/rellns-sh: Add -p option.
26725         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26726         for source.
26728 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26730         * manual/nptl.texi: Renamed to ...
26731         * manual/threads.texi: ... this.
26732         * manual/Makefile (chapters): Update.
26734 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26736         [BZ #14812]
26737         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26738         on argument names, not just descriptions.
26739         * malloc/memusagestat.c (options): Likewise.
26740         * nss/getent.c (options): Likewise.
26742 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26744         [BZ #14812]
26745         * iconv/iconv_prog.c (options): Put N_ translation marker
26746         on argument names, not just descriptions.
26747         * iconv/iconvconfig.c (options): Likewise.
26749 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26751         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26752         implementation which is faster on all x86_64 architectures.
26753         Tested on AMD, Intel Nehalem, SNB, IVB.
26754         * sysdeps/x86_64/strnlen.S: Likewise.
26756         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26757         Remove all multiarch strlen and strnlen versions.
26758         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26759         Remove strlen and strnlen related parts.
26761         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26762         Inline strlen part.
26763         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26765         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26766         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26767         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26768         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26769         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26770         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26772 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26774         * manual/memory.texi (Malloc Tunable Parameters):
26775         Sort parameters alphabetically. Add comments for missing entries.
26777 2013-03-17  David S. Miller  <davem@davemloft.net>
26779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26781 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26783         [BZ #15283]
26784         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26785         for arguments at most half maximum finite value.
26786         * math/libm-test.inc (j0_test): Add more tests.
26787         (j1_test): Likewise.
26788         (y0_test): Likewise.
26789         (y1_test): Likewise.
26790         * sysdeps/i386/fpu/libm-test-ulps: Update.
26791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26793         [BZ #14155]
26794         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26795         1 / x and functions P and Q for arguments above 0x1p256L.
26796         (__ieee754_y0l): Likewise.
26797         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26798         (__ieee754_y1l): Likewise.
26799         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26800         (j1_test): Likewise.
26801         (y0_test): Likewise.
26802         (y1_test): Likewise.
26804 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26806         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26807         variable.
26809 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26811         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26812         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26813         zero since it's initialized to EXEC_PAGESIZE.
26815         * sysdeps/unix/sysv/linux/ldsodefs.h
26816         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26817         * sysdeps/generic/ldsodefs.h: ... here.
26819 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26821         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26823         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26824         math/test-snan.c.
26825         * math/test-snan.c: Renamed from
26826         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26827         * math/Makefile (tests): Add test-snan.
26828         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26829         test-powerpc-snan.
26831         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26832         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26833         functions.
26834         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26835         __builtin_nan family of functions.
26836         * math/libm-test.inc (initialize): Initialize qnan_value with
26837         __builtin_nan family of functions.
26838         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26839         Remove variables.
26840         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26841         Remove functions.
26842         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26843         storage class.  Initialize qNaN_var and sNaN_var with
26844         __builtin_nan and __builtin_nans families of functions,
26845         respectively.
26847         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26848         (sqrt_test): Remove duplicate test with qNaN input.
26849         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26850         (round_test, signbit_test, significand_test): Note missing +/-Inf
26851         as well as qNaN tests.
26853         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26854         qNaN_var.  Fix a few strings, too.
26855         * math/libm-test.inc (nan_value): Rename to qnan_value.
26856         * math/gen-libm-test.pl (%beautify): Adjust to that.
26857         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26858         * math/test-misc.c (main): Likewise.
26859         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26860         to __qnan_bytes, and __qnan_union, respectively.
26861         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26862         Likewise.
26863         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26864         and lqnanval, respectively.
26865         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26866         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26867         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26868         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26870         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26871         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26872         doubles.
26874         * math/test-misc.c (main): Fix copy'n'pastos.
26875         * misc/tst-efgcvt.c (special): Likewise.
26877         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26878         Remove declarations.
26880 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26882         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26883         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26884         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26885         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26887 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26889         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26890         macro to return vdso values correctly in IFUNC implementations.
26891         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26892         Optimization by using IFUNC.
26894 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26895             Richard Henderson  <rth@redhat.com>
26896             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26898         * Makefile.in (bench): New target.
26899         * NEWS: Mention the benchmark framework.
26900         * Rules (bench): Likewise.
26901         (binaries-bench): Generate binaries for functions to
26902         benchmark.
26903         * benchtests/Makefile: New makefile for benchmark tests.
26904         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26905         programs.
26906         * benchtests/exp-inputs: New input file for EXP function.
26907         * benchtests/pow-inputs: New input file for POW function.
26908         * scripts/bench.pl: New script to generate source files for
26909         benchmark programs.
26911 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26913         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26914         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26915         computations on mantissa.  Use macros for rounding and
26916         division.
26917         (denorm): Likewise.
26918         (__dbl_mp): Likewise.
26919         (add_magnitudes): Likewise.
26920         (sub_magnitudes): Likewise.
26921         (__mul): Likewise.
26922         (__sqr): Likewise.
26923         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26924         powers of two in terms of TWOPOW macro.
26925         (mp_no): Make type of mantissa as MANTISSA_T.
26926         [!RADIXI]: Define RADIXI.
26927         [!TWO52]: Define TWO52.
26928         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26930         * manual/nptl.texi (cindex): Modify threads to pthreads.
26932 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26934         * sysdeps/x86_64/preconfigure: Regenerated.
26936 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26938         [BZ #14155]
26939         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26940         0x1p28 and above.
26941         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26942         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26943         0x1p28 and above.
26944         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26945         * math/libm-test.inc (j0_test): Do not allow one spurious
26946         underflow exception.
26947         (y1_test): Likewise.
26949 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26951         * manual/Makefile (chapters): Add nptl.
26952         * manual/debug.texi (Debugging Support): Add link to Threads
26953         chapter.
26954         * manual/nptl.texi: New file.
26956         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26958 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26960         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26961         for non-NULL pointer before the memory validity test. Pointed
26962         out by Holger Brunck <holger.brunck@keymile.com>.
26964 2013-03-13  Andreas Schwab  <schwab@suse.de>
26966         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26967         instead of .os.
26969 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26971         * timezone/zic.c: Update from tzcode 2013b.
26973 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26975         * manual/install.texi (Configuring and compiling):
26976         Mention i686 and i586.
26977         * INSTALL: Regenerate.
26979 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26981         * sysdeps/init_array/elf-init.c: New file.
26982         * csu/elf-init.c
26983         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26984         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26986         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26987         __gmon_start__ as global, but as static with a .preinit_array pointer.
26988         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26989         * sysdeps/init_array/crti.S: New file, empty except for comments.
26990         * sysdeps/init_array/crtn.S: Likewise.
26992 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26994         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26995         definining bcopy.
26996         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26997         Remove Prefer_SSE_for_memop.
26998         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26999         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27000         HAS_PREFER_SSE_FOR_MEMOP.
27001         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27002         memset-x86-64.
27003         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27004         Remove bzero, memset ifunc support.
27005         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27006         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27007         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27008         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27010 2013-03-11  Andreas Schwab  <schwab@suse.de>
27012         [BZ #15234]
27013         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27014         by SHLIB_COMPAT.
27015         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27016         (GLIBC_2.16): Remove pthread_atfork.
27018 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27020         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27021         (ptestcases.h): Likewise.
27023 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27025         * Makeconfig ($(common-objpfx)config.status): Depend on
27026         sysdeps/*/preconfigure{,.in} too.
27028 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27030         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27031         (__free_hook): Use void * instead of __malloc_ptr_t.
27032         (__malloc_hook): Likewise.
27033         (__realloc_hook): Likewise.
27034         (__memalign_hook): Likewise.
27035         (__after_morecore_hook): Likewise.
27036         * malloc/arena.c (save_malloc_hook): Likewise.
27037         (save_free_hook): Likewise.
27038         * malloc/hooks.c (malloc_hook_ini): Likewise.
27039         (realloc_hook_ini): Likewise.
27040         (memalign_hook_ini): Likewise.
27041         * malloc/malloc.c (malloc_hook_ini): Likewise.
27042         (realloc_hook_ini): Likewise.
27043         (memalign_hook_ini): Likewise.
27044         (__free_hook): Likewise.
27045         (__malloc_hook): Likewise.
27046         (__realloc_hook): Likewise.
27047         (__memalign_hook): Likewise.
27048         (__libc_malloc): Likewise.
27049         (__libc_free): Likewise.
27050         (__libc_realloc): Likewise.
27051         (__libc_memalign): Likewise.
27052         (__libc_valloc): Likewise.
27053         (__libc_pvalloc): Likewise.
27054         (__libc_calloc): Likewise.
27055         (__posix_memalign): Likewise.
27056         * malloc/morecore.c (__sbrk): Likewise.
27057         (__default_morecore): Likewise.
27059         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27061         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27062         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27063         __malloc_ptrdiff_t.
27065         * malloc/malloc.h (__malloc_size_t): Remove macro.
27066         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27067         __malloc_size_t.
27068         (old_memalign_hook): Likewise.
27069         (old_realloc_hook): Likewise.
27070         (struct hdr): Likewise.
27071         (flood): Likewise.
27072         (mallochook): Likewise.
27073         (memalignhook): Likewise.
27074         (reallochook): Likewise.
27075         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27076         (tr_old_realloc_hook): Likewise.
27077         (tr_old_memalign_hook): Likewise.
27078         (tr_mallochook): Likewise.
27079         (tr_reallochook): Likewise.
27080         (tr_memalignhook): Likewise.
27082 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27084         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27085         default_ldbl_pack and using as default implementation.
27086         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27087         implementation.
27088         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27089         redundant definition.
27090         (ldbl_insert_mantissa): Likewise.
27091         (ldbl_canonicalize): Likewise.
27092         (ldbl_nearbyint): Likewise.
27093         (ldbl_pack): Rename to ldbl_pack_ppc.
27094         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27095         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27096         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27098 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27100         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27101         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27102         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27103         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27104         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27105         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27106         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27107         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27109 2013-03-07  Andreas Jaeger  <aj@suse.de>
27111         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27112         bits/mman-linux.h.
27114 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27116         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27117         Include mpa.h and declare __MPEXP.
27118         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27119         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27120         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27121         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27122         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27123         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27124         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27126         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27127         (__slowpow): Use long double EXPL and LOGL functions to
27128         compute POW.
27129         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27130         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27131         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27132         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27133         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27134         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27136         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27137         intermediate variable to calculate exponent.
27138         (__sqr): Likewise.
27139         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27140         Likewise.
27141         (__sqr): Likewise.
27143         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27144         [!NO__SQR]: Define __sqr.
27145         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27146         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27147         sysdeps/ieee754/dbl-64/mpa.c.
27148         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27150         [BZ #12723]
27151         * posix/Makefile (tests): Add tst-pathconf.
27152         * posix/tst-pathconf.c: New test case.
27153         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27154         _PC_PIPE_BUF.
27155         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27157 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27159         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27161 2013-03-06  Andreas Jaeger  <aj@suse.de>
27163         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27164         definition via __MAP_ANONYMOUS.
27166         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27167         it's not part of Linux headers.
27169         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27170         (MAP_HUGE_MASK): Define.
27172         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27173         Define.
27174         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27175         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27176         Define.
27177         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27178         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27179         Define.
27180         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27181         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27182         Define.
27183         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27185         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27186         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27187         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27188         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27189         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27190         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27192         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27193         Handle f2fs.
27195         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27196         Handle f2fs and efivarfs.
27198         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27199         f2fs.
27201         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27202         (EFIVARFS_MAGIC): Add.
27203         (F2FS_LINK_MAX): Add.
27205 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27207         * stdio-common/vfprintf.c: Replace __builtin_expect with
27208         __glibc_unlikely.
27210 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27212         [BZ #13550]
27213         * sysdeps/generic/bp-sym.h: Remove file.
27214         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27215         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27216         <bp-sym.h> and <bp-asm.h>.
27217         (__longjmp): Don't use BP_SYM.
27218         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27219         and <bp-asm.h>.
27220         (memcpy): Don't use BP_SYM.
27221         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27222         <bp-sym.h> and <bp-asm.h>.
27223         (memcpy): Don't use BP_SYM.
27224         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27225         <bp-asm.h>.
27226         (memcpy): Don't use BP_SYM.
27227         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27228         <bp-asm.h>.
27229         (memset): Don't use BP_SYM.
27230         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27231         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27232         (__bzero): Don't use BP_SYM.
27233         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27234         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27235         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27236         <bp-sym.h> and <bp-asm.h>.
27237         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27238         pointers.
27239         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27240         <bp-sym.h> and <bp-asm.h>.
27241         (memcpy): Don't use BP_SYM.
27242         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27243         <bp-sym.h> and <bp-asm.h>.
27244         (memset): Don't use BP_SYM.
27245         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27246         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27247         (__bzero): Don't use BP_SYM.
27248         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27249         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27250         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27251         <bp-sym.h> and <bp-asm.h>.
27252         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27253         pointers.
27254         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27255         <bp-sym.h> and <bp-asm.h>.
27256         (memcpy): Don't use BP_SYM.
27257         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27258         <bp-sym.h> and <bp-asm.h>.
27259         (memset): Don't use BP_SYM.
27260         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27261         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27262         (__bzero): Don't use BP_SYM.
27263         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27264         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27265         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27266         <bp-sym.h> and <bp-asm.h>.
27267         (__memchr): Don't use BP_SYM.
27268         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27269         <bp-sym.h> and <bp-asm.h>.
27270         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27271         pointers.
27272         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27273         <bp-sym.h> and <bp-asm.h>.
27274         (memcpy): Don't use BP_SYM.
27275         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27276         <bp-sym.h> and <bp-asm.h>.
27277         (__mempcpy): Don't use BP_SYM.
27278         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27279         <bp-sym.h> and <bp-asm.h>.
27280         (__memrchr): Don't use BP_SYM.
27281         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27282         <bp-sym.h> and <bp-asm.h>.
27283         (memset): Don't use BP_SYM.
27284         (__bzero): Likewise.
27285         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27286         <bp-sym.h> and <bp-asm.h>.
27287         (__rawmemchr): Don't use BP_SYM.
27288         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27289         <bp-sym.h> and <bp-asm.h>.
27290         (__STRCMP): Don't use BP_SYM.
27291         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27292         <bp-sym.h> and <bp-asm.h>.
27293         (strchr): Don't use BP_SYM.
27294         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27295         <bp-sym.h> and <bp-asm.h>.
27296         (__strchrnul): Don't use BP_SYM.
27297         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27298         <bp-sym.h> and <bp-asm.h>.
27299         (strlen): Don't use BP_SYM.
27300         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27301         <bp-sym.h> and <bp-asm.h>.
27302         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27303         pointers.
27304         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27305         <bp-sym.h> and <bp-asm.h>.
27306         (__strnlen): Don't use BP_SYM.
27307         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27308         <bp-sym.h> and <bp-asm.h>.
27309         (__GI__setjmp): Don't use BP_SYM.
27310         (_setjmp): Likewise.
27311         (__sigsetjmp): Likewise.
27312         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27313         (L(start_addresses)): Don't use BP_SYM.
27314         (_start): Likewise.
27315         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27316         <bp-asm.h>.
27317         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27318         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27319         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27320         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27321         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27322         <bp-asm.h>.
27323         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27324         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27325         about bounded pointers.
27326         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27327         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27328         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27329         <bp-asm.h>.
27330         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27331         about bounded pointers.  Remove GKM FIXME comments.
27332         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27333         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27334         <bp-asm.h>.
27335         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27336         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27337         Remove GKM FIXME comments.
27338         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27339         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27340         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27341         <bp-asm.h>.
27342         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27343         about bounded pointers.  Remove GKM FIXME comment.
27344         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27345         and <bp-asm.h>.
27346         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27347         pointers.
27348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27349         <bp-sym.h> and <bp-asm.h>.
27350         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27352         <bp-sym.h> and <bp-asm.h>.
27353         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27354         comment.
27356 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27358         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27359         call free(NULL).
27361 2013-03-05  David S. Miller  <davem@davemloft.net>
27363         * po/es.po: Update from translation team.
27365 2013-03-05  Andreas Jaeger  <aj@suse.de>
27367         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27368         <bits/mman-linux.h>.
27369         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27370         is fine.
27371         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27372         <bits/mman-linux.h> to end of file.
27373         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27374         is fine.
27375         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27376         <bits/mman-linux.h> to end of file.
27377         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27378         is fine.
27379         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27380         <bits/mman-linux.h> to end of file.
27382         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27383         (MCL_CURRENT, MCL_FUTURE): Define here.
27385 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27387         [BZ #15232]
27388         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27389         attribute_hidden.
27390         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27392 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27394         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27395         fourth parameter needed for rt_sigprocmask syscall.
27396         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27397         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27398         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27399         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27400         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27401         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27403 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27405         [BZ #13550]
27406         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27407         comment about bounded pointers.
27408         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27409         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27411 2013-03-04  Andreas Jaeger  <aj@suse.de>
27413         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27414         common definitions.
27416         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27417         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27418         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27419         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27420         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27421         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27423 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27425         [BZ #15055]
27426         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27427         __ieee754_sqrl instead of __sqrl.
27429 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27431         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27432         * sysdeps/powerpc/fpu_control.h: ... here.
27433         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27434         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27435         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27436         * sysdeps/powerpc/bits/mathinline.h: ... here.
27438 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27440         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27441         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27442         to just [NEED_DL_SYSINFO_DSO].
27443         * elf/dl-support.c: Likewise.
27444         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27445         * elf/rtld.c (dl_main): Likewise.
27446         * elf/setup-vdso.h (setup_vdso): Likewise.
27447         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27448         * sysdeps/unix/sysv/linux/dl-sysdep.c
27449         (_dl_discover_osversion): Likewise.
27451 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27453         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27454         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27456 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27458         * NEWS: Mention libm performance improvements and non-x86 PI
27459         futex support.
27461         * csu/libc-start.c (__pthread_initialize_minimal): Change
27462         function arguments.
27463         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27465 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27467         [BZ #13550]
27468         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27469         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27470         <bp-sym.h> and <bp-asm.h>.
27471         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27472         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27473         and <bp-asm.h>.
27474         (memcpy): Don't use BP_SYM.
27475         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27476         <bp-asm.h>.
27477         (__mpn_add_n): Don't use BP_SYM.
27478         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27479         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27480         and <bp-asm.h>.
27481         (__mpn_addmul_1): Don't use BP_SYM.
27482         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27483         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27484         <bp-sym.h>.
27485         (_setjmp): Don't use BP_SYM.
27486         (__novmx_setjmp): Likewise.
27487         (__GI__setjmp): Likewise.
27488         (__vmx_setjmp): Likewise.
27489         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27490         <bp-sym.h>.
27491         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27492         (__bzero): Don't use BP_SYM.
27493         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27494         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27495         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27496         <bp-sym.h> and <bp-asm.h>.
27497         (memcpy): Don't use BP_SYM.
27498         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27499         <bp-sym.h> and <bp-asm.h>.
27500         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27501         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27502         <bp-sym.h> and <bp-asm.h>.
27503         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27504         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27505         <bp-asm.h>.
27506         (__mpn_lshift): Don't use BP_SYM.
27507         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27508         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27509         <bp-asm.h>.
27510         (memset): Don't use BP_SYM.
27511         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27512         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27513         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27514         <bp-asm.h>.
27515         (__mpn_mul_1): Don't use BP_SYM.
27516         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27517         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27518         <bp-sym.h> and <bp-asm.h>.
27519         (memcmp): Don't use BP_SYM.
27520         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27521         <bp-sym.h> and <bp-asm.h>.
27522         (memcpy): Don't use BP_SYM.
27523         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27524         <bp-sym.h> and <bp-asm.h>.
27525         (memset): Don't use BP_SYM.
27526         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27527         <bp-sym.h> and <bp-asm.h>.
27528         (strncmp): Don't use BP_SYM.
27529         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27530         <bp-sym.h> and <bp-asm.h>.
27531         (memcpy): Don't use BP_SYM.
27532         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27533         <bp-sym.h> and <bp-asm.h>.
27534         (memset): Don't use BP_SYM.
27535         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27536         <bp-sym.h> and <bp-asm.h>.
27537         (__memchr): Don't use BP_SYM.
27538         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27539         <bp-sym.h> and <bp-asm.h>.
27540         (memcmp): Don't use BP_SYM.
27541         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27542         <bp-sym.h> and <bp-asm.h>.
27543         (memcpy): Don't use BP_SYM.
27544         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27545         <bp-sym.h> and <bp-asm.h>.
27546         (__mempcpy): Don't use BP_SYM.
27547         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27548         <bp-sym.h> and <bp-asm.h>.
27549         (__memrchr): Don't use BP_SYM.
27550         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27551         <bp-sym.h> and <bp-asm.h>.
27552         (memset): Don't use BP_SYM.
27553         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27554         <bp-sym.h> and <bp-asm.h>.
27555         (__rawmemchr): Don't use BP_SYM.
27556         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27557         <bp-sym.h> and <bp-asm.h>.
27558         (__STRCMP): Don't use BP_SYM.
27559         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27560         <bp-sym.h> and <bp-asm.h>.
27561         (strchr): Don't use BP_SYM.
27562         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27563         <bp-sym.h> and <bp-asm.h>.
27564         (__strchrnul): Don't use BP_SYM.
27565         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27566         <bp-sym.h> and <bp-asm.h>.
27567         (strlen): Don't use BP_SYM.
27568         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27569         <bp-sym.h> and <bp-asm.h>.
27570         (strncmp): Don't use BP_SYM.
27571         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27572         <bp-sym.h> and <bp-asm.h>.
27573         (__strnlen): Don't use BP_SYM.
27574         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27575         <bp-asm.h>.
27576         (__mpn_rshift): Don't use BP_SYM.
27577         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27578         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27579         <bp-sym.h> and <bp-asm.h>.
27580         (__sigsetjmp): Don't use BP_SYM.
27581         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27582         (L(start_addresses)): Don't use BP_SYM.
27583         (_start): Likewise.
27584         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27585         <bp-asm.h>.
27586         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27587         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27588         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27589         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27590         <bp-asm.h>.
27591         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27592         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27593         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27594         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27595         <bp-asm.h>.
27596         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27597         comments.
27598         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27599         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27600         <bp-asm.h>.
27601         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27602         FIXME comments.
27603         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27604         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27605         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27606         <bp-asm.h>.
27607         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27608         comment.
27609         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27610         and <bp-asm.h>.
27611         (strncmp): Don't use BP_SYM,
27612         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27613         <bp-asm.h>.
27614         (__mpn_sub_n): Don't use BP_SYM.
27615         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27616         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27617         and <bp-asm.h>.
27618         (__mpn_submul_1): Don't use BP_SYM.
27619         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27621         <bp-sym.h> and <bp-asm.h>.
27622         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27624         <bp-sym.h> and <bp-asm.h>.
27625         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27626         comment.
27628 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27630         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27631         Use ZK to minimize writes to Z.
27632         (sub_magnitudes): Simplify code a bit.
27633         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27634         Use ZK to minimize writes to Z.
27635         (sub_magnitudes): Simplify code a bit.
27637 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27639         * csu/gmon-start.c: Add special exception to license text.
27641 2013-02-27  Richard Henderson  <rth@redhat.com>
27643         * scripts/config.guess: Update from config.git.
27644         * scripts/config.sub: Likewise.
27646 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27648         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27650         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27652         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27654         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27656         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27658 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27660         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27661         [$(build-shared = yes].
27663 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27665         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27666         (__mul): Reduce iterations for calculating mantissa.
27668         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27669         MPTWO.
27670         (__mpranred): Likewise.
27672         [BZ #15160]
27673         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27674         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27676 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27678         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27679         Define __attribute__.
27681 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27683         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27684         unused.
27685         * posix/regex_internal.h (__attribute): Remove.
27686         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27687         (re_string_context_at): Likewise.
27688         (bitset_not): Use __attribute__ and mark function as possibly
27689         unused.
27690         (bitset_merge): Likewise.
27691         (bitset_mask): Likewise.
27692         (re_string_char_size_at): Likewise.
27693         (re_string_wchar_at): Likewise.
27694         (re_string_elem_size_at): Likewise.
27696 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27698         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27699         code.
27700         (cc32): Likewise.
27702         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27703         (__acr): Likewise.
27704         (__cpy): Likewise.
27705         (norm): Likewise.
27706         (denorm): Likewise.
27707         (__dbl_mp): Likewise.
27708         (add_magnitudes): Likewise.
27709         (sub_magnitudes): Likewise.
27710         (__mul): Likewise.
27711         (__inv): Likewise.
27713         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27714         style.
27716         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27717         style.
27719         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27720         code.
27722         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27723         up changes with default code.
27724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27725         Likewise.
27727 2013-02-24  Allan McRae  <allan@archlinux.org>
27729         * manual/socket.texi (The Internet Namespace): Order menu items
27730         to match that in the file.
27732         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27733         node listing of the info page menu.
27735 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27737         [BZ #13550]
27738         * sysdeps/i386/bp-asm.h: Remove file.
27739         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27740         (PARMS): Do not use macros from bp-asm.h.
27741         (S1): Likewise.
27742         (S2): Likewise.
27743         (SIZE): Likewise.
27744         (__mpn_add_n): Do not use BP_SYM
27745         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27746         "bp-asm.h".
27747         (PARMS): Do not use macros from bp-asm.h.
27748         (S1): Likewise.
27749         (SIZE): Likewise.
27750         (__mpn_addmul_1): Do not use BP_SYM
27751         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27752         "bp-asm.h".
27753         (PARMS): Do not use macros from bp-asm.h.
27754         (SIGMSK): Likewise.
27755         (_setjmp): Likewise.  Do not use BP_SYM.
27756         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27757         "bp-asm.h".
27758         (PARMS): Do not use macros from bp-asm.h.
27759         (SIGMSK): Likewise.
27760         (setjmp): Likewise.  Do not use BP_SYM.
27761         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27762         "bp-asm.h".
27763         (PARMS): Do not use macros from bp-asm.h.
27764         (__frexp): Do not use BP_SYM.
27765         (frexp): Likewise.
27766         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27767         "bp-asm.h".
27768         (PARMS): Do not use macros from bp-asm.h.
27769         (__frexpf): Do not use BP_SYM.
27770         (frexpf): Likewise.
27771         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27772         "bp-asm.h".
27773         (PARMS): Do not use macros from bp-asm.h.
27774         (__frexpl): Do not use BP_SYM.
27775         (frexpl): Likewise.
27776         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27777         "bp-asm.h".
27778         (PARMS): Do not use macros from bp-asm.h.
27779         (__remquo): Do not use BP_SYM.
27780         (remquo): Likewise.
27781         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27782         "bp-asm.h".
27783         (PARMS): Do not use macros from bp-asm.h.
27784         (__remquof): Do not use BP_SYM.
27785         (remquof): Likewise.
27786         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27787         "bp-asm.h".
27788         (PARMS): Do not use macros from bp-asm.h.
27789         (__remquol): Do not use BP_SYM.
27790         (remquol): Likewise.
27791         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27792         "bp-asm.h".
27793         (PARMS): Do not use macros from bp-asm.h.
27794         (DEST): Likewise.
27795         (SRC): Likewise.
27796         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27797         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27798         "bp-asm.h".
27799         (PARMS): Do not use macros from bp-asm.h.
27800         (strlen): Do not use BP_SYM.
27801         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27802         "bp-asm.h".
27803         (PARMS): Do not use macros from bp-asm.h.
27804         (S1): Likewise.
27805         (S2): Likewise.
27806         (SIZE): Likewise.
27807         (__mpn_add_n): Do not use BP_SYM.
27808         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27809         "bp-asm.h".
27810         (PARMS): Do not use macros from bp-asm.h.
27811         (S1): Likewise.
27812         (SIZE): Likewise.
27813         (__mpn_addmul_1): Do not use BP_SYM.
27814         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27815         weak_alias.
27816         (bzero): Likewise.
27817         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27818         "bp-asm.h".
27819         (PARMS): Do not use macros from bp-asm.h.
27820         (S): Likewise.
27821         (SIZE): Likewise.
27822         (__mpn_lshift): Do not use BP_SYM.
27823         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27824         "bp-asm.h".
27825         (PARMS): Do not use macros from bp-asm.h.
27826         (DEST): Likewise.
27827         (SRC): Likewise.
27828         (LEN): Likewise.
27829         (memcpy): Likewise.  Do not use BP_SYM.
27830         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27831         libc_hidden_def and weak_alias.
27832         (mempcpy): Do not use BP_SYM in weak_alias.
27833         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27834         "bp-asm.h".
27835         (PARMS): Do not use macros from bp-asm.h.
27836         (DEST): Likewise.
27837         (LEN): Likewise.
27838         [!BZERO_P] (CHR): Likewise.
27839         (memset): Likewise.  Do not use BP_SYM.
27840         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27841         "bp-asm.h".
27842         (PARMS): Do not use macros from bp-asm.h.
27843         (S1): Likewise.
27844         (SIZE): Likewise.
27845         (__mpn_mul_1): Do not use BP_SYM.
27846         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27847         "bp-asm.h".
27848         (PARMS): Do not use macros from bp-asm.h.
27849         (S): Likewise.
27850         (SIZE): Likewise.
27851         (__mpn_rshift): Do not use BP_SYM.
27852         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27853         "bp-asm.h".
27854         (PARMS): Do not use macros from bp-asm.h.
27855         (STR): Likewise.
27856         (CHR): Likewise.
27857         (strchr): Likewise.  Do not use BP_SYM.
27858         (index): Do not use BP_SYM in weak_alias.
27859         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27860         "bp-asm.h".
27861         (PARMS): Do not use macros from bp-asm.h.
27862         (DEST): Likewise.
27863         (SRC): Likewise.
27864         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27865         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27866         "bp-asm.h".
27867         (PARMS): Do not use macros from bp-asm.h.
27868         (strlen): Do not use BP_SYM.
27869         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27870         "bp-asm.h".
27871         (PARMS): Do not use macros from bp-asm.h.
27872         (S1): Likewise.
27873         (S2): Likewise.
27874         (SIZE): Likewise.
27875         (__mpn_sub_n): Do not use BP_SYM.
27876         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27877         "bp-asm.h".
27878         (PARMS): Do not use macros from bp-asm.h.
27879         (S1): Likewise.
27880         (SIZE): Likewise.
27881         (__mpn_submul_1): Do not use BP_SYM.
27882         * sysdeps/i386/i686/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/i686/bzero.S (__bzero): Do not use BP_SYM in
27890         weak_alias.
27891         (bzero): Likewise.
27892         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27893         "bp-asm.h".
27894         (PARMS): Do not use macros from bp-asm.h.
27895         (BLK2): Likewise.
27896         (LEN): Likewise.
27897         (memcmp): Do not use BP_SYM.
27898         (bcmp): Do not use BP_SYM in weak_alias.
27899         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27900         "bp-asm.h".
27901         (PARMS): Do not use macros from bp-asm.h.
27902         (DEST): Likewise.
27903         (SRC): Likewise.
27904         (LEN): Likewise.
27905         (memcpy): Likewise.  Do not use BP_SYM.
27906         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27907         "bp-asm.h".
27908         (PARMS): Do not use macros from bp-asm.h.
27909         (DEST): Likewise.
27910         (SRC): Likewise.
27911         (LEN): Likewise.
27912         (memmove): Likewise.  Do not use BP_SYM.
27913         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27914         "bp-asm.h".
27915         (PARMS): Do not use macros from bp-asm.h.
27916         (DEST): Likewise.
27917         (SRC): Likewise.
27918         (LEN): Likewise.
27919         (__mempcpy): Likewise.  Do not use BP_SYM.
27920         (mempcpy): Do not use BP_SYM in weak_alias.
27921         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27922         "bp-asm.h".
27923         (PARMS): Do not use macros from bp-asm.h.
27924         (DEST): Likewise.
27925         (LEN): Likewise.
27926         [!BZERO_P] (CHR): Likewise.
27927         (memset): Likewise.  Do not use BP_SYM.
27928         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27929         "bp-asm.h".
27930         (PARMS): Do not use macros from bp-asm.h.
27931         (STR2): Likewise.
27932         (strcmp): Do not use BP_SYM.
27933         * sysdeps/i386/i686/strtok.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         (DELIM): Likewise.
27938         [USE_AS_STRTOK_R] (SAVE): Likewise.
27939         (FUNCTION): Likewise.  Do not use BP_SYM.
27940         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27941         aliases.
27942         (strtok_r): Likewise.
27943         (__GI___strtok_r): Likewise.
27944         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27945         (PARMS): Do not use macros from bp-asm.h.
27946         (S): Likewise.
27947         (SIZE): Likewise.
27948         (__mpn_lshift): Do not use BP_SYM.
27949         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27950         (PARMS): Do not use macros from bp-asm.h.
27951         (STR): Likewise.
27952         (CHR): Likewise.
27953         (__memchr): Do not use BP_SYM.
27954         (memchr): Do not use BP_SYM in weak_alias.
27955         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27956         (PARMS): Do not use macros from bp-asm.h.
27957         (BLK2): Likewise.
27958         (LEN): Likewise.
27959         (memcmp): Do not use BP_SYM.
27960         (bcmp): Do not use BP_SYM in weak_alias.
27961         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27962         (PARMS): Do not use macros from bp-asm.h.
27963         (S1): Likewise.
27964         (SIZE): Likewise.
27965         (__mpn_mul_1): Do not use BP_SYM.
27966         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27967         "bp-asm.h".
27968         (PARMS): Do not use macros from bp-asm.h.
27969         (STR): Likewise.
27970         (CHR): Likewise.
27971         (__rawmemchr): Do not use BP_SYM.
27972         (rawmemchr): Do not use BP_SYM in weak_alias.
27973         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27974         (PARMS): Do not use macros from bp-asm.h.
27975         (S): Likewise.
27976         (SIZE): Likewise.
27977         (__mpn_rshift): Do not use BP_SYM.
27978         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27979         (PARMS): Do not use macros from bp-asm.h.
27980         (SIGMSK): Likewise.
27981         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27982         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27983         (_start): Do not use BP_SYM.
27984         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27985         (PARMS): Do not use macros from bp-asm.h.
27986         (DEST): Likewise.
27987         (SRC): Likewise.
27988         (__stpcpy): Likewise.  Do not use BP_SYM.
27989         (stpcpy): Do not use BP_SYM in weak_alias.
27990         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27991         "bp-asm.h".
27992         (PARMS): Do not use macros from bp-asm.h.
27993         (DEST): Likewise.
27994         (SRC): Likewise.
27995         (LEN): Likewise.
27996         (__stpncpy): Likewise.  Do not use BP_SYM.
27997         (stpncpy): Do not use BP_SYM in weak_alias.
27998         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27999         (PARMS): Do not use macros from bp-asm.h.
28000         (STR): Likewise.
28001         (CHR): Likewise.
28002         (strchr): Likewise.  Do not use BP_SYM.
28003         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28004         "bp-asm.h".
28005         (PARMS): Do not use macros from bp-asm.h.
28006         (STR): Likewise.
28007         (CHR): Likewise.
28008         (__strchrnul): Likewise.  Do not use BP_SYM.
28009         (strchrnul): Do not use BP_SYM in weak_alias.
28010         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28011         "bp-asm.h".
28012         (PARMS): Do not use macros from bp-asm.h.
28013         (STOP): Likewise.
28014         (strcspn): Do not use BP_SYM.
28015         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28016         "bp-asm.h".
28017         (PARMS): Do not use macros from bp-asm.h.
28018         (STR): Likewise.
28019         (STOP): Likewise.
28020         (strpbrk): Likewise.  Do not use BP_SYM.
28021         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28022         "bp-asm.h".
28023         (PARMS): Do not use macros from bp-asm.h.
28024         (STR): Likewise.
28025         (CHR): Likewise.
28026         (strrchr): Likewise.  Do not use BP_SYM.
28027         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28028         (PARMS): Do not use macros from bp-asm.h.
28029         (SKIP): Likewise.
28030         (strspn): Do not use BP_SYM.
28031         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28032         (PARMS): Do not use macros from bp-asm.h.
28033         (STR): Likewise.
28034         (DELIM): Likewise.
28035         (SAVE): Likewise.
28036         (FUNCTION): Likewise.  Do not use BP_SYM.
28037         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28038         aliases.
28039         (strtok_r): Likewise.
28040         (__GI___strtok_r): Likewise.
28041         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28042         (PARMS): Do not use macros from bp-asm.h.
28043         (S1): Likewise.
28044         (S2): Likewise.
28045         (SIZE): Likewise.
28046         (__mpn_sub_n): Do not use BP_SYM.
28047         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28048         "bp-asm.h".
28049         (PARMS): Do not use macros from bp-asm.h.
28050         (S1): Likewise.
28051         (SIZE): Likewise.
28052         (__mpn_submul_1): Do not use BP_SYM.
28053         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28054         <bp-sym.h>.
28055         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28056         and <bp-asm.h>.
28057         (PARMS): Do not use macros from bp-asm.h.
28058         (FLAGS): Likewise.
28059         (PTID): Likewise.
28060         (TLS): Likewise.
28061         (CTID): Likewise.
28062         (__clone): Do not use BP_SYM.
28063         (clone): Do not use BP_SYM in weak_alias.
28064         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28065         and <bp-asm.h>.
28066         (PARMS): Do not use macros from bp-asm.h.
28067         (LEN): Likewise.
28068         (__mmap64): Do not use BP_SYM.
28069         (mmap64): Do not use BP_SYM in weak_alias.
28070         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28071         <bp-sym.h> and <bp-asm.h>.
28072         (PARMS): Do not use macros from bp-asm.h.
28073         (__posix_fadvise64_l64): Do not use BP_SYM.
28074         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28075         (PARMS): Do not use macros from bp-asm.h.
28076         (NSOPS): Likewise.
28077         (semtimedop): Do not use BP_SYM.
28078         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28079         and <bp-asm.h>.
28081 2013-02-21  Allan McRae  <allan@archlinux.org>
28083         * manual/message.texi (Charset conversion in gettext):
28084         Move @end statement to beginning of line.
28086 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28088         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28089         static.
28090         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28091         Likewise.
28093         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28094         (denorm): Likewise.
28095         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28096         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28098 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28100         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28101         tail-call to the resolved function if pltexit isn't needed.
28103 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28105         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28106         or Y being zero as being unlikely.
28107         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28108         Likewise.
28110 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28112         * manual/nss.texi (System Databases and Name Service Switch):
28113         Remove frobnicate @pxref.
28115 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28117         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28118         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28120 2013-02-20  Petr Machata  <pmachata@redhat.com>
28122         * elf/elf.h (R_ARM_TARGET1): New macro.
28123         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28124         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28125         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28126         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28127         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28128         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28129         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28130         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28131         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28132         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28133         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28134         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28135         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28136         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28137         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28138         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28139         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28140         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28141         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28142         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28143         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28144         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28145         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28146         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28147         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28148         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28149         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28150         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28151         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28152         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28153         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28154         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28155         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28156         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28157         (R_ARM_THM_GOT_BREL12): Likewise.
28158         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28159         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28160         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28161         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28162         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28163         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28164         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28165         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28166         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28168 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28170         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28171         __attribute_used__ to __attribute__ ((unused)).
28173 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28175         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28176         powerpc mpa.c.
28177         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28178         comment formatting.
28179         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28181 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28183         [BZ #13550]
28184         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28185         Remove macro.
28186         (ENTER): Remove both macro definitions.
28187         (LEAVE): Likewise.
28188         (CHECK_BOUNDS_LOW): Likewise.
28189         (CHECK_BOUNDS_HIGH): Likewise.
28190         (CHECK_BOUNDS_BOTH): Likewise.
28191         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28192         (RETURN_BOUNDED_POINTER): Likewise.
28193         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28194         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28195         (POP_ERRNO_LOCATION_RETURN): Likewise.
28196         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28197         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28198         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28199         macros.
28200         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28201         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28202         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28203         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28204         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28205         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28206         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28207         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28208         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28209         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28210         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28211         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28212         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28213         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28214         removed macros.
28215         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28216         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28217         macros.
28218         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28219         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28220         * sysdeps/i386/i586/memset.S (memset): Likewise.
28221         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28222         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28223         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28224         macros.
28225         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28226         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28227         Change uses of L(2) to L(out).
28228         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28229         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28230         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28231         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28232         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28233         removed macros.
28234         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28235         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28236         macros.
28237         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28238         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28239         (RETURN): Do not use macro LEAVE.
28240         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28241         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28242         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28243         * sysdeps/i386/i686/memset.S (memset): Likewise.
28244         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28245         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28246         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28247         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28248         Likewise.
28249         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28250         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28251         L(1_2) and L(1_3) into L(1).
28252         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28253         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28254         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28255         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28256         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28257         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28258         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28259         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28260         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28261         macros.
28262         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28263         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28264         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28265         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28266         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28267         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28268         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28269         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28270         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28271         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28272         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28273         * sysdeps/i386/strspn.S (strspn): Likewise.
28274         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28275         conditional code.
28276         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28277         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28278         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28279         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28280         L(1_3) into L(1_1).
28281         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28282         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28283         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28284         macros.
28285         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28287 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28289         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28290         macro.
28292 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28294         * math/atest-exp.c (exp_mpn): Remove ROUND.
28295         * math/atest-exp2.c (exp_mpn): Likewise.
28296         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28298         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28299         * stdlib/tst-tls-atexit-lib.c: Likewise.
28300         * stdlib/tst-tls-atexit.c: Likewise.
28302 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28304         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28305         and __attribute_alloc_size__.
28307 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28309         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28310         __attribute_alloc_size__.
28311         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28312         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28314 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28316         * include/programs/xmalloc.h: New file.
28317         * catgets/gencat.c: Include it.
28318         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28319         * elf/pldd.c: Likewise.
28320         * iconv/iconv_charmap.c: Likewise.
28321         * iconv/iconvconfig.c: Likewise.
28322         * iconv/strtab.c: Likewise.
28323         * locale/programs/locale.c: Likewise.
28324         * locale/programs/localedef.h: Likewise.
28325         * locale/programs/simple-hash.c: Likewise.
28326         * nscd/nscd.h: Likewise.
28327         * nss/makedb.c: Likewise.
28328         * sysdeps/generic/ldconfig.h: Likewise.
28330 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28332         * Versions.def: Add GLIBC_2.18.
28333         * include/link.h (struct link_map): New member l_tls_dtor_count.
28334         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28335         (__call_tls_dtors): Likewise.
28336         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28337         __cxa_thread_atexit_impl.
28338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28339         Likewise.
28340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28341         Likewise.
28342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28343         Likewise.
28344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28345         Likewise.
28346         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28347         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28348         Likewise.
28349         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28350         Likewise.
28351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28352         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28353         Likewise.
28354         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28355         (tests): Add test case tst-tls-atexit.
28356         (modules-names): Add shared library for tst-tls-atexit.
28357         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28358         (GLIBC_PRIVATE): Add __call_tls_dtors.
28359         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28360         for libstdc++.
28361         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28362         * stdlib/tst-tls-atexit.c: New test case.
28363         * stdlib/tst-tls-atexit-lib.c: New test case.
28365         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28367         * elf/Versions (ld): Add _dl_find_dso_for_object.
28368         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28369         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28370         (dl_open_worker): Use _dl_find_dso_for_object.
28371         * elf/dl-sym.c (do_sym): Likewise.
28372         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28374 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28376         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28377         Syntactic changes only.
28378         (_dl_runtime_profile): Do a tail-call to the resolved function.
28380 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28382         [BZ #13550]
28383         * sysdeps/x86_64/bp-asm.h: Remove file.
28384         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28385         <bp-sym.h> and <bp-asm.h>.
28386         (__clone): Do not use BP_SYM.
28387         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28388         <bp-sym.h> and <bp-asm.h>.
28389         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28390         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28391         "bp-asm.h".
28392         (_setjmp): Do not use BP_SYM.
28393         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28394         "bp-asm.h".
28395         (setjmp): Do not use BP_SYM.
28396         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28397         libc_hidden_def.
28398         (mempcpy): Do not use BP_SYM in weak_alias.
28399         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28400         "bp-asm.h".
28401         (strchr): Do not use BP_SYM.
28402         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28403         "bp-asm.h".
28404         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28405         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28406         (_start): Do not use BP_SYM.
28407         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28408         "bp-asm.h".
28409         (strcat): Do not use BP_SYM.
28410         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28411         "bp-asm.h".
28412         (STRCMP): Do not use BP_SYM.
28413         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28414         "bp-asm.h".
28415         (STRCPY): Do not use BP_SYM.
28416         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28417         "bp-asm.h".
28418         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28419         "bp-asm.h".
28420         (FUNCTION): Do not use BP_SYM.
28421         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28422         weak_alias.
28423         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28425 2013-02-17  Andreas Jaeger  <aj@suse.de>
28427         * time/Versions: Sort entries.
28428         * string/Versions: Likewise.
28429         * resolv/Versions: Likewise.
28430         * posix/Versions: Likewise.
28431         * iconv/Versions: Likewise.
28432         * elf/Versions: Likewise.
28433         * wcsmbs/Versions: Likewise.
28435 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28437         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28438         loop termination condition.
28440         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28441         variable to calculate EZ.
28442         (__sqr): Likewise.
28444         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28445         the lower precision input.
28447 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28449         [BZ #13550]
28450         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28451         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28452         (run-via-rtld-prefix): Do not handle %-bp tests.
28453         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28454         (all-object-suffixes): Remove .ob.
28455         (bppfx): Remove variable.
28456         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28457         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28458         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28459         [$(build-bounded) = yes] (libtype.ob): Likewise.
28460         * Makerules (elide-routines.ob): Remove variable.
28461         (do-tests-clean): Do not handle *-bp.out.
28462         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28463         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28464         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28465         (tests): Do not include $(tests-bp.out).
28466         (xtests): Do not include $(xtests-bp.out).
28467         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28468         [$(build-bounded) = yes] ($(addprefix
28469         $(objpfx),$(binaries-bounded))): Remove rule.
28470         ($(objpfx)%-bp.out): Remove rule.
28471         * config.make.in (build-bounded): Remove variable.
28472         * crypt/Makefile [$(build-bounded) = yes]
28473         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28474         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28475         append to variable.
28476         [$(build-bounded) = yes] (install-lib): Likewise.
28477         [$(build-bounded) = yes] (generated): Likewise.
28478         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28479         Remove rule.
28480         * intl/Makefile [$(build-bounded) = yes]
28481         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28482         * math/Makefile [$(build-bounded) = yes]
28483         ($(tests:%=$(objpfx)%-bp): Likewise.
28484         * misc/Makefile [$(build-bounded) = yes]
28485         ($(objpfx)tst-tsearch-bp): Likewise.
28486         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28487         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28488         Remove dependency.
28489         * string/Makefile (o-objects.ob): Remove variable.
28490         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28491         (CFLAGS-.ob): Remove variable.
28492         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28493         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28494         both definitions of variable.
28495         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28496         (ASFLAGS-.ob): Remove variable.
28498 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28500         [BZ #13550]
28501         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28502         Remove __BOUNDED_POINTERS__ from condition.
28503         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28504         * string/bits/string2.h [!__NO_STRING_INLINES &&
28505         !__BOUNDED_POINTERS__]: Likewise.
28506         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28507         Likewise.
28508         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28509         Remove conditional code.
28510         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28511         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28512         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28513         condition.
28515         [BZ #13550]
28516         * csu/libc-start.c: Do not include <bp-sym.h>.
28517         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28518         * elf/dl-open.c: Do not include <bp-sym.h>.
28519         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28520         * math/fegetenv.c: Do not include <bp-sym.h>.
28521         (fegetenv): Do not use BP_SYM in versioned symbols.
28522         * nptl/sysdeps/pthread/bits/libc-lockP.h
28523         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28524         <bp-sym.h>.
28525         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28526         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28527         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28528         (__pthread_mutex_destroy): Likewise.
28529         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28530         (__pthread_mutex_lock): Likewise.
28531         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28532         (__pthread_mutex_trylock): Likewise.
28533         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28534         (__pthread_mutex_unlock): Likewise.
28535         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28536         (__pthread_mutexattr_init): Likewise.
28537         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28538         (__pthread_mutexattr_destroy): Likewise.
28539         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28540         (__pthread_mutexattr_settype): Likewise.
28541         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28542         (__pthread_rwlock_init): Likewise.
28543         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28544         (__pthread_rwlock_destroy): Likewise.
28545         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28546         (__pthread_rwlock_rdlock): Likewise.
28547         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28548         (__pthread_rwlock_tryrdlock): Likewise.
28549         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28550         (__pthread_rwlock_wrlock): Likewise.
28551         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28552         (__pthread_rwlock_trywrlock): Likewise.
28553         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28554         (__pthread_rwlock_unlock): Likewise.
28555         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28556         (__pthread_key_create): Likewise.
28557         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28558         (__pthread_setspecific): Likewise.
28559         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28560         (__pthread_getspecific): Likewise.
28561         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28562         Likewise.
28563         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28564         (_pthread_cleanup_push_defer): Likewise.
28565         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28566         (_pthread_cleanup_pop_restore): Likewise.
28567         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28568         (pthread_setcancelstate): Likewise.
28569         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28570         <bp-sym.h>.
28571         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28572         (memchr): Do not use BP_SYM in weak_alias.
28573         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28574         (fegetenv): Do not use BP_SYM in versioned symbols.
28575         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28576         (fesetenv): Do not use BP_SYM in versioned symbols.
28577         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28578         (feupdateenv): Do not use BP_SYM in versioned symbols.
28579         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28580         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28581         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28582         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28583         (open64): Do not use BP_SYM in weak_alias.
28584         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28585         (fegetenv): Do not use BP_SYM in versioned symbols.
28586         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28587         (fesetenv): Do not use BP_SYM in versioned symbols.
28588         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28589         (feupdateenv): Do not use BP_SYM in versioned symbols.
28590         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28591         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28592         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28593         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28594         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28595         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28596         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28597         <bp-sym.h>.
28598         (__libc_start_main): Do not use BP_SYM.
28600 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28602         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28603         redundant return line.
28604         (norm): Likewise.
28605         (denorm): Likewise.
28606         (dbl_mp): Likewise.
28607         (sub_magnitudes): Likewise.
28608         (__add): Likewise.
28609         (__sub): Likewise.
28610         (__mul): Likewise.
28611         (__inv): Likewise.
28612         (__dvd): Likewise.
28613         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28614         (norm): Likewise.
28615         (denorm): Likewise.
28616         (dbl_mp): Likewise.
28617         (sub_magnitudes): Likewise.
28618         (__add): Likewise.
28619         (__sub): Likewise.
28620         (__mul): Likewise.
28621         (__inv): Likewise.
28622         (__dvd): Likewise.
28624         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28625         instead of __mul.
28626         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28627         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28628         (cc32): Likewise.
28630         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28631         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28632         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28633         of __mul for squares.
28634         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28635         function
28636         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28637         Likewise.
28638         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28639         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28641 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28643         [BZ #13550]
28644         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28645         code.
28646         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28647         prototype or function definition.  Rename ubp_* variables and
28648         parameters.  Remove argv definitions conditional on
28649         [__BOUNDED_POINTERS__].
28650         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28651         * elf/dl-runtime.c (_dl_fixup): Likewise.
28652         * include/set-hooks.h (RUN_HOOK): Likewise.
28653         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28654         definition.
28655         * string/strcpy.c (strcpy): Do not use __unbounded.
28656         * sysdeps/generic/frame.h (struct layout): Likewise.
28657         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28658         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28659         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28660         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28661         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28662         (__backtrace): Likewise.
28663         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28664         use __ptrvalue.
28665         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28666         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28667         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28668         Likewise.
28669         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28670         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28671         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28672         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28673         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28674         Do not use __unbounded.
28675         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28676         Rename __unboundedrlimits parameter to rlimits in prototype.
28677         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28678         Do not use __unbounded.
28679         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28680         not use __ptrvalue.
28681         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28682         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28683         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28684         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28685         __ptrvalue or __unbounded.
28686         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28687         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28688         use __unbounded.
28689         (__new_msgctl): Do not use __ptrvalue.
28690         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28691         __unbounded.
28692         (__libc_msgrcv): Do not use __ptrvalue.
28693         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28694         startup_info): Do not use __unbounded.
28695         (__libc_start_main): Likewise.  Rename ubp_* variables and
28696         parameters.  Remove argv definitions conditional on
28697         [__BOUNDED_POINTERS__].
28698         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28699         __ptrvalue.
28700         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28701         use __unbounded.
28702         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28703         or __ptrvalue.
28704         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28705         use __unbounded.
28706         (__new_shmctl): Do not use __ptrvalue.
28707         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28708         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28709         Likewise.
28710         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28711         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28712         (__libc_sigaction): Likewise.
28713         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28714         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28715         Likewise.
28716         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28718 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28720         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28722         * string/mempcpy.c: Implement by calling memcpy.
28724 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28726         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28728         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28729         evaluation.
28731         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28732         values in the mantissa.
28734         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28735         minimize writes to Z.
28736         (sub_magnitudes): Simplify code a bit.
28738 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28740         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28741         from the message.  The linker prefixes all warnings with that already.
28743 2013-02-12  Andreas Schwab  <schwab@suse.de>
28745         [BZ #15078]
28746         * posix/regexec.c (extend_buffers): Add parameter min_len.
28747         (check_matching): Pass minimum needed length.
28748         (clean_state_log_if_needed): Likewise.
28749         (get_subexp): Likewise.
28750         * posix/Makefile (tests): Add bug-regex34.
28751         (bug-regex34-ENV): Define.
28752         * posix/bug-regex34.c: New file.
28754         [BZ #11561]
28755         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28756         elements compare against the byte sequence of it, not its name.
28757         * posix/Makefile (tests): Add bug-regex35.
28758         (bug-regex35-ENV): Define.
28759         * posix/bug-regex35.c: New file.
28761 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28763         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28764         comment.
28765         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28766         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28767         (CHECK_EOL): Add undef.
28769 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28771         * bits/stdlib-bsearch.h: New file.
28772         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28773         * stdlib/stdlib.h: Likewise.
28775 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28777         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28778         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28779         declaration.
28780         * manual/search.texi (Array Search Function): Add missing const in
28781         lfind prototype.
28782         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28783         declaration to use rlim_t.
28784         (Basic Scheduling Functions): Remove erroneous const from
28785         sched_getparam prototype.  Remove erroneous * from
28786         sched_get_priority_max and sched_get_priority_min prototypes.
28787         (Resource Usage): Fix summary @comment on vtimes to refer to
28788         sys/vtimes.h rather than vtimes.h.
28789         Add missing *s in vtimes prototype.
28790         (Limits on Resources): Fix ulimit prototype to return long int.
28791         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28792         prototypes to use long int rather than double.
28793         (BSD Random): Fix initstate and setstate to use char *, not void *.
28794         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28795         prototype to make second argument 'struct aiocb64 *const[]'.
28796         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28797         (Status of AIO Operations): Remove erroneous const in aio_return and
28798         aio_return64 prototypes.
28799         (Synchronizing I/O): Fix sync prototype to return void.
28800         * manual/startup.texi (Suboptions): Remove an erroneous const in
28801         getsubopt prototype.
28802         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28803         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28804         use size_t rather than int.
28805         (Scanning All Users): Likewise for getpwent_r.
28806         (Setting Groups): Add missing const to setgroups prototype.
28807         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28808         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28809         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28810         'const void *' rather than 'const char *'.
28811         (Host Address Functions): Likewise for inet_ntop.
28812         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28813         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28814         ssize_t for return value.
28815         (Sending Data): Likewise for send, sendto, sendmsg.
28816         (Socket Option Functions): Add a missing const in setsockopt prototype.
28817         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28818         use wchar_t for the argument.
28819         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28820         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28821         take no arguments.
28822         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28823         double/float/long double for second argument.
28824         Fix return types of significand, significandf, significandl.
28825         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28826         argument in fchmod prototype.
28827         (File Owner): Use uid_t and gid_t in fchown prototype.
28828         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28829         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28830         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28831         use 'const struct dirent **' as argument types to CMP function pointer
28832         argument.
28833         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28834         (File Times): Fix summary magic @comment for struct utimbuf and utime
28835         to refer to utime.h, not time.h.
28836         * manual/string.texi (Argz Functions): Add missing const in
28837         argz_extract and argz_next prototypes.
28838         (Finding Tokens in a String): Likewise for basename.
28839         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28840         (Copying and Concatenation): Fix typo in wmemmove prototype.
28841         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28842         (Signal Stack): Remove erroneous const in sigstack prototype.
28843         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28844         prototype.
28845         (Simple Calendar Time): Likewise for stime.
28846         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28847         prototype.
28848         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28849         say sys/sysctl.h instead.
28850         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28851         and vsyslog prototypes.
28853 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28855         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28856         Remove.
28858 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28860         * misc/sys/mman.h: Fix typo in mremap comment.
28862 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28864         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28865         the '\0' terminator.
28867 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28869         [BZ #13550]
28870         * debug/segfault.c: Don't include <bp-checks.h>.
28871         * sysdeps/generic/bp-checks.h: Remove file.
28872         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28873         (__GETDENTS): Don't use CHECK_N.
28874         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28875         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28876         (__getgroups): Don't use CHECK_N.
28877         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28878         (setgroups): Don't use CHECK_N.
28879         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28880         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28881         (__libc_msgrcv): Don't use CHECK_N.
28882         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28883         (__libc_msgsnd): Don't use CHECK_N.
28884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28885         <bp-checks.h>.
28886         (__libc_pread): Don't use CHECK_N.
28887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28888         include <bp-checks.h>.
28889         (__libc_pread64): Don't use CHECK_N.
28890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28891         include <bp-checks.h>.
28892         (__libc_pwrite): Don't use CHECK_N.
28893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28894         include <bp-checks.h>.
28895         (__libc_pwrite64): Don't use CHECK_N.
28896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28897         <bp-checks.h>.
28898         (__libc_pread): Don't use CHECK_N.
28899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28900         include <bp-checks.h>.
28901         (__libc_pread64): Don't use CHECK_N.
28902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28903         include <bp-checks.h>.
28904         (__libc_pwrite): Don't use CHECK_N.
28905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28906         include <bp-checks.h>.
28907         (__libc_pwrite64): Don't use CHECK_N.
28908         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28909         (do_pread): Don't use CHECK_N.
28910         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28911         (do_pread64): Don't use CHECK_N.
28912         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28913         (do_pwrite): Don't use CHECK_N.
28914         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28915         (do_pwrite64): Don't use CHECK_N.
28916         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28917         (__libc_readv): Don't use CHECK_N.
28918         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28919         (semop): Don't use CHECK_N.
28920         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28921         <bp-checks.h>.
28922         (semtimedop): Don't use CHECK_N.
28923         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28924         (__libc_pread): Don't use CHECK_N.
28925         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28926         <bp-checks.h>.
28927         (__libc_pread64): Don't use CHECK_N.
28928         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28929         <bp-checks.h>.
28930         (__libc_pwrite): Don't use CHECK_N.
28931         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28932         <bp-checks.h>.
28933         (__libc_pwrite64): Don't use CHECK_N.
28934         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28935         <bp-checks.h>.
28936         (__libc_msgrcv): Don't use CHECK_N.
28937         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28938         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28939         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28940         (__libc_writev): Don't use CHECK_N.
28942 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28944         * string/strcpy.c: Removed unused variable.
28946         * Makeconfig (+sysdep-includes): Define with := rather than =.
28947         Use an existing include/ subdir of each sysdeps dir before it.
28949 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28951         * nscd/connection.c (register_traced_file): Comment function.
28952         [HAVE_INOTIFY] (union __inev): Define.
28953         [HAVE_INOTIFY] (inotify_check_files): New function.
28954         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28955         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28956         clear_db_cache.
28957         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28959 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28961         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28962         loaded if not already and that a failure is permanent.
28964 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28966         [BZ #15006]
28967         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28968         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28970 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28972         [BZ #13550]
28973         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28974         (CHECK_1_NULL_OK): Likewise.
28975         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28976         (__fxstat): Do not use CHECK_1.
28977         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28978         <bp-checks.h>.
28979         (___fxstat64): Do not use CHECK_1.
28980         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28981         <bp-checks.h>.
28982         (__fxstatat): Do not use CHECK_1.
28983         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28984         <bp-checks.h>.
28985         (__fxstatat64): Do not use CHECK_1.
28986         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28987         <bp-checks.h>.
28988         (__fxstat): Do not use CHECK_1.
28989         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28990         <bp-checks.h>.
28991         (__fxstatat): Do not use CHECK_1.
28992         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28993         <bp-checks.h>.
28994         (__getresgid): Do not use CHECK_1.
28995         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28996         <bp-checks.h>.
28997         (__getresuid): Do not use CHECK_1.
28998         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28999         <bp-checks.h>.
29000         (__lxstat): Do not use CHECK_1.
29001         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29002         <bp-checks.h>.
29003         (__old_msgctl): Do not use CHECK_1.
29004         (__new_msgctl): Likewise.
29005         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29006         <bp-checks.h>.
29007         (__new_setrlimit): Do not use CHECK_1.
29008         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29009         <bp-checks.h>.
29010         (__old_shmctl): Do not use CHECK_1.
29011         (__new_shmctl): Likewise.
29012         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29013         <bp-checks.h>.
29014         (__xstat): Do not use CHECK_1.
29015         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29016         (__lxstat): Do not use CHECK_1.
29017         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29018         <bp-checks.h>.
29019         (___lxstat64): Do not use CHECK_1.
29020         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29021         (__old_msgctl): Do not use CHECK_1.
29022         (__new_msgctl): Likewise.
29023         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29024         <bp-checks.h>.
29025         (__gettimeofday): Do not use CHECK_1.
29026         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29027         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29028         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29029         <bp-checks.h>.
29030         (__gettimeofday): Do not use CHECK_1.
29031         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29032         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29033         (__new_shmctl): Do not use CHECK_1.
29034         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29035         <bp-checks.h>.
29036         (do_sigtimedwait): Do not use CHECK_1.
29037         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29038         <bp-checks.h>.
29039         (do_sigwaitinfo): Do not use CHECK_1.
29040         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29041         <bp-checks.h>.
29042         (msgctl): Do not use CHECK_1.
29043         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29044         <bp-checks.h>.
29045         (shmctl): Do not use CHECK_1.
29046         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29047         (ustat): Do not use CHECK_1.
29048         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29049         <bp-checks.h>.
29050         (__fxstat): Do not use CHECK_1.
29051         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29052         <bp-checks.h>.
29053         (__fxstatat): Do not use CHECK_1.
29054         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29055         <bp-checks.h>.
29056         (__lxstat): Do not use CHECK_1.
29057         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29058         <bp-checks.h>.
29059         (__xstat): Do not use CHECK_1.
29060         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29061         (__xstat): Do not use CHECK_1.
29062         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29063         (___xstat64): Do not use CHECK_1.
29065         [BZ #13550]
29066         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29067         definitions.
29068         (CHECK_BOUNDS_HIGH): Likewise.
29069         * string/strcpy.c: Do not include <bp-checks.h>.
29070         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29072 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29074         * nscd/nscd-client.h (__nscd_drop_map_ref):
29075         Add __attribute__ ((unused)).
29076         * nis/nss-nisplus.h (niserr2nss): Likewise.
29078         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29079         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29081         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29082         Remove inline keyword.
29083         * include/rounding-mode.h (round_away): Likewise.
29084         * libio/wfileops.c (adjust_wide_data): Likewise.
29085         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29086         (__m128i_strloadu_tolower): Likewise.
29087         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29088         (__m128i_strloadu_tolower): Likewise.
29089         * time/mktime.c (ydhms_diff): Likewise.
29090         * locale/elem-hash.h (elem_hash): Likewise.
29091         * locale/setlocale.c (setdata): Likewise.
29092         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29093         (re_string_wchar_at): Likewise.
29094         (bitset_not, bitset_merge, bitset_mask): Likewise.
29095         [!(__GNUC__ > 3)] (inline): Remove macro.
29096         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29097         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29098         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29099         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29100         * string/memcmp.c (memcmp_bytes): Likewise.
29101         * locale/programs/locarchive.c (compute_hashval): Likewise.
29102         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29103         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29104         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29105         * nss/getent.c (print_rpc, print_protocols): Likewise.
29106         (print_passwd, print_group, print_aliases): Likewise.
29107         * nis/nss-nisplus.h (niserr2nss): Likewise.
29108         * nscd/connections.c (restart_p): Likewise.
29109         Change return type to bool.
29111 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29113         * Makeconfig (all-Depend-files): Add existing
29114         $(sorted-subdirs:=/Depend) files.
29115         (all-subdirs): Remove nss.
29116         * sysdeps/unix/inet/Subdirs: Add it here instead.
29117         * hesiod/Depend: New file.
29119         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29120         instead of calling alloca.
29122         * io/lseek.c (__lseek): Rename to __libc_lseek.
29123         Define __lseek as an alias.
29125         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29127 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29129         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29130         else clause and remove check for non-standard endianness.
29132 2013-02-04  David S. Miller  <davem@davemloft.net>
29134         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29136 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29138         [BZ #13550]
29139         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29140         (__ubp_memchr): Remove prototype.
29141         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29142         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29143         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29144         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29145         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29146         Remove alias.
29147         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29148         (__ubp_memchr): Likewise.
29149         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29150         (__ubp_memchr): Likewise.
29151         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29152         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29153         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29154         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29155         CHECK_STRING.
29156         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29157         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29158         (__getcwd): Do not use CHECK_STRING.
29159         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29160         <bp-checks.h>.
29161         (__real_chown): Do not use CHECK_STRING.
29162         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29163         <bp-checks.h>.
29164         (fchownat): Do not use CHECK_STRING.
29165         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29166         CHECK_STRING.
29167         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29168         <bp-checks.h>.
29169         (__lchown): Do not use CHECK_STRING.
29170         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29171         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29172         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29173         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29175         include <bp-checks.h>.
29176         (truncate64): Do not use CHECK_STRING.
29177         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29178         <bp-checks.h>.
29179         (__real_chown): Do not use CHECK_STRING.
29180         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29181         <bp-checks.h>.
29182         (__lchown): Do not use CHECK_STRING.
29183         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29184         <bp-checks.h>.
29185         (__chown): Do not use CHECK_STRING.
29186         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29187         <bp-checks.h>.
29188         (truncate64): Do not use CHECK_STRING.
29189         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29190         Likewise.
29191         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29192         (__xmknod): Do not use CHECK_STRING.
29193         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29194         <bp-checks.h>.
29195         (__xmknodat): Do not use CHECK_STRING.
29196         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29197         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29199 2013-02-04  Andreas Schwab  <schwab@suse.de>
29201         [BZ #14142]
29202         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29203         * include/netdb.h: Likewise for h_errno.
29204         * elf/tst-stackguard1.c: Include <tls.h>.
29206 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29208         * elf/link.h (struct link_map): Extend the l_addr comment.
29209         * include/link.h (struct link_map): Likewise.
29211 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29213         [BZ #13550]
29214         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29215         (BOUNDED_1): Remove macro.
29216         * debug/backtrace.c: Don't include <bp-checks.h>.
29217         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29218         (__backtrace): Likewise.
29219         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29220         <bp-checks.h>.
29221         (__backtrace): Don't use BOUNDED_1.
29222         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29223         <bp-checks.h>.
29224         (__backtrace): Don't use BOUNDED_1.
29225         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29226         (__backtrace): Don't use BOUNDED_1.
29227         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29228         (shmat): Don't use BOUNDED_N.
29230 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29232         [BZ #13550]
29233         * sysdeps/generic/bp-start.h: Remove file.
29234         * csu/libc-start.c: Don't include <bp-start.h>.
29235         (LIBC_START_MAIN): Set up __environ directly instead of using
29236         INIT_ARGV_and_ENVIRON.
29237         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29238         <bp-start.h>.
29240         [BZ #13550]
29241         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29242         definitions.
29243         (CHECK_FCNTL): Likewise.
29244         (CHECK_N_PAGES): Likewise.
29246         [BZ #13550]
29247         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29248         definitions.
29249         (CHECK_SIGSET_NULL_OK): Likewise.
29250         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29251         <bp-checks.h>.
29252         (sigpending): Don't use CHECK_SIGSET.
29253         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29254         <bp-checks.h>.
29255         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29256         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29257         <bp-checks.h>.
29258         (do_sigsuspend): Don't use CHECK_SIGSET.
29259         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29260         use CHECK_SIGSET.
29261         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29262         (do_sigwait): Don't use CHECK_SIGSET.
29263         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29264         use CHECK_SIGSET.
29265         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29266         include <bp-checks.h>.
29267         (sigpending): Don't use CHECK_SIGSET.
29268         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29269         include <bp-checks.h>.
29270         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29271         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29272         <bp-checks.h>.
29273         (sigpending): Don't use CHECK_SIGSET.
29274         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29275         <bp-checks.h>.
29276         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29278         [BZ #13550]
29279         * sysdeps/generic/bp-semctl.h: Remove file.
29280         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29281         <bp-checks.h> and <bp-semctl.h>.
29282         (__old_semctl): Don't use CHECK_SEMCTL.
29283         (__new_semctl): Likewise.
29284         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29285         and <bp-semctl.h>.
29286         (__old_semctl): Don't use CHECK_SEMCTL.
29287         (__new_semctl): Likewise.
29288         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29289         <bp-checks.h> and <bp-semctl.h>.
29290         (__old_semctl): Don't use CHECK_SEMCTL.
29291         (__new_semctl): Likewise.
29292         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29293         <bp-checks.h> and <bp-semctl.h>.
29294         (semctl): Don't use CHECK_SEMCTL.
29296         [BZ #13550]
29297         * Makerules (elide-bp-thunks): Remove variable.
29298         (elide-routines.oS): Don't use $(elide-bp-thunks).
29299         (elide-routines.os): Likewise.
29300         (elide-routines.o): Likewise.
29301         (elide-routines.op): Likewise.
29302         (elide-routines.og): Likewise.
29303         (objects): Don't use $(bp-thunks).
29304         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29305         include.
29306         (common-generated): Do not add s-proto-bp.d.
29307         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29308         (int): Likewise.
29309         (typ): Likewise.
29310         Do not generate makefile rules for bounded-pointer thunks.
29311         * sysdeps/generic/bp-thunks.h: Remove file.
29312         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29313         * sysdeps/unix/s-proto-bp.S: Likewise.
29315         [BZ #15062]
29316         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29317         parts of result separately when argument is not close to line from
29318         -i to i and one part of argument is small.
29319         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29320         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29321         * math/libm-test.inc (cacos_test): Add more tests.
29322         (casin_test): Likewise.
29323         (casinh_test): Likewise.
29324         * sysdeps/i386/fpu/libm-test-ulps: Update.
29325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29327 2013-01-31  David S. Miller  <davem@davemloft.net>
29329         * po/de.po: Update from translation team.
29331 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29333         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29335 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29337         * configure.in (_AC_PROG_CC_C89): New definition.
29338         * configure: Regenerate.
29340         * configure.in (AC_PROG_CPP): New definition.
29341         * configure: Regenerate.
29343 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29345         * debug/tst-backtrace.h: New file.
29346         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29347         (ret): Remove variable.
29348         (x): Likewise.
29349         (FAIL): Remove macro.
29350         (NO_INLINE): Likewise.
29351         (fn1): Use match function instead of strstr.
29352         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29353         (ret): Remove variable.
29354         (x): Likewise.
29355         (FAIL): Remove macro.
29356         (NO_INLINE): Likewise.
29357         (fn): Use match function instead of strstr.
29358         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29359         (ret): Remove variable.
29360         (x): Likewise.
29361         (FAIL): Remove macro.
29362         (NO_INLINE): Likewise.
29363         (handle_signal): Use match function instead of strstr.
29364         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29365         (ret): Remove variable.
29366         (x): Likewise.
29367         (FAIL): Remove macro.
29368         (NO_INLINE): Likewise.
29369         (handle_signal): Use match function instead of strstr.
29371 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29373         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29375 2013-01-23  David S. Miller  <davem@davemloft.net>
29377         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29378         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29379         argument of CAS if possible.
29380         * sysdeps/sparc/sparc64/bits/atomic.h
29381         (__arch_compare_and_exchange_val_32_acq): Likewise.
29382         (__arch_compare_and_exchange_val_64_acq): Likewise.
29384 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29386         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29387         * sysdeps/posix/ulimit.c: ... this.
29388         Include <limits.h>.
29389         * sysdeps/unix/bsd/ulimit.c: Remove file.
29391 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29393         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29394         (LDFLAGS-tst-array5): Likewise.
29396 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29398         [BZ #15036]
29399         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29400         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29401         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29402         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29404 2013-01-21  David S. Miller  <davem@davemloft.net>
29406         * sysdeps/sparc/backtrace.c: New file.
29407         * sysdeps/sparc/sparc32/backtrace.h: New file.
29408         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29409         * sysdeps/sparc/sparc64/backtrace.h: New file.
29410         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29411         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29412         -funwind-tables.
29414 2013-01-21  Andreas Schwab  <schwab@suse.de>
29416         [BZ #15020]
29417         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29418         closed its stdout.
29420 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29422         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29423         "mpa2.h".
29424         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29426 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29427             Mark Mitchell  <mark@codesourcery.com>
29428             Tom de Vries  <tom@codesourcery.com>
29429             Paul Pluzhnikov  <ppluzhnikov@google.com>
29431         * debug/tst-backtrace2.c: New file.
29432         * debug/tst-backtrace3.c: Likewise.
29433         * debug/tst-backtrace4.c: Likewise.
29434         * debug/tst-backtrace5.c: Likewise.
29435         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29436         (CFLAGS-tst-backtrace3.c): Likewise.
29437         (CFLAGS-tst-backtrace4.c): Likewise.
29438         (CFLAGS-tst-backtrace5.c): Likewise.
29439         (LDFLAGS-tst-backtrace2): Likewise.
29440         (LDFLAGS-tst-backtrace3): Likewise.
29441         (LDFLAGS-tst-backtrace4): Likewise.
29442         (LDFLAGS-tst-backtrace5): Likewise.
29443         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29444         tst-backtrace4 and tst-backtrace5.
29446 2013-01-18  Anton Blanchard  <anton@samba.org>
29447             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29449         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29450         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29451         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29452         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29454         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29455         "+r" and remove output regs list as redundant.  Add explicit inline
29456         asm to specify register of return val to work around compiler codegen
29457         bug.  Remove (int) cast on return value.  Add return type parameter to
29458         use in macro so that this macro does not truncate return value for
29459         64-bit values.
29460         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29461         pass to INTERNAL_VSYSCALL_NCS.
29462         (INLINE_VSYSCALL): Add 'long int' as return type to
29463         INTERNAL_VSYSCALL_NCS macro invocation.
29464         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29465         INTERNAL_VSYSCALL_NCS macro invocation.
29466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29468 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29470         [BZ #14496]
29471         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29472         Fix application of SIMD FP exception mask.
29474         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29475         mp_no from a power of two.
29476         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29477         __mpexp_twomm1.  Use __pow_mp.
29479         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29480         multiplication.
29482 2013-01-17  David S. Miller  <davem@davemloft.net>
29484         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29486 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29488         [BZ #15023]
29489         * include/complex.h: Condition contents on [!_COMPLEX_H].
29490         (__kernel_casinhf): New prototype.
29491         (__kernel_casinh): Likewise.
29492         (__kernel_casinhl): Likewise.
29493         * math/Makefile (libm_calls): Add k_casinh.
29494         * math/k_casinh.c: New file.
29495         * math/k_casinhf.c: Likewise.
29496         * math/k_casinhl.c: Likewise.
29497         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29498         finite nonzero arguments.
29499         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29500         finite nonzero arguments.
29501         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29502         finite nonzero arguments.
29503         * math/s_casinh.c: Do not include <float.h>.
29504         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29505         * math/s_casinhf.c: Do not include <float.h>.
29506         (__casinhf): Move code for finite nonzero arguments to
29507         k_casinhf.c.
29508         * math/s_casinhl.c: Do not include <float.h>.
29509         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29510         redefine.
29511         (__casinhl): Move code for finite nonzero arguments to
29512         k_casinhl.c.
29513         * math/libm-test.inc (cacos_test): Add more tests.
29514         * sysdeps/i386/fpu/libm-test-ulps: Update.
29515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29517 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29519         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29520         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29521         [!HAVE_MREMAP]: Remove [defined linux] case.
29522         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29524 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29526         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29528 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29530         * elf/elf.h (R_386_SIZE32): New relocation.
29531         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29532         R_386_SIZE32.
29533         (elf_machine_rela): Likewise.
29534         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29535         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29537 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29539         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29540         (FP_FAST_FMA): Do not define.
29541         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29542         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29543         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29544         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29545         !_SOFT_FLOAT]: Likewise.
29546         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29547         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29548         value.
29549         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29550         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29551         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29552         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29553         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29554         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29555         file.
29557 2013-01-16  Andreas Schwab  <schwab@suse.de>
29559         [BZ #14327]
29560         * include/stdlib.h (__mktemp): Add declaration.
29561         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29562         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29564 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29566         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29567         definitions.
29568         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29569         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29570         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29571         definitions here.
29572         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29573         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29574         definitions.
29575         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29576         and ONE.
29577         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29578         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29579         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29580         definitions.
29581         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29582         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29583         definitions.
29584         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29586         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29588 2013-01-15  David S. Miller  <davem@davemloft.net>
29590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29591         trunc{,f} to libm-sysdep_routes.
29592         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29594         file.
29595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29597         file.
29598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29599         file.
29600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29602         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29603         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29604         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29605         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29606         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29607         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29610         nearbyint{,f} to libm-sysdep_routes.
29611         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29613         New file.
29614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29615         file.
29616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29617         New file.
29618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29619         file.
29620         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29621         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29622         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29623         file.
29624         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29625         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29626         file.
29627         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29628         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29629         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29631         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29632         libc_feholdexcept and libc_fesetenv.
29634 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29636         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29638 2013-01-14  David S. Miller  <davem@davemloft.net>
29640         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29641         (SPARC_ASM_VIS2_IFUNC): Likewise.
29642         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29644         use of 'siam' instruction.
29645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29646         Likewise.
29647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29648         Likewise.
29649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29650         Likewise.
29651         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29652         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29653         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29654         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29656         file.
29657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29658         file.
29659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29660         file.
29661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29662         file.
29663         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29664         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29665         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29666         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29668         new VIS2 routines.
29669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29672         Likewise.
29673         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29674         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29675         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29676         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29678         routines to libm-sysdep_routines.
29679         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29682         fdim/fdimf to libm-sysdep_routines.
29683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29684         file.
29685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29687         file.
29688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29689         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29691         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29692         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29693         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29694         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29696 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29698         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29699         to optimize copies.
29701         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29702         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29703         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29705         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29706         local variable MPTWO.
29707         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29708         Likewise.
29710 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29712         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29713         GLOB_NOESCAPE.
29715 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29717         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29719 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29721         * manual/pattern.texi (glob_t): Document gl_flags.
29722         (glob64_t): Likewise.
29724 2013-01-11  David S. Miller  <davem@davemloft.net>
29726         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29727         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29728         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29729         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29730         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29731         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29732         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29733         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29734         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29735         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29736         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29737         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29738         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29740         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29741         sparc V9 rather than using V8 code.
29742         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29743         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29745         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29746         Move to...
29747         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29748         Here.
29750 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29752         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29753         not in the main loop.
29754         * configure: Regenerated.
29756 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29758         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29759         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29760         to just #else.
29761         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29762         [!__GLIBC_HAVE_LONG_LONG] case.
29763         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29764         condition to just #else.
29765         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29766         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29767         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29768         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29769         unconditional.
29770         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29771         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29772         #elif condition to just #else.
29773         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29774         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29775         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29776         #elif condition to just #else.
29778 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29780         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29781         (EF_MIPS_ARCH_64): Fix value.
29782         (EF_MIPS_ARCH_32R2): New.
29783         (EF_MIPS_ARCH_64R2): New.
29785 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29787         * Makeconfig (+link-pie-before-libc): New.
29788         (+link-pie-after-libc): Likewise.
29789         (+link-pie-tests): Likewise.
29790         (+link-pie): Rewritten.
29791         (link-before-libc): Remove $(config-LDFLAGS).
29792         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29793         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29794         (config-LDFLAGS): Renamed to ...
29795         (rtld-LDFLAGS): This.
29796         (rtld-tests-LDFLAGS): New macro.
29797         (link-libc-rpath-link): Likewise.
29798         (link-libc-tests-rpath-link): Likewise.
29799         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29800         (link-libc): Prepand $(link-libc-rpath-link).
29801         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29802         (test-program-prefix): New macro.
29803         (test-via-rtld-prefix): Likewise.
29804         (test-program-cmd): Likewise.
29805         (host-test-program-cmd): Likewise.
29806         * Makefile ($(common-objpfx)testrun.sh): Replace
29807         $(run-program-prefix) with $(test-program-prefix).
29808         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29809         $(rtld-LDFLAGS).
29810         ($(common-objpfx)shlib.lds): Likewise.
29811         (build-module-helper): Likewise.
29812         ($(common-objpfx)format.lds): Likewise.
29813         * Rules (binaries-pie-tests): New.
29814         (binaries-pie-notests): Likewise.
29815         (binaries-pie): Rewritten.
29816         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29817         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29818         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29819         (make-test-out): Replace $(host-built-program-cmd) with
29820         $(host-test-program-cmd).
29821         * config.make.in (build-hardcoded-path-in-tests): New variable.
29822         * configure.in (--enable-hardcoded-path-in-tests): New configure
29823         option.
29824         (hardcoded_path_in_tests): New AC_SUBST.
29825         * configure: Regenerated.
29826         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29827         $(built-program-cmd) with $(test-program-cmd).
29828         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29829         (test_program_cmd): This.
29830         * elf/Makefile ($(objpfx)order.out): Run test with
29831         $(test-program-prefix).
29832         ($(objpfx)order2.out): Likewise.
29833         ($(objpfx)tst-initorder.out): Likewise.
29834         ($(objpfx)tst-initorder2.out): Likewise.
29835         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29836         $(test-program-cmd).
29837         ($(objpfx)tst-array1-static.out): Likewise.
29838         ($(objpfx)tst-array2.out): Likewise.
29839         ($(objpfx)tst-array3.out): Likewise.
29840         ($(objpfx)tst-array4.out): Likewise.
29841         ($(objpfx)tst-array5.out): Likewise.
29842         ($(objpfx)tst-array5-static.out): Likewise.
29843         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29844         $(test-program-cmd).
29845         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29846         $(run-program-prefix) with $(test-program-prefix).
29847         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29848         (test_program_prefix): This.
29849         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29850         $(run-program-prefix) with $(test-program-prefix).
29851         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29852         (test_program_prefix): This.
29853         * iconvdata/tst-tables.sh: Likewise.
29854         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29855         $(run-program-prefix) with $(test-program-prefix).
29856         ($(objpfx)tst-translit.out): Likewise.
29857         ($(objpfx)tst-gettext2.out): Likewise.
29858         ($(objpfx)tst-gettext4.out): Likewise.
29859         ($(objpfx)tst-gettext6.out): Likewise.
29860         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29861         (test_program_prefix): This.
29862         * intl/tst-gettext2.sh: Likewise.
29863         * intl/tst-gettext4.sh  Likewise.
29864         * intl/tst-gettext6.sh: Likewise.
29865         * intl/tst-translit.sh: Likewise.
29866         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29867         with $(test-program-cmd).
29868         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29869         $(run-program-prefix) with $(test-program-prefix).
29870         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29871         (test_program_prefix): This.
29872         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29873         $(run-program-prefix) with $(test-program-prefix).
29874         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29875         (test_program_prefix): This.
29876         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29877         * posix/Makefile ($(objpfx)globtest.out): Replace
29878         $(run-via-rtld-prefix) and $(test-wrapper) with
29879         $(test-program-prefix) and $(test-via-rtld-prefix).
29880         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29881         $(test-program-prefix).
29882         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29883         $(host-test-program-cmd).
29884         (tst-spawn-ARGS): Likewise.
29885         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29886         $(test-program-prefix).
29887         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29888         (test_via_rtld_prefix): This.
29889         (test_wrapper): Renamed to ...
29890         (test_program_prefix): This.
29891         (run_program_prefix): Replaced by test_program_prefix.
29892         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29893         (test_program_prefix): This.
29894         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29895         with $(host-test-program-cmd).
29896         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29897         $(run-program-prefix) with $(test-program-prefix).
29898         ($(objpfx)tst-printf.out): Likewise.
29899         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29900         $(test-program-cmd).
29901         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29902         (test_program_prefix): This.
29903         * stdio-common/tst-unbputc.sh: Likewise.
29904         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29905         $(run-program-prefix) with $(test-program-prefix).
29906         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29907         (test_program_prefix): This.
29908         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29909         $(built-program-cmd) with $(test-program-cmd).
29911 2013-01-11  Andreas Jaeger  <aj@suse.de>
29913         [BZ #15003]
29914         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29915         value. Sync with Linux 3.7.
29917 2013-01-10  David S. Miller  <davem@davemloft.net>
29919         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29920         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29921         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29923 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29925         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29926         never set.
29927         * configure: Regenerated.
29929 2013-01-10  David S. Miller  <davem@davemloft.net>
29931         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29932         sparc V9 rather than using V8 code.
29933         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29934         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29936 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29938         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29939         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29940         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29941         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29942         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29943         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29944         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29945         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29946         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29947         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29948         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29949         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29950         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29951         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29952         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29953         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29954         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29955         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29956         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29957         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29958         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29959         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29960         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29961         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29962         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29963         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29964         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29966 2013-01-10  David S. Miller  <davem@davemloft.net>
29968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29970 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29972         * posix/Makefile (tests-static): New variable.
29973         (tests): Add $(tests-static).
29974         (tst-exec-static-ARGS): New variable.
29975         (tst-spawn-static-ARGS): Likewise.
29976         * posix/tst-exec-static.c: New file.
29977         * posix/tst-spawn-static.c: Likewise.
29978         * posix/tst-exec.c: Support run directly.
29979         * posix/tst-spawn.c: Likewise.
29981 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29983         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29984         long.
29985         * math/bits/mathcalls.h (llrint): Likewise.
29986         (llround): Likewise.
29987         * stdlib/stdlib.h (struct drand48_data): Likewise.
29988         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29989         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29990         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29991         Likewise.
29992         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29993         Likewise.
29994         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29995         (elf_greg_t): Likewise.
29996         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29997         (__jmp_buf): Likewise.
29998         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29999         definitions.
30000         (llrint): Likewise, for all definitions.
30001         (llrintl): Likewise.
30003         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30004         Remove [__GNUC__] condition.
30005         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30006         condition to just [__USE_ISOC99].
30007         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30009 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30011         [BZ #14200]
30012         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30013         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30014         defined.
30015         (_POSIX_V6_ILP32_OFF32): Likewise.
30016         (_XBS5_ILP32_OFF32): Likewise.
30017         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30018         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30020 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30022         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30024         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30025         doubles __mpexp_twomm1.  Adjust usage.
30026         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30027         Remove.
30029 2013-01-10  Andreas Schwab  <schwab@suse.de>
30031         [BZ #14964]
30032         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30033         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30035 2013-01-09  David S. Miller  <davem@davemloft.net>
30037         [BZ #15003]
30038         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30039         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30040         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30041         (TCP_FASTOPEN): Define.
30042         (tcp_repair_opt): New structure.
30043         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30044         enum values.
30045         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30046         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30047         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30048         (tcp_cookie_transactions): New structure.
30050 2013-01-09  Anton Blanchard  <anton@samba.org>
30052         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30053         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30054         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30055         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30057 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30059         * include/features.h (__USE_ANSI): Remove.
30061 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30063         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30065         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30067 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30069         * sysdeps/s390/fpu/libm-test-ulps: Update.
30071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30073         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30074         (__acr): Likewise.
30075         (__cpy): Likewise.
30076         (norm): Likewise.
30077         (denorm): Likewise.
30078         (__mp_dbl): Likewise.
30079         (__dbl_mp): Likewise.
30080         (add_magnitudes): Likewise.
30081         (sub_magnitudes): Likewise.
30082         (__add): Likewise.
30083         (__sub): Likewise.
30084         (__mul): Likewise.
30085         (__inv): Likewise.
30086         (__dvd): Likewise.
30087         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30088         (__acr): Likewise.
30089         (__cpy): Likewise.
30090         (norm): Likewise.
30091         (denorm): Likewise.
30092         (__mp_dbl): Likewise.
30093         (__dbl_mp): Likewise.
30094         (add_magnitudes): Likewise.
30095         (sub_magnitudes): Likewise.
30096         (__add): Likewise.
30097         (__sub): Likewise.
30098         (__mul): Likewise.
30099         (__inv): Likewise.
30100         (__dvd): Likewise.
30101         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30102         (__acr): Likewise.
30103         (__cpy): Likewise.
30104         (norm): Likewise.
30105         (denorm): Likewise.
30106         (__mp_dbl): Likewise.
30107         (__dbl_mp): Likewise.
30108         (add_magnitudes): Likewise.
30109         (sub_magnitudes): Likewise.
30110         (__add): Likewise.
30111         (__sub): Likewise.
30112         (__mul): Likewise.
30113         (__inv): Likewise.
30114         (__dvd): Likewise.
30116 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30118         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30119         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30120         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30121         2 && __USE_EXTERN_INLINES]: Likewise.
30123 2013-01-08  Andreas Jaeger  <aj@suse.de>
30125         [BZ# 14985]
30126         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30127         Remove.
30128         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30129         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30131 2013-01-07  Anton Blanchard  <anton@samba.org>
30133         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30134         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30135         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30136         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30137         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30138         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30139         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30140         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30141         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30142         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30143         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30144         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30145         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30146         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30147         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30148         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30149         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30150         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30151         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30152         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30153         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30154         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30155         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30156         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30157         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30158         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30159         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30160         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30161         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30162         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30163         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30164         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30165         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30166         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30167         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30168         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30169         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30170         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30171         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30172         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30173         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30174         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30175         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30177 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30179         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30180         (__MALLOC_PMT): Likewise.
30181         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30182         [__GNUC__], only on [_LIBC].
30183         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30184         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30185         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30186         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30187         forward declaration.
30188         (realloc_hook_ini): Likewise.
30189         (memalign_hook_ini): Likewise.
30190         (__libc_memalign): Do not use __MALLOC_PMT in variable
30191         declaration.
30192         (__libc_valloc): Likewise.
30193         (__libc_pvalloc): Likewise.
30194         (__libc_calloc): Likewise.
30195         (__posix_memalign): Likewise.
30197         [BZ #14996]
30198         * math/s_casinh.c: Include <float.h>.
30199         (__casinh): Do not do computation with squaring and square root
30200         for large arguments.
30201         * math/s_casinhf.c: Include <float.h>.
30202         (__casinhf): Do not do computation with squaring and square root
30203         for large arguments.
30204         * math/s_casinhl.c: Include <float.h>.
30205         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30206         (__casinhl): Do not do computation with squaring and square root
30207         for large arguments.
30208         * math/libm-test.inc (casin_test): Add more tests.
30209         (casinh_test): Likewise.
30210         * sysdeps/i386/fpu/libm-test-ulps: Update.
30211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30213 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30215         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30216         (__x86_64_raw_data_cache_size): Likewise.
30217         (__x86_64_data_cache_size_half): Likewise.
30218         (__x86_64_raw_data_cache_size_half): Likewise.
30219         (__x86_64_shared_cache_size): Likewise.
30220         (__x86_64_raw_shared_cache_size): Likewise.
30221         (__x86_64_shared_cache_size_half): Likewise.
30222         (__x86_64_raw_shared_cache_size_half): Likewise.
30223         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30224         to ...
30225         (__x86_data_cache_size): This.
30226         (__x86_64_raw_data_cache_size): Renamed to ...
30227         (__x86_raw_data_cache_size): This.
30228         (__x86_64_data_cache_size_half): Renamed to ...
30229         (__x86_data_cache_size_half): This.
30230         (__x86_64_raw_data_cache_size_half): Renamed to ...
30231         (__x86_raw_data_cache_size_half): This.
30232         (__x86_64_shared_cache_size): Renamed to ...
30233         (__x86_shared_cache_size): This.
30234         (__x86_64_raw_shared_cache_size): Renamed to ...
30235         (__x86_raw_shared_cache_size): This.
30236         (__x86_64_shared_cache_size_half): Renamed to ...
30237         (__x86_shared_cache_size_half): This.
30238         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30239         (__x86_raw_shared_cache_size_half): This.
30240         * sysdeps/x86_64/memcpy.S: Updated.
30241         * sysdeps/x86_64/memset.S: Likewise.
30242         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30243         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30244         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30246 2013-01-04  David S. Miller  <davem@davemloft.net>
30248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30250 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30252         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30253         1 to avoid redefinition warning.
30254         (__USE_GNU): Don't define.
30255         (init_signaling_nan): Protoize.
30257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30259 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30261         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30262         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30263         (__cpymn): Likewise.
30264         (norm): Remove commented code.
30265         (denorm): Likewise.
30266         (__mp_dbl): Likewise.
30267         (__inv): Likewise.
30268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30269         (__cpymn): Likewise.
30270         (norm): Remove commented code.
30271         (denorm): Likewise.
30272         (__mp_dbl): Likewise.
30273         (__inv): Likewise.
30275         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30276         mp_no value for 1.0 and 2.0.
30277         (norm): Use RADIXI instead of radixi.d.
30278         (denorm): Likewise.
30279         (__mul): Use 0.0 instead of zero.d.
30280         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30281         mp_no value for 1.0 and 2.0.
30282         (norm): Use RADIXI instead of radixi.d.
30283         (denorm): Likewise.
30284         (__mul): Use 0.0 instead of zero.d.
30286 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30288         [BZ #14994]
30289         * math/s_casinh.c (__casinh): Reduce finite argument to first
30290         quadrant then set signs of results at the end.
30291         * math/s_casinhf.c (__casinhf): Likewise.
30292         * math/s_casinhl.c (__casinhl): Likewise.
30293         * math/libm-test.inc (casin_test): Add more tests.
30294         (casinh_test): Likewise.
30295         * sysdeps/i386/fpu/libm-test-ulps: Update.
30296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30298 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30300         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30302         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30304         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30305         declarations.
30306         (denorm): Likewise.
30307         (__mp_dbl): Likewise.
30308         (__inv): Likewise.
30310         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30311         and adjust the header comment.
30313         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30314         variable name from declaration.
30316 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30318         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30319         Initialize COMMON_CPUID_INDEX_7 element.
30320         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30321         (CPUID_RTM): Likewise.
30322         (HAS_RTM): Likewise.
30323         (COMMON_CPUID_INDEX_7): New enum.
30325 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30327         [BZ #14981]
30328         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30329         size is zero, record memory as freed.
30331 2013-01-03  Andreas Jaeger  <aj@suse.de>
30333         * po/ia.po: Add new Interlingua translation.
30335 2012-01-03  Allan McRae  <allan@archlinux.org>
30337         * locale/programs/localedef.c: Fix description of '--posix' flag.
30339 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30341         * NEWS: Update dates in second copyright notice.
30342         * README: Update copyright dates in example.
30343         * manual/libc.texinfo: Update copyright dates.
30344         * scripts/test-installation.pl: Update copyright date in --version
30345         output.
30347         * hurd/ctty-input.c: Fix copyright notice formatting.
30348         * hurd/ctty-output.c: Likewise.
30349         * hurd/dtable.c: Likewise.
30350         * hurd/hurd-raise.c: Likewise.
30351         * hurd/hurdprio.c: Likewise.
30352         * hurd/msgportdemux.c: Likewise.
30353         * misc/sys/file.h: Likewise.
30354         * misc/sys/ioctl.h: Likewise.
30355         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30356         * sysdeps/mach/hurd/chdir.c: Likewise.
30357         * sysdeps/mach/hurd/fchdir.c: Likewise.
30358         * sysdeps/mach/hurd/rename.c: Likewise.
30359         * sysdeps/mach/hurd/rmdir.c: Likewise.
30360         * sysdeps/mach/hurd/seekdir.c: Likewise.
30361         * sysdeps/mach/hurd/setsid.c: Likewise.
30362         * sysdeps/posix/wait3.c: Likewise.
30364         * All files with FSF copyright notices: Update copyright dates
30365         using scripts/update-copyrights.
30366         * intl/plural.c: Regenerated.
30367         * locale/programs/charmap-kw.h: Likewise.
30368         * locale/programs/locfile-kw.h: Likewise.
30370 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30372         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30373         four values.
30375         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30376         calculation loop and add branch prediction.
30378         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30379         check access beyond bounds of m1np.
30381         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30382         MPTWO.
30383         (__inv): Remove local variable MPTWO to use the global
30384         constant.
30385         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30386         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30387         variable MPTWO.
30388         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30389         MP3HALFS static const.
30391 2013-01-01  David S. Miller  <davem@davemloft.net>
30393         * po/ca.po: Update from translation team.
30395 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30397         * scripts/update-copyrights: New file.
30398         * Makeconfig: Reformat copyright notice.
30399         * ctype/ctype.h: Likewise.
30400         * debug/swprintf_chk.c: Likewise.
30401         * elf/dl-cache.c: Likewise.
30402         * elf/dl-debug.c: Likewise.
30403         * elf/dl-object.c: Likewise.
30404         * grp/initgroups.c: Likewise.
30405         * hurd/Makefile: Likewise.
30406         * hurd/hurd/signal.h: Likewise.
30407         * hurd/hurdfault.c: Likewise.
30408         * hurd/hurdioctl.c: Likewise.
30409         * hurd/hurdlookup.c: Likewise.
30410         * hurd/intr-msg.c: Likewise.
30411         * iconv/gconv_open.c: Likewise.
30412         * libio/swprintf.c: Likewise.
30413         * locale/lc-ctype.c: Likewise.
30414         * locale/nl_langinfo.c: Likewise.
30415         * mach/Machrules: Likewise.
30416         * mach/Makefile: Likewise.
30417         * malloc/obstack.h: Likewise.
30418         * manual/Makefile: Likewise.
30419         * manual/tsort.awk: Likewise.
30420         * misc/bits/stab.def: Likewise.
30421         * nis/nis_print_group_entry.c: Likewise.
30422         * nis/nis_table.c: Likewise.
30423         * nis/nss_compat/compat-pwd.c: Likewise.
30424         * nis/nss_compat/compat-spwd.c: Likewise.
30425         * po/Makefile: Likewise.
30426         * posix/fnmatch.c: Likewise.
30427         * posix/regex.h: Likewise.
30428         * resolv/Makefile: Likewise.
30429         * resolv/nss_dns/dns-network.c: Likewise.
30430         * resolv/res_hconf.c: Likewise.
30431         * scripts/gen-sorted.awk: Likewise.
30432         * soft-fp/soft-fp.h: Likewise.
30433         * stdio-common/printf.h: Likewise.
30434         * stdlib/monetary.h: Likewise.
30435         * stdlib/random.c: Likewise.
30436         * stdlib/random_r.c: Likewise.
30437         * sysdeps/generic/Makefile: Likewise.
30438         * sysdeps/gnu/Makefile: Likewise.
30439         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30440         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30441         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30442         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30443         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30444         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30445         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30446         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30447         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30448         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30449         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30450         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30451         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30452         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30453         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30454         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30455         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30456         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30457         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30458         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30459         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30460         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30461         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30462         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30463         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30464         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30465         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30466         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30467         * sysdeps/mach/hurd/errnos.awk: Likewise.
30468         * sysdeps/mach/hurd/fork.c: Likewise.
30469         * sysdeps/mach/hurd/getcwd.c: Likewise.
30470         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30471         * sysdeps/mach/hurd/mmap.c: Likewise.
30472         * sysdeps/mach/hurd/utimes.c: Likewise.
30473         * sysdeps/mach/hurd/xmknod.c: Likewise.
30474         * sysdeps/posix/profil.c: Likewise.
30475         * sysdeps/posix/readdir_r.c: Likewise.
30476         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30477         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30478         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30479         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30480         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30481         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30482         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30483         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30484         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30485         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30486         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30487         * sysdeps/pthread/lio_listio.c: Likewise.
30488         * sysdeps/sparc/dl-procinfo.h: Likewise.
30489         * sysdeps/unix/i386/sysdep.S: Likewise.
30490         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30491         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30492         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30493         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30495         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30496         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30497         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30498         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30499         * sysdeps/wordsize-32/divdi3.c: Likewise.
30500         * time/sys/time.h: Likewise.
30501         * wcsmbs/Makefile: Likewise.
30503 2013-01-01  David S. Miller  <davem@davemloft.net>
30505         * po/fr.po: Update from translation team.
30507         * catgets/gencat.c: Update copyright year.
30508         * csu/version.c: Likewise.
30509         * debug/catchsegv.sh: Likewise.
30510         * debug/pcprofiledump.c: Likewise.
30511         * debug/xtrace.sh: Likewise.
30512         * elf/ldconfig.c: Likewise.
30513         * elf/ldd.bash.in: Likewise.
30514         * elf/pldd.c: Likewise.
30515         * elf/sotruss.ksh: Likewise.
30516         * elf/sprof.c: Likewise.
30517         * iconv/iconv_prog.c: Likewise.
30518         * iconv/iconvconfig.c: Likewise.
30519         * locale/programs/locale.c: Likewise.
30520         * locale/programs/localedef.c: Likewise.
30521         * login/programs/pt_chown.c: Likewise.
30522         * malloc/memusage.sh: Likewise.
30523         * malloc/memusagestat.c: Likewise.
30524         * malloc/mtrace.pl: Likewise.
30525         * nscd/nscd.c: Likewise.
30526         * nss/getent.c: Likewise.
30527         * nss/makedb.c: Likewise.
30528         * posix/getconf.c: Likewise.
30530 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30532         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30533         numbers.
30535 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30537         * math/bits/mathcalls.h (modf): Use __nonnull.
30539 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30541         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30542         (split): Use macro CN instead of the bare value.
30543         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30544         could be used.
30545         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30546         instead of the bare value.
30547         (power1): Likewise.
30549 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30551         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30552         __ATAN_TWOM.
30553         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30555         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30556         their values.
30557         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30558         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30559         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30560         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30562 2012-12-28  Andreas Jaeger  <aj@suse.de>
30564         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30565         values are from Linux 3.7.
30567         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30568         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30570 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30572         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30573         TRUE case.
30575         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30576         (norm): Likewise.
30577         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30578         variables with preprocessor constants.
30579         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30580         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30581         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30583 2012-12-27  Bruno Haible  <bruno@clisp.org>
30585         [BZ #14317]
30586         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30587         only if needed.
30589 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30591         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30592         and use variable directly.
30593         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30595         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30596         MPONE.
30597         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30598         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30599         variable MPONE.
30600         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30601         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30602         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30603         include directive.  Remove local variable MPONE.
30604         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30605         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30606         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30608 2012-12-25  David S. Miller  <davem@davemloft.net>
30610         * version.h (RELEASE): Set to "development".
30611         (VERSION): Set to "2.17.90".
30612         * NEWS: Add 2.18 section.
30614 2012-12-21  David S. Miller  <davem@davemloft.net>
30616         * po/hr.po: Update from translation team.
30618 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30620         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30622 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30624         * NEWS:  Mention new memcpy for MIPS.
30626 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30628         * manual/contrib.texi (Contributors): Spelling correction.
30630 2012-12-15  David S. Miller  <davem@davemloft.net>
30632         * po/ru.po: Update from translation team.
30634 2012-12-13  David S. Miller  <davem@davemloft.net>
30636         * NEWS: Mention IFUNC testsuite enhancements.
30638         * po/pl.po: Update from translation team.
30639         * po/bg.po: Likewise.
30641         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30642         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30644 2012-12-11  David S. Miller  <davem@davemloft.net>
30646         * po/sv.po: Update from translation team.
30648         * po/vi.po: Update from translation team.
30650         * po/cs.po: Update from translation team.
30652         * po/de.po: Update from translation team.
30653         * po/eo.po: Likewise.
30654         * po/nl.po: Likewise.
30656 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30658         [BZ #14246]
30659         * manual/argp.texi (Argp Helper Functions): Move node to follow
30660         Argp Parsing State.
30662         [BZ #14872]
30663         * manual/conf.texi (Limits on File System Capacity): Mention if
30664         terminating null is included in the max size.
30666 2012-12-10  Andreas Jaeger  <aj@suse.de>
30668         * po/cs.po: Update from translation team.
30670 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30672         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30673         void pointer and cast to uintptr_t.
30674         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30675         path.
30676         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30677         * sysdeps/s390/s390-64/memset.S: Likewise.
30679 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30681         [BZ #14833]
30682         * menual/message.texi (Message Translation): Fix typos.
30683         (Helper programs for gettext): Likewise.
30685 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30687         [BZ #14898]
30688         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30689         Change to -1.
30691 2012-12-07  David S. Miller  <davem@davemloft.net>
30693         * po/libc.pot: Update.
30695 2012-12-07  Richard Henderson  <rth@redhat.com>
30697         [BZ #10114]
30698         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30699         normal/normal case to before the switch.
30700         (_FP_DIV): Likewise.
30702 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30703             Mike Frysinger  <vapier@gentoo.org>
30705         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30706         check for __NR_fadvise64_64.
30708 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30710         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30711         0, not just to plain "0" as a statement.
30712         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30713         with cw.
30715 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30717         * NEWS: Use sourceware.org in Bugzilla URL.
30719 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30722         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30724         * stdio-common/tst-put-error.c (do_test): Add newline to the
30725         padded test to ensure flush.
30727 2012-12-05  Jeff Law  <law@redhat.com>
30729         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30731 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30733         * README: Don't refer to ports add-on as distributed separately.
30734         Mention AArch64 in list of systems supported in the ports add-on.
30736         * LICENSES: Add more non-FSF copyright and license notices.
30738         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30739         ((unused)).
30741         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30743         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30744         10000 as width of padded output.
30746 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30748         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30750         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30751         variable LX with __attribute__ ((unused)).
30752         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30753         Likewise.
30754         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30755         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30756         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30757         with __attribute__ ((unused)).
30759 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30761         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30763 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30765         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30766         (CFLAGS-nldbl-acos.c): New variable.
30767         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30768         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30769         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30770         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30771         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30772         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30773         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30774         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30775         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30776         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30777         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30778         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30779         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30780         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30781         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30782         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30783         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30784         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30785         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30786         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30787         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30788         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30789         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30790         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30791         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30792         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30793         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30794         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30795         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30796         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30797         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30798         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30799         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30800         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30801         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30802         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30803         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30804         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30805         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30806         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30807         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30808         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30809         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30810         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30811         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30812         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30813         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30814         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30815         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30816         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30817         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30818         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30819         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30820         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30821         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30822         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30823         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30824         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30825         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30826         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30827         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30828         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30829         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30830         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30831         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30832         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30833         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30834         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30835         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30836         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30837         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30838         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30839         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30840         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30841         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30842         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30843         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30844         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30845         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30846         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30847         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30848         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30849         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30850         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30851         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30852         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30853         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30854         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30855         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30856         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30857         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30858         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30859         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30860         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30861         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30862         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30863         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30866         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30868         [BZ #14914]
30869         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30870         whole low double instead of just low 47 bits when splitting values
30871         into two parts.
30873 2012-12-03  Allan McRae  <allan@archlinux.org>
30875         * manual/stdio.texi (Predefined Printf Handlers): Remove
30876         @hsep and @vsep usage.
30878 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30880         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30881         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30883 2012-12-03  Jeff Law  <law@redhat.com>
30885         * time/sys/time.h (settimeofday): Do not mark TV argument
30886         as __nonnull.
30888 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30890         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30891         when currently writing and seek to current position when not.
30892         * libio/Makefile (tests): Remove bug-fclose1.
30893         * libio/bug-fclose1.c: Delete.
30895 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30897         * manual/arith.texi (feenableexcept): Fix typo.
30898         (fedisableexcept): Likewise.
30900 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30902         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30903         second, differently-typed declaration, rather than a cast.
30905 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30907         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30908         * include/rpc/svc.h: ... here.
30910 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30912         [BZ #13013]
30913         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30914         depending n and resplen2 to catch cases where answer
30915         equals answerp2.
30917 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30919         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30920         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30922 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30924         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30926 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30928         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30930 2012-11-28  Jeff Law  <law@redhat.com>
30932         [BZ #13761]
30933         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30934         dataset_temporary.  Track alloca usage into alloca_used.
30935         If dataset is large allocate and release it via malloc/free.
30937 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30939         [BZ #14197]
30940         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30942 2012-11-28  David S. Miller  <davem@davemloft.net>
30944         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30946 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30948         [BZ #14803]
30949         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30950         of pi/2 rounded to nearest to 64 bits.
30951         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30952         nearest to 64 bits.
30953         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30954         bits.
30956 2012-11-28  Jeff Law <law@redhat.com>
30957             Martin Osvald <mosvald@redhat.com>
30959         [BZ #14889]
30960         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30961         * sunrpc/svc.c: Include time.h.
30962         (__svc_accept_failed): New function.
30963         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30964         any reason other than EINTR, call __svc_accept_failed.
30965         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30966         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30968 2012-11-28  Andreas Schwab  <schwab@suse.de>
30970         * scripts/abilist.awk: Also handle indirect functions in .opd
30971         section.
30973 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30975         [BZ #13881]
30976         * sysdeps/x86/fpu/powl_helper.c: New file.
30977         * sysdeps/x86/fpu/Makefile: Likewise.
30978         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30979         (p3): New object.
30980         (__ieee754_powl): Use __powl_helper for finite arguments except
30981         integer exponents below 8.
30982         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30983         (p3): New object.
30984         (__ieee754_powl): Use __powl_helper for finite arguments except
30985         integer exponents below 8.
30986         * math/libm-test.inc (pow_test): Add more tests and enable some
30987         previously disabled tests.
30988         * sysdeps/i386/fpu/libm-test-ulps: Update.
30989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30991 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30992             Carlos O'Donell  <carlos_odonell@mentor.com>
30994         * nss/makedb.c (is_prime): Assert that input is odd and greater
30995         than 4.  Note that fact in a comment too.
30996         (next_prime): Add 4 to input.
30998 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31000         [BZ #11741]
31001         * libio/Makefile (tests): Add test case tst-fwrite-error.
31002         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31003         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31004         * libio/tst-fwrite-error.c: New test case.
31006 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31008         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31009         before casting to void *.
31010         * include/libc-internal.h (__pointer_type): New macro.
31011         (__integer_if_pointer_type_sub): Likewise.
31012         (__integer_if_pointer_type): Likewise.
31013         (cast_to_integer): Likewise.
31014         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31015         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31016         before casting to atomic64_t.
31017         (atomic_exchange_acq): Likewise.
31018         (__arch_exchange_and_add_body): Likewise.
31019         (__arch_add_body): Likewise.
31020         (atomic_add_negative): Likewise.
31021         (atomic_add_zero): Likewise.
31023 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31025         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31026         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31027         (add_fdes): Likewise.
31028         (linear_search_fdes): Likewise.
31029         (binary_search_unencoded_fdes): Likewise.
31031 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31033         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31035 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31037         * configure.in: Autodetect C++ header directories.
31038         * configure: Regenerated.
31040 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31042         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31044 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31046         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31048 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31050         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31051         LDBL_MANT_DIG == 106]: Disable some tests.
31052         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31053         Likewise.
31054         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31055         Likewise.
31057         [BZ #14871]
31058         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31059         input for small inputs.  Return +/- pi/2 for large inputs.
31060         * math/libm-test.inc (atan_test): Add more tests.
31062         * sysdeps/generic/unwind-dw2-fde-glibc.c
31063         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31064         __attribute__ ((unused)).
31066         [BZ #14645]
31067         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31068         x * y if x and y are nonzero and z is zero.
31070         [BZ #14811]
31071         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31072         nonzero exponents with absolute value below 0x1p-117 to +/-
31073         0x1p-117.
31075         [BZ #14869]
31076         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31077         up arguments below 2**-450, not just those below 2**-500.
31078         * math/libm-test.inc (hypot_test): Add another test.
31080         [BZ #14868]
31081         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31082         Return a+b for ratio over 2**120, not 2**60.
31083         * math/libm-test.inc (hypot_test): Add another test.
31085         * math/libm-test.inc (clog_test): Use
31086         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31087         (clog10_test): Likewise.
31089         [BZ #6778]
31090         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31092 2012-11-22  Andreas Schwab  <schwab@suse.de>
31094         * sysdeps/i386/fpu/libm-test-ulps: Update.
31096 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31098         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31099         printf output with newline.
31101 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31103         [BZ #14865]
31104         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31105         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31106         -z nodlopen, -z initfirst and -z execstack support.
31107         * configure: Regenerated.
31109         * elf/elf.h (DF_1_NODIRECT): New macro.
31110         (DF_1_IGNMULDEF): Likewise.
31111         (DF_1_NOKSYMS): Likewise.
31112         (DF_1_NOHDR): Likewise.
31113         (DF_1_EDITED): Likewise.
31114         (DF_1_NORELOC): Likewise.
31115         (DF_1_SYMINTPOSE): Likewise.
31116         (DF_1_GLOBAUDIT): Likewise.
31117         (DF_1_SINGLETON): Likewise.
31118         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31119         DT_1_SUPPORTED_MASK bits.
31120         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31122 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31124         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31126 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31128         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31129         macro.
31131         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31132         (sendmmsg): Move declarations...
31133         * socket/sys/socket.h: ... here.
31134         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31135         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31136         include it from...
31137         * socket/recvmmsg.c: ... this new file.
31138         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31139         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31140         definition of __sendmmsg hidden.
31141         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31142         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31143         Move ENOSYS stub into and include it from...
31144         * socket/sendmmsg.c: ... this new file.
31145         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31146         (sysdep_routines): Move recvmmsg and sendmmsg...
31147         * socket/Makefile (routines): ... here.
31148         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31149         (GLIBC_PRIVATE): Add __sendmmsg.
31150         * include/sys/socket.h (__sendmmsg): Add declarations.
31151         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31152         sendmmsg.
31154 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31156         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31157         variable I1 with __attribute__ ((unused)).
31158         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31160 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31162         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31163         DUMMY variables with __attribute__ ((unused)).
31165         * bits/byteswap.h: Include <bits/types.h>.
31166         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31168 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31170         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31171         string_t.  Do not manually set errno.
31172         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31173         length with __strnlen.  Make sure to both set errno and return it on
31174         failure.
31176 2012-11-19  David S. Miller  <davem@davemloft.net>
31178         With help from Joseph Myers.
31179         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31180         very large arguments properly.
31181         * math/libm-test.inc (atan_test): New tests.
31182         (atan2_test): New tests.
31183         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31184         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31186 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31188         [BZ #14856]
31189         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31190         Define to 3.
31192         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31193         [POSIX] (EADDRNOTAVAIL): Likewise.
31194         [POSIX] (EAFNOSUPPORT): Likewise.
31195         [POSIX] (EALREADY): Likewise.
31196         [POSIX] (ECONNABORTED): Likewise.
31197         [POSIX] (ECONNREFUSED): Likewise.
31198         [POSIX] (ECONNRESET): Likewise.
31199         [POSIX] (EDESTADDRREQ): Likewise.
31200         [POSIX] (EDQUOT): Likewise.
31201         [POSIX] (EHOSTUNREACH): Likewise.
31202         [POSIX] (EIDRM): Likewise.
31203         [POSIX] (EISCONN): Likewise.
31204         [POSIX] (ELOOP): Likewise.
31205         [POSIX] (EMULTIHOP): Likewise.
31206         [POSIX] (ENETDOWN): Likewise.
31207         [POSIX] (ENETUNREACH): Likewise.
31208         [POSIX] (ENOBUFS): Likewise.
31209         [POSIX] (ENODATA): Likewise.
31210         [POSIX] (ENOLINK): Likewise.
31211         [POSIX] (ENOMSG): Likewise.
31212         [POSIX] (ENOPROTOOPT): Likewise.
31213         [POSIX] (ENOSR): Likewise.
31214         [POSIX] (ENOSTR): Likewise.
31215         [POSIX] (ENOTCONN): Likewise.
31216         [POSIX] (ENOTSOCK): Likewise.
31217         [POSIX] (EOPNOTSUPP): Likewise.
31218         [POSIX] (EOVERFLOW): Likewise.
31219         [POSIX] (EPROTO): Likewise.
31220         [POSIX] (EPROTONOSUPPORT): Likewise.
31221         [POSIX] (EPROTOTYPE): Likewise.
31222         [POSIX] (ESTALE): Likewise.
31223         [POSIX] (ETIME): Likewise.
31224         [POSIX] (ETXTBSY): Likewise.
31225         [POSIX] (EWOULDBLOCK): Likewise.
31226         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31227         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31228         [POSIX] (SEEK_CUR): Likewise.
31229         [POSIX] (SEEK_END): Likewise.
31230         [POSIX || UNIX98] (mode_t): Do not require.
31231         [POSIX] (off_t): Likewise.
31232         [POSIX] (pid_t): Likewise.
31233         [POSIX] (sys/stat.h): Do not allow header.
31234         [POSIX] (unistd.h): Likewise.
31235         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31236         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31237         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31238         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31239         require.
31240         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31241         sigevent): Specify elements.
31242         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31243         entry.
31244         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31245         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31247         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31248         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31249         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31250         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31251         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31252         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31253         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31254         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31255         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31256         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31257         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31258         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31259         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31260         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31261         Likewise.
31262         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31263         Likewise.
31264         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31265         Likewise.
31266         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31267         Likewise.
31268         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31269         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31270         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31271         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31272         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31273         Specify lower bound on value.
31274         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31275         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31276         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31277         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31278         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31279         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31280         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31281         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31282         value.
31283         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31284         as optional.
31285         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31286         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31287         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31288         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31289         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31290         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31291         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31292         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31293         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31294         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31295         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31296         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31297         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31298         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31299         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31300         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31301         entry.
31302         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31303         optional.
31304         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31305         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31306         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31307         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31308         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31309         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31310         Likewise.
31311         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31312         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31313         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31314         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31315         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31316         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31317         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31318         as optional.
31319         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31320         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31321         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31322         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31323         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31324         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31325         specify as optional.
31326         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31327         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31328         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31329         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31330         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31331         [XPG3] (NL_LANGMAX): Likewise.
31332         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31333         [POSIX || XPG3] (NL_NMAX): Likewise.
31334         [POSIX || XPG3] (NL_SETMAX): Likewise.
31335         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31336         [XPG3] (NZERO): Likewise.
31337         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31338         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31339         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31340         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31341         (REG_ERANGE): Expect.
31342         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31343         optional-constant.
31344         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31345         Use (void) in prototype.
31346         [POSIX] (*_t): Allow.
31347         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31348         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31349         (WRDE_BADVAL): Expect.
31351         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31352         expect.
31353         [XPG3 || XPG4] (O_RSYNC): Likewise.
31354         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31355         Likewise.
31356         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31357         [XPG3 || XPG4] (sigqueue): Likewise.
31358         [XPG3 || XPG4] (sigtimedwait): Likewise.
31359         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31360         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31361         [XPG3 || XPG4] (vsnprintf): Likewise.
31362         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31363         Likewise.
31364         [XPG3 || XPG4] (blksize_t): Likewise.
31365         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31366         Likewise.
31367         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31368         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31369         [XPG3 || XPG4] (struct itimerspec): Likewise.
31370         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31371         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31372         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31373         [XPG3 || XPG4] (clockid_t): Likewise.
31374         [XPG3 || XPG4] (timer_t): Likewise.
31375         [XPG3 || XPG4] (clock_getres): Likewise.
31376         [XPG3 || XPG4] (clock_gettime): Likewise.
31377         [XPG3 || XPG4] (clock_settime): Likewise.
31378         [XPG3 || XPG4] (nanosleep): Likewise.
31379         [XPG3 || XPG4] (timer_create): Likewise.
31380         [XPG3 || XPG4] (timer_delete): Likewise.
31381         [XPG3 || XPG4] (timer_gettime): Likewise.
31382         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31383         [XPG3 || XPG4] (timer_settime): Likewise.
31384         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31385         [XPG3 || XPG4] (getlogin_r): Likewise.
31386         [XPG3 || XPG4] (pread): Likewise.
31387         [XPG3 || XPG4] (pthread_atfork): Likewise.
31388         [XPG3 || XPG4] (pwrite): Likewise.
31390         [BZ #14835]
31391         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31392         <bits/siginfo.h>.
31394 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31396         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31397         finalizing MALLSTREAM.
31399         * sysdeps/mach/hurd/syncfs.c: New file.
31401 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31403         [BZ #14719]
31404         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31405         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31406         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31407         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31408         (_nss_dns_gethostbyname4_r): Likewise.
31409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31410         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31412 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31414         [BZ #13763]
31415         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31417 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31419         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31420         * elf/cache.c (print_entry): Print ",AArch64" for
31421         FLAG_AARCH64_LIB64
31423         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31424         * elf/cache.c (print_entry): Print ",hard-float" for
31425         FLAG_ARM_LIBHF.
31427 2012-11-18  David S. Miller  <davem@davemloft.net>
31429         With help from Joseph Myers.
31430         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31431         cutoff to 2**-13.
31432         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31433         cutoff to 2**-25.
31434         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31435         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31436         small.
31437         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31438         * math/libm-test.inc (y0_test): New tests.
31439         (y1_test): New tests.
31440         * sysdeps/i386/fpu/libm-test-ulps: Update.
31441         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31444 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31446         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31447         64-bit targets.
31448         * configure: Regenerated.
31450 2012-11-17  David S. Miller  <davem@davemloft.net>
31452         [BZ #14811]
31453         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31454         nonzero exponents with absolute value below 0x1p-128 to +/-
31455         0x1p-128.
31457 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31459         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31461         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31463         * posix/getconf-speclist.c: New file.
31464         * posix/posix-envs.def: Likewise.
31465         * posix/confstr.c (START_ENV_GROUP): New macro.
31466         (END_ENV_GROUP): Likewise.
31467         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31468         (KNOWN_PRESENT_ENV_STRING): Likewise.
31469         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31470         (UNKNOWN_ENVIRONMENT): Likewise.
31471         (confstr): Include posix-envs.def instead of handling
31472         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31473         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31474         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31475         (END_ENV_GROUP): Likewise.
31476         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31477         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31478         (UNKNOWN_ENVIRONMENT): Likewise.
31479         (__sysconf): Include posix-envs.def instead of handling associated
31480         cases directly here.
31481         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31482         preprocessing getconf-speclist.c rather than running getconf or
31483         generating empty file.
31485 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31487         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31489 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31491         [BZ #14672]
31492         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31494 2012-11-16  David S. Miller  <davem@davemloft.net>
31496         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31497         smaller than LDBL_EPSILON/2.0L, just return xm1.
31499 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31501         * elf/tst-array1.c (init): Set constructor priority to 1000.
31502         (fini): Set destructor priority to 1000.
31503         * elf/tst-array2dep.c: Likewise.
31505 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31507         [BZ #11741]
31508         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31509         (_IO_new_file_xsputn): Also return EOF if none of the input
31510         data was written when overflow failed.
31511         * libio/iopadn.c (_IO_padn): Likewise.
31512         * libio/iowpadn.c (_IO_wpadn): Likewise.
31513         * stdio-common/tst-put-error.c: Add copyright notice.
31514         (do_test): Add case for printing padded string.
31515         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31516         _IO_padn returned error.
31517         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31518         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31519         return EOF.
31521 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31523         * libio/libioP.h: Add comment note that the references to C++
31524         bits are now obsolete.
31526 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31528         * math/libm-test.inc (check_complex): Use asprintf.
31530 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31532         * debug/pcprofiledump.c (print_version): Update copyright year.
31533         * malloc/memusagestat.c (print_version): Likewise.
31535 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31537         [BZ #14831]
31538         * elf/Makefile (tests): Add tst-audit8.
31539         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31540         ($(objpfx)tst-audit8.out): New target.
31541         (tst-audit8-ENV): New variable.
31542         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31543         audit if l_reloc_result is NULL.
31544         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31545         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31546         * elf/tst-audit8.c: New file.
31548 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31550         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31551         * misc/Makefile (CFLAGS-select.c): Define.
31552         * posix/Makefile (CFLAGS-pause.c): Define.
31554 2012-11-13  David S. Miller  <davem@davemloft.net>
31556         * crypt/Makefile: Move test targets after toplevel Rules
31557         inclusion.  Grab any necessary sysdep routines when linking.
31558         * crypt/md5.c (md5_process_block): Remove define, we will always
31559         name it __md5_process_block.
31560         (md5_finish_ctx): Update md5_process_block call.
31561         (md5_stream): Likewise.
31562         (md5_process_bytes): Likewise.
31563         (md5_process_block): Rename to __md5_process_block and move to ...
31564         * crypt/md5-block.c: ... here.
31565         * crypt/sha256.c (sha256_process_block): Move to ...
31566         * crypt/sha256-block.c: ... here.
31567         * crypt/sha512.c (sha512_process_block): Move to ...
31568         * crypt/sha512-block.c: ... here.
31569         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31570         path.
31571         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31572         * sysdeps/sparc/sparc64/multiarch/Makefile
31573         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31574         crypt subdir.
31575         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31576         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31577         multiarch changes.
31578         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31579         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31580         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31581         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31582         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31583         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31584         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31585         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31586         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31587         file.
31588         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31589         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31590         file.
31591         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31593 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31595         * timezone/tzselect.ksh: Update from tzcode git revision
31596         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31597         * timezone/zdump.c: Likewise.
31598         * timezone/zic.c: Likewise.
31599         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31600         in TZVERSION setting, not $(PKGVERSION).
31601         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31602         REPORT_BUGS_TO settings.
31604         [BZ #14838]
31605         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31606         macro.
31608 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31610         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31611         detection to immediately after _FP_ROUND().
31612         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31613         bits are 0.
31615 2012-11-11  David S. Miller  <davem@davemloft.net>
31617         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31618         inttypes.h
31619         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31620         __close rather than their public counterparts.
31622 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31624         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31625         file.
31626         [UNIX98] (sem_timedwait): Do not expect.
31627         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31628         [XPG4 || UNIX98] (sockatmark): Do not expect.
31629         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31630         (clock_getcpuclockid): Do not expect.
31631         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31632         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31633         Do not expect.
31634         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31635         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31636         [UNIX98] (vwscanf): Likewise.
31637         [UNIX98] (vswscanf): Likewise.
31639 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31641         * timezone/version.h: Remove file.
31642         * timezone/README: Do not refer to version.h.
31643         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31644         $(objpfx)version.h.
31645         ($(objpfx)zdump.o): Likewise.
31646         ($(objpfx)version.h): New target.
31648         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31649         2012i.
31650         * timezone/README: Don't mention modification to tzselect.ksh.
31651         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31652         work on unmodified tzselect.ksh.  Substitute version numbers in
31653         tzselect.ksh.
31655         * Makefile (format-me): Remove.
31656         (INSTALL): Adjust indentation.  Use commands directly instead of
31657         using $(format-me).
31659         * aclocal.m4 (ACX_PKGVERSION): New macro.
31660         (ACX_BUGURL): Likewise.
31661         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31662         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31663         (REPORT_BUGS_TO): Likewise.
31664         * configure: Regenerated.
31665         * config.h.in (PKGVERSION): New macro.
31666         (REPORT_BUGS_TO): Likewise.
31667         * config.make.in (PKGVERSION): New variable.
31668         (PKGVERSION_TEXI): Likewise.
31669         (REPORT_BUGS_TO): Likewise.
31670         (REPORT_BUGS_TEXI): Likewise.
31671         * Makefile (format-me): Use -I$(common-objpfx)manual.
31672         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31673         ($(common-objpfx)manual/%): New target.
31674         (manual/%): Remove target.
31675         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31676         (print_version): Use PKGVERSION.
31677         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31678         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31679         and REPORT_BUGS_TO.
31680         ($(objpfx)xtrace): Likewise.
31681         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31682         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31683         (print_version): Use PKGVERSION.
31684         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31685         (do_version): Use PKGVERSION.
31686         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31687         REPORT_BUGS_TO.
31688         (common-ldd-rewrite): Likewise.
31689         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31690         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31691         (print_version): Use PKGVERSION.
31692         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31693         * elf/pldd.c (argp_program_bug_address): Remove variable.
31694         (more_help): New function.
31695         (argp): Use more_help.
31696         (print_version): Use PKGVERSION.
31697         * elf/sln.c (main): Use PKGVERSION.
31698         (usage): Use REPORT_BUGS_TO.
31699         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31700         (top level): Use PKGVERSION.
31701         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31702         (print_version): Use PKGVERSION.
31703         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31704         (print_version): Use PKGVERSION.
31705         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31706         (print_version): Use PKGVERSION.
31707         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31708         (print_version): Use PKGVERSION.
31709         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31710         (print_version): Use PKGVERSION.
31711         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31712         (print_version): Use PKGVERSION.
31713         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31714         and BUGURL.
31715         ($(objpfx)memusage): Likewise.
31716         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31717         (do_version): Use PKGVERSION.
31718         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31719         (print_version): Use PKGVERSION.
31720         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31721         ($PKGVERSION): New variable.
31722         ($REPORT_BUGS_TO): Likewise.
31723         (usage): Use $REPORT_BUGS_TO.
31724         (top level): Use $PKGVERSION.
31725         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31726         ($(objpfx)pkgvers.texi): New rule.
31727         ($(objpfx)stamp-pkgvers): Likewise.
31728         * manual/install.texi: Include pkgvers.texi.
31729         (--with-pkgversion): Document new configure option.
31730         (--with-bugurl): Likewise.
31731         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31732         than necessarily for this particular distribution.  Use
31733         REPORT_BUGS_TO for where to report bugs.
31734         * INSTALL: Regenerated.
31735         * manual/libc.texinfo: Include pkgvers.texi.
31736         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31737         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31738         (print_version): Use PKGVERSION.
31739         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31740         (print_version): Use PKGVERSION.
31741         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31742         (print_version): Use PKGVERSION.
31743         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31744         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31745         macro.
31746         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31747         (print_version): Use PKGVERSION.
31748         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31749         (print_version): Use PKGVERSION.
31750         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31751         and PKGVERSION.
31753         * timezone/checktab.awk: Update from tzcode 2012i.
31754         * timezone/ialloc.c: Likewise.
31755         * timezone/private.h: Likewise.
31756         * timezone/scheck.c: Likewise.
31757         * timezone/tzfile.h: Likewise.
31758         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31759         (TZVERSION): Hardcode tzcode version number.
31760         * timezone/zdump.c: Update from tzcode 2012i.
31761         * timezone/zic.c: Likewise.
31762         * timezone/version.h: New file.
31763         * timezone/README: Describe version.h.  Update upstream location.
31765         [BZ #14824]
31766         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31767         (mktemp): Enable declaration.
31768         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31769         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31770         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31771         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31772         Likewise.
31773         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31774         Likewise.
31775         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31776         Likewise.
31777         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31778         Likewise.
31779         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31780         Likewise.
31781         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31782         Likewise.
31784         [BZ #14821]
31785         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31786         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31787         for copies of such integer values.
31788         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31789         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31791 2012-11-09  Andreas Jaeger  <aj@suse.de>
31793         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31794         definitions and declarations that are provided by
31795         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31797 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31799         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31800         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31801         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31802         definition.
31804 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31806         * elf/elf.h: Update comment before AArch64 relocations.
31808 2012-11-07  David S. Miller  <davem@davemloft.net>
31810         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31811         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31812         (__start_context): Declare.
31813         (__makecontext_ret): Delete.
31814         (__makecontext): Hook up __start_context instead of
31815         __makecontext_ret.
31816         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31817         (sysdep_routines): Add __start_context when in stdlib.
31819 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31821         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31822         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31823         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31824         hardcoded "nm".
31825         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31826         (READELF): New variable.  Use it instead of hardcoded "readelf".
31828 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31830         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31831         * sysdeps/x86/Makefile: Here.
31832         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31833         * sysdeps/x86/tst-xmmymm.sh: This.
31835 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31837         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31838         expectations.
31839         [UNIX98] (pthread_barrier_t): Do not expect.
31840         [UNIX98] (pthread_barrierattr_t): Likewise.
31841         [UNIX98] (pthread_spinlock_t): Likewise.
31842         [UNIX98] (pthread_barrier_destroy): Likewise.
31843         [UNIX98] (pthread_barrier_init): Likewise.
31844         [UNIX98] (pthread_barrier_wait): Likewise.
31845         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31846         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31847         [UNIX98] (pthread_barrierattr_init): Likewise.
31848         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31849         [UNIX98] (pthread_getcpuclockid): Likewise.
31850         [UNIX98] (pthread_mutex_timedlock): Likewise.
31851         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31852         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31853         [UNIX98] (pthread_sigmask): Likewise.
31854         [UNIX98] (pthread_spin_destroy): Likewise.
31855         [UNIX98] (pthread_spin_init): Likewise.
31856         [UNIX98] (pthread_spin_lock): Likewise.
31857         [UNIX98] (pthread_spin_trylock): Likewise.
31858         [UNIX98] (pthread_spin_unlock): Likewise.
31859         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31860         Do not expect.
31861         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31862         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31863         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31864         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31865         [XPG3 || XPG4] (pthread_key_t): Likewise.
31866         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31867         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31868         [XPG3 || XPG4] (pthread_once_t): Likewise.
31869         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31870         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31871         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31872         [XPG3 || XPG4] (pthread_t): Likewise.
31874         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31875         not expect.
31876         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31878         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31879         Change function return type to int.
31881         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31882         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31883         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31884         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31885         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31886         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31887         [!POSIX] (posix_madvise): Likewise.
31888         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31889         && !UNIX98].
31890         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31891         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31892         (mode_t): Likewise.
31893         (posix_mem_offset): Likewise.
31894         (posix_typed_mem_get_info): Likewise.
31895         (posix_typed_mem_open): Likewise.
31897         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31898         Change condition to [XOPEN2K8].
31900         * conform/conformtest.pl: Preprocess allow-header data with -x c
31901         instead of from stdin.
31902         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31903         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31904         [C99-based standards] (cerfc): Likewise.
31905         [C99-based standards] (cexp2): Likewise.
31906         [C99-based standards] (cexpm1): Likewise.
31907         [C99-based standards] (clog10): Likewise.
31908         [C99-based standards] (clog1p): Likewise.
31909         [C99-based standards] (clog2): Likewise.
31910         [C99-based standards] (clgamma): Likewise.
31911         [C99-based standards] (ctgamma): Likewise.
31912         [C99-based standards] (cerff): Likewise.
31913         [C99-based standards] (cerfcf): Likewise.
31914         [C99-based standards] (cexp2f): Likewise.
31915         [C99-based standards] (cexpm1f): Likewise.
31916         [C99-based standards] (clog10f): Likewise.
31917         [C99-based standards] (clog1pf): Likewise.
31918         [C99-based standards] (clog2f): Likewise.
31919         [C99-based standards] (clgammaf): Likewise.
31920         [C99-based standards] (ctgammaf): Likewise.
31921         [C99-based standards] (cerfl): Likewise.
31922         [C99-based standards] (cerfcl): Likewise.
31923         [C99-based standards] (cexp2l): Likewise.
31924         [C99-based standards] (cexpm1l): Likewise.
31925         [C99-based standards] (clog10l): Likewise.
31926         [C99-based standards] (clog1pl): Likewise.
31927         [C99-based standards] (clog2l): Likewise.
31928         [C99-based standards] (clgammal): Likewise.
31929         [C99-based standards] (ctgammal): Likewise.
31930         * conform/data/inttypes.h-data [C99-based standards]: Include
31931         stdint.h-data.  Remove all expectations for stdint.h contents.
31932         [C99-based standards] (PRI*): Do not allow.
31933         [C99-based standards] (SCN*): Likewise.
31934         [C99-based standards] (*_t): Likewise.
31935         [C99-based-standards] (PRId8): Expect macro.
31936         [C99-based-standards] (PRIi8): Likewise.
31937         [C99-based-standards] (PRIo8): Likewise.
31938         [C99-based-standards] (PRIu8): Likewise.
31939         [C99-based-standards] (PRIx8): Likewise.
31940         [C99-based-standards] (PRIX8): Likewise.
31941         [C99-based-standards] (SCNd8): Likewise.
31942         [C99-based-standards] (SCNi8): Likewise.
31943         [C99-based-standards] (SCNo8): Likewise.
31944         [C99-based-standards] (SCNu8): Likewise.
31945         [C99-based-standards] (SCNx8): Likewise.
31946         [C99-based-standards] (PRIdLEAST8): Likewise.
31947         [C99-based-standards] (PRIiLEAST8): Likewise.
31948         [C99-based-standards] (PRIoLEAST8): Likewise.
31949         [C99-based-standards] (PRIuLEAST8): Likewise.
31950         [C99-based-standards] (PRIxLEAST8): Likewise.
31951         [C99-based-standards] (PRIXLEAST8): Likewise.
31952         [C99-based-standards] (SCNdLEAST8): Likewise.
31953         [C99-based-standards] (SCNiLEAST8): Likewise.
31954         [C99-based-standards] (SCNoLEAST8): Likewise.
31955         [C99-based-standards] (SCNuLEAST8): Likewise.
31956         [C99-based-standards] (SCNxLEAST8): Likewise.
31957         [C99-based-standards] (PRIdFAST8): Likewise.
31958         [C99-based-standards] (PRIiFAST8): Likewise.
31959         [C99-based-standards] (PRIoFAST8): Likewise.
31960         [C99-based-standards] (PRIuFAST8): Likewise.
31961         [C99-based-standards] (PRIxFAST8): Likewise.
31962         [C99-based-standards] (PRIXFAST8): Likewise.
31963         [C99-based-standards] (SCNdFAST8): Likewise.
31964         [C99-based-standards] (SCNiFAST8): Likewise.
31965         [C99-based-standards] (SCNoFAST8): Likewise.
31966         [C99-based-standards] (SCNuFAST8): Likewise.
31967         [C99-based-standards] (SCNxFAST8): Likewise.
31968         [C99-based-standards] (PRId16): Likewise.
31969         [C99-based-standards] (PRIi16): Likewise.
31970         [C99-based-standards] (PRIo16): Likewise.
31971         [C99-based-standards] (PRIu16): Likewise.
31972         [C99-based-standards] (PRIx16): Likewise.
31973         [C99-based-standards] (PRIX16): Likewise.
31974         [C99-based-standards] (SCNd16): Likewise.
31975         [C99-based-standards] (SCNi16): Likewise.
31976         [C99-based-standards] (SCNo16): Likewise.
31977         [C99-based-standards] (SCNu16): Likewise.
31978         [C99-based-standards] (SCNx16): Likewise.
31979         [C99-based-standards] (PRIdLEAST16): Likewise.
31980         [C99-based-standards] (PRIiLEAST16): Likewise.
31981         [C99-based-standards] (PRIoLEAST16): Likewise.
31982         [C99-based-standards] (PRIuLEAST16): Likewise.
31983         [C99-based-standards] (PRIxLEAST16): Likewise.
31984         [C99-based-standards] (PRIXLEAST16): Likewise.
31985         [C99-based-standards] (SCNdLEAST16): Likewise.
31986         [C99-based-standards] (SCNiLEAST16): Likewise.
31987         [C99-based-standards] (SCNoLEAST16): Likewise.
31988         [C99-based-standards] (SCNuLEAST16): Likewise.
31989         [C99-based-standards] (SCNxLEAST16): Likewise.
31990         [C99-based-standards] (PRIdFAST16): Likewise.
31991         [C99-based-standards] (PRIiFAST16): Likewise.
31992         [C99-based-standards] (PRIoFAST16): Likewise.
31993         [C99-based-standards] (PRIuFAST16): Likewise.
31994         [C99-based-standards] (PRIxFAST16): Likewise.
31995         [C99-based-standards] (PRIXFAST16): Likewise.
31996         [C99-based-standards] (SCNdFAST16): Likewise.
31997         [C99-based-standards] (SCNiFAST16): Likewise.
31998         [C99-based-standards] (SCNoFAST16): Likewise.
31999         [C99-based-standards] (SCNuFAST16): Likewise.
32000         [C99-based-standards] (SCNxFAST16): Likewise.
32001         [C99-based-standards] (PRId32): Likewise.
32002         [C99-based-standards] (PRIi32): Likewise.
32003         [C99-based-standards] (PRIo32): Likewise.
32004         [C99-based-standards] (PRIu32): Likewise.
32005         [C99-based-standards] (PRIx32): Likewise.
32006         [C99-based-standards] (PRIX32): Likewise.
32007         [C99-based-standards] (SCNd32): Likewise.
32008         [C99-based-standards] (SCNi32): Likewise.
32009         [C99-based-standards] (SCNo32): Likewise.
32010         [C99-based-standards] (SCNu32): Likewise.
32011         [C99-based-standards] (SCNx32): Likewise.
32012         [C99-based-standards] (PRIdLEAST32): Likewise.
32013         [C99-based-standards] (PRIiLEAST32): Likewise.
32014         [C99-based-standards] (PRIoLEAST32): Likewise.
32015         [C99-based-standards] (PRIuLEAST32): Likewise.
32016         [C99-based-standards] (PRIxLEAST32): Likewise.
32017         [C99-based-standards] (PRIXLEAST32): Likewise.
32018         [C99-based-standards] (SCNdLEAST32): Likewise.
32019         [C99-based-standards] (SCNiLEAST32): Likewise.
32020         [C99-based-standards] (SCNoLEAST32): Likewise.
32021         [C99-based-standards] (SCNuLEAST32): Likewise.
32022         [C99-based-standards] (SCNxLEAST32): Likewise.
32023         [C99-based-standards] (PRIdFAST32): Likewise.
32024         [C99-based-standards] (PRIiFAST32): Likewise.
32025         [C99-based-standards] (PRIoFAST32): Likewise.
32026         [C99-based-standards] (PRIuFAST32): Likewise.
32027         [C99-based-standards] (PRIxFAST32): Likewise.
32028         [C99-based-standards] (PRIXFAST32): Likewise.
32029         [C99-based-standards] (SCNdFAST32): Likewise.
32030         [C99-based-standards] (SCNiFAST32): Likewise.
32031         [C99-based-standards] (SCNoFAST32): Likewise.
32032         [C99-based-standards] (SCNuFAST32): Likewise.
32033         [C99-based-standards] (SCNxFAST32): Likewise.
32034         [C99-based-standards] (PRId64): Likewise.
32035         [C99-based-standards] (PRIi64): Likewise.
32036         [C99-based-standards] (PRIo64): Likewise.
32037         [C99-based-standards] (PRIu64): Likewise.
32038         [C99-based-standards] (PRIx64): Likewise.
32039         [C99-based-standards] (PRIX64): Likewise.
32040         [C99-based-standards] (SCNd64): Likewise.
32041         [C99-based-standards] (SCNi64): Likewise.
32042         [C99-based-standards] (SCNo64): Likewise.
32043         [C99-based-standards] (SCNu64): Likewise.
32044         [C99-based-standards] (SCNx64): Likewise.
32045         [C99-based-standards] (PRIdLEAST64): Likewise.
32046         [C99-based-standards] (PRIiLEAST64): Likewise.
32047         [C99-based-standards] (PRIoLEAST64): Likewise.
32048         [C99-based-standards] (PRIuLEAST64): Likewise.
32049         [C99-based-standards] (PRIxLEAST64): Likewise.
32050         [C99-based-standards] (PRIXLEAST64): Likewise.
32051         [C99-based-standards] (SCNdLEAST64): Likewise.
32052         [C99-based-standards] (SCNiLEAST64): Likewise.
32053         [C99-based-standards] (SCNoLEAST64): Likewise.
32054         [C99-based-standards] (SCNuLEAST64): Likewise.
32055         [C99-based-standards] (SCNxLEAST64): Likewise.
32056         [C99-based-standards] (PRIdFAST64): Likewise.
32057         [C99-based-standards] (PRIiFAST64): Likewise.
32058         [C99-based-standards] (PRIoFAST64): Likewise.
32059         [C99-based-standards] (PRIuFAST64): Likewise.
32060         [C99-based-standards] (PRIxFAST64): Likewise.
32061         [C99-based-standards] (PRIXFAST64): Likewise.
32062         [C99-based-standards] (SCNdFAST64): Likewise.
32063         [C99-based-standards] (SCNiFAST64): Likewise.
32064         [C99-based-standards] (SCNoFAST64): Likewise.
32065         [C99-based-standards] (SCNuFAST64): Likewise.
32066         [C99-based-standards] (SCNxFAST64): Likewise.
32067         [C99-based-standards] (PRIdMAX): Likewise.
32068         [C99-based-standards] (PRIiMAX): Likewise.
32069         [C99-based-standards] (PRIoMAX): Likewise.
32070         [C99-based-standards] (PRIuMAX): Likewise.
32071         [C99-based-standards] (PRIxMAX): Likewise.
32072         [C99-based-standards] (PRIXMAX): Likewise.
32073         [C99-based-standards] (SCNdMAX): Likewise.
32074         [C99-based-standards] (SCNiMAX): Likewise.
32075         [C99-based-standards] (SCNoMAX): Likewise.
32076         [C99-based-standards] (SCNuMAX): Likewise.
32077         [C99-based-standards] (SCNxMAX): Likewise.
32078         [C99-based-standards] (PRIdPTR): Likewise.
32079         [C99-based-standards] (PRIiPTR): Likewise.
32080         [C99-based-standards] (PRIoPTR): Likewise.
32081         [C99-based-standards] (PRIuPTR): Likewise.
32082         [C99-based-standards] (PRIxPTR): Likewise.
32083         [C99-based-standards] (PRIXPTR): Likewise.
32084         [C99-based-standards] (SCNdPTR): Likewise.
32085         [C99-based-standards] (SCNiPTR): Likewise.
32086         [C99-based-standards] (SCNoPTR): Likewise.
32087         [C99-based-standards] (SCNuPTR): Likewise.
32088         [C99-based-standards] (SCNxPTR): Likewise.
32089         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32090         allow.
32091         * conform/data/stdint.h-data: Update comments to clarify
32092         requirements.
32093         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32094         type.
32095         [C99-based standards] (INT8_MAX): Likewise.
32096         [C99-based standards] (INT16_MIN): Likewise.
32097         [C99-based standards] (INT16_MAX): Likewise.
32098         [C99-based standards] (INT32_MIN): Likewise.
32099         [C99-based standards] (INT32_MAX): Likewise.
32100         [C99-based standards] (INT64_MIN): Likewise.
32101         [C99-based standards] (INT64_MAX): Likewise.
32102         [C99-based standards] (UINT8_MAX): Likewise.
32103         [C99-based standards] (UINT16_MAX): Likewise.
32104         [C99-based standards] (UINT32_MAX): Likewise.
32105         [C99-based standards] (UINT64_MAX): Likewise.
32106         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32107         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32108         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32109         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32110         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32111         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32112         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32113         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32114         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32115         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32116         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32117         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32118         [C99-based standards] (INT_FAST8_MIN): Likewise.
32119         [C99-based standards] (INT_FAST8_MAX): Likewise.
32120         [C99-based standards] (INT_FAST16_MIN): Likewise.
32121         [C99-based standards] (INT_FAST16_MAX): Likewise.
32122         [C99-based standards] (INT_FAST32_MIN): Likewise.
32123         [C99-based standards] (INT_FAST32_MAX): Likewise.
32124         [C99-based standards] (INT_FAST64_MIN): Likewise.
32125         [C99-based standards] (INT_FAST64_MAX): Likewise.
32126         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32127         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32128         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32129         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32130         [C99-based standards] (INTPTR_MIN): Likewise.
32131         [C99-based standards] (INTPTR_MAX): Likewise.
32132         [C99-based standards] (UINTPTR_MAX): Likewise.
32133         [C99-based standards] (INTMAX_MIN): Likewise.
32134         [C99-based standards] (INTMAX_MAX): Likewise.
32135         [C99-based standards] (UINTMAX_MAX): Likewise.
32136         [C99-based standards] (PTRDIFF_MIN): Likewise.
32137         [C99-based standards] (PTRDIFF_MAX): Likewise.
32138         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32139         [C99-based standards] (SIZE_MAX): Likewise.
32140         [C99-based standards] (WCHAR_MAX): Likewise.
32141         [C99-based standards] (WINT_MAX): Likewise.
32142         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32143         constraint on value.
32144         [C99-based standards] (WCHAR_MIN): Likewise.
32145         [C99-based standards] (WINT_MIN): Likewise.
32146         [C99-based standards] (*_t): Allow.
32147         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32148         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32149         Include math.h-data and complex.h-data.  Remove all expectations
32150         of math.h and complex.h contents.
32151         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32152         at end of line.
32153         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32154         (struct tm): Expect tag.
32155         [C99-based-standards] (wcstof): Expect function.
32156         [C99-based-standards] (wcstold): Likewise.
32157         [C99-based-standards] (wcstoll): Likewise.
32158         [C99-based-standards] (wcstoull): Likewise.
32159         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32160         macro-int-constant.  Specify type.
32161         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32162         constraint on value.
32163         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32164         Specify type.
32165         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32166         Specify value.
32167         [ISO C standards]: Do not allow headers.
32168         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32169         wcs[abcdefghijklmnopqrstuvwxyz]*.
32170         [ISO C standards] (*_t): Do not allow.
32171         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32172         Expect function.
32173         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32174         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32175         Specify type.
32176         [ISO C standards]: Do not allow headers.
32177         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32178         is[abcdefghijklmnopqrstuvwxyz]*.
32179         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32180         to[abcdefghijklmnopqrstuvwxyz]*.
32181         [ISO C standards] (*_t): Do not allow.
32182         * conform/data/stdalign.h-data: New file.
32183         * conform/data/stdbool.h-data: Likewise.
32184         * conform/data/stdnoreturn.h-data: Likewise.
32186 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32188         [BZ #14815]
32189         * manual/filesys.texi (Directory Entries): Typo fix.
32190         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32192 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32194         * elf/elf.h (EM_AARCH64): New macro.
32195         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32196         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32197         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32198         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32199         (R_AARCH64_TLSDESC): Likewise.
32200         (NT_ARM_TLS): Likewise.
32201         (NT_ARM_HW_BREAK): Likewise.
32202         (NT_ARM_HW_WATCH): Likewise.
32204 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32206         [BZ #14811]
32207         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32208         (__ieee754_powl): Saturate nonzero exponents with absolute value
32209         below 0x1p-79 to +/- 0x1p-79.
32210         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32211         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32212         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32213         nonzero exponents with absolute value below 0x1p-32 to +/-
32214         0x1p-32.
32215         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32216         (__ieee754_powl): Saturate nonzero exponents with absolute value
32217         below 0x1p-79 to +/- 0x1p-79.
32218         * math/libm-test.inc (pow_test): Add more tests.
32220 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32222         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32223         _dl_s390_cap_flags with kernel. Increase string length.
32224         (_dl_s390_platforms): Add z196 and zEC12.
32226 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32228         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32229         Change XOPEN21K to XOPEN2K.
32231 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32233         * string/memmove.c: Use memcpy when possible.
32235 2012-11-06  Andreas Jaeger  <aj@suse.de>
32237         * po/eo.po: Update from translation team.
32239 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32241         [BZ #14793]
32242         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32243         exponent and small x and y exponents, scale x or y up.  Increase
32244         by 2 the exponent used in scaling up.
32245         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32246         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32247         * math/libm-test.inc (fma_test): Add more tests.
32248         (fma_test_towardzero): Likewise.
32249         (fma_test_downward): Likewise.
32250         (fma_test_upward): Likewise.
32252 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32254         [BZ #14805]
32255         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32256         fenv_t *.
32258         [BZ #14801]
32259         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32260         namespace for names of struct fields.
32261         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32262         fenv_t fields.
32263         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32264         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32266 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32268         [BZ #3665]
32269         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32271 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32273         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32274         PTR_DEMANGLE.
32276         [BZ #5246]
32277         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32278         PTR_DEMANGLE.
32280 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32282         [BZ #14797]
32283         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32284         definitely overflow as x * y not x * y + z.
32285         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32286         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32287         * math/libm-test.inc (fma_test): Add more tests.
32288         (fma_test_towardzero): Likewise.
32289         (fma_test_downward): Likewise.
32290         (fma_test_upward): Likewise.
32292 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32294         [BZ #157]
32296         * include/stub-tag.h: Remove file.
32297         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32298         '#include' of it.
32299         * manual/maint.texi (Porting): Don't reference it.
32300         * Makerules ($(objpfx)stubs): Likewise.
32301         * dirent/closedir.c: Don't include <stub-tag.h>.
32302         * dirent/dirfd.c: Likewise.
32303         * dirent/fdopendir.c: Likewise.
32304         * dirent/getdents.c: Likewise.
32305         * dirent/getdents64.c: Likewise.
32306         * dirent/opendir.c: Likewise.
32307         * dirent/readdir.c: Likewise.
32308         * dirent/readdir64.c: Likewise.
32309         * dirent/readdir64_r.c: Likewise.
32310         * dirent/readdir_r.c: Likewise.
32311         * dirent/rewinddir.c: Likewise.
32312         * dirent/seekdir.c: Likewise.
32313         * dirent/telldir.c: Likewise.
32314         * gmon/profil.c: Likewise.
32315         * grp/setgroups.c: Likewise.
32316         * inet/if_index.c: Likewise.
32317         * io/access.c: Likewise.
32318         * io/chdir.c: Likewise.
32319         * io/chmod.c: Likewise.
32320         * io/chown.c: Likewise.
32321         * io/close.c: Likewise.
32322         * io/dup.c: Likewise.
32323         * io/dup2.c: Likewise.
32324         * io/dup3.c: Likewise.
32325         * io/euidaccess.c: Likewise.
32326         * io/faccessat.c: Likewise.
32327         * io/fchdir.c: Likewise.
32328         * io/fchmod.c: Likewise.
32329         * io/fchmodat.c: Likewise.
32330         * io/fchown.c: Likewise.
32331         * io/fchownat.c: Likewise.
32332         * io/fcntl.c: Likewise.
32333         * io/flock.c: Likewise.
32334         * io/fstatfs.c: Likewise.
32335         * io/fstatfs64.c: Likewise.
32336         * io/fstatvfs.c: Likewise.
32337         * io/fstatvfs64.c: Likewise.
32338         * io/futimens.c: Likewise.
32339         * io/fxstat.c: Likewise.
32340         * io/fxstat64.c: Likewise.
32341         * io/fxstatat.c: Likewise.
32342         * io/fxstatat64.c: Likewise.
32343         * io/getcwd.c: Likewise.
32344         * io/isatty.c: Likewise.
32345         * io/lchmod.c: Likewise.
32346         * io/lchown.c: Likewise.
32347         * io/link.c: Likewise.
32348         * io/linkat.c: Likewise.
32349         * io/lseek.c: Likewise.
32350         * io/lseek64.c: Likewise.
32351         * io/lxstat64.c: Likewise.
32352         * io/mkdir.c: Likewise.
32353         * io/mkdirat.c: Likewise.
32354         * io/mkfifo.c: Likewise.
32355         * io/mkfifoat.c: Likewise.
32356         * io/open.c: Likewise.
32357         * io/open64.c: Likewise.
32358         * io/openat.c: Likewise.
32359         * io/openat64.c: Likewise.
32360         * io/pipe.c: Likewise.
32361         * io/pipe2.c: Likewise.
32362         * io/poll.c: Likewise.
32363         * io/posix_fadvise.c: Likewise.
32364         * io/posix_fadvise64.c: Likewise.
32365         * io/posix_fallocate.c: Likewise.
32366         * io/posix_fallocate64.c: Likewise.
32367         * io/read.c: Likewise.
32368         * io/readlink.c: Likewise.
32369         * io/readlinkat.c: Likewise.
32370         * io/rmdir.c: Likewise.
32371         * io/sendfile.c: Likewise.
32372         * io/sendfile64.c: Likewise.
32373         * io/statfs.c: Likewise.
32374         * io/statfs64.c: Likewise.
32375         * io/statvfs.c: Likewise.
32376         * io/statvfs64.c: Likewise.
32377         * io/symlink.c: Likewise.
32378         * io/symlinkat.c: Likewise.
32379         * io/ttyname.c: Likewise.
32380         * io/ttyname_r.c: Likewise.
32381         * io/umask.c: Likewise.
32382         * io/unlink.c: Likewise.
32383         * io/unlinkat.c: Likewise.
32384         * io/utime.c: Likewise.
32385         * io/utimensat.c: Likewise.
32386         * io/write.c: Likewise.
32387         * io/xmknod.c: Likewise.
32388         * io/xmknodat.c: Likewise.
32389         * io/xstat.c: Likewise.
32390         * io/xstat64.c: Likewise.
32391         * login/getpt.c: Likewise.
32392         * login/grantpt.c: Likewise.
32393         * login/unlockpt.c: Likewise.
32394         * math/e_acoshl.c: Likewise.
32395         * math/e_acosl.c: Likewise.
32396         * math/e_asinl.c: Likewise.
32397         * math/e_atan2l.c: Likewise.
32398         * math/e_atanhl.c: Likewise.
32399         * math/e_coshl.c: Likewise.
32400         * math/e_expl.c: Likewise.
32401         * math/e_fmodl.c: Likewise.
32402         * math/e_gammal_r.c: Likewise.
32403         * math/e_hypotl.c: Likewise.
32404         * math/e_j0l.c: Likewise.
32405         * math/e_j1l.c: Likewise.
32406         * math/e_jnl.c: Likewise.
32407         * math/e_lgammal_r.c: Likewise.
32408         * math/e_log10l.c: Likewise.
32409         * math/e_log2l.c: Likewise.
32410         * math/e_logl.c: Likewise.
32411         * math/e_powl.c: Likewise.
32412         * math/e_rem_pio2l.c: Likewise.
32413         * math/e_sinhl.c: Likewise.
32414         * math/e_sqrtl.c: Likewise.
32415         * math/fclrexcpt.c: Likewise.
32416         * math/fedisblxcpt.c: Likewise.
32417         * math/feenablxcpt.c: Likewise.
32418         * math/fegetenv.c: Likewise.
32419         * math/fegetexcept.c: Likewise.
32420         * math/fegetround.c: Likewise.
32421         * math/feholdexcpt.c: Likewise.
32422         * math/fesetenv.c: Likewise.
32423         * math/fesetround.c: Likewise.
32424         * math/feupdateenv.c: Likewise.
32425         * math/fgetexcptflg.c: Likewise.
32426         * math/fraiseexcpt.c: Likewise.
32427         * math/fsetexcptflg.c: Likewise.
32428         * math/ftestexcept.c: Likewise.
32429         * math/k_cosl.c: Likewise.
32430         * math/k_rem_pio2l.c: Likewise.
32431         * math/k_sinl.c: Likewise.
32432         * math/k_tanl.c: Likewise.
32433         * math/s_asinhl.c: Likewise.
32434         * math/s_atanl.c: Likewise.
32435         * math/s_cbrtl.c: Likewise.
32436         * math/s_erfl.c: Likewise.
32437         * math/s_expm1l.c: Likewise.
32438         * math/s_log1pl.c: Likewise.
32439         * math/s_tanhl.c: Likewise.
32440         * misc/acct.c: Likewise.
32441         * misc/brk.c: Likewise.
32442         * misc/chflags.c: Likewise.
32443         * misc/chroot.c: Likewise.
32444         * misc/fchflags.c: Likewise.
32445         * misc/fgetxattr.c: Likewise.
32446         * misc/flistxattr.c: Likewise.
32447         * misc/fremovexattr.c: Likewise.
32448         * misc/fsetxattr.c: Likewise.
32449         * misc/fsync.c: Likewise.
32450         * misc/ftruncate.c: Likewise.
32451         * misc/futimes.c: Likewise.
32452         * misc/futimesat.c: Likewise.
32453         * misc/getdomain.c: Likewise.
32454         * misc/getdtsz.c: Likewise.
32455         * misc/gethostid.c: Likewise.
32456         * misc/gethostname.c: Likewise.
32457         * misc/getloadavg.c: Likewise.
32458         * misc/getpagesize.c: Likewise.
32459         * misc/getsysstats.c: Likewise.
32460         * misc/getxattr.c: Likewise.
32461         * misc/gtty.c: Likewise.
32462         * misc/ioctl.c: Likewise.
32463         * misc/lgetxattr.c: Likewise.
32464         * misc/listxattr.c: Likewise.
32465         * misc/llistxattr.c: Likewise.
32466         * misc/lremovexattr.c: Likewise.
32467         * misc/lsetxattr.c: Likewise.
32468         * misc/lutimes.c: Likewise.
32469         * misc/madvise.c: Likewise.
32470         * misc/mincore.c: Likewise.
32471         * misc/mlock.c: Likewise.
32472         * misc/mlockall.c: Likewise.
32473         * misc/mmap.c: Likewise.
32474         * misc/mprotect.c: Likewise.
32475         * misc/msync.c: Likewise.
32476         * misc/munlock.c: Likewise.
32477         * misc/munlockall.c: Likewise.
32478         * misc/munmap.c: Likewise.
32479         * misc/preadv.c: Likewise.
32480         * misc/preadv64.c: Likewise.
32481         * misc/ptrace.c: Likewise.
32482         * misc/pwritev.c: Likewise.
32483         * misc/pwritev64.c: Likewise.
32484         * misc/readv.c: Likewise.
32485         * misc/reboot.c: Likewise.
32486         * misc/remap_file_pages.c: Likewise.
32487         * misc/removexattr.c: Likewise.
32488         * misc/revoke.c: Likewise.
32489         * misc/select.c: Likewise.
32490         * misc/setdomain.c: Likewise.
32491         * misc/setegid.c: Likewise.
32492         * misc/seteuid.c: Likewise.
32493         * misc/sethostid.c: Likewise.
32494         * misc/sethostname.c: Likewise.
32495         * misc/setregid.c: Likewise.
32496         * misc/setreuid.c: Likewise.
32497         * misc/setxattr.c: Likewise.
32498         * misc/sstk.c: Likewise.
32499         * misc/stty.c: Likewise.
32500         * misc/swapoff.c: Likewise.
32501         * misc/swapon.c: Likewise.
32502         * misc/sync.c: Likewise.
32503         * misc/syncfs.c: Likewise.
32504         * misc/syscall.c: Likewise.
32505         * misc/truncate.c: Likewise.
32506         * misc/ualarm.c: Likewise.
32507         * misc/usleep.c: Likewise.
32508         * misc/ustat.c: Likewise.
32509         * misc/utimes.c: Likewise.
32510         * misc/vhangup.c: Likewise.
32511         * misc/writev.c: Likewise.
32512         * posix/_exit.c: Likewise.
32513         * posix/alarm.c: Likewise.
32514         * posix/execve.c: Likewise.
32515         * posix/fexecve.c: Likewise.
32516         * posix/fork.c: Likewise.
32517         * posix/fpathconf.c: Likewise.
32518         * posix/getaddrinfo.c: Likewise.
32519         * posix/getegid.c: Likewise.
32520         * posix/geteuid.c: Likewise.
32521         * posix/getgid.c: Likewise.
32522         * posix/getgroups.c: Likewise.
32523         * posix/getlogin.c: Likewise.
32524         * posix/getlogin_r.c: Likewise.
32525         * posix/getpgid.c: Likewise.
32526         * posix/getpid.c: Likewise.
32527         * posix/getppid.c: Likewise.
32528         * posix/getresgid.c: Likewise.
32529         * posix/getresuid.c: Likewise.
32530         * posix/getsid.c: Likewise.
32531         * posix/getuid.c: Likewise.
32532         * posix/glob64.c: Likewise.
32533         * posix/nanosleep.c: Likewise.
32534         * posix/pathconf.c: Likewise.
32535         * posix/pause.c: Likewise.
32536         * posix/posix_madvise.c: Likewise.
32537         * posix/pread.c: Likewise.
32538         * posix/pread64.c: Likewise.
32539         * posix/pwrite.c: Likewise.
32540         * posix/pwrite64.c: Likewise.
32541         * posix/sched_getaffinity.c: Likewise.
32542         * posix/sched_getp.c: Likewise.
32543         * posix/sched_gets.c: Likewise.
32544         * posix/sched_primax.c: Likewise.
32545         * posix/sched_primin.c: Likewise.
32546         * posix/sched_rr_gi.c: Likewise.
32547         * posix/sched_setaffinity.c: Likewise.
32548         * posix/sched_setp.c: Likewise.
32549         * posix/sched_sets.c: Likewise.
32550         * posix/sched_yield.c: Likewise.
32551         * posix/setgid.c: Likewise.
32552         * posix/setlogin.c: Likewise.
32553         * posix/setpgid.c: Likewise.
32554         * posix/setresgid.c: Likewise.
32555         * posix/setresuid.c: Likewise.
32556         * posix/setsid.c: Likewise.
32557         * posix/setuid.c: Likewise.
32558         * posix/sleep.c: Likewise.
32559         * posix/spawni.c: Likewise.
32560         * posix/sysconf.c: Likewise.
32561         * posix/times.c: Likewise.
32562         * posix/wait.c: Likewise.
32563         * posix/wait3.c: Likewise.
32564         * posix/wait4.c: Likewise.
32565         * posix/waitpid.c: Likewise.
32566         * resolv/gai_sigqueue.c: Likewise.
32567         * resource/getpriority.c: Likewise.
32568         * resource/getrlimit.c: Likewise.
32569         * resource/getrusage.c: Likewise.
32570         * resource/nice.c: Likewise.
32571         * resource/setpriority.c: Likewise.
32572         * resource/setrlimit.c: Likewise.
32573         * resource/ulimit.c: Likewise.
32574         * rt/aio_cancel.c: Likewise.
32575         * rt/aio_fsync.c: Likewise.
32576         * rt/aio_read.c: Likewise.
32577         * rt/aio_sigqueue.c: Likewise.
32578         * rt/aio_suspend.c: Likewise.
32579         * rt/aio_write.c: Likewise.
32580         * rt/clock_getres.c: Likewise.
32581         * rt/clock_gettime.c: Likewise.
32582         * rt/clock_nanosleep.c: Likewise.
32583         * rt/clock_settime.c: Likewise.
32584         * rt/lio_listio.c: Likewise.
32585         * rt/mq_close.c: Likewise.
32586         * rt/mq_getattr.c: Likewise.
32587         * rt/mq_notify.c: Likewise.
32588         * rt/mq_open.c: Likewise.
32589         * rt/mq_receive.c: Likewise.
32590         * rt/mq_send.c: Likewise.
32591         * rt/mq_setattr.c: Likewise.
32592         * rt/mq_timedreceive.c: Likewise.
32593         * rt/mq_timedsend.c: Likewise.
32594         * rt/mq_unlink.c: Likewise.
32595         * rt/shm_open.c: Likewise.
32596         * rt/shm_unlink.c: Likewise.
32597         * rt/timer_create.c: Likewise.
32598         * rt/timer_delete.c: Likewise.
32599         * rt/timer_getoverr.c: Likewise.
32600         * rt/timer_gettime.c: Likewise.
32601         * rt/timer_settime.c: Likewise.
32602         * setjmp/__longjmp.c: Likewise.
32603         * setjmp/setjmp.c: Likewise.
32604         * signal/kill.c: Likewise.
32605         * signal/killpg.c: Likewise.
32606         * signal/raise.c: Likewise.
32607         * signal/sigaction.c: Likewise.
32608         * signal/sigaltstack.c: Likewise.
32609         * signal/sigblock.c: Likewise.
32610         * signal/sigignore.c: Likewise.
32611         * signal/sigintr.c: Likewise.
32612         * signal/signal.c: Likewise.
32613         * signal/sigpause.c: Likewise.
32614         * signal/sigpending.c: Likewise.
32615         * signal/sigqueue.c: Likewise.
32616         * signal/sigreturn.c: Likewise.
32617         * signal/sigset.c: Likewise.
32618         * signal/sigsetmask.c: Likewise.
32619         * signal/sigstack.c: Likewise.
32620         * signal/sigsuspend.c: Likewise.
32621         * signal/sigtimedwait.c: Likewise.
32622         * signal/sigvec.c: Likewise.
32623         * signal/sigwait.c: Likewise.
32624         * signal/sigwaitinfo.c: Likewise.
32625         * signal/sysv_signal.c: Likewise.
32626         * socket/accept.c: Likewise.
32627         * socket/accept4.c: Likewise.
32628         * socket/bind.c: Likewise.
32629         * socket/connect.c: Likewise.
32630         * socket/getpeername.c: Likewise.
32631         * socket/getsockname.c: Likewise.
32632         * socket/getsockopt.c: Likewise.
32633         * socket/isfdtype.c: Likewise.
32634         * socket/listen.c: Likewise.
32635         * socket/recv.c: Likewise.
32636         * socket/recvfrom.c: Likewise.
32637         * socket/recvmsg.c: Likewise.
32638         * socket/send.c: Likewise.
32639         * socket/sendmsg.c: Likewise.
32640         * socket/sendto.c: Likewise.
32641         * socket/setsockopt.c: Likewise.
32642         * socket/shutdown.c: Likewise.
32643         * socket/sockatmark.c: Likewise.
32644         * socket/socket.c: Likewise.
32645         * socket/socketpair.c: Likewise.
32646         * stdio-common/ctermid.c: Likewise.
32647         * stdio-common/cuserid.c: Likewise.
32648         * stdio-common/remove.c: Likewise.
32649         * stdio-common/rename.c: Likewise.
32650         * stdio-common/renameat.c: Likewise.
32651         * stdio-common/tempname.c: Likewise.
32652         * stdlib/getcontext.c: Likewise.
32653         * stdlib/makecontext.c: Likewise.
32654         * stdlib/setcontext.c: Likewise.
32655         * stdlib/swapcontext.c: Likewise.
32656         * stdlib/system.c: Likewise.
32657         * streams/fattach.c: Likewise.
32658         * streams/fdetach.c: Likewise.
32659         * streams/getmsg.c: Likewise.
32660         * streams/getpmsg.c: Likewise.
32661         * streams/putmsg.c: Likewise.
32662         * streams/putpmsg.c: Likewise.
32663         * sysdeps/unix/bsd/getpt.c: Likewise.
32664         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32665         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32666         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32668         Likewise.
32669         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32670         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32671         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32672         * sysvipc/msgctl.c: Likewise.
32673         * sysvipc/msgget.c: Likewise.
32674         * sysvipc/msgrcv.c: Likewise.
32675         * sysvipc/msgsnd.c: Likewise.
32676         * sysvipc/semctl.c: Likewise.
32677         * sysvipc/semget.c: Likewise.
32678         * sysvipc/semop.c: Likewise.
32679         * sysvipc/semtimedop.c: Likewise.
32680         * sysvipc/shmat.c: Likewise.
32681         * sysvipc/shmctl.c: Likewise.
32682         * sysvipc/shmdt.c: Likewise.
32683         * sysvipc/shmget.c: Likewise.
32684         * termios/tcdrain.c: Likewise.
32685         * termios/tcflow.c: Likewise.
32686         * termios/tcflush.c: Likewise.
32687         * termios/tcgetattr.c: Likewise.
32688         * termios/tcgetpgrp.c: Likewise.
32689         * termios/tcsendbrk.c: Likewise.
32690         * termios/tcsetattr.c: Likewise.
32691         * termios/tcsetpgrp.c: Likewise.
32692         * time/adjtime.c: Likewise.
32693         * time/clock.c: Likewise.
32694         * time/getitimer.c: Likewise.
32695         * time/gettimeofday.c: Likewise.
32696         * time/setitimer.c: Likewise.
32697         * time/settimeofday.c: Likewise.
32698         * time/stime.c: Likewise.
32699         * time/time.c: Likewise.
32701 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32703         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32704         /usr/old/bin.
32706         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32707         instead of spaces.
32708         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32710 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32712         [BZ #14796]
32713         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32714         FE_TONEAREST before applying Dekker multiplication and Knuth
32715         addition.  Clear inexact exceptions and check for exact zero
32716         results afterwards.
32717         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32718         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32719         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32720         * math/libm-test.inc (fma_test): Add more tests.
32721         (fma_test_towardzero): Likewise.
32722         (fma_test_downward): Likewise.
32723         (fma_test_upward): Likewise.
32724         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32725         function.
32726         (libc_fesetround): New macro.
32727         (libc_fesetroundf): Likewise.
32728         (libc_fesetroundl): Likewise.
32729         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32730         function.
32731         (libc_fesetround_387): Likewise.
32732         (libc_fesetroundf): New macro.
32733         (libc_fesetround): Likewise.
32734         (libc_fesetroundl): Likewise.
32735         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32736         function.
32737         (libc_fesetroundf): New macro.
32738         (libc_fesetround): Likewise.
32739         (libc_fesetroundl): Likewise.
32740         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32741         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32742         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32743         libm_hidden_ver.
32744         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32745         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32746         libm_hidden_def.
32747         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32748         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32749         libm_hidden_ver.
32750         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32751         libm_hidden_def.
32753         [BZ #3439]
32754         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32755         integer constant usable in #if and use that to give value to enum
32756         constant.
32757         (FE_DIVBYZERO): Likewise.
32758         (FE_UNDERFLOW): Likewise.
32759         (FE_OVERFLOW): Likewise.
32760         (FE_INVALID): Likewise.
32761         (FE_INVALID_SNAN): Likewise.
32762         (FE_INVALID_ISI): Likewise.
32763         (FE_INVALID_IDI): Likewise.
32764         (FE_INVALID_ZDZ): Likewise.
32765         (FE_INVALID_IMZ): Likewise.
32766         (FE_INVALID_COMPARE): Likewise.
32767         (FE_INVALID_SOFTWARE): Likewise.
32768         (FE_INVALID_SQRT): Likewise.
32769         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32770         (FE_TONEAREST): Likewise.
32771         (FE_TOWARDZERO): Likewise.
32772         (FE_UPWARD): Likewise.
32773         (FE_DOWNWARD): Likewise.
32774         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32775         (FE_DIVBYZERO): Likewise.
32776         (FE_OVERFLOW): Likewise.
32777         (FE_UNDERFLOW): Likewise.
32778         (FE_INEXACT): Likewise.
32779         (FE_TONEAREST): Likewise.
32780         (FE_DOWNWARD): Likewise.
32781         (FE_UPWARD): Likewise.
32782         (FE_TOWARDZERO): Likewise.
32783         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32784         (FE_UNDERFLOW): Likewise.
32785         (FE_OVERFLOW): Likewise.
32786         (FE_DIVBYZERO): Likewise.
32787         (FE_INVALID): Likewise.
32788         (FE_TONEAREST): Likewise.
32789         (FE_TOWARDZERO): Likewise.
32790         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32791         (FE_OVERFLOW): Likewise.
32792         (FE_UNDERFLOW): Likewise.
32793         (FE_DIVBYZERO): Likewise.
32794         (FE_INEXACT): Likewise.
32795         (FE_TONEAREST): Likewise.
32796         (FE_TOWARDZERO): Likewise.
32797         (FE_UPWARD): Likewise.
32798         (FE_DOWNWARD): Likewise.
32799         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32800         (FE_DIVBYZERO): Likewise.
32801         (FE_OVERFLOW): Likewise.
32802         (FE_UNDERFLOW): Likewise.
32803         (FE_INEXACT): Likewise.
32804         (FE_TONEAREST): Likewise.
32805         (FE_DOWNWARD): Likewise.
32806         (FE_UPWARD): Likewise.
32807         (FE_TOWARDZERO): Likewise.
32809 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32811         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32813 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32815         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32816         commands.  Quote $PWD.
32817         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32818         -x" by "export".
32819         (remove_newlines): Remove.
32821 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32823         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32824         * stdlib/stdlib.h (atof): Moved to ...
32825         * include/bits/stdlib-float.h: Here.  New file.
32826         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32827         * stdlib/bits/stdlib-float.h: New file.
32828         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32829         -mno-sse -mno-mmx.
32830         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32831         <xmmintrin.h>.
32833 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32835         * conform/conformtest.pl (@headers): Add fenv.h.
32836         * conform/data/fenv.h-data: New file.
32837         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32838         include of <math/fenv.h>.
32840         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32841         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32842         && !UNIX98].  Enables tests for XOPEN2K8.
32843         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32844         POSIX2008]: Likewise.
32846         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32847         (struct rusage): Do not expect type or its members.
32849         [BZ #3439]
32850         * math/math.h (FP_NAN): Define macro to integer constant usable in
32851         #if and use that to give value to enum constant.
32852         (FP_INFINITE): Likewise.
32853         (FP_ZERO): Likewise.
32854         (FP_SUBNORMAL): Likewise.
32855         (FP_NORMAL): Likewise.
32857 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32859         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32860         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32861         arguments.
32863 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32865         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32866         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32867         autoconf-time if not.
32868         * configure.in: Remove AC_PREREQ.
32870 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32872         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32873         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32874         of the internal implementation.
32876 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32878         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32879         except include of <misc/sys/syslog.h>.
32881 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32884         function returns with a NULL context exit with zero.
32886 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32888         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32890 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32892         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32893         (run_program_cmd): This.
32894         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32895         (tst_langinfo): New variable.  Use it.
32897 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32899         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32900         floating point opcodes.
32902 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32904         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32905         variable.
32907         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32909         * sysdeps/mach/hurd/powerpc: Remove directory.
32910         * sysdeps/mach/powerpc: Likewise.
32912 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32914         * scripts/check-local-headers.sh: Ignore c++ headers.
32916 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32918         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32919         __libc_cleanup_region_start argument.
32921 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32923         [BZ #14784]
32924         [BZ #14785]
32925         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32926         x * y using scaling, not as x * y + z.
32927         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32928         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32929         * math/libm-test.inc (fma_test): Add more tests.
32930         (fma_test_towardzero): Likewise.
32931         (fma_test_downward): Likewise.
32932         (fma_test_upward): Likewise.
32934 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32936         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32938 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32940         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32941         New variable.
32943 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32945         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32947 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32950         Fix sort order.
32951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32952         Likewise.
32954 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32957         Fix the order of the list for glibc 2.17.
32958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32959         Likewise.
32961 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32963         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32965 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32967         [BZ #14610]
32968         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32969         for low part of x being zero before using __atanl (y).
32970         * math/libm-test.inc (atan2_test): Add another test.
32972         * manual/install.texi (Configuring and compiling): Document
32973         general use of test-wrapper and test-wrapper-env.
32974         * INSTALL: Regenerated.
32976         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32977         (__fma): Do not extract and scale down low bits on after-rounding
32978         systems when result rounded to normal precision would have normal
32979         exponent.
32980         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32981         (__fmal): Do not extract and scale down low bits on after-rounding
32982         systems when result rounded to normal precision would have normal
32983         exponent.
32984         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32985         (__fmal): Do not extract and scale down low bits on after-rounding
32986         systems when result rounded to normal precision would have normal
32987         exponent.
32988         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32989         macro.
32990         (fma_test): Add more tests.
32991         (fma_test_towardzero): Likewise.
32992         (fma_test_downward): Likewise.
32993         (fma_test_upward): Likewise.
32995 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32997         * sysdeps/i386/tininess.h: Renamed to ...
32998         * sysdeps/x86/tininess.h: This.
32999         * sysdeps/x86_64/tininess.h: Removed.
33001 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33003         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33004         input.  Use $(build-program-cmd).
33005         ($(objpfx)tst-array1-static.out): Likewise.
33006         ($(objpfx)tst-array2.out): Likewise.
33007         ($(objpfx)tst-array3.out): Likewise.
33008         ($(objpfx)tst-array4.out): Likewise.
33009         ($(objpfx)tst-array5.out): Likewise.
33010         ($(objpfx)tst-array5-static.out): Likewise.
33012 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33014         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33015         if defined.
33017         * nss/nsswitch.h (nss_interface_function): Provide new
33018         macro for use with NSS functions.
33019         * grp/initgroups.c: Use new macro.
33020         * nss/getXXbyYY.c: Likewise.
33021         * nss/getXXbyYY_r.c: Likewise.
33022         * nss/getXXent.c: Likewise.
33023         * nss/getXXent_r.c: Likewise.
33024         * sysdeps/posix/getaddrinfo.c: Likewise.
33026 2012-10-30  Andreas Jaeger  <aj@suse.de>
33028         * po/ru.po: Update Russion translation from translation project.
33030 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33032         [BZ #14152]
33033         [BZ #14783]
33034         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33035         result and shift together with sticky bit instead of replicating
33036         round-to-nearest rounding.
33037         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33038         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33039         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33040         missing underflow exceptions.
33041         (fma_test_towardzero): Add more tests.
33042         (fma_test_downward): Likewise.
33043         (fma_test_upward): Likewise.
33045         [BZ #14047]
33046         * sysdeps/generic/tininess.h: New file.
33047         * sysdeps/i386/tininess.h: Likewise.
33048         * sysdeps/sh/tininess.h: Likewise.
33049         * sysdeps/x86_64/tininess.h: Likewise.
33050         * stdlib/tst-strtod-underflow.c: Likewise.
33051         * stdlib/tst-tininess.c: Likewise.
33052         * stdlib/strtod_l.c: Include <tininess.h>.
33053         (round_and_return): Do not set errno for exact underflow cases.
33054         Force an underflow exception when setting errno for underflow.
33055         Determine underflow based on rounding to normal precision if
33056         TININESS_AFTER_ROUNDING.
33057         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33058         ERANGE for exact underflow cases.
33059         * stdlib/Makefile (tests): Add tst-tininess and
33060         tst-strtod-underflow.
33061         ($(objpfx)tst-tininess): Use $(link-libm).
33062         ($(objpfx)tst-strtod-underflow): Likewise.
33064 2012-10-30  Andreas Jaeger  <aj@suse.de>
33066         [BZ#14767]
33067         * elf/Makefile (tests): Remove conditional for have-initfini-array
33068         since this is now always required and the variable does not exist
33069         anymore.
33070         (tests-static): Likewise.
33071         (modules-names): Likewise.
33073         * po/eo.po: Add Esperanto translation from translation project.
33075         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33076         merged with constructor/destructor.
33077         (init_array): Likewise.
33078         * elf/tst-array2dep.c (fini_array): Likewise.
33079         (init_array): Likewise.
33081 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33083         * manual/message.texi: Delete @cartouche tags.
33085 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33087         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33088         EOPNOTSUPP.
33089         * sysdeps/mach/hurd/fsync.c: Likewise.
33091         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33092         [_POSIX_REALTIME_SIGNALS]: Change condition to
33093         [_POSIX_REALTIME_SIGNALS > 0].
33095 2012-10-27  Andreas Jaeger  <aj@suse.de>
33097         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33098         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33099         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33100         [__WORDSIZE != 64]: Likewise.
33102 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33104         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33105         *  iconvdata/tst-tables.sh: Likewise.
33107 2012-10-25  David S. Miller  <davem@davemloft.net>
33109         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33110         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33111         of strtoull.
33113         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33114         ifunc-impl-list.c
33115         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33116         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33117         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33118         file.
33120 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33122         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33123         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33124         __getdirentries.
33126 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33127             Jim Blandy  <jimb@codesourcery.com>
33129         * scripts/cross-test-ssh.sh: New file.
33130         * manual/install.texi (Configuring and compiling): Document use of
33131         cross-test-ssh.sh.
33132         * INSTALL: Regenerated.
33134 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33136         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33137         EOPNOTSUPP.
33139 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33141         * Makeconfig (run-program-prefix): Fix comment.
33143 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33144             Jim Blandy  <jimb@codesourcery.com>
33146         * Makeconfig (test-wrapper): New variable,
33147         (test-wrapper-env): Likewise.
33148         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33149         (run-built-tests): Define to yes.
33150         (run-program-prefix): Use $(test-wrapper).
33151         (built-program-cmd): Likewise.
33152         * Rules (make-test-out): Use $(test-wrapper-env) and
33153         $(host-built-program-cmd).
33154         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33155         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33156         tst-pathopt.sh.
33157         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33158         $(test-wrapper-env) to tst-rtld-load-self.sh.
33159         ($(objpfx)order2.out): Use $(test-wrapper).
33160         ($(objpfx)tst-initorder.out): Likewise.
33161         ($(objpfx)tst-initorder2.out): Likewise.
33162         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33163         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33164         (test_wrapper_env): New variable.  Use it to run ld.so.
33165         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33166         Use it to run ld.so.
33167         (test_wrapper_env): Likewise.
33168         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33169         $(test-wrapper) to run-iconv-test.sh.
33170         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33171         (ICONV): Use $test_wrapper.
33172         * posix/Makefile ($(objpfx)globtest.out): Pass
33173         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33174         globtest.sh, not $(run-program-prefix).
33175         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33176         (test_wrapper): Likewise.
33177         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33178         set together with run_via_rtld_prefix.
33179         (run_program_prefix): Define in terms of test_wrapper and
33180         run_via_rtld_prefix.
33182 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33184         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33185         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33186         Targets removed.
33188         [BZ #14743]
33189         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33190         Declare __clock_getres, __clock_gettime, __clock_settime,
33191         __clock_nanosleep, and __clock_getcpuclockid.
33192         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33193         Remove librt_hidden_def (clock_gettime).
33194         * sysdeps/unix/clock_gettime.c: Likewise.
33195         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33196         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33197         * rt/clock_getres.c: Define __clock_getres as an alias.
33198         * sysdeps/posix/clock_getres.c: Likewise.
33199         * rt/clock_settime.c: Define __clock_settime as an alias.
33200         * sysdeps/unix/clock_settime.c: Likewise.
33201         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33202         * sysdeps/unix/clock_nanosleep.c: Likewise.
33203         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33204         * rt/clock-compat.c: New file.
33205         * rt/Makefile (librt-routines): Add clock-compat and move
33206         $(clock-routines) to ...
33207         (routines): ... here, new variable.
33208         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33209         Don't add get_clockfreq here.
33210         * rt/Versions (libc: GLIBC_2.17): New version set.
33211         Add clock_* symbols here.
33212         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33213         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33214         (GLIBC_2.17): Add clock_* symbols.
33215         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33217         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33219         Likewise.
33220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33221         Likewise.
33222         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33223         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33224         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33226         * NEWS: Mention the move.
33228         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33229         Use __open, __read, __close rather than their public counterparts.
33230         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33231         (__get_clockfreq_via_cpuinfo): Likewise.
33232         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33233         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33235         * config.h.in (HAVE_IFUNC): New #undef.
33236         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33237         was successful.
33238         * configure: Regenerated.
33240 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33242         * configure.in: Move READELF check to start of file.
33243         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33244         libc_cv_asm_gnu_indirect_function in the process.
33245         * configure: Regenerated.
33247 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33249         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33250         send the output to /dev/null.
33251         (libc_cv_cc_with_libunwind): Likewise.
33252         (libc_cv_as_noexecstack): Likewise.
33253         * configure: Regenerate.
33255 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33257         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33259         * posix/globtest.sh (TMPDIR): Do not set.
33260         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33261         (testout): Likewise.
33263 2012-10-24  Andreas Jaeger  <aj@suse.de>
33265         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33266         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33267         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33268         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33269         posix_fadvise64, posix_fallocate64.
33271         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33272         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33273         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33274         Likewise.
33275         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33276         Likewise.
33277         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33279         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33280         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33281         <bits/fcntl-linux.h>.
33282         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33284         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33285         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33286         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33287         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33288         [__WORDSIZE != 64]: Likewise.
33290 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33292         * Makeconfig (run-built-tests): New variable.
33293         * Rules [$(cross-compiling) = yes]: Change condition to
33294         [$(run-built-tests) = no].
33295         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33296         to [$(run-built-tests) = yes].
33297         * elf/Makefile [$(cross-compiling) = no]: Likewise
33298         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33299         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33300         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33301         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33302         * io/Makefile [$(cross-compiling) = no]: Likewise.
33303         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33304         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33305         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33306         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33307         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33308         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33309         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33310         * string/Makefile [$(cross-compiling) = no]: Likewise.
33312         * posix/Makefile ($(objpfx)globtest.out): Pass
33313         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33314         $(rtld-installed-name).
33315         * posix/globtest.sh (elf_objpfx): Remove variable.
33316         (rtld_installed_name): Likewise.
33317         (library_path): Likewise.
33318         (run_program_prefix): New variable.  Use for running globtest
33319         binary.
33321 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33322             Joseph Myers  <joseph@codesourcery.com>
33324         * Makeconfig (host-built-program-cmd): New variable.
33325         * elf/Makefile (tst-stackguard1-ARGS): Use
33326         $(host-built-program-cmd).
33327         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33328         (tst-spawn-ARGS): Likewise.
33329         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33331 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33332             Jim Blandy  <jimb@codesourcery.com>
33334         * Makeconfig (run-via-rtld-prefix): New variable.
33335         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33336         (built-program-cmd): Likewise.
33338 2012-10-22  Andreas Jaeger  <aj@suse.de>
33340         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33341         __O_RSYNC if it exists, otherwise to O_SYNC.
33343 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33344             Joseph Myers  <joseph@codesourcery.com>
33346         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33347         /dev/null.
33348         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33349         from /dev/null
33350         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33351         /dev/null.
33353 2012-10-22  Andreas Jaeger  <aj@suse.de>
33355         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33356         Define always.
33357         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33359         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33360         bits/fcntl-linux.h.
33362         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33363         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33365         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33366         to __O_LARGEFILE.
33367         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33368         to __O_LARGEFILE.
33370 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33371             Joseph Myers  <joseph@codesourcery.com>
33373         * config.make.in (NM): New variable.
33375 2012-10-21  Andreas Jaeger  <aj@suse.de>
33377         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33378         definitions and declarations that are provided by
33379         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33381 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33383         [BZ #14683]
33384         * elf/Makefile (tests-static): Add tst-leaks1-static.
33385         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33386         ($(objpfx)tst-leaks1-static): New rule.
33387         ($(objpfx)tst-leaks1-static-mem): Likewise.
33388         (tst-leaks1-static-ENV): New macro.
33389         * elf/dl-open.c (dl_open_worker): Check the main application
33390         only if SHARED is defined.
33391         * elf/tst-leaks1-static.c: New file.
33393 2012-10-20  Andreas Jaeger  <aj@suse.de>
33395         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33396         generic values for Linux.
33397         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33398         and declarations that are provided by <bits/fcntl-linux.h> and
33399         include <bits/fcntl-linux.h>.
33400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33401         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33403 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33405         * io/fcntl.h: Move include of <bits/types.h> to the top and
33406         include it unconditionally.
33408 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33410         * wcsmbs/Makefile (tests-ifunc): New variable.
33411         (tests): Add $(tests-ifunc).
33412         * wcsmbs/test-wcschr-ifunc.c: New file.
33413         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33414         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33415         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33416         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33417         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33419         * string/Makefile (tests-ifunc): New variable.
33420         (tests): Add $(tests-ifunc).
33421         * string/test-memccpy.c (TEST_NAME): New macro.
33422         * string/test-memchr.c (TEST_NAME): Likewise.
33423         * string/test-memcmp.c (TEST_NAME): Likewise.
33424         * string/test-memcpy.c (TEST_NAME): Likewise.
33425         * string/test-memmem.c (TEST_NAME): Likewise.
33426         * string/test-memmove.c (TEST_NAME): Likewise.
33427         * string/test-memset.c (TEST_NAME): Likewise.
33428         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33429         * string/test-stpcpy.c (TEST_NAME): Likewise.
33430         * string/test-stpncpy.c (TEST_NAME): Likewise.
33431         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33432         * string/test-strcasestr.c (TEST_NAME): Likewise.
33433         * string/test-strcat.c (TEST_NAME): Likewise.
33434         * string/test-strchr.c (TEST_NAME): Likewise.
33435         * string/test-strcmp.c(TEST_NAME): Likewise.
33436         * string/test-strcpy.c (TEST_NAME): Likewise.
33437         * string/test-strcspn.c (TEST_NAME): Likewise.
33438         * string/test-strlen.c (TEST_NAME): Likewise.
33439         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33440         * string/test-strncmp.c (TEST_NAME): Likewise.
33441         * string/test-strncpy.c (TEST_NAME): Likewise.
33442         * string/test-strnlen.c (TEST_NAME): Likewise.
33443         * string/test-strpbrk.c (TEST_NAME): Likewise.
33444         * string/test-strrchr.c (TEST_NAME): Likewise.
33445         * string/test-strspn.c (TEST_NAME): Likewise.
33446         * string/test-strstr.c (TEST_NAME): Likewise.
33447         * string/test-bcopy-ifunc.c: New file.
33448         * string/test-bzero-ifunc.c: Likewise.
33449         * string/test-memccpy-ifunc.c: Likewise.
33450         * string/test-memchr-ifunc.c: Likewise.
33451         * string/test-memcmp-ifunc.c: Likewise.
33452         * string/test-memcpy-ifunc.c: Likewise.
33453         * string/test-memmem-ifunc.c: Likewise.
33454         * string/test-memmove-ifunc.c: Likewise.
33455         * string/test-mempcpy-ifunc.c: Likewise.
33456         * string/test-memset-ifunc.c: Likewise.
33457         * string/test-rawmemchr-ifunc.c: Likewise.
33458         * string/test-stpcpy-ifunc.c: Likewise.
33459         * string/test-stpncpy-ifunc.c: Likewise.
33460         * string/test-strcasecmp-ifunc.c: Likewise.
33461         * string/test-strcasestr-ifunc.c: Likewise.
33462         * string/test-strcat-ifunc.c: Likewise.
33463         * string/test-strchr-ifunc.c: Likewise.
33464         * string/test-strchrnul-ifunc.c: Likewise.
33465         * string/test-strcmp-ifunc.c: Likewise.
33466         * string/test-strcpy-ifunc.c: Likewise.
33467         * string/test-strcspn-ifunc.c: Likewise.
33468         * string/test-strlen-ifunc.c: Likewise.
33469         * string/test-strncasecmp-ifunc.c: Likewise.
33470         * string/test-strncat-ifunc.c: Likewise.
33471         * string/test-strncmp-ifunc.c: Likewise.
33472         * string/test-strncpy-ifunc.c: Likewise.
33473         * string/test-strnlen-ifunc.c: Likewise.
33474         * string/test-strpbrk-ifunc.c: Likewise.
33475         * string/test-strrchr-ifunc.c: Likewise.
33476         * string/test-strspn-ifunc.c: Likewise.
33477         * string/test-strstr-ifunc.c: Likewise.
33479         * debug/Makefile (tests-ifunc): New variable.
33480         (tests): Add $(tests-ifunc).
33481         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33482         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33483         * debug/test-stpcpy_chk-ifunc.c: New file.
33484         * debug/test-strcpy_chk-ifunc.c: Likewise.
33486 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33488         [BZ #13601]
33489         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33490         header is not read in.
33492 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33494         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33495         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33496         directly.  Pass built executable to script as
33497         $(built-program-cmd).
33498         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33499         $testprogram without using LD_LIBRARY_PATH and $ldso.
33501         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33502         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33503         $(rtld-installed-name).
33504         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33505         (rtld_installed_name): Likewise.
33506         (library_path): Likewise.
33507         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33508         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33509         $(run-program-prefix) to tst-tables.sh.
33510         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33511         it to run tst-table-from and tst-table-to.
33512         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33513         Pass it to tst-table.sh.
33514         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33515         $(run-program-prefix) to tst-gettext.sh.
33516         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33517         tst-translit.sh.
33518         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33519         tst-gettext2.sh.
33520         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33521         to run tst-gettext.
33522         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33523         to run tst-gettext2.
33524         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33525         to run tst-translit.
33526         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33527         $(run-program-prefix) to tst-mtrace.sh.
33528         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33529         to run tst-mtrace.
33530         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33531         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33532         $(rtld-installed-name).
33533         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33534         (rtld_installed_name): Likewise.
33535         (run_program_prefix): New variable.  Use it to run wordexp-test.
33537         * Makeconfig (ARCH): Remove all definitions.
33538         (machine): Likewise.
33539         [ARCH]: Remove conditional code.
33540         [!objdir]: Give error.
33541         [!objdir] (objpfx): Remove.
33542         [!objdir] (common-objpfx): Likewise.
33543         [!objdir] (common-objdir): Likewise.
33544         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33545         AC_CONFIG_FILES call.
33546         * configure: Regenerated.
33548         [BZ #13888]
33549         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33550         or TMPDIR.
33551         (testout): Likewise.
33553         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33554         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33555         $(rtld-installed-name).
33556         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33557         (rtld_installed_name): Likwise.
33558         (runit): Remove function.
33559         (run_getconf): New variable,  Use it for running getconf binary.
33561 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33563         [BZ #14716]
33564         * string/test-memmem.c (check_result): New function.
33565         (do_one_test): Use it.
33566         (check1): New function.
33567         (test_main): Use it.
33569 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33571         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33573 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33575         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33576         (_G_LSEEK64): Likewise.
33577         (_G_MMAP64): Likewise.
33578         (_G_FSTAT64): Likewise.
33579         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33580         (_G_LSEEK64): Likewise.
33581         (_G_MMAP64): Likewise.
33582         (_G_FSTAT64): Likewise.
33583         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33584         unconditional.  Call __mmap64 directly.
33585         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33586         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33587         __lseek64 directly.
33588         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33589         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33590         __mmap64 directly.
33591         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33592         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33593         __lseek64 directly.
33594         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33595         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33596         __lseek64 directly.
33597         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33598         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33599         __lseek64 directly.
33600         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33601         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33602         __fxstat64 directly.
33603         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33604         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33605         unconditional.
33606         (freopen64) [!_G_OPEN64]: Remove conditional code.
33607         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33608         unconditional.
33609         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33610         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33611         unconditional.
33612         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33613         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33614         unconditional.
33615         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33616         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33617         unconditional.
33618         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33619         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33620         unconditional.
33621         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33622         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33623         unconditional.
33624         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33625         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33626         unconditional.
33627         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33629 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33631         [BZ #12140]
33632         * manual/memory.texi (Malloc Tunable Parameters): Add note
33633         about free list pointers overwriting some perturb bytes.
33634         Wording suggested by Roland McGrath.
33636 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33638         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33639         (lgamma_test): Likewise.
33640         (tgamma_test): Likewise.
33642 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33644         [BZ #14700]
33645         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33646         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33648 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33650         * NEWS: Mention BZ #14716.
33651         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33652         when removing AVAILABLE1_USES_J macro.
33654 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33656         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33657         (__bswap_64): __uint64_t for unsigned 64-bit int.
33659 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33661         * include/string.h (memmem): Declare libc hidden alias.
33662         * string/memmem.c (memmem): Define libc hidden alias.
33663         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33664         __read, __close instead of open, read, close.
33666 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33668         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33669         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33670         global and hidden.
33671         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33672         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33673         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33674         Likewise.
33675         (__rawmemchr_sse2): Likewise.
33676         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33677         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33678         (__strchr_sse2): Likewise.
33679         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33680         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33681         (__strcasecmp_sse2): Likewise.
33682         (__strncasecmp_sse2): Likewise.
33683         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33684         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33685         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33686         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33687         (__strrchr_sse2): Likewise.
33688         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33689         ifunc-impl-list.c.
33690         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33691         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33692         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33693         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33694         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33695         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33696         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33697         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33698         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33699         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33700         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33701         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33702         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33703         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33704         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33705         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33706         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33707         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33708         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33709         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33710         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33711         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33712         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33713         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33714         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33715         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33716         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33717         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33718         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33719         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33721         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33722         global and hidden.
33723         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33724         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33725         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33726         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33727         Likewise.
33728         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33729         Likewise.
33730         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33731         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33732         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33733         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33734         ifunc-impl-list.c.
33735         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33736         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33737         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33738         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33739         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33740         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33741         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33742         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33743         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33744         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33745         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33746         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33747         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33748         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33749         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33750         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33751         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33752         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33753         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33754         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33755         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33756         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33757         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33758         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33759         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33760         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33761         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33762         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33763         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33764         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33765         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33766         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33767         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33768         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33769         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33770         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33771         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33772         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33773         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33774         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33775         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33777         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33778         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33779         * include/ifunc-impl-list.h: New file.
33780         * misc/ifunc-impl-list.c: Likewise.
33781         * misc/Makefile (routines): Add ifunc-impl-list.
33782         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33783         * string/test-string.h: Include <ifunc-impl-list.h>.
33784         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33785         TEST_NAME]: New variables.
33786         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33787         are defined.
33788         (test_init): Call __libc_ifunc_impl_list to initialize
33789         func_list if TEST_IFUNC and TEST_NAME are defined.
33791         * string/Makefile (strop-tests): Add bcopy and bzero.
33792         * string/test-bcopy.c: New file.
33793         * string/test-bzero.c: Likewise.
33794         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33795         defined.
33796         * string/test-memset.c: Support bzero test if TEST_BZERO is
33797         defined.
33798         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33799         __libc_memmove.
33800         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33801         __libc_memset.
33802         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33803         of memset.
33805 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33807         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33808         * configure: Regenerated.
33810         * Makeconfig (+link-static-before-libc): Don't include
33811         $(link-static-libc).
33813         * libio/libio.h (_IO_pos_t): Remove.
33815 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33817         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33818         McGrath.
33820 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33822         * crypt/crypt-entry.c: Include fips-private.h.
33823         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33824         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33825         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33826         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33828 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33830         * crypt/crypt-private.h: Include stdbool.h.
33831         (_ufc_setup_salt_r): Return bool.
33832         * crypt/crypt-entry.c: Include errno.h.
33833         (__crypt_r): Return NULL with EINVAL for bad salt.
33834         * crypt/crypt_util.c (bad_for_salt): New.
33835         (_ufc_setup_salt_r): Check that salt is long enough and within
33836         the specified alphabet.
33837         * crypt/badsalttest.c: New file.
33838         * crypt/Makefile (tests): Add it.
33839         ($(objpfx)badsalttest): New.
33841 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33843         * NEWS: Add entry for BZ #14602.
33845 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33847         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33848         type-generic.
33849         * math/libm-test.inc: Update comment listing what functions and
33850         macros are tested.
33851         (isgreater_test): New function.
33852         (isgreaterequal_test): Likewise.
33853         (isless_test): Likewise.
33854         (islessequal_test): Likewise.
33855         (islessgreater_test): Likewise.
33856         (isunordered_test): Likewise.
33857         (main): Call the new functions.
33859 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33861         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33862         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33863         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33864         * sysdeps/i386/configure: Regenerated.
33865         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33866         * sysdeps/mach/configure: Regenerated.
33867         * sysdeps/mach/hurd/configure: Regenerated.
33868         * sysdeps/powerpc/configure: Regenerated.
33869         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33870         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33871         * sysdeps/s390/s390-32/configure: Regenerated.
33872         * sysdeps/s390/s390-64/configure: Regenerated.
33873         * sysdeps/sh/configure: Regenerated.
33874         * sysdeps/sparc/configure: Regenerated.
33875         * sysdeps/unix/sysv/linux/configure: Regenerated.
33876         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33877         * sysdeps/x86_64/configure: Regenerated.
33879         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33880         defined.  Don't check if MAP is NULL.
33882 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33884         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33885         (_G_stat64): Likewise.
33886         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33887         (_G_stat64): Likewise.
33888         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33889         instead of struct _G_stat64.
33890         * libio/fileops.c (mmap_remap_check): Likewise.
33891         (decide_maybe_mmap): Likewise.
33892         (_IO_new_file_seekoff): Likewise.
33893         (_IO_file_stat): Likewise.
33894         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33895         _G_off64_t.
33896         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33897         instead of struct _G_stat64.
33898         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33900 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33902         [BZ #14602]
33903         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33904         Replace with ...
33905         (CHECK_EOL): New macro.
33906         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33907         CHECK_EOL.
33908         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33909         Replace with CHECK_EOL.
33910         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33911         Replace with CHECK_EOL.
33913 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33915         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33916         type-generic.
33917         * math/libm-test.inc: Update comment listing what functions and
33918         macros are tested.
33919         (finite_test): New function.
33920         (isinf_test): Likewise.
33921         (isnan_test): Likewise.
33922         (fpclassify_test): Test subnormal input.
33923         (isfinite_test): Likewise.
33924         (isnormal_test): Likewise.
33925         (main): Call the new functions.
33927 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33929         [BZ #14660]
33930         * Makerules (%.dynsym): Force C locale when running
33931         $(OBJDUMP) --dynamic-syms.
33933 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33935         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33936         <stdint.h>.
33938 2012-10-06  David S. Miller  <davem@davemloft.net>
33940         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33941         upper 32-bits of the length value in %o2 since we use branch-on-register
33942         tests which consider the entire 64-bit register.
33944 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33946         * string/test-strstr.c (check2): Add a test for page boundary.
33948 2012-10-05  David S. Miller  <davem@davemloft.net>
33950         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33951         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33952         file.
33953         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33954         sysdep_routines.
33955         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33956         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33957         and bzero when HWCAP_SPARC_CRYPTO is present.
33959 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33961         [BZ #14602]
33962         * string/test-strstr.c (check2): New function.
33963         (test_main): Call check2.
33965         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33966         and bug-strchr1.
33967         * string/bug-strcasestr1.c (do_test): Moved to ...
33968         * string/test-strcasestr.c (check1): Here.  New function.
33969         (do_one_test): Break out result checking code into ...
33970         (check_result): This.  New function.
33971         (do_one_test): Call check_result.
33972         (test_main): Call check1.
33973         * string/bug-strchr1.c (do_test): Moved to ...
33974         * string/test-strchr.c (check1): Here.  New function.
33975         (do_one_test): Break out result checking code into ...
33976         (check_result): This.  New function.
33977         (do_one_test): Call check_result.
33978         (test_main): Call check1.
33979         * string/bug-strstr1.c (main): Moved to ...
33980         * string/test-strstr.c (check1): Here.  New function.
33981         (do_one_test): Break out result checking code into ...
33982         (check_result): This.  New function.
33983         (do_one_test): Call check_result.
33984         (test_main): Call check1.
33985         * string/bug-strcasestr1.c: Removed.
33986         * string/bug-strchr1.c: Likewise.
33987         * string/bug-strstr1.c: Likewise.
33989         * elf/Makefile (dl-routines): Add hwcaps.
33990         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33991         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33992         (_dl_important_hwcaps): Moved to ...
33993         * elf/dl-hwcaps.c: Here.  New file.
33994         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33996         [BZ #14557]
33997         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33998         if IS_IN_rtld isn't defined.
34000         * elf/dl-support.c (_dl_sysinfo_map): New.
34001         Include "get-dynamic-info.h" and "setup-vdso.h".
34002         (_dl_non_dynamic_init): Call setup_vdso.
34003         * elf/dynamic-link.h: Don't include <assert.h>.
34004         (elf_get_dynamic_info): Moved to ...
34005         * elf/get-dynamic-info.h: Here.  New file.
34006         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34007         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34008         * elf/setup-vdso.h: Here.  New file.
34009         * elf/rtld.c: Include "setup-vdso.h".
34010         (dl_main): Call setup_vdso.
34012 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34014         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34015         creal in comment listing functions tested.  List finite, isinf,
34016         isnan, isless, islessequal, isgreater, isgreaterequal,
34017         islessgreater, isunordered, lgamma_r and pow10 as functions and
34018         macros not tested.  Mention which functions not tested are aliases
34019         for other functions.  Fix typo.  Note that signs of NaNs are not
34020         tested.
34022         * scripts/config.guess: Update from config.git.
34023         * scripts/config.sub: Likewise.
34025 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34027         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34028         * misc/madvise.c (madvise): Renamed to __madvise.
34029         Make madvise a weak alias.
34030         * include/sys/mman.h: Declare __madvise.
34031         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34032         * sysdeps/unix/syscalls.list
34033         (madvise): Make __madvise the strong name, and madvise a weak alias.
34034         * sysdeps/unix/sysv/linux/syscalls.list
34035         (madvise, mmap): Remove redundant entries.
34036         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34037         * malloc/malloc.c (mtrim): Likewise.
34038         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34040 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34042         * sysdeps/mach/hurd/dl-cache.c: File removed.
34043         * config.h.in (USE_LDCONFIG): New #undef.
34044         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34045         * configure: Regenerated.
34046         * elf/Makefile (dl-routines): Add dl-cache only under
34047         [$(use-ldconfig) = yes].
34048         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34049         cache on [USE_LDCONFIG].
34050         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34051         [USE_LDCONFIG].
34052         * elf/rtld.c (dl_main): Likewise.
34054 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34056         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34057         _SC_LEVEL4_CACHE_LINESIZE.
34059 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34061         * sysdeps/unix/bsd/confstr.h: File removed.
34063 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34065         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34066         sys/sdt-config.h.
34068 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34070         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34071         Make 'mapoff' field ElfW(Off) rather than off_t.
34073 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34075         * nscd/Makefile: Remove nscd-cflags and all its users.
34076         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34077         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34079         [BZ #10631]
34080         * malloc.c (malloc_printerr): Clarify error message.
34082 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34084         [BZ #14648]
34085         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34086         Set bit_FMA_Usable if FMA is supported.
34087         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34088         macro.
34089         (bit_FMA4_Usable): Updated.
34090         (index_FMA_Usable): New macro.
34091         (CPUID_FMA): Likewise
34092         (HAS_FMA): Defined with bit_FMA_Usable.
34094 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34096         * bits/types.h (__swblk_t): Type removed.
34097         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34098         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34099         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34100         (__SWBLK_T_TYPE): Likewise.
34101         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34102         (__SWBLK_T_TYPE): Likewise.
34103         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34104         (__SWBLK_T_TYPE): Likewise.
34105         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34106         (__SWBLK_T_TYPE): Likewise.
34108 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34109             Honza Horak <hhorak@redhat.com>
34111         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34112         (xdr_mapname): Use YPMAXMAP as maxsize.
34113         (xdr_peername): Use YPMAXPEER as maxsize.
34114         (xdr_keydat): Use YPAXRECORD as maxsize.
34115         (xdr_valdat): Use YPMAXRECORD as maxsize.
34117 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34119         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34121         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34122         * csu/init-first.c: ... here.
34123         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34124         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34125         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34126         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34127         * sysdeps/i386/init-first.c: File removed.
34128         * sysdeps/sh/init-first.c: File removed.
34130 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34132         [BZ #14645]
34133         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34134         if x * y might underflow to zero and z is zero.
34135         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34136         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34137         * math/libm-test.inc (min_subnorm_value): New variable.
34138         (fma_test): Add more tests.
34139         (fma_test_towardzero): Likewise.
34140         (fma_test_downward): Likewise
34141         (fma_test_upward): Likewise.
34142         (initialize): Set min_subnorm_value.
34144 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34146         [BZ #14638]
34147         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34148         0 + 0.
34149         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34150         mode for addition resulting in exact zero.
34151         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34152         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34153         exact 0 + 0.
34154         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34155         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34156         * math/libm-test.inc (fma_test): Add more tests.
34157         (fma_test_towardzero): New function.
34158         (fma_test_downward): Likewise.
34159         (fma_test_upward): Likewise.
34160         (main): Call the new functions.
34162 2012-09-28  David S. Miller  <davem@davemloft.net>
34164         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34166 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34168         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34169         instead of SIGALRM.
34171         * sysdeps/gnu/_G_config.h: Moved to ...
34172         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34173         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34174         * sysdeps/generic/_G_config.h: ... here.
34176         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34178         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34180         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34181         Conditionalize target on [libnss_test1.so-version].
34183         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34185         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34186         (elfobjdir): Move out of conditionals.
34188         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34189         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34190         (__nss_lookup_function): Conditionalize label remove_from_tree on
34191         [!DO_STATIC_NSS || SHARED], matching its only use.
34193 2012-09-28  David S. Miller  <davem@davemloft.net>
34195         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34196         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34197         file.
34198         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34199         sysdep_routines.
34200         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34201         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34202         when HWCAP_SPARC_CRYPTO is present.
34204 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34206         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34208 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34210         [BZ #6530]
34211         * stdio-common/vfprintf.c (process_string_arg): Revert
34212         2000-07-22 change.
34214 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34216         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34217         for testcase.
34218         * stdio-common/tst-sprintf.c: Include <locale.h>
34219         (main): Test sprintf's handling of incomplete multibyte
34220         characters.
34222 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34224         * elf/dl-runtime.c (VERSYMIDX): Removed.
34225         * elf/dl-version.c (VERSYMIDX): Likewise.
34226         * elf/do-rel.h (VERSYMIDX): Likewise.
34227         (VALIDX): Likewise.
34228         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34229         * elf/rtld.c (VALIDX): Likewise.
34230         (ADDRIDX): Likewise.
34231         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34232         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34233         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34234         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34235         (VALIDX): Likewise.
34236         (ADDRIDX): Likewise.
34238 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34240         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34242 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34244         [BZ #11438]
34245         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34246         to global scope.
34247         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34248         addresses are in the same scope as 192.0.2/24.
34249         * posix/gai.conf: Document new scope table defaults.
34251 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34253         [BZ #5298]
34254         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34255         for ftell.  Compute offsets from write pointers instead.
34256         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34258 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34260         [BZ #14543]
34261         * libio/Makefile (tests): New test case tst-fseek.
34262         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34263         combination works in wide mode.
34264         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34265         state when the external buffer state changes.
34267 2012-09-27  David S. Miller  <davem@davemloft.net>
34269         [BZ #14376]
34270         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34271         pass reloc->r_addend in as the 'high' argument to
34272         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34274         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34276 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34278         * rt/tst-aio2.c: Include <pthread.h>.
34279         * rt/tst-aio3.c: Likewise.
34281 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34283         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34285 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34287         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34288         contents on [SHARED].
34290 2012-09-26  Marek Polacek  <polacek@redhat.com>
34292         [BZ #14530]
34293         [BZ #13741]
34294         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34295         for C++ and GCC <4.3 as well as for non GCC compilers.
34297 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34299         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34301 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34303         * Makefile.in (all, install): Declare with .PHONY.
34304         Reported by Michael Hope <michael.hope@linaro.org>.
34306 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34308         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34309         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34310         system header.
34311         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34312         Likewise.
34313         (sydep_routines): Add the new and the internal functions.
34314         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34315         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34317         (GLIBC_2.17): Add the new function.
34318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34319         (GLIBC_2.17): Likewise.
34320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34321         (GLIBC_2.17): Likewise.
34322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34323         (GLIBC_2.17): Likewise.
34324         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34326 2012-09-25  Alan Modra  <amodra@gmail.com>
34328         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34329         Add release barrier before setting once_control to say
34330         initialisation is done.  Add hints on lwarx.  Use macro in
34331         place of isync.
34332         (clear_once_control): Add release barrier.
34334 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34336         [BZ #13629]
34337         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34338         specially.
34339         * math/s_clog10.c (__clog10): Likewise.
34340         * math/s_clog10f.c (__clog10f): Likewise.
34341         * math/s_clog10l.c (__clog10l): Likewise.
34342         * math/s_clogf.c (__clogf): Likewise.
34343         * math/s_clogl.c (__clogl): Likewise.
34344         * math/Makefile (libm-calls): Add x2y2m1.
34345         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34346         (__x2y2m1): Likewise.
34347         (__x2y2m1l): Likewise.
34348         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34349         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34350         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34351         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34352         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34353         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34354         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34355         * sysdeps/i386/fpu/libm-test-ulps: Update.
34356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34358         [BZ #14621]
34359         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34360         int as type of variable DEPTH.
34361         (glob): Use size_t instead of int as type of variables NEWCOUNT
34362         and OLD_PATHC.
34364 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34366         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34367         Add s_sincosf-sse2.
34368         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34369         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34370         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34371         macros for using routine as __sincosf_ia32.
34372         Use macro for function declaration and weak_alias.
34373         * sysdeps/i386/fpu/libm-test-ulps: Update.
34375         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34376         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34378         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34379         subnormal argument.
34380         * math/s_cexpf.c (__cexpf): Likewise.
34381         * math/s_csinf.c (__csinf): Likewise.
34382         * math/s_csinhf.c (__csinhf): Likewise.
34383         * math/s_ctanf.c (__ctanf): Likewise.
34384         * math/s_ctanhf.c (__ctanhf): Likewise.
34385         * math/s_ccosh.c (__ccoshf): Likewise.
34386         * math/s_cexp.c (__cexpl): Likewise.
34387         * math/s_csin.c (__csin): Likewise.
34388         * math/s_csinh.c (__csinh): Likewise.
34389         * math/s_ctan.c (__ctan): Likewise.
34390         * math/s_ctanh.c (ctanh): Likewise.
34391         * math/s_ccoshl.c (__ccoshl): Likewise.
34392         * math/s_cexpl.c (__cexpl): Likewise.
34393         * math/s_csinl.c (__csinl): Likewise.
34394         * math/s_csinhl.c (__csinhl): Likewise.
34395         * math/s_ctanl.c (__ctanl): Likewise.
34396         * math/s_ctanhl.c (__ctanhl): Likewise.
34398 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34400         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34401         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34402         (_IO_off_t): Define to __off_t, not _G_off_t.
34403         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34404         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34405         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34406         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34407         type of __dummy and __dummy2 fields.
34408         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34409         (_G_ssize_t): Likewise.
34410         (_G_off_t): Likewise.
34411         (_G_pid_t): Likewise.
34412         (_G_uid_t): Likewise.
34413         (_G_wchar_t): Likewise.
34414         (_G_wint_t): Likewise.
34415         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34416         (_G_ssize_t): Likewise.
34417         (_G_off_t): Likewise.
34418         (_G_pid_t): Likewise.
34419         (_G_uid_t): Likewise.
34420         (_G_wchar_t): Likewise.
34421         (_G_wint_t): Likewise.
34422         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34423         (_G_ssize_t): Likewise.
34424         (_G_off_t): Likewise.
34425         (_G_pid_t): Likewise.
34426         (_G_uid_t): Likewise.
34427         (_G_wchar_t): Likewise.
34428         (_G_wint_t): Likewise.
34430 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34432         * malloc/arena.c: Include malloc-sysdep.h.
34433         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34434         is sufficient to shrink the heap or an unmap is needed.
34435         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34436         new function check_may_shrink_heap.
34437         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34438         new function check_may_shrink_heap.
34440 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34442         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34443         comments.
34445 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34447         * catgets/test-gencat.sh: Add "set -e".
34448         * elf/tst-pathopt.sh: Likewise.
34449         * grp/tst_fgetgrent.sh: Likewise.
34450         * iconvdata/run-iconv-test.sh: Likewise.
34451         * intl/tst-gettext.sh: Likewise.
34452         * intl/tst-gettext2.sh: Likewise.
34453         * intl/tst-gettext4.sh: Likewise.
34454         * intl/tst-gettext6.sh: Likewise.
34455         * intl/tst-translit.sh: Likewise.
34456         * io/ftwtest-sh: Likewise.
34457         * libio/test-freopen.sh: Likewise.
34458         * malloc/tst-mtrace.sh: Likewise.
34459         * posix/globtest.sh: Likewise.
34460         * posix/tst-getconf.sh: Likewise.
34461         * posix/wordexp-tst.sh: Likewise.
34462         * stdio-common/tst-printf.sh: Likewise.
34463         * stdio-common/tst-unbputc.sh: Likewise.
34464         * stdlib/tst-fmtmsg.sh: Likewise.
34465         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34466         * catgets/Makefile: Do not specify -e option when running
34467         testsuite shell scripts.
34468         * elf/Makefile: Likewise.
34469         * grp/Makefile: Likewise.
34470         * iconvdata/Makefile: Likewise.
34471         * intl/Makefile: Likewise.
34472         * io/Makefile: Likewise.
34473         * libio/Makefile: Likewise.
34474         * malloc/Makefile: Likewise.
34475         * posix/Makefile: Likewise.
34476         * stdio-common/Makefile: Likewise.
34477         * stdlib/Makefile: Likewise.
34478         * sysdeps/x86_64/Makefile: Likewise.
34480         * io/ftwtest-sh: Add copyright header.
34481         * posix/globtest.sh: Likewise.
34482         * posix/tst-getconf.sh: Likewise.
34483         * posix/wordexp-tst.sh: Likewise.
34484         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34486 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34488         [BZ #13679]
34489         * Makeconfig (+link): Defined as $(+link-static) if
34490         $(build-shared) isn't yes.
34491         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34492         isn't yes.
34493         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34495         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34497         [BZ #14562]
34498         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34499         new chunk size with MALLOC_ALIGN_MASK.
34501 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34503         [BZ #5044]
34504         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34505         <rounding-mode.h>.
34506         (__printf_fphex): Determine rounding using get_rounding_mode and
34507         round_away.
34508         * stdio-common/tst-printf-round.c (struct hex_test): New
34509         structure.
34510         (hex_tests): New variable.
34511         (test_hex_in_one_mode): New function.
34512         (do_test): Also run tests for hex float output.
34514 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34516         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34517         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34518         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34519         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34520         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34521         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34522         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34523         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34525 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34527         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34528         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34529         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34530         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34532 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34534         [BZ #14579]
34535         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34536         mode only.
34537         * elf/tst-rtld-load-self.sh: New test.
34538         * elf/Makefile: Run it.
34540 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34542         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34543         (tst-writev-ENV): Remove.
34544         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34546 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34548         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34550 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34552         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34553         unconditional.
34554         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34555         Likewise.
34556         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34557         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34558         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34559         Likewise.
34561 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34563         [BZ #14587]
34564         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34565         * config.make.in (have-cpp-asm-debuginfo): Removed.
34566         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34567         * configure: Regenerated.
34569 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34571         [BZ #5044]
34572         * stdio-common/printf_fp.c: Include <stdbool.h> and
34573         <rounding-mode.h>.
34574         (___printf_fp): Determine rounding using get_rounding_mode and
34575         round_away.
34576         * stdio-common/tst-printf-round.c: New file.
34577         * stdio-common/Makefile (tests): Add tst-printf-round.
34578         (link-libm): New variable.
34579         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34581 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34583         [BZ #14576]
34584         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34585         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34586         Likewise.
34587         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34588         Likewise.
34590 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34592         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34593         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34594         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34595         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34597 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34599         [BZ #14518]
34600         * include/rounding-mode.h: New file.
34601         * sysdeps/generic/get-rounding-mode.h: Likewise.
34602         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34603         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34604         (MAX_VALUE): New macro.
34605         (MIN_VALUE): Likewise.
34606         (overflow_value): New function.
34607         (underflow_value): Likewise.
34608         (round_and_return): Use overflow_value and underflow_value to
34609         determine return values in overflow and underflow cases.  Use
34610         round_away to determine rounding depending on rounding mode.
34611         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34612         determine return values in overflow and underflow cases.
34613         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34614         (struct test_results): New structure.
34615         (struct test): Use struct test_results to store expected results
34616         for all rounding modes.
34617         (TEST): Include expected results for all rounding modes.
34618         (test_in_one_mode): New function.
34619         (do_test): Use test_in_one_mode to compute and check results.
34620         Check results for all rounding modes.
34621         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34622         $(link-libm).
34624 2012-12-09  Allan McRae  <allan@archlinux.org>
34626         * sysdeps/i386/fpu/libm-test-ulps: Update
34628 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34630         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34631         (_G_int32_t): Likewise.
34632         (_G_uint16_t): Likewise.
34633         (_G_uint32_t): Likewise.
34634         (_G_HAVE_BOOL): Likewise.
34635         (_G_HAVE_ATEXIT): Likewise.
34636         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34637         (_G_HAVE_IO_FILE_OPEN): Likewise.
34638         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34639         (_G_int32_t): Likewise.
34640         (_G_uint16_t): Likewise.
34641         (_G_uint32_t): Likewise.
34642         (_G_HAVE_BOOL): Likewise.
34643         (_G_HAVE_ATEXIT): Likewise.
34644         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34645         (_G_HAVE_IO_FILE_OPEN): Likewise.
34646         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34647         (_G_int32_t): Likewise.
34648         (_G_uint16_t): Likewise.
34649         (_G_uint32_t): Likewise.
34650         (_G_HAVE_BOOL): Likewise.
34651         (_G_HAVE_ATEXIT): Likewise.
34652         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34653         (_G_HAVE_IO_FILE_OPEN): Likewise.
34655 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34657         * csu/libc-tls.c: Update copyright years.
34659 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34661         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34662         [!_G_USING_THUNKS]: Remove conditional code.
34663         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34664         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34666         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34667         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34668         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34669         (_G_VTABLE_LABEL_PREFIX): Likewise.
34670         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34671         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34672         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34673         (_G_VTABLE_LABEL_PREFIX): Likewise.
34674         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34675         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34676         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34677         (_G_VTABLE_LABEL_PREFIX): Likewise.
34678         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34680 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34682         * libio/Makefile: Include ../Makeconfig before tests.
34683         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34684         only if $(build-shared) is yes.
34686         * iconv/gconv_db.c: Update copyright years.
34688 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34690         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34691         unwind info if defined PIC. Fix special cases description.
34692         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34694         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34695         DP_HI_MASK entry.
34696         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34698 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34700         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34702         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34703         is NULL.
34705         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34706         (LDLIBS-tst-chk4): This.
34707         (LDFLAGS-tst-chk5): Renamed to ...
34708         (LDLIBS-tst-chk5): This.
34709         (LDFLAGS-tst-chk6): Renamed to ...
34710         (LDLIBS-tst-chk6): This.
34711         (LDFLAGS-tst-lfschk4): Renamed to ...
34712         (LDLIBS-tst-lfschk4): This.
34713         (LDFLAGS-tst-lfschk5): Renamed to ...
34714         (LDLIBS-tst-lfschk5): This.
34715         (LDFLAGS-tst-lfschk6): Renamed to ...
34716         (LDLIBS-tst-lfschk6): This.
34718         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34719         on $(common-objpfx)soversions.mk.
34721 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34723         [BZ #10014]
34724         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34725         example host name.
34727 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34729         * malloc/arena.c (arena_get_retry): New function that gets
34730         another arena for the caller to try its request on.
34731         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34732         current arena cannot fulfill the request.
34733         (__libc_memalign): Likewise.
34734         (__libc_memalign): Likewise.
34735         (__libc_pvalloc): Likewise.
34736         (__libc_calloc): Likewise.
34738 2012-09-05  John Tobey  <john.tobey@gmail.com>
34740         [BZ #13542]
34741         * manual/arith.texi (Operations on Complex): Fix description
34742         of carg branch cut.
34744 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34746         [BZ #10014]
34747         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34748         host name.
34750         [BZ #10038]
34751         * manual/memory.texi (Memory): Make order of menu items match
34752         order of sections.
34754 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34756         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34757         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34758         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34760 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34762         * csu/libc-tls.c (static_dtv): Renamed to ...
34763         (_dl_static_dtv): This.  Make it global.
34764         (_dl_initial_dtv): Removed.
34765         (__libc_setup_tls): Updated.
34766         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34767         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34768         DL_INITIAL_DTV.
34770 2012-09-06  Petr Machata  <pmachata@redhat.com>
34772         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34773         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34774         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34775         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34777 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34779         [BZ #14545]
34780         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34781         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34782         freeing dtv[-1].
34784 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34786         [BZ #14544]
34787         * Makeconfig (link-static-before-libc): Replace $(+prector)
34788         with $(+prectorT).
34789         (link-static-after-libc): Replace $(+postctor) with
34790         $(+postctorT).
34791         (link-bounded): Replace $(+prector)/$(+postctor) with
34792         $(+prectorT)/$(+postctorT).
34793         (+prectorT): New macro.
34794         (+postctorT): Likewise.
34796 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34798         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34799         (round_str): Handle values above the maximum for IBM long double
34800         as inexact.
34801         * stdlib/tst-strtod-round.c (tests): Regenerated.
34803 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34805         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34806         assembler flag.
34807         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34808         zarch_nohighgprs around the zarch optimized routines.
34809         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34810         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34811         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34812         for zarch.
34814 2012-09-05  David S. Miller  <davem@davemloft.net>
34816         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34818         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34819         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34820         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34821         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34822         entries.
34824 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34826         * malloc/arena.c: Fold copyright years.
34827         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34829 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34831         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34833 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34835         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34837 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34839         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34840         change internal state upon failure.
34842 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34844         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34845         * malloc/memusage.c (mmap): Likewise.
34846         (mmap64, mremap): Likewise.  Adjust name in comment.
34848 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34850         * libio/fileops.c: Fix typos in comments.
34851         * libio/oldfileops.c: Likewise.
34852         * libio/wfileops.c: Likewise.
34854 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34856         [BZ #1349]
34857         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34858         (tst-malloc-usable-ENV): Set environment for test case.
34859         * malloc/hooks.c (malloc_check_get_size): New function to get
34860         requested size.
34861         * malloc/malloc.c (musable): Use malloc_check_get_size.
34862         * malloc/tst-malloc-usable.c: New test case.
34864 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34866         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34868 2012-09-05  Allan McRae  <allan@archlinux.org>
34870         [BZ #13966]
34871         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34872         determine header location.
34873         * configure: Regenerated.
34875 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34877         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34878         float format.
34879         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34880         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34881         format.
34882         (test): Regenerate.
34884 2012-09-04  David S. Miller  <davem@davemloft.net>
34886         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34887         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34888         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34890 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34892         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34893         failures.
34895         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34897 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34899         [BZ #9914]
34900         * libio/iogetdelim.c: Include <limits.h>.
34901         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34902         + len + 1 would overflow.
34904 2012-09-03  Andreas Jaeger  <aj@suse.de>
34906         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34907         * sysdeps/i386/fpu/libm-test-ulps: Update.
34909 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34911         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34912         Add s_sinf-sse2, s_conf-sse2.
34914         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34915         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34916         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34917         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34919         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34920         for using routine as __sinf_ia32.
34921         Use macro for function declaration and weak_alias.
34922         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34923         for using routine as __cosf_ia32.
34924         Use macro for function declaration and weak_alias.
34926         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34927         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34929         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34930         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34931         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34933         * math/libm-test.inc (cos_test): Add more test cases.
34934         (sin_test): Likewise.
34935         (sincos_test): Likewise.
34937 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34939         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34940         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34941         hidden.
34942         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34944 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34946         [BZ #14538]
34947         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34948         first element of the GOT.
34949         (elf_machine_load_address): Return the difference between
34950         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34952 2012-09-01  Allan McRae  <allan@archlinux.org>
34954         [BZ #13412]
34955         * configure.in (AWK): Require gawk version 3.0 or later.
34956         * configure: Regenerated.
34958 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34960         * sysdeps/unix/sysv/linux/kernel-features.h
34961         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34962         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34963         [__NR_clock_getres]: Make code unconditional.
34964         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34965         (clock_getcpuclockid): Remove code left unreachable by removal of
34966         conditionals.
34967         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34968         code unconditional.
34969         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34970         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34971         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34972         Make code unconditional.
34973         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34974         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34975         * sysdeps/unix/sysv/linux/clock_settime.c
34976         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34977         conditional code.
34978         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34979         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34981 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34983         [BZ #14476]
34984         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34985         scripts/test-installation.pl.
34987         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34988         and $ld_so_version if it is set.
34990 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34992         [BZ #14516]
34993         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34994         failure if reading from procfs failed.
34995         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34997 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34999         * sysdeps/unix/sysv/linux/kernel-features.h
35000         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35001         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35002         Remove conditional code.
35003         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35004         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35005         Remove conditional code.
35006         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35007         * sysdeps/unix/sysv/linux/i386/fxstat.c
35008         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35009         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35010         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35011         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35012         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35013         * sysdeps/unix/sysv/linux/i386/lxstat.c
35014         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35015         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35016         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35017         Remove conditional code.
35018         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35019         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35020         Remove conditional code.
35021         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35022         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35023         <kernel-features.h>.
35024         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35025         Remove.
35026         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35027         Remove conditional code.
35028         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35029         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35030         Remove conditional.
35032 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35034         [BZ #5400]
35035         * NEWS: Add fixed bug number.
35037 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35039         [BZ #14519]
35040         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35041         underflowing exponent in case of negative sign.
35042         * stdlib/tst-strtod-round-data: Add more tests.
35043         * stdlib/tst-strtod-round.c (tests): Regenerated.
35045         [BZ #3479]
35046         * stdlib/strtod_l.c (NDIG): Remove.
35047         (HEXNDIG): Likewise.
35048         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35049         smallest representable value.
35050         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35051         lie within an exact representation of 1/2 ulp of the result.
35052         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35053         unconditionally.
35054         (TENS_P9_IDX): Define unconditionally.
35055         (TENS_P9_SIZE): Likewise.
35056         (TENS_P10_IDX): Likewise.
35057         (TENS_P10_SIZE): Likewise.
35058         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35059         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35060         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35061         entries for 10^2^13 and 10^2^14.
35062         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35063         (TENS_P13_IDX): Define.
35064         (TENS_P13_SIZE): Likewise.
35065         (TENS_P14_IDX): Likewise.
35066         (TENS_P14_SIZE): Likewise.
35067         (_fpioconst_pow10): Change array size to
35068         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35069         unconditional.
35070         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35071         1024]: Add entries for 10^2^13 and 10^2^14.
35072         [LAST_POW10 > _LAST_POW10]: Remove #error.
35073         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35074         (_fpioconst_pow10): Change array size to
35075         FPIOCONST_POW10_ARRAY_SIZE.
35076         * stdlib/gen-fpioconst.c: New file.
35077         * stdlib/gen-tst-strtod-round.c: Likewise.
35078         * stdlib/tst-strtod-round-data: Likewise.
35079         * stdlib/tst-strtod-round.c: Likewise.
35080         * stdlib/Makefile (tests): Add tst-strtod-round.
35082         [BZ #14459]
35083         * stdlib/strtod_l.c: Include <stdint.h>.
35084         (NDEBUG): Do not define.
35085         (round_and_return): Change EXPONENT parameter to type intmax_t.
35086         Rearrange calculations to avoid internal overflow possibilities.
35087         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35088         Rearrange calculations to avoid internal overflow possibilities.
35089         Assert that number fits inside MPNSIZE limbs.
35090         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35091         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35092         calculations and add assertions to avoid internal overflow
35093         possibilities.  Add casts to avoid signed/unsigned operations.
35094         * stdlib/tst-strtod-overflow.c: New file.
35095         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35097 2012-08-25  Marek Polacek  <polacek@redhat.com>
35099         * time/time.h: Fix some typos in comments.
35101 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35103         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35104         * posix/tst-rfc3484-2.c: Likewise.
35105         * posix/tst-rfc3484-3.c: Likewise.
35107 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35109         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35110         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35112 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35114         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35115         #include of fxstatat64.c.
35117 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35119         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35120         * shadow/getspent_r.c: Likewise.
35121         * shadow/getspnam.c: Likewise.
35122         * shadow/getspnam_r.c: Likewise.
35123         * gshadow/getsgent.c: Likewise.
35124         * gshadow/getsgent_r.c: Likewise.
35125         * gshadow/getsgnam.c: Likewise.
35126         * gshadow/getsgnam_r.c: Likewise.
35127         * inet/getnetbyad.c: Likewise.
35128         * inet/getnetbyad_r.c: Likewise.
35129         * inet/getnetbynm.c: Likewise.
35130         * inet/getnetbynm_r.c: Likewise.
35131         * inet/getnetent.c: Likewise.
35132         * inet/getnetent_r.c: Likewise.
35133         * inet/getproto.c: Likewise.
35134         * inet/getproto_r.c: Likewise.
35135         * inet/getprtent.c: Likewise.
35136         * inet/getprtent_r.c: Likewise.
35137         * inet/getprtname.c: Likewise.
35138         * inet/getprtname_r.c: Likewise.
35139         * inet/getrpcbyname.c: Likewise.
35140         * inet/getrpcbyname_r.c: Likewise.
35141         * inet/getrpcbynumber.c: Likewise.
35142         * inet/getrpcbynumber_r.c: Likewise.
35143         * inet/getrpcent.c: Likewise.
35144         * inet/getrpcent_r.c: Likewise.
35145         * inet/getaliasent.c: Likewise.
35146         * inet/getaliasent_r.c: Likewise.
35147         * inet/getaliasname.c: Likewise.
35148         * inet/getaliasname_r.c: Likewise.
35149         * nscd/getgrgid_r.c: Likewise.
35150         * nscd/getgrnam_r.c: Likewise.
35151         * nscd/gethstbyad_r.c: Likewise.
35152         * nscd/gethstbynm3_r.c: Likewise.
35153         * nscd/getpwnam_r.c: Likewise.
35154         * nscd/getpwuid_r.c: Likewise.
35155         * nscd/getsrvbynm_r.c: Likewise.
35156         * nscd/getsrvbypt_r.c: Likewise.
35157         * nscd/gai.c: Likewise.
35159         * configure.in (build_nscd): New substituted variable, set
35160         by --disable-build-nscd and defaults to $use_nscd.
35161         * configure: Regenerated.
35162         * config.make.in (build-nscd): New substituted variable.
35163         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35164         Change conditional to require [$(build-nscd) = yes] as well.
35165         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35167         [BZ# 13696]
35168         * configure.in (use_nscd): New substituted variable, set by
35169         --disable-nscd.  If enabled, define USE_NSCD.
35170         * configure: Regenerated.
35171         * config.h.in: Add USE_NSCD.
35172         * config.make.in (use-nscd): New substituted variable.
35173         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35174         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35175         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35176         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35177         (CFLAGS-getgrnam_r.c): Likewise.
35178         (CFLAGS-initgroups.c): Likewise.
35179         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35180         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35181         Variables removed.
35182         * inet/getnetgrent_r.c
35183         (nscd_setnetgrent): New function, broken out of ...
35184         (setnetgrent): ... here.  Call it.
35185         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35186         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35187         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35188         * nscd/Makefile (routines, aux): Move definitions after include of
35189         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35190         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35191         Conditionalize on [USE_NSCD].
35192         (is_nscd, nscd_init_cb): Likewise.
35193         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35194         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35195         * nss/nss_db/db-init.c: Likewise.
35196         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35197         [USE_NSCD].
35198         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35199         (make_request): Use it.
35200         (cache_valid_p): New function.
35201         (__check_pf): Use it.
35202         * NEWS: Add item for --disable-nscd.
35204 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35206         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35207         to support sed >= 4.2.1-20-ga9bf076.
35208         * configure: Regenerated.
35210 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35212         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35213         Conditionalize whole body on [IREL].
35215 2012-08-22  Jeff Law <law@redhat.com>
35217         [BZ #14505]
35218         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35219         if the family is PF_UNSPEC.
35221 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35223         * Makerules (lib-version): Rename from V.
35224         (install-lib-nosubdir): Change V to lib-version.
35226 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35228         [BZ #14252]
35229         * powerpc32/power6/wcschr.c: New file.
35230         * powerpc32/power6/wcscpy.c: New file.
35231         * powerpc32/power6/wcsrchr.c: New file.
35232         * powerpc64/power6/wcschr.c: New file.
35233         * powerpc64/power6/wcscpy.c: New file.
35234         * powerpc64/power6/wcsrchr.c: New file.
35236 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35238         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35239         (two_way_short_needle): Use it.
35240         * string/strstr.c (AVAILABLE1_USES_J): Define.
35241         * string/strcasestr.c: Likewise.
35243         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35244         array references.
35245         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35247         [BZ #11607]
35248         * NEWS: Add an entry.
35249         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35250         define their defaults.
35251         (two_way_short_needle): Detect end-of-string on-the-fly.
35252         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35253         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35254         * string/bug-strcasestr1.c: New test.
35255         * string/Makefile: Run it.
35257 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35259         [BZ #11607]
35260         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35261         the first character.
35263 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35265         * csu/elf-init.c (__libc_csu_irel): Function removed.
35266         * csu/libc-start.c (apply_irel): New function.
35267         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35269 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35271         * sysdeps/unix/sysv/linux/kernel-features.h
35272         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35273         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35274         <kernel-features.h>.
35275         [__NR_fadvise64_64]: Make code unconditional.
35276         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35277         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35278         !__NR_fadvise64_64)]: Likewise.
35279         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35280         !__NR_fadvise64_64))]: Likewise.
35281         [__NR_fadvise64]: Make code unconditional.
35282         [!__NR_fadvise64]: Remove conditional code.
35283         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35284         <kernel-features.h>.
35285         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35286         unconditional.
35287         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35288         conditional code.
35289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35290         not include <kernel-features.h>.
35291         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35292         unconditional.
35293         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35294         conditional code.
35295         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35296         include <kernel-features.h>.
35297         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35298         unconditional.
35299         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35300         conditional code.
35302 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35304         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35305         slight instruction rearrangements per scrollpipe analysis.
35306         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35308 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35310         * manual/syslog.texi (syslog; vsyslog, closelog):
35311         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35312         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35314         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35315         DSOCAPS to match condition on defining it.
35317 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35319         * sysdeps/unix/sysv/linux/kernel-features.h
35320         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35322         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35323         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35325         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35326         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35328         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35329         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35331         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35332         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35334         * sysdeps/unix/sysv/linux/kernel-features.h
35335         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35336         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35337         unconditional.
35338         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35339         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35340         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35341         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35342         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35343         Make code unconditional.
35344         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35345         (__mmap64) [!__NR_mmap2]: Likewise.
35346         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35347         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35348         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35349         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35350         [__NR_mmap2]: Make code unconditional.
35351         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35352         (__mmap64) [!__NR_mmap2]: Likewise.
35354 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35356         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35358 2012-08-18  Andreas Jaeger  <aj@suse.de>
35360         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35362 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35364         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35365         * include/unistd.h (__have_sock_cloexec): Likewise.
35366         (__have_pipe2): Likewise.
35367         (__have_dup3): Likewise.
35369 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35371         [BZ #9685]
35372         * include/unistd.h (__have_pipe2): Change define into an extern int.
35373         (__have_dup3): Likewise.
35374         * socket/have_sock_cloexec.c: Include fcntl.h.
35375         (__have_pipe2): New variable.
35376         (__have_dup3): Likewise.
35378 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35380         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35382 2012-08-17  Marek Polacek  <polacek@redhat.com>
35384         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35385         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35387 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35389         * configure.in: Add AC_SUBST for sysheaders.
35390         * configure: Regenerated.
35391         * config.make.in (sysheaders): New substituted variable.
35393         * sysdeps/unix/mkfifo.c: Moved ...
35394         * sysdeps/posix/mkfifo.c: ... here.
35395         * sysdeps/unix/mkfifoat.c: Moved ...
35396         * sysdeps/posix/mkfifoat.c: ... here.
35398         * sysdeps/unix/utime.c: Moved ...
35399         * sysdeps/posix/utime.c: ... here.
35401         * sysdeps/unix/time.c: Moved ...
35402         * sysdeps/posix/time.c: ... here.
35403         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35404         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35406         * sysdeps/unix/nice.c: Moved ...
35407         * sysdeps/posix/nice.c: ... here.
35409         * sysdeps/unix/alarm.c: Moved ...
35410         * sysdeps/posix/alarm.c: ... here.
35412         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35414 2012-08-17  Jeff Law <law@redhat.com>
35416         * intl/Makefile (codeset_mo): New variable.
35417         ($(codeset_mo)): New target.
35418         (tst-codeset.out): Depend on that.  Remove explicit rule.
35419         (tst-gettext3.out, tst-gettext5.out): Likewise.
35420         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35421         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35422         * intl/tst-codeset.sh: Remove.
35423         * intl/tst-gettext3.sh: Likewise.
35424         * intl/tst-gettext5.sh: Likewise.
35426 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35428         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35429         * sysdeps/unix/syscalls.list: ... here.
35431         * sysdeps/posix/getaddrinfo.c
35432         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35433         (gaiconf_init, gaiconf_reload): Use them.
35434         [!_STATBUF_ST_NSEC]
35435         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35436         Define using time_t rather than struct timespec.
35438         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35439         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35440         Macros removed.
35441         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35442         [!NO_THREADS].
35443         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35444         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35445         Likewise.
35447         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35448         __libc_cleanup_push argument.
35450         * bits/param.h: New file.
35451         * misc/sys/param.h: New file.
35452         * include/sys/param.h: New file.
35453         * misc/Makefile (headers): Add bits/param.h.
35454         * sysdeps/generic/sys/param.h: File removed.
35455         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35456         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35457         * sysdeps/mach/hurd/bits/param.h: New file.
35458         * sysdeps/mach/hurd/sys/param.h: File removed.
35460         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35461         last change.
35463         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35464         [_IO_MTSAFE_IO].
35465         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35466         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35467         New macros.
35469         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35470         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35471         rather than -D_IO_MTSAFE_IO conditionally.
35472         * stdio-common/Makefile (CPPFLAGS): Likewise.
35473         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35474         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35475         Use $(libio-mtsafe).
35476         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35477         of -D_IO_MTSAFE_IO.
35478         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35479         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35480         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35481         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35482         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35483         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35484         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35485         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35486         (CFLAGS-fread_u_chk.c): Likewise.
35487         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35488         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35489         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35490         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35491         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35492         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35493         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35494         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35495         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35497         * libio/Makefile: Test [$(libc-reentrant) = yes]
35498         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35500         * Makeconfig
35501         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35502         * sysdeps/pthread/configure: File removed.
35503         * sysdeps/pthread/Makeconfig: New file.
35504         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35505         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35507 2012-08-16  Gary Benson  <gbenson@redhat.com>
35509         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35510         unmapping the first object in a namespace.
35512 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35514         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35515         (__internal_setnetgrent): ... this.  Add internal_function to
35516         definition.  Add libc_hidden_def.
35517         (setnetgrent): Update caller.
35518         (internal_endnetgrent): Renamed to ...
35519         (__internal_endnetgrent): ... this.  Add internal_function to
35520         definition.  Add libc_hidden_def.
35521         (endnetgrent): Update caller.
35522         (internal_getnetgrent_r): Renamed to ...
35523         (__internal_getnetgrent_r): ... this.  Add internal_function to
35524         definition.  Add libc_hidden_def.
35525         (__getnetgrent_r): Update caller.
35526         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35528 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35530         * stdlib/longlong.h: Update from GCC.
35532 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35534         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35535         on _QL, which is set by umul_ppmm but never used.
35536         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35537         variables, which are set by GMP macros but never used.
35538         * stdio-common/_itowa.c (_itowa): Likewise.
35539         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35540         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35542 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35544         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35545         struct La_sh_regs is not constant.
35546         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35547         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35548         and struct La_sparc64_regs are not constant.
35550 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35552         * sysdeps/unix/sysv/linux/kernel-features.h
35553         (__ASSUME_POSIX_TIMERS): Remove.
35554         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35555         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35556         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35557         Make code unconditional.
35558         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35559         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35560         Make code unconditional.
35561         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35562         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35563         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35564         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35565         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35566         Make code unconditional.
35567         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35568         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35569         (__libc_missing_posix_timers): Remove.
35571 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35573         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35574         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35576         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35578         * elf/dl-sym.c: Include <stdlib.h>.
35580         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35581         constants, which avoids warnings in 32-bit builds.
35583         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35584         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35586         * misc/lseek.c: File moved to ...
35587         * io/lseek.c: ... here.
35589         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35591         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35592         shifting LEN more than 31 bits at once.
35594 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35596         [BZ #14195]
35597         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35598         segmentation fault for a case of two empty input strings.
35599         * string/test-strncasecmp.c (check1): Renamed to...
35600         (bz12205): ...this.
35601         (bz14195): Add new testcase for two empty input strings and N > 0.
35602         (test_main): Call new testcase, adapt for renamed function.
35604 2012-08-15  Andreas Jaeger  <aj@suse.de>
35606         [BZ #14090]
35607         * crypt/md5test2.c: New test, based on test supplied by Serge
35608         Belyshev <belyshev@depni.sinp.msu.ru>.
35609         * crypt/Makefile (xtests): Add md5test-giant..
35610         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35612 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35614         [BZ #14090]
35615         * crypt/md5.c (md5_process_block): Don't assume the buffer
35616         length is less than 2**32.
35617         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35618         length is less than 2**64.
35620 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35622         * string/str-two-way.h: Include <sys/param.h>.
35623         (MAX): Macro removed.
35625         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35626         Move #define and #undef of memmove to just before and after
35627         including <string.h>.
35629         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35630         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35631         and after including <string.h>.  Move declarations of
35632         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35633         to before #include "string/memmove.c".
35635         * include/dirent.h: Declare __getdirentries.
35637         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35638         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35640 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35642         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35643         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35644         * sysdeps/i386/configure: Regenerated.
35645         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35646         STABS_CURRENT_FILE, and STABS_FUN.
35647         (END): Remove call to STABS_FUN_END.
35648         (STABS_CURRENT_FILE1): Delete.
35649         (STABS_CURRENT_FILE): Likewise.
35650         (STABS_FUN): Likewise.
35651         (STABS_FUN_END): Likewise.
35652         (STABS_FUN2): Likewise.
35653         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35654         * sysdeps/x86_64/configure: Regenerated.
35656 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35658         * elf/dl-open.c: Include <atomic.h>.
35659         * elf/dl-lookup.c: Likewise.
35661 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35663         * sysdeps/unix/sysv/linux/kernel-features.h
35664         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35665         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35666         unconditionally.
35667         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35668         unconditionally.
35669         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35670         condition on __ASSUME_CLONE_THREAD_FLAGS.
35672 2012-08-14  Andreas Jaeger  <aj@suse.de>
35674         * sysdeps/i386/fpu/libm-test-ulps: Update.
35676 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35678         * include/atomic.h (atomic_exchange_and_add): Split into ...
35679         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35680         New atomic macros.
35682 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35684         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35686 2012-08-13  Jeff Law <law@redhat.com>
35688         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35689         null byte in the output string.
35691 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35693         * sysdeps/unix/sysv/linux/kernel-features.h
35694         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35695         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35696         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35697         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35698         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35699         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35700         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35702 2012-08-09  Jeff Law <law@redhat.com>
35704         [BZ #13939]
35705         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35706         When avoid_arena is set, don't retry in the that arena.  Pick the
35707         next one, whatever it might be.
35708         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35709         (arena_lock): Pass in new parameter to arena_get2.
35710         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35711         arena_get2.
35712         (__libc_malloc): Unify retrying after main arena failure with
35713         __libc_memalign version.
35714         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35716 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35718         [BZ #14166]
35719         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35720         to __redirect_strstr.
35721         (__strstr_sse42): Use typeof __redirect_strstr.
35722         (__strstr_ia32): Likewise.
35723         (__libc_strstr): New prototype.
35724         (strstr): Renamed to ...
35725         (__libc_strstr): This.
35726         (strstr): New strong alias of __libc_strstr.
35727         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35728         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35729         __redirect_time.
35730         Include <time.h>.
35731         (__libc_time): New prototype.
35732         (time_ifunc): Replace time with __libc_time.
35733         (time): New strong alias and hidden definition of __libc_time.
35734         (__GI_time): Remove strong alias.
35735         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35736         Include <stddef.h>.
35737         (memmove): Redefined to __redirect_memmove.
35738         (__memmove_sse2): Use typeof __redirect_memmove.
35739         (__memmove_ssse3): Likewise.
35740         (__memmove_ssse3_back): Likewise.
35741         (__libc_memmove): New prototype.
35742         (memmove): Renamed to ...
35743         (__libc_memmove): This.
35744         (memmove): New strong alias of __libc_memmove.
35746 2012-08-08  Mark Salter  <msalter@redhat.com>
35748         * elf/elf.h
35749         (R_MN10300_TLS_GD): Define.
35750         (R_MN10300_TLS_LD): Likewise.
35751         (R_MN10300_TLS_LDO): Likewise.
35752         (R_MN10300_TLS_GOTIE): Likewise.
35753         (R_MN10300_TLS_IE): Likewise.
35754         (R_MN10300_TLS_LE): Likewise.
35755         (R_MN10300_TLS_DTPMOD): Likewise.
35756         (R_MN10300_TLS_DTPOFF): Likewise.
35757         (R_MN10300_TLS_TPOFF): Likewise.
35758         (R_MN10300_SYM_DIFF): Likewise.
35759         (R_MN10300_ALIGN): Likewise.
35760         (R_MN10300_NUM): Update.
35762 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35764         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35765         Remove.
35767 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35769         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35771         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35772         sysdeps/unix -> sysdeps/posix move.
35773         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35775 2012-08-07      Allan McRae     <allan@archlinux.org>
35777         [BZ #14303]
35778         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35779         (SUNOS_CPP): Likewise.
35780         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35781         not found.
35782         (open_input): Call CPP using execvp.
35784 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35786         * sysdeps/unix/sysv/linux/kernel-features.h
35787         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35788         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35789         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35790         (__ASSUME_WAITID_SYSCALL): Likewise.
35791         * sysdeps/unix/sysv/linux/dl-execstack.c
35792         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35793         code unconditional.
35794         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35795         conditional code.
35796         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35797         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35798         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35799         code.
35800         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35801         unconditional.
35802         [__ASSUME_WAITID_SYSCALL]: Likewise.
35803         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35805 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35807         * sysdeps/unix/closedir.c: Renamed to ...
35808         * sysdeps/posix/closedir.c: ... here.
35809         * sysdeps/unix/dirfd.c: Renamed to ...
35810         * sysdeps/posix/dirfd.c: ... here.
35811         * sysdeps/unix/dirstream.h: Renamed to ...
35812         * sysdeps/posix/dirstream.h: ... here.
35813         * sysdeps/unix/fdopendir.c: Renamed to ...
35814         * sysdeps/posix/fdopendir.c: ... here.
35815         * sysdeps/unix/opendir.c: Renamed to ...
35816         * sysdeps/posix/opendir.c: ... here.
35817         * sysdeps/unix/readdir.c: Renamed to ...
35818         * sysdeps/posix/readdir.c: ... here.
35819         * sysdeps/unix/readdir_r.c: Renamed to ...
35820         * sysdeps/posix/readdir_r.c: ... here.
35821         * sysdeps/unix/rewinddir.c: Renamed to ...
35822         * sysdeps/posix/rewinddir.c: ... here.
35823         * sysdeps/unix/seekdir.c: Renamed to ...
35824         * sysdeps/posix/seekdir.c: ... here.
35825         * sysdeps/unix/telldir.c: Renamed to ...
35826         * sysdeps/posix/telldir.c: ... here.
35827         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35828         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35829         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35830         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35832         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35833         * bits/fcntl.h: ... here.
35835         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35836         not 0.
35837         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35838         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35839         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35840         (struct flock): Move l_start, l_len to the beginning.
35841         Use __pid_t for l_pid.
35842         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35843         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35844         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35845         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35846         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35847         [__USE_LARGEFILE64] (struct flock64): New type.
35848         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35850         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35851         * bits/dirent.h: ... here.
35853         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35854         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35856 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35858         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35859         Change from 2.6.0 to 2.6.16.
35860         * sysdeps/unix/sysv/linux/configure: Regenerated.
35861         * sysdeps/unix/sysv/linux/kernel-features.h
35862         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35863         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35864         version.
35865         (__ASSUME_UTIMES): Likewise.
35866         (__ASSUME_CLONE_STOPPED): Remove.
35867         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35868         architectures, not kernel version.
35869         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35870         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35871         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35872         (__ASSUME_WAITID_SYSCALL): Likewise.
35873         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35874         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35875         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35876         refer to older versions.
35878 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35880         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35881         Define alphasort64 as an alias.
35882         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35883         Define versionsort64 as an alias.
35884         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35885         Define scandir64 as an alias.
35886         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35887         Define scandirat64 as an alias.
35888         * dirent/alphasort64.c (alphasort64):
35889         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35890         * dirent/versionsort64.c: Likewise.
35891         * dirent/scandir64.c: Likewise.
35892         * dirent/scandirat64.c: Likewise.
35893         * sysdeps/wordsize-64/alphasort.c: File removed.
35894         * sysdeps/wordsize-64/alphasort64.c: File removed.
35895         * sysdeps/wordsize-64/scandir.c: File removed.
35896         * sysdeps/wordsize-64/scandir64.c: File removed.
35897         * sysdeps/wordsize-64/scandirat.c: File removed.
35898         * sysdeps/wordsize-64/scandirat64.c: File removed.
35899         * sysdeps/wordsize-64/versionsort.c: File removed.
35900         * sysdeps/wordsize-64/versionsort64.c: File removed.
35901         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35902         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35903         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35904         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35905         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35906         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35907         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35908         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35910         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35911         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35912         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35913         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35914         [defined __arch64__ || defined __sparcv9]
35915         (__INO_T_MATCHES_INO64_T): New macro.
35916         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35917         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35918         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35919         * sysdeps/unix/sysv/linux/bits/dirent.h
35920         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35921         (_DIRENT_MATCHES_DIRENT64): New macro.
35923         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35924         Define lockf64 as an alias.
35925         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35926         Define fseeko64 as an alias.
35927         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35928         Define ftello64 as an alias.
35929         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35930         Define _IO_fgetpos64 and fgetpos64 as aliases.
35931         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35932         Define _IO_fsetpos64 and fsetpos64 as aliases.
35933         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35934         Conditionalize body on this.
35935         * libio/fseeko64.c: Likewise.
35936         * libio/ftello64.c: Likewise.
35937         * libio/iofgetpos64.c: Likewise.
35938         * libio/iofsetpos64.c: Likewise.
35939         * sysdeps/wordsize-64/lockf.c: File removed.
35940         * sysdeps/wordsize-64/lockf64.c: File removed.
35941         * sysdeps/wordsize-64/fseeko.c: File removed.
35942         * sysdeps/wordsize-64/fseeko64.c: File removed.
35943         * sysdeps/wordsize-64/ftello.c: File removed.
35944         * sysdeps/wordsize-64/ftello64.c: File removed.
35945         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35946         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35947         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35948         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35949         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35950         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35951         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35952         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35953         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35954         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35955         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35956         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35957         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35958         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35960         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35961         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35962         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35963         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35964         [defined __arch64__ || defined __sparcv9]
35965         (__OFF_T_MATCHES_OFF64_T): New macro.
35966         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35967         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35968         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35969         (__OFF_T_MATCHES_OFF64_T): New macro.
35971 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35973         * stdlib/secure-getenv.c (__secure_getenv): Replace
35974         GLIBC_2_16 with GLIBC_2_17.
35976 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35978         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35979         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35981 2012-08-03  David S. Miller  <davem@davemloft.net>
35983         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35985 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35987         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35988         Remove.
35989         (__ASSUME_CORRECT_SI_PID): Likewise.
35990         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35991         (__ASSUME_TMPFS_NAME): Likewise.
35992         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35993         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35994         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35995         (HAVE_AUX_SECURE): Make definition unconditional.
35996         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35997         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35999 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36001         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36002         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36003         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36004         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36005         __eloop_threshold instead of SYMLOOP_MAX.
36007         * sysdeps/generic/eloop-threshold.h: New file.
36008         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36009         of MAXSYMLINKS.
36010         * elf/chroot_canon.c (chroot_canon): Likewise.
36012 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36014         [BZ #13717]
36015         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36016         Change to 2.6.0 everywhere.
36017         * sysdeps/unix/sysv/linux/configure: Regenerated.
36018         * sysdeps/unix/sysv/linux/kernel-features.h
36019         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36020         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36021         kernel versions.
36022         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36023         (__ASSUME_FUTEX_REQUEUE): Remove.
36024         (__ASSUME_STATFS64): Define unconditionally.
36025         (__ASSUME_AT_SECURE): Likewise.
36026         (__ASSUME_CORRECT_SI_PID): Likewise.
36027         (__ASSUME_TGKILL): Define without depending on kernel version for
36028         i386.
36029         (__ASSUME_UTIMES): Likewise.
36030         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36031         kernel version.
36032         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36033         (__ASSUME_TMPFS_NAME): Likewise.
36034         * README: Update reference to Linux kernel versions.
36036 2012-08-02  Marek Polacek  <polacek@redhat.com>
36038         [BZ# 14150]
36039         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36040         libc_cv_asm_type_prefix with %.
36041         * configure: Regenerated.
36042         * include/libc-symbols.h: Remove comment about
36043         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36044         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36045         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36046         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36047         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36048         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36049         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36050         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36051         * elf/tst-unique2mod1.c: Likewise.
36052         * elf/tst-unique1mod2.c: Likewise.
36053         * elf/tst-unique1mod1.c: Likewise.
36054         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36055         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36056         Replace ASM_TYPE_DIRECTIVE with .type.
36057         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36058         * sysdeps/i386/sysdep.h: Likewise.
36059         * sysdeps/x86_64/sysdep.h: Likewise.
36060         * sysdeps/sh/sysdep.h: Likewise.
36061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36062         Do not define ASM_TYPE_DIRECTIVE.
36063         * sysdeps/powerpc/sysdep.h: Likewise.
36064         * sysdeps/powerpc/powerpc32/sysdep.h:
36065         Replace ASM_TYPE_DIRECTIVE with .type.
36066         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36067         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36068         * sysdeps/i386/fpu/e_powf.S: Likewise.
36069         * sysdeps/i386/fpu/e_expl.S: Likewise.
36070         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36071         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36072         * sysdeps/i386/fpu/e_pow.S: Likewise.
36073         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36074         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36075         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36076         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36077         * sysdeps/i386/fpu/e_log2.S: Likewise.
36078         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36079         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36080         * sysdeps/i386/fpu/e_powl.S: Likewise.
36081         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36082         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36083         * sysdeps/i386/fpu/e_logl.S: Likewise.
36084         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36085         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36086         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36087         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36088         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36089         * sysdeps/i386/fpu/e_log.S: Likewise.
36090         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36091         * sysdeps/i386/fpu/e_logf.S: Likewise.
36092         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36093         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36094         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36095         * sysdeps/i386/fpu/e_log10.S: Likewise.
36096         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36097         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36098         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36099         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36100         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36101         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36102         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36103         * sysdeps/i386/i686/strtok.S: Likewise.
36104         * sysdeps/i386/i386-mcount.S: Likewise.
36105         * sysdeps/i386/strtok.S: Likewise.
36106         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36107         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36108         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36109         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36110         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36111         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36112         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36113         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36114         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36115         * sysdeps/x86_64/_mcount.S: Likewise.
36116         * sysdeps/x86_64/strtok.S: Likewise.
36117         * sysdeps/sh/_mcount.S: Likewise.
36119 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36121         * libio/iofopen.c: Include <fcntl.h>.
36122         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36123         (_IO_fopen64, fopen64): Define as aliases.
36124         * libio/iofopen64.c: Include <fcntl.h>.
36125         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36126         Conditionalize body on this.
36127         * sysdeps/wordsize-64/iofopen.c: File removed.
36128         * sysdeps/wordsize-64/iofopen64.c: File removed.
36130 2012-08-01  Marek Polacek  <polacek@redhat.com>
36132         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36133         Use dlfcn directly instead of a variable.
36134         (binfmt-subdir): Do not define.
36135         (dlfcn): Likewise.
36137 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36139         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36140         Remove all definitions.
36141         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36142         <kernel-features.h>.
36143         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36144         (miss_F_GETOWN_EX): Remove all definitions.
36145         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36146         macro definition.
36147         [!__ASSUME_FCNTL64]: Remove conditional code.
36148         [__ASSUME_FCNTL64]: Make code unconditional.
36149         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36150         <kernel-features.h>.
36151         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36152         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36153         (lockf64) [__NR_fcntl64]: Make code unconditional.
36154         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36156         * sysdeps/unix/sysv/linux/kernel-features.h
36157         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36158         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36159         Make code unconditional.
36160         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36161         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36163         [__NR_vfork]: Make code unconditional.
36164         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36165         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36167         [__NR_vfork]: Make code unconditional.
36168         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36169         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36171 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36173         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36174         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36176         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36177         Define mkstemp64 as an alias.
36178         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36179         Define mkstemps64 as an alias.
36180         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36181         Define mkostemp64 as an alias.
36182         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36183         Define mkostemps64 as an alias.
36184         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36185         Conditionalize body on this.
36186         * misc/mkostemp64.c: Likewise.
36187         * misc/mkostemps64.c: Likewise.
36188         * misc/mkstemps64.c: Likewise.
36189         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36190         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36191         * sysdeps/wordsize-64/mkostemp.c: File removed.
36192         * sysdeps/wordsize-64/mkstemp.c: File removed.
36193         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36194         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36195         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36196         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36198         [BZ #14138]
36199         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36200         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36201         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36202         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36204         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36205         compat_symbol macros from <shlib-compat.h> rather than the underlying
36206         default_symbol_version and symbol_version macros, so that DEFAULT
36207         lines in shlib-versions are respected.
36208         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36210 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36212         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36213         Declare with warn_unused_result.
36214         (setgid, setregid, setegid, setresgid): Likewise.
36215         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36216         Likewise.
36217         * WUR-REPORT: Remove set*id functions.
36219 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36221         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36223 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36225         [BZ #10191]
36226         * include/sys/socket.h (__libc_accept, __libc_accept4):
36227         Add attribute_hidden.
36228         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36230         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36231         use of PTR_MANGLE.
36232         * inet/getnetgrent_r.c (setup): Likewise.
36234         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36236 2012-07-31  David S. Miller  <davem@davemloft.net>
36238         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36240 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36242         [BZ #13629]
36243         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36244         value between 1.0 and 2.0 and smaller part has absolute value less
36245         than 1.0.
36246         * math/s_clog10.c (__clog10): Likewise.
36247         * math/s_clog10f.c (__clog10f): Likewise.
36248         * math/s_clog10l.c (__clog10l): Likewise.
36249         * math/s_clogf.c (__clogf): Likewise.
36250         * math/s_clogl.c (__clogl): Likewise.
36251         * math/libm-test.inc (clog_test): Add more tests.
36252         (clog10_test): Likewise.
36253         * sysdeps/i386/fpu/libm-test-ulps: Update.
36254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36256 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36258         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36259         Exit with zero in case no suitable GID is found, and write a
36260         message to standard error.
36262 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36264         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36265         rather than to 1.
36266         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36267         (MAXPATHLEN): Removed.
36268         (NOGROUP, NODEV): New macros.
36269         (setbit, clrbit, isset, isclr): New macros.
36270         (howmany, roundup, powerof2): New macros.
36271         (DEV_BSIZE): New macro.
36273         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36274         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36276         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36277         definition on [!__NO_LONG_DOUBLE_MATH].
36279         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36280         PTR_MANGLE and PTR_DEMANGLE.
36282         * socket/accept4.c (accept4): Rename to __libc_accept4.
36283         Define accept4 as a weak alias.
36285         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36286         on [_DIRENT_HAVE_D_TYPE].
36287         * io/ftw.c (ftw_dir): Likewise.
36289         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36291         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36293         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36294         Use the BSD numbers rather than the arbitrary ones we had.
36295         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36296         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36297         (SIGXCPU, SIGXFSZ): New macros.
36298         (_NSIG): Now 32.
36300         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36301         initializer on [_LIBC_REENTRANT].
36303         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36304         definitions inside [_POSIX_MAPPED_FILES].
36306         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36308         * dirent/opendir.c: Include <fcntl.h>.
36310         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36311         (__libc_getspecific): Likewise.
36312         (__libc_key_create): Likewise.
36314         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36315         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36316         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36317         (tmpfile64): Define as alias.
36318         * sysdeps/wordsize-64/tmpfile.c: File removed.
36319         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36320         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36321         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36323         * stdio-common/vfscanf.c: Include <stdbool.h>.
36324         * nss/makedb.c: Likewise.
36325         * stdio-common/_i18n_number.h: Likewise.
36326         * argp/argp-help.c: Likewise.
36327         * posix/wordexp.c: Likewise.
36328         * sysdeps/posix/spawni.c: Likewise.
36329         * nss/nss_files/files-initgroups.c: Likewise.
36330         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36331         * nss/nss_files/files-initgroups.c: Likewise.
36332         * nss/nss_db/db-netgrp.c: Likewise.
36333         * nss/nss_db/db-initgroups.c: Likewise.
36334         * io/fchmodat.c: Include <sys/stat.h>.
36336         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36337         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36339         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36340         [HAVE_MMAP].
36342         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36343         Add multiple inclusion protection.
36345 2012-07-27  David S. Miller  <davem@davemloft.net>
36347         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36349 2012-07-27  Gary Benson  <gbenson@redhat.com>
36351         [BZ #14298]
36352         * elf/rtld.c: Include <stap-probe.h>.
36353         (dl_main): Added static probes "init_start" and "init_complete".
36354         * elf/dl-load.c: Include <stap-probe.h>.
36355         (lose): Take new parameter "nsid".
36356         Added static probe "map_failed".
36357         (_dl_map_object_from_fd): Pass namespace id to lose.
36358         Added static probe "map_start".
36359         (open_verify): Pass namespace id to lose.
36360         * elf/dl-open.c: Include <stap-probe.h>.
36361         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36362         and "reloc_complete".
36363         * elf/dl-close.c: Include <stap-probe.h>.
36364         (_dl_close_worker): Added static probes "unmap_start" and
36365         "unmap_complete".
36366         * elf/rtld-debugger-interface.txt: New file documenting the above.
36368 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36370         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36371         rather than a string variable.
36372         * sunrpc/rpc_main.c (h_output): Likewise.
36373         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36375 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36377         * inet/check_native.c: New file.
36379 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36381         [BZ #13629]
36382         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36383         if larger part has absolute value 1.0.
36384         * math/s_clog10.c (__clog10): Likewise.
36385         * math/s_clog10f.c (__clog10f): Likewise.
36386         * math/s_clog10l.c (__clog10l): Likewise.
36387         * math/s_clogf.c (__clogf): Likewise.
36388         * math/s_clogl.c (__clogl): Likewise.
36389         * math/libm-test.inc (clog_test): Add more tests.
36390         (clog10_test): Likewise.
36391         * sysdeps/i386/fpu/libm-test-ulps: Update.
36392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36394         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36395         (pltexit): Likewise.
36396         (La_regs): Likewise.
36397         (La_retval): Likewise.
36398         (int_retval): Likewise.
36399         Update #error for removed macros to refer only to definitions in
36400         tst-audit.h.
36401         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36402         macro.
36403         (pltexit): Likewise.
36404         (La_regs): Likewise.
36405         (La_retval): Likewise.
36406         (int_retval): Likewise.
36407         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36408         macro.
36409         (pltexit): Likewise.
36410         (La_regs): Likewise.
36411         (La_retval): Likewise.
36412         (int_retval): Likewise.
36413         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36414         macro.
36415         (pltexit): Likewise.
36416         (La_regs): Likewise.
36417         (La_retval): Likewise.
36418         (int_retval): Likewise.
36419         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36420         macro.
36421         (pltexit): Likewise.
36422         (La_regs): Likewise.
36423         (La_retval): Likewise.
36424         (int_retval): Likewise.
36425         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36426         macro.
36427         (pltexit): Likewise.
36428         (La_regs): Likewise.
36429         (La_retval): Likewise.
36430         (int_retval): Likewise.
36431         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36432         macro.
36433         (pltexit): Likewise.
36434         (La_regs): Likewise.
36435         (La_retval): Likewise.
36436         (int_retval): Likewise.
36437         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36438         macro definitions in tst-audit.h.
36439         * sysdeps/i386/tst-audit.h: New file.
36440         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36441         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36442         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36443         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36444         * sysdeps/sh/tst-audit.h: Likewise.
36445         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36446         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36447         * sysdeps/x86_64/tst-audit.h: Likewise.
36449 2012-07-26  Andreas Jaeger  <aj@suse.de>
36451         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36452         ptrace.
36454         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36455         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36456         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36457         PTRACE_O_MASK.
36458         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36459         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36460         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36462         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36463         value.
36465         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36466         _sigsys.
36467         (si_call_addr, si_syscall, si_arch): Define new macro.
36468         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36469         _sigsys.
36470         (si_call_addr, si_syscall, si_arch): Define new marcro.
36471         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36472         _sigsys.
36473         (si_call_addr, si_syscall, si_arch): Define new macro.
36474         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36475         _sigsys.
36476         (si_call_addr, si_syscall, si_arch): Define new macro.
36478 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36480         [BZ #13717]
36481         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36482         Change to 2.4.21 where previously 2.4.1.
36483         * sysdeps/unix/sysv/linux/configure: Regenerated.
36484         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36485         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36486         Linux kernel version.
36487         (__ASSUME_STD_AUXV): Remove.
36488         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36489         kernel version.
36490         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36491         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36492         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36493         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36494         (__ASSUME_NETLINK_SUPPORT): Likewise.
36495         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36496         (__no_netlink_support): Remove conditional definition.
36497         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36498         Remove.
36499         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36500         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36501         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36502         (if_nameindex_ioctl): Remove.
36503         (if_nameindex_netlink): Do not handle __no_netlink_support.
36504         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36505         code.
36506         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36507         Remove conditional code.
36508         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36509         code.
36510         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36511         unconditional.
36512         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36513         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36514         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36515         Remove.
36516         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36517         [!__ASSUME_STD_AUXV]: Remove conditional code.
36518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36519         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36520         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36522         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36523         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36524         code.
36525         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36527         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36528         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36529         conditional code.
36530         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36532         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36533         code.
36534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36535         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36536         conditional code.
36537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36538         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36539         code unconditional.
36540         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36541         conditional code.
36542         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36543         unconditional.
36544         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36545         conditional code.
36546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36547         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36548         unconditional.
36549         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36550         conditional code.
36551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36552         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36553         code unconditional.
36554         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36555         conditional code.
36556         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36557         unconditional.
36558         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36559         conditional code.
36560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36561         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36562         code unconditional.
36563         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36564         conditional code.
36565         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36566         unconditional.
36567         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36568         conditional code.
36570 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36572         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36573         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36574         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36575         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36576         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36577         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36578         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36579         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36580         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36581         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36582         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36583         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36584         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36585         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36586         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36587         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36588         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36589         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36590         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36591         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36592         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36593         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36594         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36596 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36598         * Versions.def: Add GLIBC_2.17.
36599         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36600         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36601         Introduce __libc_secure_getenv.
36602         * stdlib/Versions (2.17): Add secure_getenv
36603         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36604         * stdlib/secure-getenv.c: Rename __secure_getenv to
36605         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36606         symbol __secure_getenv for GLIBC_2.0.
36607         * stdlib/tst-secure-getenv.c: New.
36608         * stdlib/Makefile (tests): Add testcase.
36609         * manual/startup.texi (Environment Access): Document
36610         secure_getenv.
36611         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36612         __libc_secure_getenv.
36613         * inet/ruserpass.c (ruserpass): Likewise.
36614         * malloc/mtrace.c (mtrace): Likewise.
36615         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36616         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36617         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36618         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36619         HAVE_SECURE_GETENV.
36620         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36621         __secure_getenv to __libc_secure_getenv.
36622         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36624         Likewise.
36625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36626         Likewise.
36627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36628         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36629         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36630         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36631         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36632         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36633         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36635 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36637         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36638         (struct La_i86_retval): Likewise.
36639         (struct La_x86_64_regs): Likewise.
36640         (struct La_x86_64_retval): Likewise.
36641         (struct La_x32_regs): Likewise.
36642         (struct La_x32_retval): Likewise.
36643         (struct La_ppc32_regs): Likewise.
36644         (struct La_ppc32_retval): Likewise.
36645         (struct La_ppc64_regs): Likewise.
36646         (struct La_ppc64_retval): Likewise.
36647         (struct La_sh_regs): Likewise.
36648         (struct La_sh_retval): Likewise.
36649         (struct La_s390_32_regs): Likewise.
36650         (struct La_s390_32_retval): Likewise.
36651         (struct La_s390_64_regs): Likewise.
36652         (struct La_s390_64_retval): Likewise.
36653         (struct La_sparc32_regs): Likewise.
36654         (struct La_sparc32_retval): Likewise.
36655         (struct La_sparc64_regs): Likewise.
36656         (struct La_sparc64_retval): Likewise.
36657         (struct audit_ifaces): Remove architecture-specific pltenter and
36658         pltexit members.
36659         * sysdeps/i386/ldsodefs.h: New file.
36660         * sysdeps/powerpc/ldsodefs.h: Likewise.
36661         * sysdeps/s390/ldsodefs.h: Likewise.
36662         * sysdeps/sh/ldsodefs.h: Likewise.
36663         * sysdeps/sparc/ldsodefs.h: Likewise.
36664         * sysdeps/x86_64/ldsodefs.h: Likewise.
36666 2012-07-25  Marek Polacek  <polacek@redhat.com>
36668         [BZ #6808]
36669         * math/libm-test.inc (yn_test): Add another test.
36670         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36671         to ERANGE when the result is +-Inf.
36672         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36673         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36674         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36675         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36677 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36679         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36680         equal to 0.
36681         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36682         clock_t.
36683         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36685 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36687         * configure.in <sysdeps resolving>: Correct printing
36688         Implies_before.
36689         * configure: Regenerate.
36691 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36693         * math/w_ilogb.c: Include <limits.h>.
36694         * math/w_ilogbl.c: Likewise.
36696 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36698         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36699         va_copy.  Document allowing for unavailable va_copy only as
36700         pre-C99 compatibility.
36701         * manual/string.texi (Copying and Concatenation): Use va_copy
36702         instead of __va_copy in concat example.
36704 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36706         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36707         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36708         it if not null.
36710         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36711         with O_NOLINK passed to __file_name_lookup.
36713         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36714         with O_NOLINK passed to __file_name_lookup.
36716         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36717         negative N or less than NGIDS.
36719         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36720         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36721         enough.  Use memcpy instead of strncpy.
36723 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36725         * elf/Makefile (check-data): Remove.
36726         (localplt.data): New vpath directive.
36727         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36728         instead of $(check-data).
36729         * scripts/data/localplt-generic.data: Move to ...
36730         * sysdeps/generic/localplt.data: ... here.
36731         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36732         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36733         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36735         ... here.
36736         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36738         ... here.
36739         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36740         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36741         ... here.
36742         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36744         ... here.
36745         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36747         ... here.
36748         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36749         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36750         ... here.
36752 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36754         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36755         PPC32 and PPC64 files.
36756         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36757         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36759 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36761         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36762         __makecontext_ret to ...
36763         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36764         ... here and call exit if uc_link is NULL.  New file.
36765         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36766         __makecontext_ret.S.
36767         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36768         __makecontext_ret to ...
36769         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36770         ... here and call exit if uc_link is NULL.  New file.
36771         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36772         __makecontext_ret.S.
36774 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36776         * elf/elf.h (R_390_IRELATIVE): New definition.
36777         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36778         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36779         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36780         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36781         (elf_machine_lazy_rel): Likewise.
36782         * sysdeps/s390/dl-irel.h: New file.
36783         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36784         * sysdeps/s390/s390-64/memset.S: New asm code.
36785         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36786         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36787         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36788         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36789         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36790         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36791         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36792         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36793         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36794         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36795         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36796         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36797         * sysdeps/s390/s390-32/memset.S: New asm code.
36798         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36800 2012-07-17  Marek Polacek  <polacek@redhat.com>
36802         [BZ #14349]
36803         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36804         * sysdeps/s390/s390-64/configure.in: Likewise.
36805         * sysdeps/sparc/configure.in: Likewise.
36806         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36807         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36808         * sysdeps/i386/configure.in: Likewise.
36809         * sysdeps/x86_64/configure.in: Likewise.
36810         * sysdeps/sh/configure.in: Likewise.
36811         * sysdeps/s390/s390-32/configure: Regenerated.
36812         * sysdeps/s390/s390-64/configure: Likewise.
36813         * sysdeps/x86_64/configure: Likewise.
36814         * sysdeps/sh/configure: Likewise.
36815         * sysdeps/powerpc/powerpc64/configure: Likewise.
36816         * sysdeps/powerpc/powerpc32/configure: Likewise.
36817         * sysdeps/sparc/configure: Likwise.
36818         * sysdeps/i386/configure: Likewise.
36820         * elf/dl-open.c: Comment fixes.
36822 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36824         * Makefile [CXX] (check-data): Remove.
36825         [CXX] (c++-types.data): New vpath directive.
36826         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36827         vpath.  Do not allow for C++ type data being missing.
36828         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36829         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36830         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36831         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36832         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36833         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36834         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36836         ... here.
36837         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36839         ... here.
36840         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36842         ... here.
36843         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36845         ... here.
36846         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36847         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36848         ... here.
36849         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36850         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36851         ... here.
36852         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36854         ... here.
36855         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36856         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36858         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36859         definitions to architecture-specific files.
36860         (TLS_IE): Likewise.
36861         (TLS_LD): Likewise.
36862         (TLS_GD): Likewise.
36863         * sysdeps/i386/tls-macros.h: New file.
36864         * sysdeps/powerpc/tls-macros.h: Likewise.
36865         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36866         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36867         * sysdeps/sh/tls-macros.h: Likewise.
36868         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36869         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36870         * sysdeps/x86_64/tls-macros.h: Likewise.
36872 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36874         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36875         zero value for regular exit case.
36877         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36878         (__start_context): Preserve zero value for regular exit case.
36880 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36881             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36883         * manual/setjmp.texi (setcontext): Clarify normal process
36884         termination when uc_link is the null pointer.
36885         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36886         exit call.
36888 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36890         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36891         preprocessor.  Test for each exception mask separately.
36893 2012-07-16  Andreas Jaeger  <aj@suse.de>
36895         * po/ru.po: Update from translation team.
36897 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36899         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36900         equal to 0.
36901         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36902         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36903         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36904         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36905         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36907 2012-07-13  Andreas Jaeger  <aj@suse.de>
36909         * po/fr.po: Update from translation team.
36911 2012-07-12  Marek Polacek  <polacek@redhat.com>
36913         [BZ #14173]
36914         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36915         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36916         loop condition.
36918 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36920         [BZ #13717]
36921         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36922         Change to 2.4.1 where previously 2.4.0.
36923         * sysdeps/unix/sysv/linux/configure: Regenerated.
36924         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36925         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36926         version.
36927         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36928         (__ASSUME_AT_CLKTCK): Remove.
36929         (__ASSUME_AT_PAGESIZE): Likewise.
36930         (__ASSUME_AT_XID): Likewise.
36931         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36932         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36933         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36934         unconditionally.
36935         (HAVE_AUX_PAGESIZE): Likewise.
36936         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36937         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36938         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36940 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36942         [BZ #14307]
36943         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36944         the temporary buffer used to invoke __gethostbyname2_r,
36945         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36946         host_data / struct gaih_addrtuple.
36947         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36948         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36949         header file nss/nsswitch.h.
36950         * nss/nsswitch.h (global scope): Add definition of implementation
36951         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36952         resolv/nss_dns/dns-host.c).
36954 2012-07-11  Andreas Jaeger  <aj@suse.de>
36956         * po/fr.po: Update from translation team.
36958         * po/sv.po: Update from translation team
36959         * po/fr.po: Another update from translation team.
36961 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36963         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36964         for subnormals or multiply small sinh result by itself.
36965         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36968 2012-07-11  David S. Miller  <davem@davemloft.net>
36970         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36972 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36974         [BZ #14347]
36975         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36976         (INTERNAL_MARK): Shift it here.
36978 2012-07-10  Marek Polacek  <polacek@redhat.com>
36980         [BZ #14151]
36981         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36982         libc_cv_asm_global_directive with .globl.
36983         * configure: Regenerated.
36984         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36985         with .globl.
36986         * sysdeps/i386/configure: Regenerated.
36987         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36988         with .globl.
36989         * sysdeps/x86_64/configure: Regenerated.
36990         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36991         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36992         * elf/tst-unique2mod2.c: Likewise.
36993         * elf/tst-unique2mod1.c: Likewise.
36994         * elf/tst-unique1mod2.c: Likewise.
36995         * elf/tst-unique1mod1.c: Likewise.
36996         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36997         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36998         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36999         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37000         * sysdeps/mach/sysdep.h: Likewise.
37001         * sysdeps/i386/sysdep.h: Likewise.
37002         * sysdeps/i386/i386-mcount.S: Likewise.
37003         * sysdeps/x86_64/_mcount.S: Likewise.
37004         * sysdeps/x86_64/sysdep.h: Likewise.
37005         * sysdeps/sh/_mcount.S: Likewise.
37006         * sysdeps/sh/sysdep.h: Likewise.
37007         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37008         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37009         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37010         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37011         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37012         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37013         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37014         * locale/localeinfo.h: Likewise.
37015         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37016         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37018 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37020         [BZ #14336]
37021         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37022         system".
37023         * manual/message.texi (The Uniforum approach): Likewise.
37024         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37025         (glibc iconv Implementation): Likewise.
37027 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37029         [BZ #14337]
37030         * math/s_clog.c (__clog): Avoid scaling a value down where that
37031         could result in underflow.
37032         * math/s_clog10.c (__clog10): Likewise.
37033         * math/s_clog10f.c (__clog10f): Likewise.
37034         * math/s_clog10l.c (__clog10l): Likewise.
37035         * math/s_clogf.c (__clogf): Likewise.
37036         * math/s_clogl.c (__clogl): Likewise.
37037         * math/libm-test.inc (clog_test): Add more tests.
37038         (clog10_test): Likewise.
37039         * sysdeps/i386/fpu/libm-test-ulps: Update.
37040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37042 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37044         [BZ #14283]
37045         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37046         by 7 not 8 to examine high bit of fractional part.
37048         [BZ #14042]
37049         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37050         for call to __mcount_internal.
37051         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37052         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37053         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37055 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37057         [BZ #14154]
37058         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37059         approximation for values within 0x1p-13f of an odd multiple of
37060         pi/4.
37061         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37062         exception.  Add more tests.
37063         * sysdeps/i386/fpu/libm-test-ulps: Update.
37065         [BZ #6778]
37066         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37067         inputs and return -1 for them.  Do not check for +Inf in case not
37068         reachable for +Inf.
37069         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37070         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37071         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37072         and return -1 for them.  Do not check for +Inf in case not
37073         reachable for +Inf.
37074         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37075         define.
37076         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37077         and return -1 for them.  Do not check for +Inf in case not
37078         reachable for +Inf.
37079         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37080         spurious underflow.
37081         * sysdeps/i386/fpu/libm-test-ulps: Update.
37082         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37084 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37086         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37088 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37090         [BZ #14157]
37091         [BZ #14331]
37092         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37093         could result in spurious underflow.  Scale down values above
37094         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37095         * math/s_csqrtf.c (__csqrtf): Likewise.
37096         * math/s_csqrtl.c (__csqrtl): Likewise.
37097         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37098         spurious underflow.
37099         * sysdeps/i386/fpu/libm-test-ulps: Update.
37100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37102 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37104         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37105         xopen-msg.sed.
37106         * catgets/xopen-msg.awk: New file.
37107         * catgets/xopen-msg.sed: Removed.
37109         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37110         po2text.sed.
37111         * intl/po2test.awk: New file.
37112         * intl/po2test.sed: Removed.
37114 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37116         [BZ #14328]
37117         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37118         or multiply small sinh result by itself.
37119         * math/s_ctanf.c (__ctanf): Likewise.
37120         * math/s_ctanh.c (__ctanh): Likewise.
37121         * math/s_ctanhf.c (__ctanhf): Likewise.
37122         * math/s_ctanhl.c (__ctanhl): Likewise.
37123         * math/s_ctanl.c (__ctanl): Likewise.
37124         * math/libm-test.inc (ctan_test_tonearest): New function.
37125         (ctan_test_towardzero): Likewise.
37126         (ctan_test_downward): Likewise.
37127         (ctan_test_upward): Likewise.
37128         (ctanh_test_tonearest): Likewise.
37129         (ctanh_test_towardzero): Likewise.
37130         (ctanh_test_downward): Likewise.
37131         (ctanh_test_upward): Likewise.
37132         (main): Call these new functions.
37133         * sysdeps/i386/fpu/libm-test-ulps: Update.
37134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37136 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37138         * .gitignore: Delete /ports entry.
37140 2012-07-03  Andreas Jaeger  <aj@suse.de>
37142         * po/bg.po: Update from translation team.
37143         * po/cs.po: Likewise.
37144         * po/de.po: Likewise.
37145         * po/hr.po: Likewise.
37146         * po/nl.pl: Likewise.
37147         * po/pl.po: Likewise.
37148         * po/vi.po: Likewise.
37150 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37152         * Makeconfig [!+link] (+link-before-libc): New variable.
37153         [!+link] (+link-after-libc): Likewise.
37154         [!+link] (+link-tests): Likewise.
37155         [!+link] (+link): Define in terms of $(+link-before-libc) and
37156         $(+link-after-libc).
37157         [!+link-static] (+link-static-before-libc): New variable.
37158         [!+link-static] (+link-static-after-libc): Likewise.
37159         [!+link-static] (+link-static-tests): Likewise.
37160         [!+link-static] (+link-static): Define in terms of
37161         $(+link-static-before-libc) and $(+link-static-after-libc).
37162         [build-shared] (link-libc-before-gnulib): New variable.
37163         [build-shared] (link-libc-tests): Likewise.
37164         [build-shared] (link-libc): Define in terms of
37165         $(link-libc-before-gnulib).
37166         [!build-shared] (link-libc-tests): New variable.
37167         (link-libc-static-tests): New variable.
37168         [!gnulib] (gnulib-arch): New variable.
37169         [!gnulib] (gnulib-tests): Likewise.
37170         [!gnulib] (static-gnulib-arch): Likewise.
37171         [!gnulib] (static-gnulib-tests): Likewise.
37172         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37173         Define with "=" instead of ":=".
37174         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37175         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37176         * Rules (binaries-all-notests): New variable.
37177         (binaries-all-tests): Likewise.
37178         (binaries-static-notests): Likewise.
37179         (binaries-static-tests): Likewise.
37180         (binaries-all): Define using $(binaries-all-notests) and
37181         $(binaries-all-tests).
37182         (binaries-static): Define using $(binaries-static-notests) and
37183         $(binaries-static-tests).
37184         (binaries-shared-tests): New variable.
37185         (binaries-shared-notests): Likewise.
37186         (binaries-shared): Remove variable.
37187         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37188         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37189         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37190         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37191         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37192         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37193         * elf/Makefile (sln-modules): New variable.
37194         (extra-objs): Add $(sln-modules:=.o).
37195         (ldconfig-modules): Add static-stubs.
37196         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37197         * elf/static-stubs.c: New file.
37199         [BZ #14283]
37200         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37201         by 7 not 8 to examine high bit of fractional part.  Use volatile
37202         variables when splitting into final array of floats if
37203         __FLT_EVAL_METHOD__ != 0.
37204         * math/libm-test.inc (cos_test): Add another test.
37205         (sin_test): Likewise.
37206         * sysdeps/i386/fpu/libm-test-ulps: Update.
37208         [BZ #14273]
37209         * math/libm-test.inc (cosh_test): Add more tests.
37211         * version.h (RELEASE): Set to "development".
37212         (VERSION): Set to "2.16.90".
37214 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37216         * NEWS: Update copyright. Remove last-updated date.
37217         Mention math library bug fixes and timezone data changes.
37218         * README: Mention GNU/Hurd, x32, and HPPA support status.
37220 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37222         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37224 2012-06-27  Andreas Jaeger  <aj@suse.de>
37226         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37228 2012-06-25  Andreas Jaeger  <aj@suse.de>
37230         * sysdeps/s390/fpu/libm-test-ulps: Update.
37232 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37233             Thomas Schwinge  <thomas@codesourcery.com>
37235         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37236         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37237         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37238         fanotify_mark.
37240 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37242         * sysdeps/mach/start.c: Remove file.
37243         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37244         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37245         * sysdeps/sh/init-first.c: Likewise.
37247         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37248         registers for frame unwinding purposes, add CFI directives.
37249         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37250         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37251         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37252         Likewise.
37254         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37255         __fortify_fail returning.
37256         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37258         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37259         sysdeps/sh/____longjmp_chk.S.
37260         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37261         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37262         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37263         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37265         * sysdeps/sh/abort-instr.h: New file.
37266         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37267         process in case exit returns.
37269         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37270         initialize the GOT register before use.
37272         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37273         calculation of ARGC > 4.
37275         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37276         meaningful names to some local labels.
37278 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37279             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37281         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37282         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37283         (__arch_compare_and_exchange_val_16_acq): Likewise.
37284         (__arch_compare_and_exchange_val_32_acq): Likewise.
37285         (atomic_exchange_and_add): Fix gUSA sequence.
37286         (atomic_add): Likewise.
37287         (atomic_add_negative): Likewise.
37288         (atomic_add_zero): Likewise.
37289         (atomic_bit_test_set): Likewise.
37291 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37293         [BZ #13579]
37294         * include/link.h (struct link_map): Add l_free_initfini.
37295         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37296         l_initfini.
37297         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37298         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37299         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37300         set.
37302 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37304         * configure.in: Use AC_LANG_SOURCE.
37305         * configure: Regenerate.
37307 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37309         * configure.in (libc_cv_localstatedir): New substituted variable.
37310         * configure: Regenerated.
37311         * config.make.in (localstatedir): New variable, substituted from
37312         libc_cv_localstatedir.
37313         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37314         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37315         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37316         * sysdeps/gnu/configure: Regenerated.
37318 2012-06-21  Jeff Law  <law@redhat.com>
37320         [BZ #14277]
37321         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37322         free.  Simplify list management for _LIBC case.
37324 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37326         [BZ #14273]
37327         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37328         Clear sign bit of 64-bit integer value before comparing against
37329         overflow value.
37331         * sysdeps/mach/configure: Regenerated.
37333 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37335         [BZ #14278]
37336         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37338 2012-06-21  Jeff Law  <law@redhat.com>
37340         [BZ #13882]
37341         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37342         uint16_t for elements in the "seen" array to avoid char overflows.
37343         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37344         * elf/dl-open.c (dl_open_worker): Likewise.
37346 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37348         * scripts/list-sources.sh: Scan PORTS for translations.
37349         * po/libc.pot: Regenerated.
37351 2012-06-21  Andreas Jaeger  <aj@suse.de>
37353         [BZ #12194]
37354         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37355         warning.
37356         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37357         * bits/byteswap-16.h (__bswap_16): Likewise.
37358         * bits/byteswap.h (__bswap_constant_16): Likewise.
37360 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37362         [BZ #14117]
37363         * sysdeps/i386/fpu_control.h: Removed.
37364         * sysdeps/x86_64/fpu_control.h: Moved to ...
37365         * sysdeps/x86/fpu_control.h: Here.
37367         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37368         (_FPU_SETCW): Likewise.
37370 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37372         [BZ #14117]
37373         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37374         * sysdeps/x86/fpu/bits/mathinline.h: This.
37375         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37377         [BZ #14050]
37378         [BZ #14117]
37379         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37380         functions if __x86_64__ is defined.
37382 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37384         * string/endian.h: Add !__ASSEMBLER__ condition for including
37385         conversion interfaces.
37387 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37389         [BZ #14241]
37390         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37391         of ABS(x) in calculating zero to negative powers other than odd
37392         integers.
37393         * math/libm-test.inc (pow_test): Add more tests.
37395 2012-06-15  Andreas Jaeger  <aj@suse.de>
37397         * manual/contrib.texi (Contributors): Update entry of Liubov
37398         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37399         Machado Filho.
37401 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37403         * string/string.h: Add __wur to GNU version of strerror_r.
37405 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37407         [BZ #14229]
37408         * string/Makefile (tests): Add tst-strtok_r.
37409         * string/tst-strtok_r.c: New file.
37410         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37411         RAX_LP/RDX_LP on SAVE_PTR.
37413 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37415         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37417 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37419         * libm_test.inc (csqrt_test): Allow more spurious underflow
37420         exceptions.
37421         (j0_test): Likewise.
37422         (j1_test): Likewise.
37423         (y0_test): Likewise.
37424         (y1_test): Likewise.
37426 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37428         * po/Makefile (libc.pot): Use UTF-8 charset.
37430 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37432         [BZ #14210]
37433         Suppress sign-conversion warning from FD_SET.
37434         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37435         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37436         not unsigned long int.
37437         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37439 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37441         [BZ #14050]
37442         [BZ #14117]
37443         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37444         __extern_always_inline instead of __extern_inline.
37445         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37446         (__signbit): Likewise.
37447         (__signbitl): Support C++ namespace.
37448         (lrintf): New inline function.
37449         (lrint): Likewise.
37450         (llrintf): Likewise.
37451         (llrint): Likewise.
37452         (fmaxf): Likewise.
37453         (fmax): Likewise.
37454         (fminf): Likewise.
37455         (fmin): Likewise.
37456         (rint): Likewise.
37457         (rintf): Likewise.
37458         (ceil): Likewise.
37459         (ceilf): Likewise.
37460         (floor): Likewise.
37461         (floorf): Likewise.
37462         (nearbyint): Likewise.
37463         (nearbyintf): Likewise.
37465 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37467         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37468         non-default versions.
37470 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37472         [BZ #14218]
37473         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37475 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37477         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37478         (FE_UPWARD, FE_DOWNWARD): Don't define.
37479         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37480         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37482         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37483         reading it.
37484         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37485         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37487 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37489         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37490         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37491         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37492         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37494 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37496         [BZ #14117]
37497         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37498         * sysdeps/i386/fpu/Implies: New file.
37499         * sysdeps/x86_64/fpu/Implies: Likewise.
37500         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37501         * sysdeps/x86/fpu/bits/fenv.h: This.
37503         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37504         __SSE_MATH__.
37506 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37508         [BZ #14134]
37509         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37510         character 0xffff that matches the last element of the
37511         conversion table.
37513 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37515         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37516         fmodl commit.
37518 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37520         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37521         values higher than 25.6283.
37523 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37525         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37526         subnormal exponent extraction and add some __builtin_expect.
37527         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37528         Fix for subnormal mantissa calculation.
37530 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37532         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37533         cpu2 is -1 and errno is not ENOSYS.
37535 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37537         [BZ #14117]
37538         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37539         * sysdeps/x86/bits/string.h: This.
37540         * sysdeps/x86_64/bits/string.h: Removed.
37542         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37543         if not compiling for x86-64, but compiling for >= i486.
37545         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37546         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37548         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37549         New macro from Linux kernel 3.4.0.
37550         (FP_XSTATE_MAGIC2): Likewise.
37551         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37552         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37553         (struct _fpx_sw_bytes): New struct.
37554         (struct _xsave_hdr): Likewise.
37555         (struct _ymmh_state): Likewise.
37556         (struct _xstate): Likewise.
37558         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37559         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37560         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37561         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37562         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37563         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37565         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37566         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37567         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37568         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37569         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37570         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37572 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37574         [BZ #13743]
37575         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37576         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37577         (sysdep_headers): Include sys/platform/ppc.h.
37578         * sysdeps/powerpc/test-gettimebase.c: Test for
37579         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37580         * manual/Makefile (appendices): Include platform.texi.
37581         * manual/contrib.texi (Contributors): Update @node pointers.
37582         * manual/maint.texi (Maintenance): Likewise.
37583         (Platform): New node.
37584         * manual/platform.texi: New file.  Document the new features.
37586 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37587             Jakub Jelinek  <jakub@redhat.com>
37589         [BZ #14188]
37590         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37591         where __builtin_expect is unavailable.
37593 2012-06-03  David S. Miller  <davem@davemloft.net>
37595         * stdlib/longlong.h: Updated from GCC.
37597 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37599         [BZ #14042]
37600         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37601         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37602         __mcount_internal.
37603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37604         (GLIBC_2.16): Likewise.
37606 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37608         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37610 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37613         (default-abi): New variable.
37614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37615         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37616         variable.
37617         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37618         Likewise.
37619         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37620         Likewise.
37621         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37622         Likewise.
37624         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37625         definition.  Document in comment.
37627 2012-06-01  David S. Miller  <davem@davemloft.net>
37629         * stdlib/longlong.h: Updated from GCC.
37631 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37633         [BZ #14117]
37634         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37635         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37636         sys/debugreg.h sys/io.h here.
37637         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37638         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37639         sys/io.h.
37640         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37641         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37642         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37643         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37644         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37645         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37647         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37648         Define only if __x86_64__ is defined.
37650 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37652         [BZ #14048]
37653         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37654         Use int64_t for variable i.
37655         * math/libm-test.inc (fmod_test): Add more tests.
37657         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37658         z computation is not scheduled after fetestexcept.
37659         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37660         Use math_force_eval instead of asm to ensure calculation scheduled
37661         before exception test.
37662         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37663         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37665 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37667         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37668         computation is not scheduled after fetestexcept.
37670 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37672         [BZ #14117]
37673         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37674         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37676 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37678         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37679         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37681 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37683         [BZ #14117]
37684         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37685         <bits/wordsize.h>.
37686         (__WCHAR_MIN): Support __WORDSIZE == 64.
37687         (__WCHAR_MAX): Likewise.
37689         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37690         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37692         [BZ #14183]
37693         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37694         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37696         [BZ #14117]
37697         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37698         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37700         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37701         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37703         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37704         Defined to 1 if __x86_64__ isn't defined.
37705         (_STAT_VER_LINUX_OLD): New.
37706         (st_atime): Remove duplicate.
37707         (st_mtime): Likewise.
37708         (st_ctime): Likewise.
37710 2012-05-31  David S. Miller  <davem@davemloft.net>
37712         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37713         entries.
37715 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37717         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37718         gen-libm-test.pl.
37720         [BZ #14132]
37721         * elf/dl-reloc.c: Include <_itoa.h>.
37722         (_dl_reloc_bad_type): Remove use of INTUSE.
37723         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37724         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37725         * stdio-common/psiginfo.c (psiginfo): Likewise.
37726         * stdio-common/psignal.c (psignal): Likewise.
37727         * string/strsignal.c (strsignal): Likewise.
37728         * include/signal.h (_sys_siglist): Declare hidden proto.
37729         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37730         INTVARDEF with libc_hidden_data_def.
37731         * stdio-common/itoa-udigits.c: Likewise.
37732         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37733         (_itoa_lower_digits_internal): Remove declaration.
37734         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37735         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37736         (_sys_sigabbrev_internal): Remove aliases.
37737         (_sys_siglist): Define hidden alias.
37739 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37741         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37742         bits/sysctl.h.
37744 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37746         [BZ #14117]
37747         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37748         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37750         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37751         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37752         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37753         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37754         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37755         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37757         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37758         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37759         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37761         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37762         with __addr.
37763         (insw): Likewise.
37764         (insl): Likewise.
37765         (outsb): Likewise.
37766         (outsw): Likewise.
37767         (outsl): Likewise.
37769         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37770         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37771         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37773         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37774         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37775         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37776         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37777         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37778         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37780         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37781         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37783         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37784         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37786         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37787         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37788         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37790         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37791         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37792         to ...
37793         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37795         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37796         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37797         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37799         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37800         for x86-64.
37801         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37803 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37805         * math/math.h (M_El): Use two more decimal places.
37806         (M_LOG2El): Likewise.
37807         (M_LOG10El): Likewise.
37808         (M_LN2l): Likewise.
37809         (M_LN10l): Likewise.
37810         (M_PIl): Likewise.
37811         (M_PI_2l): Likewise.
37812         (M_PI_4l): Likewise.
37813         (M_1_PIl): Likewise.
37814         (M_2_PIl): Likewise.
37815         (M_2_SQRTPIl): Likewise.
37816         (M_SQRT2l): Likewise.
37817         (M_SQRT1_2l): Likewise.
37819 2012-05-31  David S. Miller  <davem@davemloft.net>
37821         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37822         values between float registers.
37823         * sysdeps/sparc/sparc64/memset.S: Likewise.
37824         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37826 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37828         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37829         -D_FORTIFY_SOURCE=1.
37830         (CPPFLAGS-tst-longjmp_chk.c): Define.
37831         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37832         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37833         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37834         CFLAGS-tst-wchar-h.c.
37836 2012-05-31  Marek Polacek  <polacek@redhat.com>
37838         [BZ #14132]
37839         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37840         __endmntent_internal): Remove declaration.
37841         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37842         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37843         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37845 2012-05-30  David S. Miller  <davem@davemloft.net>
37847         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37848         (___Q_simulate_exceptions): Use real FP ops rather than writing
37849         into the %fsr.
37850         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37851         Likewise.
37853 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37855         [BZ #14117]
37856         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37857         * sysdeps/x86/bits/xtitypes.h: This.
37859         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37860         * sysdeps/x86/bits/wordsize.h: This.
37862         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37863         * sysdeps/x86/bits/huge_vall.h: This.
37865         * sysdeps/i386/bits/select.h: Removed.
37866         * sysdeps/x86_64/bits/select.h: Renamed to ...
37867         * sysdeps/x86/bits/select.h: This.
37869         * sysdeps/i386/bits/setjmp.h: Removed.
37870         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37871         * sysdeps/x86/bits/setjmp.h: This.
37873         * sysdeps/i386/bits/mathdef.h: Removed.
37874         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37875         * sysdeps/x86/bits/mathdef.h: This.
37877 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37879         [BZ #14132]
37880         * include/sys/socket.h (__connect_internal)
37881         (__libc_sa_len_internal): Remove declaration.
37882         (__connect, __libc_sa_len): Declare hidden_proto.
37883         (SA_LEN): Remove use of INTUSE.
37884         * socket/connect.c: Add libc_hidden_def.
37885         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37886         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37887         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37888         alias.
37889         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37890         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37891         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37892         of adding _internal alias.
37894 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37896         [BZ #14117]
37897         * sysdeps/i386/bits/link.h: Removed.
37898         * sysdeps/i386/bits/linkmap.h: Likewise.
37899         * sysdeps/x86_64/bits/link.h: Renamed to ...
37900         * sysdeps/x86/bits/link.h: This.
37901         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37902         * sysdeps/x86/bits/linkmap.h: This.
37904         * sysdeps/i386/bits/endian.h: Removed.
37905         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37906         * sysdeps/x86/bits/endian.h: This.
37908         * sysdeps/i386/bits/byteswap.h: Removed.
37909         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37910         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37911         * sysdeps/x86/bits/byteswap.h: This.
37912         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37913         * sysdeps/x86/bits/byteswap-16.h: This.
37914         * sysdeps/i386/Implies: Add x86.
37915         * sysdeps/x86_64/Implies: Likewise.
37917 2012-05-30  David S. Miller  <davem@davemloft.net>
37919         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37920         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37921         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37922         (FP_TRAPPING_EXCEPTIONS): Define.
37923         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37924         (FP_TRAPPING_EXCEPTIONS): Define.
37925         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37926         subnormals only when inexact has been signalled or underflow
37927         exceptions are enabled.
37928         (_FP_PACK_CANONICAL): Likewise.
37930 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37932         [BZ #14183]
37933         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37934         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37936 2012-05-30  Richard Henderson  <rth@twiddle.net>
37938         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37939         with #ifndef NOT_IN_libc.
37941         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37942         marked to avoid plt entry.
37944 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37946         [BZ #14112]
37947         * Makeconfig (default-abi): New macro.
37948         (abi-includes): Likewise.
37949         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37950         $(abi-$(default-abi)-lib-soname) for soname if defined.
37951         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37952         abi-variants.
37953         * Makefile (installed-stubs): Likewise.
37954         * include/stubs-biarch.h: Removed.
37955         * scripts/lib-names.awk: Only handle one library at a time.
37956         * scripts/soversions.awk: Remove WORDSIZE support.
37957         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37958         entries.
37959         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37960         Removed.
37961         (syscall-list-default-condition): Likewise.
37962         (syscall-list-default-condition): Likewise.
37963         (syscall-list-includes): Likewise.
37964         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37965         syscall-list-* with abi-*.  Handle undefined abi-variants.
37966         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37967         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37968         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37969         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37970         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37971         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37972         Removed.
37973         (syscall-list-32-options): Likewise.
37974         (syscall-list-32-condition): Likewise.
37975         (syscall-list-64-options): Likewise.
37976         (syscall-list-64-condition): Likewise.
37977         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37978         macro.
37979         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37980         Renamed to ...
37981         (abi-*): This.
37982         (abi-64-ld-soname): New macro.
37983         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37984         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37985         Renamed to ...
37986         (abi-*): This.
37987         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37988         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37990 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37992         * sysdeps/unix/sysv/linux/kernel-features.h
37993         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37994         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37995         include <kernel-features.h>.
37996         [!__NR_ftruncate64]: Remove conditional code.
37997         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37998         [__NR_ftruncate64]: Make code unconditional.
37999         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38000         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38001         include <kernel-features.h>.
38002         [!__NR_ftruncate64]: Remove conditional code.
38003         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38004         [__NR_ftruncate64]: Make code unconditional.
38005         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38007         include <kernel-features.h>.
38008         [!__NR_ftruncate64]: Remove conditional code.
38009         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38010         [__NR_ftruncate64]: Make code unconditional.
38011         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38013         include <kernel-features.h>.
38014         [!__NR_ftruncate64]: Remove conditional code.
38015         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38016         [__NR_ftruncate64]: Make code unconditional.
38017         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38019         * configure.in (libc_cv_fpie): Weaken to a compile test using
38020         LIBC_TRY_CC_OPTION.
38021         * configure: Regenerated.
38023 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38029         Refreshed.
38030         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38031         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38035         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38036         Refreshed.
38038 2012-05-27  David S. Miller  <davem@davemloft.net>
38040         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38041         (___Q_zero): New.
38042         (__Q_simulate_exceptions): Return void.  Change to simulate
38043         exceptions by writing into the %fsr.
38044         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38045         (__Qp_handle_exceptions): Likewise.
38046         (numbers): Delete.
38047         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38048         __Qp_handle_exceptions.
38049         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38050         __Qp_handle_exceptions.
38051         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38052         as unused and give dummy FP_RND_NEAREST initializer.
38053         (FP_INHIBIT_RESULTS): Define.
38054         (___Q_simulate_exceptions): Update declaration.
38055         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38056         formatting.
38057         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38058         as unused and give dummy FP_RND_NEAREST initializer.
38059         (__Qp_handle_exceptions): Update declaration.
38060         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38061         formatting.
38063 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38065         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38066         the temporary FPU control word.
38067         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38068         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38069         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38070         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38071         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38072         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38073         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38074         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38075         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38076         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38077         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38079 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38081         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38082         fields.
38084 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38086         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38087         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38088         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38089         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38090         Likewise.
38091         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38092         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38093         Likewise.
38095 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38097         * po/h.po: Update from translation team.
38099 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38101         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38103         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38104         handling of denormals.
38105         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38106         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38107         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38108         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38109         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38110         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38111         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38112         Likewise.
38114 2012-05-26  Marek Polacek  <polacek@redhat.com>
38116         [BZ #14152]
38117         * math/libm-test.inc (fma_test): Don't always expect underflow
38118         exception.
38120 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38122         [BZ #12416]
38123         * elf/tst-execstack.c: Include stackinfo.h.
38124         (do_test): Adjust test case to ensure that pthread_getattr_np
38125         behaviour remains the same after marking stack executable.
38127 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38129         * sysdeps/unix/sysv/linux/kernel-features.h
38130         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38131         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38132         kernel-features.h.
38133         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38134         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38135         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38136         kernel-features.h.
38137         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38138         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38140 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38142         * configure.in: Define the default includes to being none.
38143         * configure: Regenerated.
38145 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38147         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38148         * sysdeps/x86_64/setjmp.S: Likewise.
38149         * sysdeps/i386/bsd-setjmp.S: Likewise.
38150         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38151         * sysdeps/i386/setjmp.S: Likewise.
38152         * sysdeps/i386/__longjmp.S: Likewise.
38153         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38154         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38156         * include/stap-probe.h: New file.
38157         * configure.in: Handle --enable-systemtap.
38158         * configure: Regenerated.
38159         * config.h.in (USE_STAP_PROBE): New #undef.
38160         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38161         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38162         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38164 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38166         [BZ #13717]
38167         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38168         to 2.4.0 where earlier.
38169         * sysdeps/unix/sysv/linux/configure: Regenerated.
38170         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38171         <kernel-features.h>.
38172         [__ASSUME_32BITUIDS]: Make code unconditional.
38173         [!__ASSUME_32BITUIDS]: Remove conditional code.
38174         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38175         <kernel-features.h>.
38176         [__ASSUME_32BITUIDS]: Make code unconditional.
38177         [!__ASSUME_32BITUIDS]: Remove conditional code.
38178         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38179         [__ASSUME_32BITUIDS]: Make code unconditional.
38180         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38181         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38182         <kernel-features.h>.
38183         [__ASSUME_32BITUIDS]: Make code unconditional.
38184         [!__ASSUME_32BITUIDS]: Remove conditional code.
38185         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38186         <kernel-features.h>.
38187         [__ASSUME_32BITUIDS]: Make code unconditional.
38188         [!__ASSUME_32BITUIDS]: Remove conditional code.
38189         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38190         <kernel-features.h>.
38191         [__ASSUME_32BITUIDS]: Make code unconditional.
38192         [!__ASSUME_32BITUIDS]: Remove conditional code.
38193         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38194         <kernel-features.h>.
38195         [__ASSUME_32BITUIDS]: Make code unconditional.
38196         [!__ASSUME_32BITUIDS]: Remove conditional code.
38197         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38198         <kernel-features.h>.
38199         [__ASSUME_32BITUIDS]: Make code unconditional.
38200         [!__ASSUME_32BITUIDS]: Remove conditional code.
38201         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38202         <kernel-features.h>.
38203         [__ASSUME_32BITUIDS]: Make code unconditional.
38204         [!__ASSUME_32BITUIDS]: Remove conditional code.
38205         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38206         <kernel-features.h>.
38207         [__ASSUME_32BITUIDS]: Make code unconditional.
38208         [!__ASSUME_32BITUIDS]: Remove conditional code.
38209         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38210         <kernel-features.h>.
38211         [__ASSUME_32BITUIDS]: Make code unconditional.
38212         [!__ASSUME_32BITUIDS]: Remove conditional code.
38213         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38214         <kernel-features.h>.
38215         [__ASSUME_32BITUIDS]: Make code unconditional.
38216         [!__ASSUME_32BITUIDS]: Remove conditional code.
38217         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38218         <kernel-features.h>.
38219         [__ASSUME_32BITUIDS]: Make code unconditional.
38220         [!__ASSUME_32BITUIDS]: Remove conditional code.
38221         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38222         <kernel-features.h>.
38223         [__NR_setresgid] (__setresgid): Do not declare.
38224         [__ASSUME_32BITUIDS]: Make code unconditional.
38225         [!__ASSUME_32BITUIDS]: Remove conditional code.
38226         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38227         <kernel-features.h>.
38228         [__NR_setresuid] (__setresuid): Do not declare.
38229         [__ASSUME_32BITUIDS]: Make code unconditional.
38230         [!__ASSUME_32BITUIDS]: Remove conditional code.
38231         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38232         <kernel-features.h>.
38233         [__ASSUME_32BITUIDS]: Make code unconditional.
38234         [!__ASSUME_32BITUIDS]: Remove conditional code.
38235         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38236         <kernel-features.h>.
38237         [__ASSUME_32BITUIDS]: Make code unconditional.
38238         [!__ASSUME_32BITUIDS]: Remove conditional code.
38239         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38240         <kernel-features.h>.
38241         [__ASSUME_32BITUIDS]: Make code unconditional.
38242         [!__ASSUME_32BITUIDS]: Remove conditional code.
38243         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38244         <kernel-features.h>.
38245         [__ASSUME_32BITUIDS]: Make code unconditional.
38246         [!__ASSUME_32BITUIDS]: Remove conditional code.
38247         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38248         <kernel-features.h>.
38249         [__ASSUME_32BITUIDS]: Make code unconditional.
38250         [!__ASSUME_32BITUIDS]: Remove conditional code.
38251         * sysdeps/unix/sysv/linux/i386/setresgid.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/setresuid.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/setreuid.c: Do not include
38260         <kernel-features.h>.
38261         [__ASSUME_32BITUIDS]: Make code unconditional.
38262         [!__ASSUME_32BITUIDS]: Remove conditional code.
38263         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38264         <kernel-features.h>.
38265         [__ASSUME_32BITUIDS]: Make code unconditional.
38266         [!__ASSUME_32BITUIDS]: Remove conditional code.
38267         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38268         <kernel-features.h>.
38269         [__ASSUME_32BITUIDS]: Make code unconditional.
38270         [!__ASSUME_32BITUIDS]: Remove conditional code.
38271         * sysdeps/unix/sysv/linux/kernel-features.h
38272         (__ASSUME_SETRESUID_SYSCALL): Remove.
38273         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38274         (__ASSUME_32BITUIDS): Likewise.
38275         (__ASSUME_LDT_WORKS): Likewise.
38276         (__ASSUME_O_DIRECTORY): Likewise.
38277         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38278         architecture but not kernel version.
38279         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38280         (__ASSUME_MMAP2_SYSCALL): Likewise.
38281         (__ASSUME_STAT64_SYSCALL): Likewise.
38282         (__ASSUME_IPC64): Likewise.
38283         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38284         <kernel-features.h>.
38285         [__ASSUME_32BITUIDS]: Make code unconditional.
38286         [!__ASSUME_32BITUIDS]: Remove conditional code.
38287         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38288         <kernel-features.h>.
38289         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38290         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38291         132096]: Remove conditional code.
38292         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38293         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38294         <kernel-features.h>.
38295         [__ASSUME_32BITUIDS]: Make code unconditional.
38296         [!__ASSUME_32BITUIDS]: Remove conditional code.
38297         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38298         <kernel-features.h>.
38299         [__ASSUME_32BITUIDS]: Make code unconditional.
38300         [!__ASSUME_32BITUIDS]: Remove conditional code.
38301         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38302         <kernel-features.h>.
38303         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38304         unconditional.
38305         (__setresgid): Do not declare.
38306         [__ASSUME_32BITUIDS]: Make code unconditional.
38307         [!__ASSUME_32BITUIDS]: Remove conditional code.
38308         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38309         <kernel-features.h>.
38310         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38311         unconditional.
38312         (__setresuid): Do not declare.
38313         [__ASSUME_32BITUIDS]: Make code unconditional.
38314         [!__ASSUME_32BITUIDS]: Remove conditional code.
38315         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38316         <kernel-features.h>.
38317         [__ASSUME_32BITUIDS]: Make code unconditional.
38318         [!__ASSUME_32BITUIDS]: Remove conditional code.
38319         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38320         <kernel-features.h>.
38321         [__ASSUME_32BITUIDS]: Make code unconditional.
38322         [!__ASSUME_32BITUIDS]: Remove conditional code.
38324 2012-05-25  Richard Henderson  <rth@twiddle.net>
38326         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38327         dl_hwcap to ifunc resolver.
38328         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38329         elf_ifunc_invoke.
38330         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38331         dl_hwcap to ifunc resolver.
38332         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38334 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38336         [BZ #14153]
38337         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38338         for |x| <= 2**-26, not 2**-57.
38339         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38340         exception.
38342 2012-05-24  Jeff Law  <law@redhat.com>
38344         * stdio-common/Makefile (tests): Add bug25.
38345         * stdio-common/bug25.c: New test.
38347 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38349         [BZ #13576]
38350         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38351         multiple of MALLOC_ALIGNMENT in size.
38352         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38354 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38356         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38357         Require >= 256.
38358         (FILENAME_MAX): Use macro-int-constant.
38359         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38360         (_IOFBF): Use macro-int-constant.
38361         (_IOLBF): Likewise.
38362         (_IONBF): Likewise.
38363         (SEEK_CUR): Likewise.
38364         (SEEK_END): Likewise.
38365         (SEEK_SET): Likewise.
38366         (TMP_MAX): Likewise.
38367         (EOF): Use macro-int-constant.  Require < 0.
38368         (NULL): Use macro-constant.  Require == 0.
38369         (stdin): Require type to be FILE *.
38370         (stdout): Likewise.
38371         (stderr): Likewise.
38372         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38373         macro-int-constant.
38374         (EXIT_SUCCESS): Likewise.
38375         (NULL): Use macro-constant.  Require == 0.
38376         (RAND_MAX): Use macro-int-constant.
38377         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38378         [C99-based standards] (strtof): Require function.
38379         [C99-based standards] (strtold): Likewise.
38380         [C99-based standards] (strtoll): Likewise.
38381         [C99-based standards] (strtoull): Likewise.
38382         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38383         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38384         [ISO || ISO99 || ISO11] (math.h): Likewise.
38385         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38386         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38387         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38389 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38391         [BZ #14132]
38392         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38393         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38394         * intl/dgettext.c (DCGETTEXT): Likewise.
38395         * intl/gettext.c (DCGETTEXT): Likewise.
38396         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38397         * posix/regex_internal.h (gettext): Likewise.
38398         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38399         Remove declaration.
38400         * include/argz.h (__argz_count_internal)
38401         (__argz_stringify_internal): Remove declaration.
38402         (__argz_count, __argz_stringify): Declare hidden proto.
38403         * intl/dcgettext.c: Remove use of INTDEF.
38404         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38405         * string/argz-stringify.c: Likewise.
38406         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38407         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38408         Declare hidden proto.
38409         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38410         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38411         Declare hidden proto.
38412         * include/stdio.h (__asprintf_internal): Don't declare.
38413         (__asprintf): Don't define as macro.  Declare hidden proto.
38414         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38415         (__fsetlocking): Declare hidden proto.
38416         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38417         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38418         hidden proto.
38419         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38420         (_IO_setlinebuf): Remove use of INTUSE.
38421         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38422         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38423         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38424         Remove declaration.
38425         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38426         (_IO_do_flush): Remove use of INTUSE.
38427         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38428         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38429         (_IO_adjust_column, _IO_least_wmarker)
38430         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38431         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38432         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38433         (_IO_default_doallocate, _IO_wdefault_doallocate)
38434         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38435         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38436         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38437         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38438         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38439         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38440         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38441         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38442         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38443         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38444         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38445         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38446         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38447         proto.
38448         (_IO_flush_all_internal, _IO_adjust_column_internal)
38449         (_IO_default_uflow_internal, _IO_default_finish_internal)
38450         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38451         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38452         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38453         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38454         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38455         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38456         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38457         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38458         (_IO_file_close_internal, _IO_file_close_it_internal)
38459         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38460         (_IO_file_init_internal, _IO_file_attach_internal)
38461         (_IO_file_fopen_internal, _IO_file_read_internal)
38462         (_IO_file_sync_internal, _IO_file_seek_internal)
38463         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38464         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38465         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38466         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38467         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38468         (_IO_list_all_internal, _IO_link_in_internal)
38469         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38470         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38471         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38472         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38473         (_IO_do_write_internal, _IO_padn_internal)
38474         (_IO_getline_info_internal, _IO_getline_internal)
38475         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38476         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38477         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38478         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38479         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38480         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38481         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38482         with libc_hidden_ver, remove use of INTUSE.
38483         * libio/genops.c: Likewise.
38484         * libio/freopen.c: Likewise.
38485         * libio/freopen64.c: Likewise.
38486         * libio/iofclose.c: Likewise.
38487         * libio/iofdopen.c: Likewise.
38488         * libio/iofflush.c: Likewise.
38489         * libio/iofflush_u.c: Likewise.
38490         * libio/iofgets.c: Likewise.
38491         * libio/iofgets_u.c: Likewise.
38492         * libio/iofopen.c: Likewise.
38493         * libio/iofopncook.c: Likewise.
38494         * libio/iofread.c: Likewise.
38495         * libio/iofread_u.c: Likewise.
38496         * libio/ioftell.c: Likewise.
38497         * libio/iofwrite.c: Likewise.
38498         * libio/iogetline.c: Likewise.
38499         * libio/iogets.c: Likewise.
38500         * libio/iogetwline.c: Likewise.
38501         * libio/iopadn.c: Likewise.
38502         * libio/iopopen.c: Likewise.
38503         * libio/ioseekoff.c: Likewise.
38504         * libio/ioseekpos.c: Likewise.
38505         * libio/iosetbuffer.c: Likewise.
38506         * libio/iosetvbuf.c: Likewise.
38507         * libio/ioungetc.c: Likewise.
38508         * libio/ioungetwc.c: Likewise.
38509         * libio/iovdprintf.c: Likewise.
38510         * libio/iovsprintf.c: Likewise.
38511         * libio/iovsscanf.c: Likewise.
38512         * libio/memstream.c: Likewise.
38513         * libio/obprintf.c: Likewise.
38514         * libio/oldfileops.c: Likewise.
38515         * libio/oldiofclose.c: Likewise.
38516         * libio/oldiofdopen.c: Likewise.
38517         * libio/oldiofopen.c: Likewise.
38518         * libio/oldiopopen.c: Likewise.
38519         * libio/oldstdfiles.c: Likewise.
38520         * libio/putc.c: Likewise.
38521         * libio/setbuf.c: Likewise.
38522         * libio/setlinebuf.c: Likewise.
38523         * libio/stdfiles.c: Likewise.
38524         * libio/strops.c: Likewise.
38525         * libio/vasprintf.c: Likewise.
38526         * libio/vscanf.c: Likewise.
38527         * libio/vsnprintf.c: Likewise.
38528         * libio/vswprintf.c: Likewise.
38529         * libio/wfiledoalloc.c: Likewise.
38530         * libio/wfileops.c: Likewise.
38531         * libio/wgenops.c: Likewise.
38532         * libio/wmemstream.c: Likewise.
38533         * libio/wstrops.c: Likewise.
38534         * libio/__fpurge.c: Likewise.
38535         * libio/__fsetlocking.c: Likewise.
38536         * assert/assert.c: Likewise.
38537         * debug/fgets_chk.c: Likewise.
38538         * debug/fgets_u_chk.c: Likewise.
38539         * debug/fread_chk.c: Likewise.
38540         * debug/fread_u_chk.c: Likewise.
38541         * debug/gets_chk.c: Likewise.
38542         * debug/obprintf_chk.c: Likewise.
38543         * debug/vasprintf_chk.c: Likewise.
38544         * debug/vdprintf_chk.c: Likewise.
38545         * debug/vsnprintf_chk.c: Likewise.
38546         * debug/vsprintf_chk.c: Likewise.
38547         * malloc/mtrace.c: Likewise.
38548         * misc/error.c: Likewise.
38549         * misc/syslog.c: Likewise.
38550         * stdio-common/asprintf.c: Likewise.
38551         * stdio-common/fxprintf.c: Likewise.
38552         * stdio-common/getw.c: Likewise.
38553         * stdio-common/isoc99_fscanf.c: Likewise.
38554         * stdio-common/isoc99_scanf.c: Likewise.
38555         * stdio-common/isoc99_vfscanf.c: Likewise.
38556         * stdio-common/isoc99_vscanf.c: Likewise.
38557         * stdio-common/isoc99_vsscanf.c: Likewise.
38558         * stdio-common/printf-prs.c: Likewise.
38559         * stdio-common/printf_fp.c: Likewise.
38560         * stdio-common/printf_fphex.c: Likewise.
38561         * stdio-common/printf_size.c: Likewise.
38562         * stdio-common/putw.c: Likewise.
38563         * stdio-common/scanf.c: Likewise.
38564         * stdio-common/sprintf.c: Likewise.
38565         * stdio-common/tmpfile.c: Likewise.
38566         * stdio-common/vfprintf.c: Likewise.
38567         * stdio-common/vfscanf.c: Likewise.
38568         * stdlib/strfmon_l.c: Likewise.
38569         * sunrpc/openchild.c: Likewise.
38570         * sunrpc/xdr_stdio.c: Likewise.
38571         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38572         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38574 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38576         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38578         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38579         in the third column, to generate for the shared library an IFUNC
38580         that uses _dl_vdso_vsym.
38581         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38582         * Makeconfig (object-suffixes-noshared): New variable.
38584         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38585         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38586         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38587         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38589         [BZ #14132]
38590         * include/sys/time.h (__gettimeofday): Remove macro.
38591         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38592         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38593         Remove INTDEF.
38594         (__gettimeofday): Add libc_hidden_def.
38595         (gettimeofday): Add libc_hidden_weak.
38596         * sysdeps/mach/gettimeofday.c: Likewise.
38597         * sysdeps/posix/gettimeofday.c: Likewise.
38598         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38599         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38600         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38601         (__gettimeofday_internal): Remove strong_alias.
38602         (__gettimeofday): Add libc_hidden_def.
38603         (gettimeofday): Add libc_hidden_weak.
38604         * sysdeps/unix/syscalls.list (gettimeofday):
38605         Remove __gettimeofday_internal alias.
38607 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38608             H.J. Lu  <hongjiu.lu@intel.com>
38610         [BZ #12495]
38611         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38612         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38613         (largebin_index_32_big): New.
38614         (largebin_index): Use it for 16-byte alignment.
38615         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38616         correction with front_misalign.
38618 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38620         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38621         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38622         Likewise.
38623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38624         Likewise.
38625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38626         Likewise.
38627         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38628         Likewise.
38629         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38630         Likewise.
38631         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38632         Likewise.
38633         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38634         Likewise.
38635         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38636         Likewise.
38637         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38638         Likewise.
38639         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38640         Likewise.
38641         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38642         Likewise.
38643         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38644         Likewise.
38646         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38647         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38649 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38651         [BZ #10846]
38652         [BZ #14036]
38653         * math/libm-test.inc (exp_test): Add test from bug 14036.
38654         (pow_test): Add test from bug 10846.
38656         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38657         and other flags.
38658         (special_function): Do not include flags in test name.
38659         (parse_args): Likewise.
38660         * sysdeps/i386/fpu/libm-test-ulps: Update.
38661         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38662         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38663         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38666         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38667         exceptions.
38668         * math/libm-test.inc ("Philosophy"): Update comment about
38669         exception testing.
38670         (UNDERFLOW_EXCEPTION): New macro.
38671         (UNDERFLOW_EXCEPTION_OK): Likewise.
38672         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38673         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38674         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38675         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38676         (INVALID_EXCEPTION_OK): Update value.
38677         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38678         (OVERFLOW_EXCEPTION_OK): Likewise.
38679         (IGNORE_ZERO_INF_SIGN): Likewise.
38680         (test_exceptions): Handle underflow exceptions.
38681         (acos_test): Update for underflow exception expectations.
38682         (cexp_test): Likewise.
38683         (clog_test): Likewise.
38684         (clog10_test): Likewise.
38685         (csqrt_test): Likewise.
38686         (ctan_test): Likewise.
38687         (ctanh_test): Likewise.
38688         (exp_test): Likewise.
38689         (exp10_test): Likewise.
38690         (exp2_test): Likewise.
38691         (expm1_test): Likewise.
38692         (fma_test): Likewise.
38693         (j0_test): Likewise.
38694         (jn_test): Likewise.
38695         (nexttoward_test): Likewise.
38696         (pow_test): Likewise.
38697         (scalbn_test): Likewise.
38698         (scalbln_test): Likewise.
38699         (tan_test): Likewise.
38700         (y1_test): Likewise.
38701         * sysdeps/i386/fpu/libm-test-ulps: Update.
38702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38704 2012-05-23  David S. Miller  <davem@davemloft.net>
38706         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38707         (__libc_sigaction): Remove unused local variables.
38709 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38711         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38713 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38715         mktime: avoid signed integer overflow
38716         * time/mktime.c (__mktime_internal): Do not mishandle the case
38717         where diff == INT_MIN.
38719         mktime: simplify computation of average
38720         * time/mktime.c (ranged_convert): Use new time_t_avg function
38721         instead of rolling our own (probably-slower) code.
38723         mktime: do not assume signed right shift propagates sign bit
38724         * time/mktime.c (isdst_differ): New static function.
38725         (__mktime_internal): No need to normalize tm_isdst now.
38726         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38727         tm_isdst values.
38729         mktime: merge another wrapv change from gnulib
38730         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38731         from some compilers.
38733         mktime: remove incorrect attempt at unusual arithmetics
38734         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38735         The code didn't really work on such machines anyway.
38736         (TYPE_MINIMUM): Assume two's complement.
38737         (twos_complement_arithmetic): Verify that long_int and time_t
38738         are two's complement (or unsigned, in the latter case).
38740         mktime: check signed shifts on long_int and time_t, too
38741         * time/mktime.c (SHR): Check that shifts work as desired
38742         on the types long_int and time_t too, as SHR is used on
38743         such types.
38745         mktime: do not assume 'long' is wide enough
38746         * time/mktime.c (verify): Move decl up.
38747         (long_int): New type.
38748         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38749         to remove assumption in the code that 'long' is wide enough to
38750         store year values.  This assumption is not true on x32 and on
38751         some non-glibc platforms.
38753         mktime: merge wrapv change from gnulib
38754         * time/mktime.c (WRAPV): New macro.
38755         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38756         (guess_time_tm, __mktime_internal): Do not assume that signed
38757         integer overflow wraps around; modern compilers generate code
38758         where this assumption is no longer valid.
38760 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38762         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38763         Replace "jmp L(pseudo_end)" with "ret".
38764         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38765         Likewise.
38767 2012-05-23  Andreas Jaeger  <aj@suse.de>
38769         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38770         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38772 2012-05-23  Andreas Jaeger  <aj@suse.de>
38773             Maximilian Attems  <max@stro.at>
38775         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38776         New macros.
38778 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38780         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38781         code so that pseudo_end is just ret and the stack pointer is
38782         correct also for static library in error case.
38784 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38786         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38787         move to syscalls.list.
38788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38793         * manual/install.texi (Running make install): Do not mention Linux
38794         kernel version for which pt_chown is not needed.
38795         (Linux): Do not mention problems with nscd with 2.0 kernels.
38796         * INSTALL: Regenerated.
38798 2012-05-23  Andreas Jaeger  <aj@suse.de>
38800         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38801         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38802         macro.
38803         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38804         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38805         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38806         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38807         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38808         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38809         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38810         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38811         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38812         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38813         * sysdeps/unix/sysv/linux/bits/in.h
38814         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38816 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38818         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38819         (PREPARE_VERSION): Just use assert instead, it will be elided
38820         under [NDEBUG] anyway.
38822 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38824         * sysdeps/unix/sysv/linux/Makefile: Include
38825         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38826         (sysdep_routines): Remove sysctl.
38827         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38828         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38829         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38830         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38831         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38833 2012-05-22  Andreas Jaeger  <aj@suse.de>
38835         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38836         that pseudo_end is just ret and the stack pointer is correct also
38837         for static library in error case.
38839 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38841         [BZ #14122]
38842         * nss/nsswitch.c (defconfig_entries): New variable.
38843         (__nss_database_lookup): Don't leak defconfig entries.
38844         (nss_parse_service_list): Don't leak on error paths.
38845         (free_database_entries): New function.
38846         (free_defconfig): New function.
38847         (free_mem): Move common code to free_database_entries.
38849 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38851         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38852         Add arch_prctl.
38853         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38855         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38856         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38857         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38858         New macro.
38859         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38860         (INTERNAL_SYSCALL_TYPES): Likewise.
38861         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38862         (LOAD_REGS_TYPES_[1-6]): Likewise.
38863         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38864         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38866 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38868         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38869         copysignl for GLIBC_2_0.
38870         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38871         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38872         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38873         logbl for GLIBC_2_0.
38874         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38875         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38877 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38879         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38880         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38882         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38883         Use "neg %eax".
38885         * time/mktime.c: Update copyright years.
38887 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38889         mktime: merge comment-quoting-style change from gnulib
38890         * time/mktime.c: Quote 'like this' in comments.
38891         The GNU coding standards suggest that we no longer quote `like this',
38892         as "`" and "'" are typically rendered asymmetrically nowadays.
38893         The typical gnulib style is to quote 'like this' when quoting
38894         code, and "like this" when quoting English.
38896         * time/mktime.c (compile-command): Add "-I.".
38898         mktime: merge mktime-internal.h change from gnulib
38899         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38901         mktime: merge time_r change from gnulib
38902         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38904         mktime: merge DEBUG change from gnulib
38905         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38906         case system <time.h> has a #define.
38908         mktime: merge <sys/types.h> change from gnulib
38909         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38910         since <time.t> is now guaranteed to define time_t.
38912         mktime: merge HAVE_CONFIG_H change from gnulib
38913         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38915 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38917         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38918         Use "neg %eax".
38920         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38921         __rlim_t cast.
38922         (struct rusage): Use anonymous union to pad each field to
38923         __syscall_slong_t.
38925 2012-05-21  David S. Miller  <davem@davemloft.net>
38927         * Makefules (o-iterator): Remove .s cases.
38928         (compile-command.s): Delete.
38929         (COMPILE.s): Delete.
38930         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38932 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38934         * configure.in (libc_cv_predef_stack_protector): Only consider
38935         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38936         * configure: Regenerated.
38938 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38940         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38941         New macro.  Use R*LP on int and pointer.
38942         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38943         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38944         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38945         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38947         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38948         [__WORDSIZE_TIME64_COMPAT32] instead of
38949         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38950         (struct utmp): Likewise.
38951         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38952         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38953         Renamed to ...
38954         (__WORDSIZE_TIME64_COMPAT32): This.
38955         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38956         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38957         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38958         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38959         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38960         (__WORDSIZE_TIME64_COMPAT32): New macro.
38962 2012-05-21  Andreas Jaeger  <aj@suse.de>
38964         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38965         only if [SHARED]. Add prototype for __wcschr_ia32.
38967 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38969         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38970         of %rbp unmolested in the jmp_buf while mangling the low bits.
38971         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38972         unmolested high bits of %rbp while demangling the low bits.
38973         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38975 2012-05-21  Andreas Jaeger  <aj@suse.de>
38977         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38978         * sunrpc/svc_simple.c: Use it for registerrpc.
38979         * sunrpc/xcrypt.c: Use it for passwd2des.
38981         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38983 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38985         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38986         Don't define if [__SYSCALL_WORDSIZE != 32].
38987         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38988         New macro.
38990 2012-05-21  Bruno Haible  <bruno@clisp.org>
38991             Andreas Jaeger  <aj@suse.de>
38993         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38994         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38995         inptr and inend for must_buffer_ch.
38996         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38997         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38998         * stdio-common/Makefile (tests): Remove bug15.
38999         (bug15-ENV): Remove macro.
39000         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39001         anymore.
39003 2012-05-19  Andreas Jaeger  <aj@suse.de>
39004             Roland McGrath  <roland@hack.frob.com>
39006         * manual/contrib.texi: Completely rewritten. It contains now an
39007         alphabetical list of contributors and their contributions.
39009 2012-05-21  Richard Henderson  <rth@twiddle.net>
39011         * misc/getauxval.c (__getauxval): Use unsigned long int.
39012         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39013         (getauxval): Use unsigned long int.
39015 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39017         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39019 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39021         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39022         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39023         __alignof__ (long double).
39025 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39027         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39029 2012-05-20  Richard Henderson  <rth@twiddle.net>
39031         * misc/getauxval.c: New file.
39032         * misc/sys/auxv.h: New file.
39033         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39034         (routines): Add getauxval.
39035         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39036         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39037         * elf/dl-sysdep.c (_dl_auxv): Remove.
39038         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39039         * elf/dl-support.c (_dl_auxv): New variable.
39040         (_dl_aux_init): Initialize it.
39041         * manual/startup.texi (Auxiliary Vector): New node.
39042         * sysdeps/generic/bits/hwcap.h: New file.
39043         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39044         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39045         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39046         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39047         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39048         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39050         Update.
39051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39052         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39053         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39054         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39058         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39060 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39062         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39064 2012-05-19  David S. Miller  <davem@davemloft.net>
39066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39068 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39070         [BZ #14123]
39071         * math/s_ccosh.c: Include <float.h>
39072         (__ccosh): Avoid internal overflow calculating sinh and cosh
39073         values before multiplying by sin and cos values.
39074         * math/s_ccoshf.c: Likewise.
39075         * math/s_ccoshl.c: Likewise.
39076         * math/s_csin.c: Likewise.
39077         * math/s_csinf.c: Likewise.
39078         * math/s_csinl.c: Likewise.
39079         * math/s_csinh.c: Likewise.
39080         * math/s_csinhf.c: Likewise.
39081         * math/s_csinhl.c: Likewise.
39082         * math/libm-test.inc (ccos_test): Add more tests.
39083         (ccosh_test): Likewise.
39084         (csin_test): Likewise.
39085         (csinh_test): Likewise.
39086         * sysdeps/i386/fpu/libm-test-ulps: Update.
39087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39089 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39091         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39092         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39094         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39096 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39098         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39099         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39100         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39101         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39102         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39103         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39104         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39105         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39106         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39107         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39108         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39109         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39110         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39111         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39112         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39113         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39114         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39115         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39116         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39117         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39118         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39119         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39120         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39121         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39122         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39123         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39124         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39125         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39126         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39127         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39128         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39130 2012-05-18  Andreas Jaeger  <aj@suse.de>
39132         * csu/.gitignore: Delete.
39134 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39136         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39137         (timex): Use __syscall_slong_t.
39139 2012-05-18  Andreas Jaeger  <aj@suse.de>
39140             Carlos O'Donell  <carlos_odonell@mentor.com>
39142         * manual/install.texi (Configuring and compiling): Update
39143         description about files modified in the source directory.
39144         * INSTALL: Regenerated.
39146 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39148         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39149         value.  Use "or" to set return value to -1.
39150         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39151         negate return value.
39153 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39155         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39156         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39157         failure if the compiler has Graphite support disabled.
39158         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39159         Likewise.
39160         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39161         (CFLAGS-memmove.c): Likewise.
39162         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39163         Likewise.
39165 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39167         * sysdeps/x86_64/x32/_itoa.h: New file.
39169         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39170         getdents system call only if kernel and user dirents have the
39171         same d_ino and d_off.
39173         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39174         LLONG_MAX != LONG_MAX.
39175         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39176         (_fitoa_word): Likewise.
39178         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39179         years.
39180         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39181         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39182         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39184         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39185         include <bits/wordsize.h>.  Check __x86_64__ instead of
39186         __WORDSIZE.
39187         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39188         if __x86_64__ is defined.  Use anonymous union on fpstate.
39190         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39191         anonymous union.
39193 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39195         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39196         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39197         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39198         Refer to _rtld_local_ro instead of _rtld_global_ro.
39199         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39200         Likewise.
39201         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39202         Likewise.
39203         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39204         Likewise.
39205         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39206         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39207         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39209         * sysdeps/powerpc/powerpc32/dl-machine.c
39210         (__elf_machine_runtime_setup) [PROF]: Don't reference
39211         _dl_prof_resolve.
39213 2012-05-18  Andreas Jaeger  <aj@suse.de>
39215         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39216         function only available for GCCs before 3.4 since GCC 3.4
39217         introduced a builtin.
39218         (lrint): Likewise.
39219         (llrintf): Likewise.
39220         (llrint): Likewise.
39221         (fmaxf): Likewise.
39222         (fmax): Likewise.
39223         (fminf): Likewise.
39224         (fmin): Likewise.
39225         (rint): Likewise.
39226         (rintf): Likewise.
39227         (nearbyint): Likewise.
39228         (nearbyintf): Likewise.
39229         (ceil): Likewise.
39230         (ceilf): Likewise.
39231         (floor): Likewise.
39232         (floorf): Likewise.
39234 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39236         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39237         on both fields and cast pointer to __syscall_ulong_t.
39239         * bits/types.h (__fsword_t): New type.
39240         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39241         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39242         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39243         (__FSWORD_T_TYPE): Likewise.
39244         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39245         (__FSWORD_T_TYPE): Likewise.
39246         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39247         (__FSWORD_T_TYPE): Likewise.
39248         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39249         (__FSWORD_T_TYPE): Likewise.
39250         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39251         __SWORD_TYPE with __fsword_t.
39252         (statfs64): Likewise.
39254 2012-05-17  David S. Miller  <davem@davemloft.net>
39256         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39258 2012-05-17  Andreas Jaeger  <aj@suse.de>
39260         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39261         warning.
39263 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39265         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39267 2012-05-17  Andreas Jaeger  <aj@suse.de>
39269         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39270         when it is used.
39272 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39274         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39276 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39278         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39279         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39281 2012-05-17  Andreas Jaeger  <aj@suse.de>
39282             Carlos O'Donell  <carlos_odonell@mentor.com>
39284         [BZ #14059]
39285         * sysdeps/x86_64/multiarch/init-arch.h
39286         (bit_YMM_Usable): Rename to...
39287         (bit_AVX_Usable): ... this.
39288         (bit_FMA4_Usable): New macro.
39289         (bit_XMM_state): New macro.
39290         (bit_YMM_state): New macro.
39291         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39292         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39293         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39294         (CPUID_OSXSAVE): New macro.
39295         (CPUID_AVX): New macro.
39296         (CPUID_FMA4): New macro.
39297         (index_YMM_Usable): Rename to...
39298         (index_AVX_Usable): ... this.
39299         (HAS_AVX): Use HAS_ARCH_FEATURE.
39300         (HAS_FMA4): Likewise.
39301         (HAS_YMM_USABLE): Remove.
39302         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39303         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39304         are present.
39305         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39306         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39307         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39308         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39309         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39311 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39313         * math/libm-test.c: Support platforms without multiple rounding modes.
39314         * math/bug-nextafter.c: Support platforms without FP exceptions.
39315         * math/bug-nexttoward.c: Likewise.
39316         * math/test-fenv.c: Likewise.
39317         * math/test-misc.c: Likewise.
39318         * stdlib/bug-getcontext.c: Likewise.
39320 2012-05-17  Andreas Jaeger  <aj@suse.de>
39322         * manual/examples/search.c (critter_cmp): Change signature to
39323         avoid warnings.
39324         * manual/string.texi (Collation Functions): Likewise.
39326 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39328         * bits/types.h: Fold copyright years.
39329         * bits/typesizes.h: Likewise.
39330         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39331         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39332         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39333         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39334         * time/time.h: Likewise.
39336 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39338         [BZ #208]
39339         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39340         in instead of returning them.  Return void.
39341         (__libc_mallinfo): Accumulate over all arenas.
39342         (__malloc_stats): Adjust for change in int_mallinfo interface.
39344 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39346         [BZ #10375]
39347         * configure.in (NM): Add AC_CHECK_TOOL for it.
39348         (libc_extra_cflags): New substituted variable.
39349         Check for -fstack-protector being used implicitly.
39350         * configure: Regenerated.
39351         * config.make.in (config-extra-cflags): New variable,
39352         gets @libc_extra_cflags@.
39353         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39355         [BZ #10375]
39356         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39357         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39358         * configure: Regenerated.
39359         * config.make.in (CPPUNDEFS): New substituted variable.
39360         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39361         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39362         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39364 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39366         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39367         (mq_attr): Use __syscall_slong_t.
39369 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39371         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39372         Check __x86_64__ instead of __WORDSIZE.
39373         (_STAT_VER_LINUX): Likewise.
39374         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39375         __syscall_ulong_t and __syscall_slong_t.
39376         (stat64): Likewise.
39378 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39380         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39382 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39384         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39386 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39388         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39389         __syscall_ulong_t.
39391         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39392         include <bits/wordsize.h>.  Check __x86_64__ instead of
39393         __WORDSIZE.
39394         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39395         defined.
39396         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39398         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39399         include <bits/wordsize.h>.  Check __x86_64__ instead of
39400         __WORDSIZE.
39401         (user_regs_struct): Use "__extension__ unsigned long long"
39402         instead of "unsigned long" if __x86_64__ is defined.
39403         (user): Likewise.  Pad after pointer field if __ILP32__ is
39404         defined.
39406 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39408         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39409         versions 5 to 9.
39410         * configure: Regenerated.
39411         * manual/install.texi (texinfo): Increase version requirement to
39412         4.5 or later.
39413         * INSTALL: Regenerated.
39415         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39417 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39419         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39421         * sysdeps/x86_64/x32/ffs.c: New file.
39423         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39424         __syscall_ulong_t.
39425         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39426         defined.  Use __syscall_ulong_t.
39427         (shminfo): Use __syscall_ulong_t.
39428         (shm_info): Likewise.
39430         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39431         __syscall_ulong_t.
39433         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39434         <bits/wordsize.h>.
39435         (msgqnum_t): Use __syscall_ulong_t.
39436         (msglen_t): Likewise.
39437         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39438         __syscall_ulong_t.
39440         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39441         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39443         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39445         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39446         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39448         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39449         __syscall_slong_t.
39451         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39452         include <bits/wordsize.h>.  Check __x86_64__ instead of
39453         __WORDSIZE.
39455         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39456         "unsigned long long int" if __x86_64__ is defined.
39457         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39459         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39460         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39461         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39463         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39464         <stdint.h>.
39465         (GET_PC): Cast to uintptr_t first.
39466         (GET_FRAME): Likewise.
39467         (GET_STACK): Likewise.
39469         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39470         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39471         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39472         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39473         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39474         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39475         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39476         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39477         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39478         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39479         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39480         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39481         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39482         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39483         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39484         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39485         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39486         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39487         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39488         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39489         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39490         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39491         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39492         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39493         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39494         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39495         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39496         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39497         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39499 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39501         * Makerules (+depfiles): Also collect depfiles from .oS in
39502         $(extra-objs).
39503         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39504         .oS, $(libnldbl-routines)).
39506         * Makerules (native-compile-mkdep-flags): Define.
39507         * sunrpc/Makefile (extra-objs): Add $(addprefix
39508         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39509         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39510         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39511         calling $(make-target-directory).
39513 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39515         * bits/types.h (__snseconds_t): Removed.
39516         * time/time.h (struct timespec): Replace __snseconds_t with
39517         __syscall_slong_t.
39518         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39519         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39520         Likewise.
39521         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39522         (__SNSECONDS_T_TYPE): Likewise.
39523         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39524         (__SNSECONDS_T_TYPE): Likewise.
39525         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39526         (__SNSECONDS_T_TYPE): Likewise.
39528 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39530         * sysdeps/mach/hurd/bits/typesizes.h
39531         (__SYSCALL_SLONG_TYPE): New macro.
39532         (__SYSCALL_ULONG_TYPE): Likewise.
39534 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39536         * bits/types.h (__syscall_slong_t): New type.
39537         (__syscall_ulong_t): Likewise.
39539         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39540         (__SYSCALL_ULONG_TYPE): Likewise.
39541         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39542         (__SYSCALL_SLONG_TYPE): Likewise.
39543         (__SYSCALL_ULONG_TYPE): Likewise.
39544         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39545         (__SYSCALL_SLONG_TYPE): Likewise.
39546         (__SYSCALL_ULONG_TYPE): Likewise.
39547         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39548         (__SYSCALL_SLONG_TYPE): Likewise.
39549         (__SYSCALL_ULONG_TYPE): Likewise.
39551 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39553         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39554         Add sigaltstack-offsets.sym.
39555         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39556         <sigaltstack-offsets.h>.
39557         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39558         longjmp_msg pointer.
39559         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39560         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39561         signal stack.
39562         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39564 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39566         * elf/stackguard-macros.h: Remove file.
39567         * sysdeps/generic/stackguard-macros.h: New file.
39568         * sysdeps/i386/stackguard-macros.h: Likewise.
39569         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39570         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39571         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39572         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39573         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39574         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39575         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39576         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39577         <elf/stackguard-macros.h>.
39579         [BZ #14109]
39580         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39581         __aligned__ in attribute.
39582         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39583         (gregset_t): Likewise.
39585 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39587         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39588         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39589         * sysdeps/x86_64/x32/Implies-after: New file.
39591 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39593         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39594         and access return value for _dl_profile_fixup.  Use R10_LP to
39595         load frame size.
39597 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39599         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39601 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39603         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39604         * sysdeps/x86_64/x32/sysdep.h: New file.
39606 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39608         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39609         * sysdeps/x86_64/setjmp.S: Likewise.
39611 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39613         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39614         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39615         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39616         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39617         remove unused global constant.
39619 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39621         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39622         include of <not-cancel.h>.
39624 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39626         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39628 2012-05-15  Jeff Law  <law@redhat.com>
39629             Andreas Jaeger  <aj@suse.de>
39631         [BZ #13594]
39632         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39633         out from...
39634         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39635         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39636         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39637         code changing __hst_map_handle.map.
39639 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39641         * configure.in (sysnames): Look for Implies-before and Implies-after
39642         files.
39643         * configure: Regenerated.
39645 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39647         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39648         8-byte data alignment with LP_SIZE alignment.
39650 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39652         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39653         into R10_LP.
39655 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39657         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39659 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39661         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39662         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39663         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39664         Likewise.
39665         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39667 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39669         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39670         (stackinfo_sub_sp): Likewise.
39672 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39674         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39675         RAX_LP.
39677 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39679         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39680         into R*_LP.
39682 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39684         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39685         sizes into R*_LP.
39687 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39689         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39691 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39693         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39694         into R11_LP and load __x86_64_shared_cache_size_half into
39695         R8_LP.
39697 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39699         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39700         R8_LP.
39702 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39704         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39705         logb for POWER7.
39706         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39707         logbf for POWER7.
39708         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39709         logbl for POWER7.
39710         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39711         powerpc32/power7/fpu/s_logb.c via #include.
39712         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39713         powerpc32/power7/fpu/s_logbf.c via #include.
39714         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39715         powerpc32/power7/fpu/s_logbl.c via #include.
39717 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39719         * README.libm: Remove file.
39721 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39723         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39724         count for x32.  Use R*_LP and omit operand-size suffix.
39726 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39728         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39729         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39730         * sysdeps/x86_64/x32/shlib-versions: New file.
39732 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39734         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39735         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39736         Use _dl_fatal_printf instead.
39738 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39740         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39741         set if not set by the user.  Do not allow for being unset.
39742         * sysdeps/unix/sysv/linux/configure: Regenerated.
39744 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39746         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39747         the `q' suffix from lea and replace .quad with ASM_ADDR.
39749 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39751         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39752         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39753         instead of $17.
39754         (PTR_DEMANGLE): Likewise.
39756 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39758         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39759         (LP_OP): Likewise.
39760         (ASM_ADDR): Likewise.
39761         (RAX_LP): Likewise.
39762         (RBP_LP): Likewise.
39763         (RBX_LP): Likewise.
39764         (RCX_LP): Likewise.
39765         (RDI_LP): Likewise.
39766         (RSI_LP): Likewise.
39767         (RSP_LP): Likewise.
39768         (R8_LP): Likewise.
39769         (R9_LP): Likewise.
39770         (R10_LP): Likewise.
39771         (R10_LP): Likewise.
39772         (R11_LP): Likewise.
39773         (R12_LP): Likewise.
39774         (R13_LP): Likewise.
39775         (R14_LP): Likewise.
39776         (R15_LP): Likewise.
39778 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39780         * sysdeps/x86_64/x32/dl-machine.h: New file.
39782 2012-05-14  Andreas Jaeger  <aj@suse.de>
39784         * manual/Makefile (subdir): Remove export of subdir.
39785         (all): Remove target.
39786         (.PHONY): Remove all from list.
39787         (mkinstalldirs): Remove.
39788         (.PHONY): Remove installdirs from list.
39789         ($(inst_infodir)/libc.info): Use make-target-directory.
39790         (installdirs): Remove.
39791         (subdir_%): Remove.
39792         (glibc-targets): Remove.
39793         (lib): Remove.
39794         (stubs): Remove.
39795         ($(objpfx)stubs ../po/manual.pot): Remove.
39796         ($(objpfx)stamp%): Remove.
39797         (make-target-directory): Remove.
39798         (subdir_install): Remove.
39799         (routines): Remove.
39800         (aux): Remove.
39801         (sources): Remove.
39802         (objects): Remove.
39803         (headers): Remove.
39805         [BZ #13750]
39806         * manual/.gitignore: Remove, it's not needed anymore.
39807         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39808         all files in it.
39809         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39810         directory.
39811         (texis): Renamed to $(objpfx)texis.
39812         (texis-path): New, contains path to generated files.
39813         (chapters.%): Use texis-path for complete path, add extra argument
39814         libc-texinfo.sh.
39815         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39816         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39817         (summary,texi, stamp-summary): Use complete path of
39818         files. Generate files in build dir.
39819         (dir-add.texi): Build in build dir.
39820         (libm-err.texi,stamp-libm-err): Likewise.
39821         (version.texi, stamp-version): Likewise.
39822         (.%c.texi): Likewise.
39823         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39824         (mostlyclean): Remove target.
39825         (realclean): Remove target.
39826         (generated): Add new variable with contents from mostlyclean and
39827         realclean, remove entries duplicated in common-mostlyclean, add
39828         stamp-libm-err and stamp-version.
39829         (generated-dirs): Add libc directory.
39830         ($(inst_infodir)/libc.info): Install files from build dir.
39832         * manual/install.texi (Configuring and compiling): Adjust since
39833         the info files are not part of the tar ball anymore.
39835 2012-05-14  Andreas Jaeger  <aj@suse.de>
39837         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39838         variable.
39840 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39842         [BZ #13717]
39843         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39844         to 2.2.0 where earlier.
39845         * sysdeps/unix/sysv/linux/configure: Regenerated.
39846         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39847         Remove conditional code.
39848         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39849         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39850         Remove conditional code.
39851         [!__NR_lchown]: Likewise.
39852         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39853         [__NR_lchown]: Likewise.
39854         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39855         comment referencing __ASSUME_LCHOWN_SYSCALL.
39856         * sysdeps/unix/sysv/linux/i386/sigaction.c
39857         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39858         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39859         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39860         Remove conditional code.
39861         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39862         (__protocol_available): Remove #if 0 code.
39863         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39864         conditional code.
39865         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39866         * sysdeps/unix/sysv/linux/kernel-features.h
39867         (__ASSUME_GETCWD_SYSCALL): Don't define.
39868         (__ASSUME_REALTIME_SIGNALS): Likewise.
39869         (__ASSUME_PREAD_SYSCALL): Likewise.
39870         (__ASSUME_PWRITE_SYSCALL): Likewise.
39871         (__ASSUME_POLL_SYSCALL): Likewise.
39872         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39873         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39874         non-SPARC.
39875         (__ASSUME_SIOCGIFNAME): Don't define.
39876         (__ASSUME_MSG_NOSIGNAL): Likewise.
39877         (__ASSUME_SENDFILE): Define unconditionally.
39878         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39879         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39880         conditional code.
39881         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39882         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39883         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39884         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39885         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39886         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39887         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39889         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39890         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39892         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39893         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39895         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39896         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39898         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39899         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39901         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39902         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39904         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39905         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39907         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39908         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39910         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39911         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39912         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39913         Remove conditional code.
39914         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39915         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39916         Remove conditional code.
39917         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39918         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39919         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39920         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39921         Remove conditional code.
39922         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39923         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39924         Remove conditional code.
39925         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39926         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39927         Remove conditional code.
39928         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39929         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39930         Remove conditional code.
39931         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39932         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39933         Remove conditional code.
39934         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39935         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39936         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39937         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39938         * sysdeps/unix/sysv/linux/sigaction.c
39939         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39940         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39941         * sysdeps/unix/sysv/linux/sigpending.c
39942         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39943         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39944         * sysdeps/unix/sysv/linux/sigprocmask.c
39945         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39946         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39947         * sysdeps/unix/sysv/linux/sigsuspend.c
39948         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39949         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39950         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39951         (__libc_missing_rt_sigs): Remove.
39952         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39953         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39954         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39955         Remove conditional code.
39956         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39957         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39958         return 1.
39959         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39960         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39961         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39962         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39964 2012-05-14  Andreas Jaeger  <aj@suse.de>
39966         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39967         it's not used in glibc.
39968         (__coshm1): Likewise.
39969         (__acosh1p): Likewise.
39970         (__sgn): Likewise.
39972         * manual/string.texi (Copying and Concatenation): Add missing
39973         variable in concat example.
39974         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39976 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39978         [BZ #14103]
39979         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39980         __builtin_clzl with __builtin_clzll.
39982 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39984         [BZ #14104]
39985         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39986         libc_freeres_ptr.
39988 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39990         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39991         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39992         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39993         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39995 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39997         * NEWS: Update ia64 info.
39999 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40001         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40002         used as bcopy.
40004 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40006         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40007         * sysdeps/unix/syscalls.list (dup3): Likewise.
40008         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40009         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40011 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40013         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40014         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40016 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40018         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40019         thread pointer.
40020         (TLS_IE): Use mov/add instead of movq/addq to load thread
40021         pointer.
40022         (TLS_GD_PREFIX): New.
40023         (TLS_GD): Use it.
40025 2012-05-11  David S. Miller  <davem@davemloft.net>
40027         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40028         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40029         (_FPU_SETCW): Likewise.
40031 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40033         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40034         is 32-byte aligned.
40036 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40038         [BZ #11837]
40039         * iconvdata/gb18030.c: Update tables.
40040         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40041         characters specially.
40042         (BODY for TO_LOOP): Add encoding of missing ranges.
40044 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40046         [BZ #13673]
40047         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40048         * sysdeps/mach/hurd/dup3.c: Likewise.
40049         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40050         * sysdeps/powerpc/memmove.c:: Likewise.
40052 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40054         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40055         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40057 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40059         * elf/elf.h (R_X86_64_RELATIVE64): New.
40060         (R_X86_64_NUM): Updated.
40061         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40062         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40063         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40064         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40065         tst-quad1pie tst-quad2pie
40066         (modules-names): Add tst-quadmod1 tst-quadmod2.
40067         ($(objpfx)tst-quad1): New dependency.
40068         ($(objpfx)tst-quad2): Likewise.
40069         ($(objpfx)tst-quad1pie): Likewise.
40070         ($(objpfx)tst-quad2pie): Likewise.
40071         * sysdeps/x86_64/tst-quad1.c: New file.
40072         * sysdeps/x86_64/tst-quad1pie.c: New file.
40073         * sysdeps/x86_64/tst-quad2.c: Likewise.
40074         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40075         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40076         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40077         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40078         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40080 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40082         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40083         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40084         * streams/stropts.h (t_scalar_t): Define type.
40086         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40087         (_PATH_PRESERVE): Set to "/var/lib".
40088         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40090         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40091         instead of int.
40093         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40094         if __dir_mkfile succeeded.
40096         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40097         checking for _hurd_dtablesize.  Unlock it right after having
40098         finished _hurd_dtable allocation.
40100 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40102         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40103         * sysdeps/mach/hurd/configure: Regenerated.
40104         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40105         special-casing to...
40106         * sysdeps/gnu/configure.in: ... this new file.
40107         * sysdeps/unix/sysv/linux/configure: Regenerated.
40108         * sysdeps/gnu/configure: New generated file.
40110         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40111         for Linux: use nsec instead of usec, as well as:
40112         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40113         members of type struct timespec.
40114         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40115         New macros.
40116         (struct stat64): Likewise.
40117         (_STATBUF_ST_NSEC): New macro.
40118         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40120         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40121         __strtoul_internal rather than strtoul.
40123 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40125         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40126         and reject them.
40128 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40130         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40131         which preserves existing values.
40132         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40134 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40136         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40137         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40138         greater than FD_SETSIZE.
40140 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40142         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40143         allocated, call __vm_protect to finish enabling the existing space, and
40144         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40145         allocate the remainder.
40147 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40149         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40150         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40152 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40154         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40155         sysdeps/mach/hurd/readlink.c.
40157         * posix/tst-sysconf.c (posix_options): Only use
40158         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40159         _POSIX_SYNCHRONIZED_IO when they are defined
40160         * sysdeps/mach/hurd/bits/posix_opt.h:
40161         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40162         (_XOPEN_REALTIME): Undefine macro.
40163         (_XOPEN_REALTIME_THREADS): Undefine macro.
40164         (_XOPEN_SHM): Undefine macro.
40165         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40166         macro to -1.
40167         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40168         macro to -1.
40169         (_POSIX_ASYNC_IO): Undefine macro.
40170         (_POSIX_PRIORITIZED_IO): Undefine macro.
40171         (_POSIX_SPIN_LOCKS): Define macro to -1.
40173         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40174         SA_NODEFER, SA_RESETHAND.
40175         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40176         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40177         F_DUPFD_CLOEXEC.
40179 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40181         * elf/Makefile (pldd-modules): Define unconditionally.
40183 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40185         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40187 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40189         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40190         Return ENOENT when name is empty.
40191         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40193 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40195         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40197         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40199 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40201         Fix mlock in all cases except non-readable pages.
40202         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40203         instead of VM_PROT_ALL as parameter to __vm_wire function.
40205         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40206         (__mkdir): When path is `/', just fail with EEXIST.
40207         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40209 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40211         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40212         <sys/uio.h> (for writev).
40213         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40214         and <sys/param.h> (for MIN).
40216 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40218         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40219         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40220         if interrupted.
40222 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40224         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40225         Depend on against $(link-rpcuserlibs).
40227 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40229         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40230         (__libc_stack_end): Do not use attribute_relro.
40231         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40232         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40233         to libthread-provided value.
40234         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40235         attribute_relro.
40237 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40239         [BZ #3748]
40240         * bits/libc-lock.h (__libc_once_get): New macro.
40241         * sysdeps/mach/bits/libc-lock.h: Likewise.
40242         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40243         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40244         instead of using implementation details.
40246         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40247         * libio/freopen.c: Likewise.
40248         * libio/freopen64.c: Likewise.
40249         * misc/syslog.c: Likewise.
40250         * nscd/connections.c: Likewise.
40251         * nscd/netgroupcache.c: Likewise.
40252         * sysdeps/posix/getcwd.c: Likewise.
40254 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40256         * math/w_ilogbf.c: Add #include <limits.h>.
40258 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40260         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40261         path instead of returning without unlocking.
40263         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40264         immediate-write ioctls.
40265         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40267 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40269         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40270         __builtin_frame_address instead of making assumptions about the
40271         location of the return address relative to DATA.  Force early load of
40272         the return address.
40273         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40274         __builtin_frame_address.
40276         dup3 for GNU Hurd.
40277         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40278         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40279         implement dup3 and do some further code clean-ups.
40280         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40281         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40283 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40285         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40287         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40288         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40289         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40290         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40291         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40292         d->port.lock.
40294         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40295         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40296         when handler == SIG_ERR, not when handler != SIG_ERR.
40298 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40300         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40301         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40302         definitions.
40304         accept4 for GNU Hurd.
40305         * include/sys/socket.h (__libc_accept4): New prototype.
40306         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40307         to implement __libc_accept4.
40308         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40309         __libc_accept4.
40310         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40312         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40313         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40314         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40315         signal-defines.sym.
40317 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40319         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40321 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40323         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40324         assertion on O_CLOEXEC flag.
40325         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40326         * hurd/intern-fd.c: Likewise.
40327         * hurd/port2fd.c: Likewise.
40329 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40331         [BZ #3906]
40332         * bits/in.h (IPV6_PKTINFO): Define new macro.
40333         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40335 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40337         [BZ #13954]
40338         [BZ #13955]
40339         [BZ #13956]
40340         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40341         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40342         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40343         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40344         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40345         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40346         * math/libm-test.inc (logb_test) : Additional logb tests.
40348 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40349             Andreas Jaeger  <aj@suse.de>
40351         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40352         * configure: Regenerated.
40353         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40354         * config.make.in (link-obsolete-rpc): New substituted variable.
40355         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40356         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40357         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40358         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40359         so that libc.a contains the symbols.
40360         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40361         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40362         * sunrpc/auth_none.c: Likewise.
40363         * sunrpc/auth_unix.c: Likewise.
40364         * sunrpc/authdes_prot.c: Likewise.
40365         * sunrpc/authuxprot.c: Likewise.
40366         * sunrpc/clnt_gen.c: Likewise.
40367         * sunrpc/clnt_perr.c: Likewise.
40368         * sunrpc/clnt_raw.c: Likewise.
40369         * sunrpc/clnt_simp.c: Likewise.
40370         * sunrpc/clnt_tcp.c: Likewise.
40371         * sunrpc/clnt_udp.c: Likewise.
40372         * sunrpc/clnt_unix.c: Likewise.
40373         * sunrpc/des_crypt.c: Likewise.
40374         * sunrpc/des_soft.c: Likewise.
40375         * sunrpc/get_myaddr.c: Likewise.
40376         * sunrpc/key_call.c: Likewise.
40377         * sunrpc/key_prot.c: Likewise.
40378         * sunrpc/netname.c: Likewise.
40379         * sunrpc/pm_getmaps.c: Likewise.
40380         * sunrpc/pm_getport.c: Likewise.
40381         * sunrpc/pmap_clnt.c: Likewise.
40382         * sunrpc/pmap_prot.c: Likewise.
40383         * sunrpc/pmap_prot2.c: Likewise.
40384         * sunrpc/pmap_rmt.c: Likewise.
40385         * sunrpc/publickey.c: Likewise.
40386         * sunrpc/rpc_cmsg.c: Likewise.
40387         * sunrpc/rpc_common.c: Likewise.
40388         * sunrpc/rpc_dtable.c: Likewise.
40389         * sunrpc/rpc_prot.c: Likewise.
40390         * sunrpc/rpc_thread.c: Likewise.
40391         * sunrpc/rtime.c: Likewise.
40392         * sunrpc/svc.c: Likewise.
40393         * sunrpc/svc_auth.c: Likewise.
40394         * sunrpc/svc_raw.c: Likewise.
40395         * sunrpc/svc_run.c: Likewise.
40396         * sunrpc/svc_tcp.c: Likewise.
40397         * sunrpc/svc_udp.c: Likewise.
40398         * sunrpc/svc_unix.c: Likewise.
40399         * sunrpc/svcauth_des.c: Likewise.
40400         * sunrpc/xcrypt.c: Likewise.
40401         * sunrpc/xdr.c: Likewise.
40402         * sunrpc/xdr_array.c: Likewise.
40403         * sunrpc/xdr_float.c: Likewise.
40404         * sunrpc/xdr_intXX_t.c: Likewise.
40405         * sunrpc/xdr_mem.c: Likewise.
40406         * sunrpc/xdr_rec.c: Likewise.
40407         * sunrpc/xdr_ref.c: Likewise.
40408         * sunrpc/xdr_sizeof.c: Likewise.
40409         * sunrpc/xdr_stdio.c: Likewise.
40411 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40413         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40414         change.  Update copyright years.
40416 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40418         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40420 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40421             Joseph Myers  <joseph@codesourcery.com>
40422             Paul Pluzhnikov  <ppluzhnikov@google.com>
40424         [BZ #14012]
40425         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40426         requiring rpcgen.
40427         [cross-compiling] (extra-libs): Likewise.
40428         [cross-compiling] (extra-libs-others): Likewise.
40429         [cross-compiling] (librpcsvc-routines): Likewise.
40430         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40431         [cross-compiling] (omit-deps): Likewise.
40432         (sunrpc-CPPFLAGS): New variable.
40433         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40434         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40435         (cross-rpcgen-objs): New variable.
40436         (extra-objs): Append $(cross-rpcgen-objs).
40437         ($(cross-rpcgen-objs)): New rule.
40438         ($(objpfx)cross-rpcgen): Likewise.
40439         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40440         comment.
40441         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40442         ($(objpfx)x%.stmp): Likewise.
40443         * sunrpc/proto.h [IS_IN_build] (_): Define.
40444         [IS_IN_build] (_libc_intl_domainname): Likewise.
40446 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40448         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40449         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40450         and R_X86_64_TPOFF64.
40452 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40454         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40455         sysdeps/unix/sysv/syscalls.list.
40456         (stime): Likewise.
40457         (utime): Likewise.
40458         * sysdeps/unix/sysv/syscalls.list: Remove file.
40460 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40462         [BZ #3440]
40463         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40464         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40465         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40466         (__LC_IDENTIFICATION): Make these macros useful in #if
40467         expressions, as required by C99.
40469 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40471         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40472         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40473         after this.
40475 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40477         * stdlib/longlong.h: Updated from GCC.
40479 2012-05-09  Andreas Jaeger  <aj@suse.de>
40481         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40482         default is first entry.
40483         (run_mode): Set type.
40484         (main): Remove informal message about syslog.
40485         (options): Fix typo.
40487         [BZ #14053]
40488         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40489         to asm.
40490         (lrint): Likewise.
40491         (llrintf): Likewise.
40492         (llrint): Likewise.
40493         (rint): Likewise.
40494         (rintf): Likewise.
40495         (nearbyint): Likewise.
40496         (nearbyintf): Likewise.
40498 2012-05-09  Andreas Jaeger  <aj@suse.de>
40499             Pedro Alves  <palves@redhat.com>
40501         * nscd/nscd.c (run_mode): Use enum.
40502         (main): Cleanup coding style issue.
40504 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40505             Andreas Jaeger  <aj@suse.de>
40507         * nscd/nscd.c (go_background): Replaced with...
40508         (run_mode): ... this.
40509         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40510         (options): Add -F --foreground.
40511         (main): Implement it.
40512         (parse_opt): Parse it.
40514 2012-05-09  Andreas Jaeger  <aj@suse.de>
40516         [BZ #14083]
40517         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40518         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40519         -Wconversion warning.
40520         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40521         Likewise.
40523 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40525         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40526         == 0.
40527         (LC_ALL): Use macro-int-constant.
40528         (LC_COLLATE): Likewise.
40529         (LC_CTYPE): Likewise.
40530         (LC_MESSAGES): Likewise.
40531         (LC_MONETARY): Likewise.
40532         (LC_NUMERIC): Likewise.
40533         (LC_TIME): Likewise.
40534         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40535         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40536         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40537         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40538         Specify type.
40539         [C99-based standards] (float_t): Expect type.
40540         [C99-based standards] (double_t): Expect type.
40541         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40542         type.
40543         [C99-based standards] (HUGE_VALL): Likewise.
40544         [C99-based standards] (INFINITY): Likewise.
40545         [C99-based standards] (NAN): Likewise.
40546         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40547         [C99-based standards] (FP_NAN): Likewise.
40548         [C99-based standards] (FP_NORMAL): Likewise.
40549         [C99-based standards] (FP_SUBNORMAL): Likewise.
40550         [C99-based standards] (FP_ZERO): Likewise.
40551         [C99-based standards] (FP_FAST_FMA): Use
40552         optional-macro-int-constant.  Specify type.  Require == 1.
40553         [C99-based standards] (FP_FAST_FMAF): Likewise.
40554         [C99-based standards] (FP_FAST_FMAL): Likewise.
40555         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40556         [C99-based standards] (FP_ILOGBNAN): Likewise.
40557         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40558         Specify type.
40559         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40560         [C99-based standards] (math_errhandling): Specify type.
40561         [ISO99 || ISO11] (signgam): Do not allow.
40562         [non-C99-based standards] (copysignf): Do not allow.
40563         [non-C99-based standards] (exp2f): Likewise.
40564         [non-C99-based standards] (log2f): Likewise.
40565         [non-C99-based standards] (modff): Allow.
40566         [non-C99-based standards] (erff): Do not allow.
40567         [non-C99-based standards] (erfcf): Likewise.
40568         [non-C99-based standards] (gammaf): Likewise.
40569         [non-C99-based standards] (hypotf): Likewise.
40570         [non-C99-based standards] (j0f): Likewise.
40571         [non-C99-based standards] (j1f): Likewise.
40572         [non-C99-based standards] (jnf): Likewise.
40573         [non-C99-based standards] (lgammaf): Likewise.
40574         [non-C99-based standards] (tgammaf): Likewise.
40575         [non-C99-based standards] (y0f): Likewise.
40576         [non-C99-based standards] (y1f): Likewise.
40577         [non-C99-based standards] (ynf): Likewise.
40578         [non-C99-based standards] (isnanf): Likewise.
40579         [non-C99-based standards] (acoshf): Likewise.
40580         [non-C99-based standards] (asinhf): Likewise.
40581         [non-C99-based standards] (atanhf): Likewise.
40582         [non-C99-based standards] (cbrtf): Likewise.
40583         [non-C99-based standards] (expm1f): Likewise.
40584         [non-C99-based standards] (ilogbf): Likewise.
40585         [non-C99-based standards] (log1pf): Likewise.
40586         [non-C99-based standards] (logbf): Likewise.
40587         [non-C99-based standards] (nextafterf): Likewise.
40588         [non-C99-based standards] (remainderf): Likewise.
40589         [non-C99-based standards] (rintf): Likewise.
40590         [non-C99-based standards] (scalbf): Likewise.
40591         [non-C99-based standards] (copysignl): Likewise.
40592         [non-C99-based standards] (exp2l): Likewise.
40593         [non-C99-based standards] (log2l): Likewise.
40594         [non-C99-based standards] (modfl): Allow.
40595         [non-C99-based standards] (erfl): Do not allow.
40596         [non-C99-based standards] (erfcl): Likewise.
40597         [non-C99-based standards] (gammal): Likewise.
40598         [non-C99-based standards] (hypotl): Likewise.
40599         [non-C99-based standards] (j0l): Likewise.
40600         [non-C99-based standards] (j1l): Likewise.
40601         [non-C99-based standards] (jnl): Likewise.
40602         [non-C99-based standards] (lgammal): Likewise.
40603         [non-C99-based standards] (tgammal): Likewise.
40604         [non-C99-based standards] (y0l): Likewise.
40605         [non-C99-based standards] (y1l): Likewise.
40606         [non-C99-based standards] (ynl): Likewise.
40607         [non-C99-based standards] (isnanl): Likewise.
40608         [non-C99-based standards] (acoshl): Likewise.
40609         [non-C99-based standards] (asinhl): Likewise.
40610         [non-C99-based standards] (atanhl): Likewise.
40611         [non-C99-based standards] (cbrtl): Likewise.
40612         [non-C99-based standards] (expm1l): Likewise.
40613         [non-C99-based standards] (ilogbl): Likewise.
40614         [non-C99-based standards] (log1pl): Likewise.
40615         [non-C99-based standards] (logbl): Likewise.
40616         [non-C99-based standards] (nextafterl): Likewise.
40617         [non-C99-based standards] (remainderl): Likewise.
40618         [non-C99-based standards] (rintl): Likewise.
40619         [non-C99-based standards] (scalbl): Likewise.
40620         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40621         [non-C99-based standards] (FP_*): Do not allow.
40622         [C99-based standards] (FP_*): Change to
40623         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40624         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40625         allow.
40626         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40627         (SIG_ERR): Likewise.
40628         [X/Open-based standards] (SIG_HOLD): Likewise.
40629         (SIG_IGN): Likewise.
40630         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40631         positive value.
40632         (SIGFPE): Likewise.
40633         (SIGILL): Likewise.
40634         (SIGINT): Likewise.
40635         (SIGSEGV): Likewise.
40636         (SIGTER): Likewise.
40637         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40638         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40639         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40640         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40641         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40642         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40643         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40644         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40645         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40646         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40647         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40648         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40649         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40650         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40651         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40652         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40653         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40654         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40655         [X/Open-based standards] (SIGTRAP): Likewise.
40656         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40657         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40658         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40659         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40660         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40661         allow.
40663 2012-05-08  Ian Wienand  <ianw@vmware.com>
40665         [BZ #14080]
40666         * time/tzset.c (__tzset_parse_tz): Update default rules for
40667         daylight time changes in the Energy Policy Act of 2005.
40669 2012-05-09  Andreas Jaeger  <aj@suse.de>
40671         [BZ #13983]
40672         * elf/ldconfig.c (parse_conf): Change string to make clear that
40673         ldconfig only issued a warning if ld.so.conf does not exist.
40675 2012-05-08  David S. Miller  <davem@davemloft.net>
40677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40678         movxtod instead of popping the value on the stack.
40680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40682 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40684         * config.h.in: Add HAVE_ARM_PCS_VFP.
40686 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40688         [BZ #13979]
40689         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40690         checking but the checks are disabled for any reason.
40692 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40694         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40695         and ELF64_R_TYPE with ELFW(R_TYPE).
40697 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40699         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40700         (ulimit): Likewise.
40702         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40703         (settimeofday): Likewise.
40705 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40707         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40708         a struct th_u2 inside the union, and move tu_block/tu_code into
40709         a new th_u3 union of tu_block/tu_code inside of that.  Move
40710         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40711         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40712         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40713         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40714         (th_stuff): Change to th_u1.tu_stuff.
40715         (th_data): Define.
40716         (th_msg): Change to th_u1.th_u2.tu_data.
40718 2012-05-07  David S. Miller  <davem@davemloft.net>
40720         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40722         [BZ #14074]
40723         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40724         (SETUP_PIC_REG): Use it.
40725         (SETUP_PIC_REG_LEAF): Use it.
40727 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40729         [BZ #13885]
40730         [BZ #13923]
40731         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40732         USE_AS_EXPM1L.
40733         (EXPL_FINITE): Likewise.
40734         (FLDLOG): Likewise.
40735         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40736         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40737         e_expl.S.
40738         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40739         USE_AS_EXPM1L.
40740         (EXPL_FINITE): Likewise.
40741         (FLDLOG): Likewise.
40742         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40743         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40744         e_expl.S.
40745         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40746         test of -max_value argument for long double.
40747         * sysdeps/i386/fpu/libm-test-ulps: Update.
40748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40750 2012-05-06  David S. Miller  <davem@davemloft.net>
40752         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40753         quad soft-float symbols whose references which are compiler
40754         generated.
40755         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40757 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40759         [BZ #13884]
40760         [BZ #13914]
40761         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40762         USE_AS_EXP10L.
40763         (EXPL_FINITE): Likewise.
40764         (FLDLOG): Likewise.
40765         (c0): Likewise.
40766         (c1): Likewise.
40767         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40768         Adjust comments for base varying.
40769         (__expl_finite): Change alias to EXPL_FINITE.
40770         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40771         e_expl.S.
40772         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40773         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40774         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40775         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40776         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40777         USE_AS_EXP10L.
40778         (EXPL_FINITE): Likewise.
40779         (FLDLOG): Likewise.
40780         (c0): Likewise.
40781         (c1): Likewise.
40782         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40783         Adjust comments for base varying.
40784         (__expl_finite): Change alias to EXPL_FINITE.
40785         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40786         tests for bugs.
40787         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40789         [BZ #14064]
40790         * math/libm-test.inc (check_float_internal): Correct ulp
40791         calculation for subnormal expected results.
40793 2012-05-06  Andreas Jaeger  <aj@suse.de>
40795         * Makeconfig (+math-flags): New, set to -frounding-math.
40796         (+cflags): Add +math-flags so that all of glibc gets compiled with
40797         it.
40799         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40801 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40803         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40804         Disable one test.
40806         [BZ #13787]
40807         [BZ #13922]
40808         [BZ #14036]
40809         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40810         (__ieee754_expl): Allow for and saturate large arguments.
40811         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40812         (u_threshold): Likewise.
40813         (__exp): Call __ieee754_exp before checking for overflow and
40814         underflow.
40815         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40816         (u_threshold): Likewise.
40817         (__expf): Call __ieee754_expf before checking for overflow and
40818         underflow.
40819         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40820         (u_threshold): Likewise.
40821         (__expl): Call __ieee754_expl before checking for overflow and
40822         underflow.
40823         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40824         (__ieee754_expl): Allow for and saturate large arguments.
40825         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40826         missing overflow exception on overflow.
40827         (expm1_test): Do not allow missing overflow exception on overflow.
40829         * sysdeps/i386/fpu/e_expl.c: Move to ...
40830         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40831         rather than using inline asm.
40832         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40833         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40834         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40836         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40837         (nice): Likewise.
40838         (poll): Likewise.
40839         (signal): Likewise.
40840         (time): Likewise.
40841         (times): Likewise.
40843 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40845         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40846         sysdeps/unix/common/syscalls.list.
40847         (fchmod): Likewise.
40848         (fchown): Likewise.
40849         (ftruncate): Likewise.
40850         (getrusage): Likewise.
40851         (gettimeofday): Likewise.
40852         (setpgid): Likewise.
40853         (setregid): Likewise.
40854         (setreuid): Likewise.
40855         (sigaction): Likewise.
40856         (truncate): Likewise.
40857         (vhangup): Likewise.
40858         * sysdeps/unix/common/syscalls.list: Remove file.
40859         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40860         * sysdeps/unix/sysv/linux/Implies: Likewise.
40862 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40864         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40865         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40866         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40867         Moved to ...
40868         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40869         Here.
40870         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40871         to ...
40872         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40873         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40874         to ...
40875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40876         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40877         to ...
40878         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40879         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40880         to ...
40881         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40882         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40883         to ...
40884         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40885         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40886         to ...
40887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40888         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40889         to ...
40890         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40891         Here.
40892         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40893         to ...
40894         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40895         Here.
40896         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40897         to ...
40898         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40899         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40900         Moved to ...
40901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40902         Here.
40903         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40904         to ...
40905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40907 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40909         * sysdeps/unix/common/bits/dirent.h: Remove file.
40910         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40912         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40913         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40914         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40915         * sysdeps/unix/bsd/isatty.c: Likewise.
40916         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40917         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40918         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40920 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40922         [BZ #13563]
40923         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40924         long double comparison inaccuracies.
40925         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40928 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40930         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40931         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40933 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40935         [BZ #14049]
40936         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40937         nonzero digits before rounding a hex value.
40938         * stdlib/tst-strtod.c (tests): Add another test.
40940 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40942         * sysdeps/s390/fpu/libm-test-ulps: Update.
40944 2012-05-03  Andreas Jaeger  <aj@suse.de>
40946         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40947         does not get optimized out.
40948         (malloc_opt_barrier): New.
40950 2012-05-03  Andreas Jaeger  <aj@suse.de>
40951             Roland McGrath  <roland@hack.frob.com>
40953         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40954         intermediate file deletion.
40955         (generated): Add .symlist files.
40957 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40959         [BZ #13775]
40960         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40961         Redirect under this condition.
40962         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40963         [__USE_GNU] (__dprintf_chk): Not under this condition.
40964         [__USE_GNU] (__vdprintf_chk): Likewise.
40965         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40966         under this condition.
40967         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40968         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40969         [__USE_XOPEN2K8] (vdprintf): Likewise.
40970         [__USE_GNU] (__dprintf_chk): Not under this condition.
40971         [__USE_GNU] (__vdprintf_chk): Likewise.
40972         [__USE_GNU] (dprintf): Likewise.
40973         [__USE_GNU] (vdprintf): Likewise.
40975 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40977         * elf/Makefile (common-generated): Set this instead of generated for
40978         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40979         $(all-built-dso)-derived lists.
40981 2012-05-03  Andreas Jaeger  <aj@suse.de>
40983         * sysdeps/i386/fpu/libm-test-ulps: Update.
40985         * FAQ: Removed.
40986         * FAQ.in: Likewise.
40987         * scripts/gen-FAQ.pl: Likewise.
40988         * manual/install.texi (Installation): Point to online location of
40989         FAQ.
40990         * Makefile (files-for-dist): Remove FAQ.
40991         (FAQ): Remove.
40993 2012-05-02  Allan McRae  <allan@archlinux.org>
40995         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40996         (LDFLAGS-reldepmod5.so): Likewise.
40997         (LDFLAGS-reldep6mod1.so): Likewise.
40998         (LDFLAGS-reldep6mod4.so): Likewise.
40999         (LDFLAGS-reldep8mod3.so): Likewise.
41000         (LDFLAGS-unload4mod1.so): Likewise.
41001         (LDFLAGS-unload4mod2.so): Likewise.
41002         (LDFLAGS-tst-initorder): Likewise.
41003         (LDFLAGS-tst-initordera2.so): Likewise.
41004         (LDFLAGS-tst-initordera3.so): Likewise.
41005         (LDFLAGS-tst-initordera4.so): Likewise.
41006         (LDFLAGS-tst-initorderb2.so): Likewise.
41007         (LDFLAGS-noload): Likewise.
41008         (LDFLAGS-next): Likewise.
41009         (LDFLAGS-order2mod1.so): Likewise.
41010         (LDFLAGS-order2mod2.so): Likewise.
41011         (LDFLAGS-tst-initorder2): Likewise.
41012         (LDFLAGS-tst-initorder2a.so): Likewise.
41013         (LDFLAGS-tst-initorder2b.so): Likewise.
41014         (LDFLAGS-tst-initorder2c.so): Likewise.
41015         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41017 2012-05-02  David S. Miller  <davem@davemloft.net>
41019         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41021 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41023         [BZ #14055]
41024         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41026 2012-05-02  Andreas Jaeger  <aj@suse.de>
41028         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41029         since we manipulate rounding mode.
41030         (CPPFLAGS-test-idouble.c): Likewise.
41031         (CPPFLAGS-test-ifloat.c): Likewise.
41032         (CFLAGS-test-ldouble.c): Likewise.
41033         (CFLAGS-test-double.c): Likewise.
41034         (CFLAGS-test-float.c): Likewise.
41035         (CFLAGS-test-misc.c): Likewise.
41036         (CFLAGS-test-test-fenv.c): Likewise.
41038 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41040         [BZ #2550]
41041         [BZ #2570]
41042         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41043         comparisons to determine direction to adjust input.
41045 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41047         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41048         output to the target.
41050         * scripts/localplt.awk: New file.
41051         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41052         (check-localplt-CFLAGS): Variable removed.
41053         ($(all-built-dso:=.jmprel)): New static pattern rule.
41054         (generated): Add those targets.
41055         (localplt-built-dso): New variable.
41056         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41058         * elf/check-localplt.c: File removed.
41060         * scripts/check-execstack.awk: New file.
41061         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41062         (check-execstack-CFLAGS): Variable removed.
41063         ($(objpfx)check-execstack.h): Target removed.
41064         ($(objpfx)execstack-default): New target.
41065         (generated): Add that instead of check-execstack.h.
41066         ($(all-built-dso:=.phdr)): New static pattern rule.
41067         (generated): Add those targets.
41068         * elf/check-execstack.c: File removed.
41070         * scripts/check-textrel.awk: New file.
41071         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41072         (check-textrel-CFLAGS): Variable removed.
41073         (all-built-dso): Use := to define.o
41074         ($(all-built-dso:=.dyn)): New static pattern rule.
41075         (generated): Add those targets.
41076         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41077         * config.make.in (READELF): New substituted variable.
41078         * elf/check-textrel.c: File removed.
41080 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41082         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41083         allow.
41084         * conform/data/ctype.h-data [C99-based standards] (isblank):
41085         Expect function.
41086         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41087         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41088         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41089         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41090         Specify type.  Require positive value.
41091         (EILSEQ): Likewise.
41092         (ERANGE): Likewise.
41093         [ISO || POSIX] (EILSEQ): Do not expect.
41094         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41095         Specify type.  Require positive value.
41096         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41097         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41098         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41099         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41100         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41101         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41102         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41103         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41104         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41105         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41106         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41107         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41108         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41109         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41110         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41111         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41112         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41113         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41114         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41115         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41116         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41117         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41118         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41119         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41120         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41121         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41124         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41125         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41126         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41127         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41133         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41134         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41135         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41136         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41137         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41138         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41139         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41140         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41141         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41142         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41143         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41144         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41145         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41146         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41147         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41148         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41149         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41150         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41151         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41152         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41153         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41154         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41155         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41156         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41157         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41158         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41159         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41160         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41161         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41162         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41163         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41164         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41165         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41166         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41167         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41168         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41169         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41170         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41171         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41172         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41173         Require >= 2.
41174         (FLT_ROUNDS): Expect as macro, not constant.
41175         (FLT_MANT_DIG): Use macro-int-constant.
41176         (DBL_MANT_DIG): Likewise.
41177         (LDBL_MANT_DIG): Likewise.
41178         (FLT_DIG): Likewise.
41179         (DBL_DIG): Likewise.
41180         (LDBL_DIG): Likewise.
41181         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41182         (DBL_MIN_EXP): Likewise.
41183         (LDBL_MIN_EXP): Likewise.
41184         (FLT_MAX_EXP): Use macro-int-constant.
41185         (DBL_MAX_EXP): Likewise.
41186         (LDBL_MAX_EXP): Likewise.
41187         (FLT_MAX_10_EXP): Likewise.
41188         (DBL_MAX_10_EXP): Likewise.
41189         (LDBL_MAX_10_EXP): Likewise.
41190         (FLT_MAX): Use macro-constant.
41191         (DBL_MAX): Likewise.
41192         (LDBL_MAX): Likewise.
41193         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41194         (DBL_EPSILON): Likewise.
41195         (LDBL_EPSILON): Likewise.
41196         (FLT_MIN): Likewise.
41197         (DBL_MIN): Likewise.
41198         (LDBL_MIN): Likewise.
41199         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41200         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41201         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41202         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41203         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41204         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41205         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41206         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41207         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41208         [ISO11] (FLT_TRUE_MIN): Likewise.
41209         [ISO11] (LDBL_TRUE_MIN): Likewise.
41210         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41211         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41212         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41213         (SCHAR_MAX): Likewise.
41214         (UCHAR_MAX): Likewise.
41215         (CHAR_MIN): Likewise.
41216         (CHAR_MAX): Likewise.
41217         (MB_LEN_MAX): Use macro-int-constant.
41218         (SHRT_MIN): Use macro-int-constant.  Specify type.
41219         (SHRT_MAX): Likewise.
41220         (USHRT_MAX): Likewise.
41221         (INT_MAX): Likewise.
41222         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41223         bound negative.
41224         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41225         bound with "U".
41226         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41227         bound with "L".
41228         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41229         bound negative.  Suffix upper bound with "L".
41230         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41231         bound with "UL".
41232         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41233         Specify type.
41234         [C99-based standards] (LLONG_MAX): Likewise.
41235         [C99-based standards] (ULLONG_MAX): Likewise.
41236         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41237         == 0.
41238         [ISO11] (max_align_t): Require type.
41239         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41241         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41242         from $CFLAGS, without defining away __attribute__ calls.
41243         (checknamespace): Use $CFLAGS_namespace.
41245         * conform/conformtest.pl (@keywords): Only include C99 keywords
41246         for standards based on C99 or C11.
41248         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41249         Disable tests.
41250         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41251         UNIX98]: Likewise.
41253         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41254         usability of symbols in #if.
41256         * conform/conformtest.pl: If macro or constant types start
41257         "promoted:", expect the symbol to be of the following type
41258         promoted by the integer promotions.
41260         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41261         in one place.  Also handle "macro-constant".
41263         * conform/conformtest.pl: Only accept expected macro values with
41264         "==".  Parse all "macro" lines in one place.
41265         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41267         * conform/conformtest.pl: Handle braced types on "constant" lines
41268         instead of handling "typed-constant".
41269         * conform/data/signal.h-data: Use "constant" instead of
41270         "typed-constant".
41272         * conform/conformtest.pl: Handle "optional-" at start of lines in
41273         one place rather than duplicating several cases.  Handle each
41274         format of "macro" line with initial "optional-".
41276         * conform/conformtest.pl: Only accept expected constant or
41277         optional-constant values with "==".  Parse all "constant" lines in
41278         one place.  Parse all "optional-constant" lines in one place.
41279         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41280         * conform/data/fmtmsg.h-data: Likewise.
41281         * conform/data/netinet/in.h-data: Likewise.
41282         * conform/data/tar.h-data: Likewise.
41283         * conform/data/limits.h-data: Use "==" form on "constant" and
41284         "optional-constant" lines.
41286         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41287         Use -std=c99 for XOPEN2K.
41288         (@knownproblems): Remove.
41289         (newtoken): Don't check %isknown.
41291         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41292         Do not expect macro.
41293         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41294         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41295         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41296         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41297         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41298         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41299         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41300         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41301         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41302         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41303         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41304         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41305         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41306         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41307         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41308         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41309         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41310         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41311         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41312         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41313         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41314         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41315         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41316         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41317         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41318         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41319         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41320         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41321         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41322         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41323         [XPG3] (acosh): Likewise.
41324         [XPG3] (asinh): Likewise.
41325         [XPG3] (atanh): Likewise.
41326         [XPG3] (cbrt): Likewise.
41327         [XPG3] (expm1): Likewise.
41328         [XPG3] (ilogb): Likewise.
41329         [XPG3] (log1p): Likewise.
41330         [XPG3] (logb): Likewise.
41331         [XPG3] (nextafter): Likewise.
41332         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41333         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41334         [XPG3] (remainder): Likewise.
41335         [XPG3] (rint): Likewise.
41336         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41337         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41338         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41339         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41340         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41341         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41342         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41343         [UNIX98 || XOPEN2K] (scalb): Expect.
41344         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41345         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41346         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41347         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41348         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41349         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41350         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41351         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41352         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41353         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41354         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41355         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41356         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41357         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41358         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41359         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41360         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41361         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41362         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41363         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41364         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41365         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41366         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41367         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41368         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41369         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41370         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41371         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41372         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41373         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41374         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41375         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41376         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41377         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41378         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41379         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41380         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41381         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41382         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41383         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41384         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41385         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41386         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41387         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41388         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41389         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41390         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41391         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41392         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41393         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41394         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41395         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41396         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41397         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41398         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41399         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41400         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41401         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41402         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41403         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41404         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41405         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41406         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41407         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41408         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41409         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41410         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41411         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41412         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41413         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41414         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41415         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41416         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41417         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41418         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41419         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41420         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41421         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41422         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41423         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41424         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41425         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41426         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41427         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41428         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41429         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41430         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41431         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41432         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41433         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41434         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41435         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41436         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41437         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41438         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41439         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41440         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41441         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41442         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41443         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41444         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41445         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41446         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41447         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41448         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41449         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41450         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41451         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41452         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41453         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41454         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41455         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41456         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41457         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41458         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41459         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41460         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41461         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41462         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41463         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41464         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41465         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41466         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41467         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41468         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41469         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41470         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41471         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41472         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41473         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41474         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41475         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41476         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41477         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41478         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41479         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41480         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41482         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41483         _XOPEN_SOURCE_EXTENDED for XPG4.
41485         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41487         * Makeconfig (localtime): Remove variable.
41488         (inst_localtime-file): Likewise.
41490 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41493         Update.
41494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41495         Update.
41496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41497         Update.
41498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41499         Update.
41500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41501         Update.
41502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41503         Update.
41504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41505         Update.
41506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41507         Update.
41508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41509         Update.
41511 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41513         [BZ #2550]
41514         [BZ #2570]
41515         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41516         comparisons to determine direction to adjust input.
41517         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41518         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41519         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41520         Likewise.
41521         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41522         Likewise.
41523         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41524         Likewise.
41525         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41526         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41527         Likewise.
41528         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41529         Likewise.
41530         * math/libm-test.inc (nexttoward_test): Add more tests.
41532 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41534         [BZ #14040]
41535         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41536         in version GLIBC_2.1, not GLIBC_2.0.
41537         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41538         Likewise.
41540 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41542         [BZ #13942]
41543         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41544         (1 - x) * (1 + x).
41545         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41546         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41547         * math/libm-test.inc (acos_test): Add more tests.
41548         (asin_test): Likewise.
41549         * sysdeps/i386/fpu/libm-test-ulps: Update.
41550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41552         [BZ #14034]
41553         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41554         of square root.
41555         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41556         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41557         * math/libm-test.inc (acos_test_tonearest): New function.
41558         (acos_test_towardzero): Likewise.
41559         (acos_test_downward): Likewise.
41560         (acos_test_upward): Likewise.
41561         (asin_test_tonearest): Likewise.
41562         (asin_test_towardzero): Likewise.
41563         (asin_test_downward): Likewise.
41564         (asin_test_upward): Likewise.
41565         (main): Call the new functions.
41566         * sysdeps/i386/fpu/libm-test-ulps: Update.
41567         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41569         [BZ #13884]
41570         [BZ #13924]
41571         * math/e_exp10.c: Include <float.h>.
41572         (__ieee754_exp10): Handle underflow here rather than multiplying
41573         large negative argument by M_LN10.
41574         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41575         of __ieee754_expf.
41576         * math/e_exp10l.c: Include <float.h>.
41577         (__ieee754_exp10l): Handle underflow here rather than multiplying
41578         large negative argument by M_LN10l.
41579         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41580         spurious overflow exception on underflow.
41582 2012-04-29  Marek Polacek  <polacek@redhat.com>
41584         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41585         (__fortify_function): New macro.
41586         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41587         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41588         __extern_always_inline.
41589         * libio/bits/stdio2.h: Likewise.
41590         * libio/bits/stdio.h: Likewise.
41591         * string/string.h: Likewise.
41592         * string/bits/string3.h: Likewise.
41593         * include/stdio.h: Likewise.
41594         * stdlib/bits/stdlib.h: Likewise.
41595         * stdlib/stdlib.h: Likewise.
41596         * rt/bits/mqueue2.h: Likewise.
41597         * rt/mqueue.h: Likewise.
41598         * posix/bits/unistd.h: Likewise.
41599         * posix/unistd.h: Likewise.
41600         * io/bits/poll2.h: Likewise.
41601         * io/bits/fcntl2.h: Likewise.
41602         * io/fcntl.h: Likewise.
41603         * io/sys/poll.h: Likewise.
41604         * misc/bits/syslog.h: Likewise.
41605         * misc/bits/syslog-ldbl.h: Likewise.
41606         * misc/sys/syslog.h: Likewise.
41607         * socket/bits/socket2.h: Likewise.
41608         * socket/sys/socket.h: Likewise.
41609         * debug/tst-chk1.c: Likewise.
41610         * wcsmbs/bits/wchar2.h: Likewise.
41611         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41612         * wcsmbs/wchar.h: Likewise.
41614 2012-04-29  Andreas Jaeger  <aj@suse.de>
41616         * Makerules (tests): Remove enable-check-abi protection.
41617         (check-abi-warn): Remove.
41618         (check-abi-%): Remove check-abi-warn usage.
41620         * configure.in: Remove check-abi configure option.
41621         * configure: Regenerated.
41622         * config.make.in (enable-check-abi): Remove.
41624 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41626         [BZ #14033]
41627         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41628         double functions to double *_finite functions.
41630         [BZ #13941]
41631         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41632         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41633         LDBL_MIN_EXP.
41634         * stdio-common/Makefile (tests): Add tst-sprintf3.
41635         * stdio-common/tst-sprintf3.c: New file.
41637         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41638         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41640 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41642         * conform/conformtest.pl: Remove duplicate typed-constant
41643         handling.
41645 2012-04-28  David S. Miller  <davem@davemloft.net>
41647         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41648         (check-abi-%): Remove AWK script prerequisite and explicit
41649         abilist directory.
41650         (check-abi): Rewrite to just diff the symlist with the abilist.
41651         (config-tls, config-abi-config): Delete, no longer used.
41652         (update-abi-%): Remove AWK script and explicit abilist directory.
41653         (update-abi): Rewrite to simply compare and conditionally copy the
41654         symlist and the sysdep abilist file.  Remove update-abi-config
41655         checks.
41656         * abilist/ld.abilist: Remove.
41657         * abilist/libBrokenLocale.abilist: Remove.
41658         * abilist/libanl.abilist: Remove.
41659         * abilist/libcrypt.abilist: Remove.
41660         * abilist/libdl.abilist: Remove.
41661         * abilist/librt.abilist: Remove.
41662         * abilist/libthread_db.abilist: Remove.
41663         * abilist/libutil.abilist: Remove.
41664         * scripts/extract-abilist.awk: Remove.
41665         * scripts/merge-abilist.awk: Remove.
41666         * sysdeps/generic/libcidn.abilist: New file.
41667         * sysdeps/generic/libnss_compat.abilist: New file.
41668         * sysdeps/generic/libnss_db.abilist: New file.
41669         * sysdeps/generic/libnss_dns.abilist: New file.
41670         * sysdeps/generic/libnss_files.abilist: New file.
41671         * sysdeps/generic/libnss_hesiod.abilist: New file.
41672         * sysdeps/generic/libnss_nis.abilist: New file.
41673         * sysdeps/generic/libnss_nisplus.abilist: New file.
41674         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41675         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41676         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41677         file.
41678         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41679         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41680         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41681         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41682         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41683         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41684         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41685         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41686         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41687         file.
41688         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41689         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41690         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41691         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41692         file.
41693         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41694         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41695         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41696         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41697         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41698         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41699         file.
41700         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41701         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41702         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41703         file.
41704         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41705         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41706         New file.
41707         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41708         New file.
41709         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41710         New file.
41711         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41712         New file.
41713         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41714         New file.
41715         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41716         New file.
41717         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41718         New file.
41719         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41720         New file.
41721         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41722         New file.
41723         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41724         New file.
41725         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41726         New file.
41727         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41728         New file.
41729         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41730         New file.
41731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41732         file.
41733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41734         New file.
41735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41736         New file.
41737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41738         file.
41739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41740         New file.
41741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41742         New file.
41743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41744         file.
41745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41746         New file.
41747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41748         New file.
41749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41750         New file.
41751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41752         New file.
41753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41754         New file.
41755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41756         New file.
41757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41758         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41759         file.
41760         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41761         New file.
41762         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41763         file.
41764         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41765         file.
41766         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41767         file.
41768         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41769         file.
41770         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41771         file.
41772         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41773         New file.
41774         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41775         file.
41776         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41777         file.
41778         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41779         New file.
41780         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41781         file.
41782         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41783         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41784         file.
41785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41786         New file.
41787         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41788         file.
41789         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41790         file.
41791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41792         file.
41793         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41794         file.
41795         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41796         file.
41797         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41798         New file.
41799         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41800         file.
41801         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41802         file.
41803         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41804         New file.
41805         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41806         file.
41807         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41808         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41809         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41810         file.
41811         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41812         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41813         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41814         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41815         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41816         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41817         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41818         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41819         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41820         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41821         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41822         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41823         file.
41824         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41825         New file.
41826         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41827         file.
41828         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41829         file.
41830         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41831         file.
41832         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41833         file.
41834         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41835         file.
41836         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41837         New file.
41838         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41839         New file.
41840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41841         file.
41842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41843         New file.
41844         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41845         file.
41846         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41847         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41848         file.
41849         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41850         New file.
41851         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41852         file.
41853         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41854         file.
41855         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41856         file.
41857         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41858         file.
41859         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41860         file.
41861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41862         New file.
41863         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41864         New file.
41865         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41866         file.
41867         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41868         New file.
41869         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41870         file.
41872 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41874         * conform/conformtest.pl: Fix typo in handling typed-constant from
41875         allow-header.
41877 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41879         * README: Cut down references to pre-2.6 Linux kernels and
41880         Linuxthreads.  Update lists of configurations in libc and ports
41881         and sort alphabetically.  Say "or newer" with Linux kernel version
41882         requirements.
41884         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41886 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41888         [BZ #887]
41889         * math/libm-test.inc (logb_test_downward): New test to expose
41890         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41891         rounding mode.
41893 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41895         [BZ #14027]
41896         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41897         to be done.
41898         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41899         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41901 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41903         * sysdeps/unix/i386/brk.S: Remove file.
41904         * sysdeps/unix/i386/dl-brk.S: Likewise.
41905         * sysdeps/unix/i386/pipe.S: Likewise.
41906         * sysdeps/unix/i386/sigreturn.S: Likewise.
41907         * sysdeps/unix/i386/syscall.S: Likewise.
41908         * sysdeps/unix/i386/vfork.S: Likewise.
41909         * sysdeps/unix/i386/wait.S: Likewise.
41911         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41912         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41914         * configure.in (arm*-none*): Do not allow without
41915         --enable-hacker-mode.
41916         (netbsd*): Remove case setting base_os.
41917         (386bsd*): Likewise.
41918         (freebsd*): Likewise.
41919         (bsdi*): Likewise.
41920         (osf*): Likewise.
41921         (sunos*): Likewise.
41922         (ultrix*): Likewise.
41923         (newsos*): Likewise.
41924         (dynix*): Likewise.
41925         (*bsd*): Likewise.
41926         (sysv*): Likewise.
41927         (isc*): Likewise.
41928         (esix*): Likewise.
41929         (sco*): Likewise.
41930         (minix*): Likewise.
41931         (irix4*): Likewise.
41932         (irix6*): Likewise.
41933         (solaris[2-9]*): Likewise.
41934         (none): Likewise.
41935         * configure: Regenerated.
41937 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41939         [BZ #11521]
41940         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41941         overflow or cancellation in calculating denominator.
41942         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41943         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41944         down expression to avoid unexpected rounding in newer GCCs.
41945         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41947 2012-04-26  David S. Miller  <davem@davemloft.net>
41949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41950         long-double compat symbols.
41951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41956         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41957         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41958         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41960         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41962         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41963         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41965 2012-04-25  David S. Miller  <davem@davemloft.net>
41967         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41968         HWCAP_* values only after the memory barriers have been defined.
41969         (atomic_full_barrier): Define.
41970         (atomic_read_barrier): Define.
41971         (atomic_write_barrier): Define.
41973 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41975         * shlib-versions: Add libgcc_s version information.
41976         * sysdeps/generic/libgcc_s.h: Remove.
41977         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41978         libgcc_s.h.
41979         * sysdeps/gnu/unwind-resume.c: Likewise.
41980         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41982 2012-04-25  David S. Miller  <davem@davemloft.net>
41984         * sysdeps/unix/sparc/brk.S: Delete.
41985         * sysdeps/unix/sparc/dl-brk.S: Delete.
41986         * sysdeps/unix/sparc/pipe.S: Delete.
41987         * sysdeps/unix/sparc/sysdep.S: Delete.
41988         * sysdeps/unix/sparc/sysdep.h: Delete.
41989         * sysdeps/unix/sparc/vfork.S: Delete.
41990         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41991         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41992         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41993         (ret_ERRVAL, r0, r1, MOVE): Define.
41994         (JUMPTARGET): Remove.
41995         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41996         sysdeps/unix/sparc/sysdep.h
41997         (ENTRY, END): Remove.
41998         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42000 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42002         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42003         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42004         -DIS_IN_build.
42006         * timezone/README: Update upstream location and email address for
42007         tzcode and tzdata.
42008         * timezone/zdump.c: Update from tzcode 2012b.
42009         * timezone/zic.c: Likewise.
42011         * configure.in (libc_cv_as_needed): Remove test.
42012         * configure: Regenerated.
42013         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42014         conditional definition.
42015         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42016         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42017         * config.make.in (have-as-needed): Remove variable.
42019 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42020             Paul Pluzhnikov  <ppluzhnikov@google.com>
42022         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42023         strings correctly.
42025 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42027         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42028         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42029         * sysdeps/sh/strlen.S: Likewise.
42031 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42033         * sysdeps/unix/fork.S: Remove file.
42034         * sysdeps/unix/i386/fork.S: Likewise.
42035         * sysdeps/unix/sparc/fork.S: Likewise.
42037         * sysdeps/unix/system.c: Remove file.
42038         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42040         * sysdeps/unix/getegid.S: Remove file.
42041         * sysdeps/unix/geteuid.S: Likewise.
42043 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42045         * scripts/check-localplt.awk: New file.
42046         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42047         of diff.
42048         * scripts/data/localplt-generic.data: Add a comment.
42050         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42051         NODE when __dir_mkfile failed.
42052         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42053         Reported by Ludovic Courtès <ludo@gnu.org>.
42055 2012-04-24  Andreas Jaeger  <aj@suse.de>
42057         * Makerules (common-clean): Also remove gen-as-const-headers
42058         files.
42060 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42062         * Makerules (native-compile): Do not change working directory for
42063         build.  Use $(OUTPUT_OPTION) in command.
42064         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42066 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42068         [BZ #13886]
42069         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42070         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42071         * math/libm-test.inc (floor_test): Add more tests.
42072         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42074 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42076         * sysdeps/unix/getdents.c: Remove file.
42077         * sysdeps/unix/sysv/getdents.c: Likewise.
42078         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42080         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42081         sysdeps/unix/mman/syscalls.list.
42082         (mmap): Likewise.
42083         (mprotect): Likewise.
42084         (msync): Likewise.
42085         (munmap): Likewise.
42086         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42087         * sysdeps/unix/mman/syscalls.list: Remove.
42088         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42090         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42091         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42092         * configure: Regenerated.
42093         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42094         $(libgcc_s_suffix).
42095         * config.make.in (libgcc_s_suffix): Remove variable.
42097 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42099         * sysdeps/unix/sysv/gethostname.c: Move to ...
42100         * sysdeps/posix/gethostname.c: ... here.
42102         * sysdeps/unix/execve.S: Remove file.
42104         * sysdeps/unix/_exit.S: Remove file.
42106 2012-04-23  Andreas Jaeger  <aj@suse.de>
42108         [BZ #13739]
42109         * manual/Makefile: Remove make dist support, there's no
42110         need for a stand-alone documentation tar ball.
42111         (TEXI2DVI): Define always, it's not in Makeconfig.
42112         (dist): Removed.
42113         (tar-it): Removed.
42114         (edition): Removed.
42115         (glibc-doc-$(edition).tar): Removed
42116         (%.Z): Removed.
42117         (%.gz): Removed.
42118         (%.uu): Removed.
42119         (ETAGS): Remove, it's in Makeconfig.
42120         (move-if-change): Remove, it's in Makeconfig.
42122 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42124         [BZ #13970]
42125         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42126         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42127         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42128         (strtod_l, strtof_l, strtold_l): Remove __wur.
42129         It is not necessarily an error to ignore strtol's return value.
42130         One can reliably look at the stored endptr to decide whether
42131         the number had valid syntax.
42133 2012-04-21  Andreas Jaeger  <aj@suse.de>
42135         [BZ #13739]
42136         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42138 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42140         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42141         * sysdeps/unix/sysv/Versions: Remove file.
42143 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42145         [BZ #13927]
42146         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42148 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42150         [BZ #7064]
42151         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42152         version from __vm86.
42154 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42156         * sysdeps/unix/common/lxstat.c: Remove file.
42157         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42159         * sysdeps/unix/sysv/Makefile: Remove file.
42161         * sysdeps/unix/sysv/direct.h: Remove file.
42163         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42164         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42165         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42166         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42167         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42168         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42169         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42171         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42173         * sysdeps/unix/xmknod.c: Remove file.
42174         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42176         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42178         * sysdeps/unix/sysv/i386/time.S: Remove file.
42180         * sysdeps/unix/fxstat.c: Remove file.
42181         * sysdeps/unix/xstat.c: Likewise.
42182         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42184         * sysdeps/unix/sysv/sigaction.c: Remove file.
42186         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42187         (sysdep_headers): Remove variable.
42188         [termio.h not in sysdep_headers] (generated): Likewise.
42189         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42190         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42191         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42192         * sysdeps/unix/sysv/tcflow.c: Likewise.
42193         * sysdeps/unix/sysv/tcflush.c: Likewise.
42194         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42195         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42196         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42197         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42198         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42200         * sysdeps/unix/siglist.c: Remove file.
42202         * sysdeps/unix/getppid.S: Remove file.
42204         * sysdeps/unix/mkdir.c: Remove file.
42205         * sysdeps/unix/rmdir.c: Likewise.
42207 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42209         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42210         ERR_MAX value.
42211         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42212         errlist-compat value.
42214 2012-04-18  David S. Miller  <davem@davemloft.net>
42216         * sysdeps/generic/memcopy.h (reg_char): Delete.
42217         * debug/strcat_chk.c: Use char, not reg_char.
42218         * debug/strcpy_chk.c: Likewise.
42219         * debug/strncat_chk.c: Likewise.
42220         * debug/strncpy_chk.c: Likewise.
42221         * string/memchr.c: Likewise.
42222         * string/memrchr.c: Likewise.
42223         * string/rawmemchr.c: Likewise.
42224         * string/strcat.c: Likewise.
42225         * string/strchr.c: Likewise.
42226         * string/strchrnul.c: Likewise.
42227         * string/strcmp.c: Likewise.
42228         * string/strcpy.c: Likewise.
42229         * string/strncat.c: Likewise.
42230         * string/strncmp.c: Likewise.
42231         * string/strncpy.c: Likewise.
42233 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42235         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42236         __builtin_memcopy is called when src and dest ranges are known to not
42237         overlap.
42239 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42241         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42242         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42243         fwd_align_merge macro call.
42244         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42245         bwd_align_merge macro call.
42246         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42248 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42250         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42251         bwd_align_merge macros.
42252         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42253         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42254         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42256 2012-04-18  David S. Miller  <davem@davemloft.net>
42258         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42260 2012-04-18  Andreas Jaeger  <aj@suse.de>
42262         [BZ# 6794]
42263         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42264         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42265         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42267         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42268         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42269         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42271         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42272         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42273         Adjust for changed ldbl-128 files.
42275         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42276         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42277         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42279 2012-04-17  David S. Miller  <davem@davemloft.net>
42281         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42283 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42285         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42286         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42287         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42288         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42289         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42290         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42292 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42294         [BZ #6794]
42295         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42296         * math/libm-test.inc: Add ilogb errno and exception tests.
42297         * math/w_ilogb.c: New file: ilogb wrapper.
42298         * math/w_ilogbf.c: New file: ilogbf wrapper.
42299         * math/w_ilogbl.c: New file: ilogbl wrapper.
42300         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42301         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42302         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42303         exception being thrown with 0.0 as argument.
42304         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42305         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42306         exception being thrown with 0.0 as argument.
42307         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42308         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42309         exception being thrown with 0.0 as argument.
42310         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42311         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42312         exception being thrown with 0.0 as argument.
42313         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42314         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42315         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42316         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42317         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42318         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42319         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42320         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42321         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42323 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42325         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42326         with altivec.
42328 2012-04-16  Marek Polacek  <polacek@redhat.com>
42330         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42332 2012-04-16  Marek Polacek  <polacek@redhat.com>
42334         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42335         operands of fdivp instruction.
42337 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42339         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42340         * elf/tst-auditmod3b.c: Likewise.
42341         * elf/tst-auditmod4b.c: Likewise.
42342         * elf/tst-auditmod5b.c: Likewise.
42343         * elf/tst-auditmod6b.c: Likewise.
42344         * elf/tst-auditmod6c.c: Likewise.
42345         * elf/tst-auditmod7b.c: Likewise.
42346         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42347         * sysdeps/x86_64/preconfigure.in: Likewise.
42348         * sysdeps/x86_64/preconfigure: Regenerated.
42350 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42352         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42353         __ILP32__.
42355 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42357         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42358         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42360 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42362         [BZ #13973]
42363         * locale/iso-639.def: Fix gl language name. Spotted by
42364         Yaron Shahrabani.
42366 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42368         [BZ #2074]
42369         * libio/libio.h (__io_write_fn): Update comment.
42371 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42373         [BZ #2074]
42374         * stdio.texi (Hook Functions): The user provided writer function
42375         is not allowed to return -1.
42377 2012-04-11  David S. Miller  <davem@davemloft.net>
42379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42381 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42383         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42384         Add a leading slash to rtkaio.
42386 2012-04-11  Jim Meyering  <meyering@redhat.com>
42388         [BZ #11959]
42389         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42390         It is not necessarily an error to ignore fwrite's return
42391         value.  One can reliably use ferror to test for errors after
42392         the fact.
42394 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42396         * bits/types.h (__snseconds_t): New type.
42397         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42399         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42400         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42401         (__SNSECONDS_T_TYPE): Likewise.
42402         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42403         (__SNSECONDS_T_TYPE): Likewise.
42404         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42405         (__SNSECONDS_T_TYPE): Likewise.
42407 2012-04-10  Andreas Jaeger  <aj@suse.de>
42409         [BZ #2636]
42410         * manual/time.texi (Processor Time): Return type of times is
42411         elapsed real time since an arbitrary point in the past.
42412         (CPU Time): Move CLK_TCK from here...
42413         (Processor Time): ...to here.  Correct description.
42414         * manual/conf.texi (Constants for Sysconf): Correct description of
42415         _SC_CLK_TCK.
42417 2012-04-10  David S. Miller  <davem@davemloft.net>
42419         [BZ #13967]
42420         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42421         where the is a gap between DT_REL(A) and DT_JMPREL.
42423 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42425         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42426         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42427         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42429 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42431         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42432         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42433         (dl_main): Handle --inhibit-cache.
42434         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42435         _dl_inhibit_cache.
42436         * elf/dl-load.c (_dl_map_object): Use it.
42437         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42439 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42441         [BZ #13872]
42442         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42443         (__ieee754_powl): Saturate large exponents rather than testing for
42444         overflow of y*log2(x).
42445         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42446         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42447         exceptions.
42449         [BZ #11521]
42450         * math/s_ctan.c: Include <float.h>.
42451         (__ctan): Avoid internal overflow or cancellation in calculating
42452         denominator.
42453         * math/s_ctanf.c: Likewise.
42454         * math/s_ctanl.c: Likewise.
42455         * math/s_ctanh.c: Likewise.
42456         * math/s_ctanhf.c: Likewise.
42457         * math/s_ctanhl.c: Likewise.
42458         * math/libm-test.inc (ctan_test): Add more tests.
42459         (ctanh_test): Likewise.
42460         * sysdeps/i386/fpu/libm-test-ulps: Update.
42461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42463 2012-04-09  Andreas Jaeger  <aj@suse.de>
42465         [BZ #6894]
42466         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42467         is an optional BSD extension.
42469         [BZ #10254]
42470         * manual/stdio.texi (Opening Streams): Document additional fopen
42471         parameters.
42473 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42475         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42476         %eax without telling the compiler.
42478 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42480         [BZ # 13963]
42481         * manual/install.texi: Use sourceware.org.
42483 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42485         [BZ #13873]
42486         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42487         (__ieee754_pow): Generate overflow and underflow using huge*huge
42488         and tiny*tiny rather than just returning constant infinity or zero
42489         for large exponents.
42490         * math/libm-test.inc (pow_test): Require overflow exceptions for
42491         applicable cases of large exponents.
42493         [BZ #706]
42494         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42495         (__ieee754_pow): Use iterative multiplication algorithm only for
42496         integer exponents with absolute value below 1024.  Check for odd
42497         integer exponents when using algorithm for real exponents.
42498         * math/libm-test.inc (pow_test): Add more tests.
42499         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42501 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42503         [BZ #13705]
42504         * math/libm-test.inc (exp_test): Do not allow overflow exception
42505         on underflow test.
42507 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42509         [BZ #13705]
42510         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42511         instead of __kernel_standard_f.
42513 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42515         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42516         * sysdeps/x86_64/memset_chk.S: Likewise.
42518 2012-04-08  Andreas Jaeger  <aj@suse.de>
42520         [BZ #10153]
42521         * manual/startup.texi (Environment Access): Describe return value
42522         for putenv and setenv.
42524         [BZ #6895]
42525         * manual/filesys.texi (Directory Entries): Add description for
42526         DT_LNK.
42528         [BZ #6890]
42529         * manual/filesys.texi (Directory Entries): Clarify that it's file
42530         system not operating system in the description of DT_UNKNOWN.
42532         [BZ #6578]
42533         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42535 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42537         [BZ #6649]
42538         * manual/llio.texi (Opening and Closing Files): Add cross
42539         reference to explain mode argument.
42541 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42543         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42544         * sysdeps/x86_64/memset_chk.S: Likewise.
42546 2012-04-07  David S. Miller  <davem@davemloft.net>
42548         * elf/elf.h (R_SPARC_WDISP10): Define.
42549         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42550         R_SPARC_SIZE32.
42551         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42552         R_SPARC_SIZE64 and R_SPARC_H34.
42554 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42556         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42557         conditions and remove no longer applicable assertion.
42559 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42561         * bits/byteswap.h: Include <features.h>.
42562         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42563         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42565 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42567         * bits/byteswap.h (__bswap_16): Removed.
42568         Include <bits/byteswap-16.h> to get __bswap_16.
42569         * sysdeps/i386/bits/byteswap.h: Likewise.
42570         * sysdeps/s390/bits/byteswap.h: Likewise.
42571         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42572         * bits/byteswap-16.h: New file.
42573         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42574         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42575         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42576         * string/Makefile (headers): Add bits/byteswap-16.h.
42578 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42580         [BZ #13895]
42581         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42582         extra indirection.
42583         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42584         * nss/tst-nss-static.c: New.
42586 2012-04-06  Robert Millan  <rmh@gnu.org>
42588         [BZ #6486]
42589         * manual/llio.texi (File Position Primitive): lseek
42590         refers to WHENCE when it really means OFFSET.
42592 2012-04-06  Andreas Jaeger  <aj@suse.de>
42594         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42595         strncmp declarations.
42597         * abilist/libc.abilist: Add __poll and __ppoll.
42599 2012-04-05  David S. Miller  <davem@davemloft.net>
42601         * scripts/check-local-headers.sh: Accept a host triplet in the
42602         path matched by the exclude regexp.
42604         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42605         definition.
42606         * sysdeps/powerpc/powerpc32/dl-machine.h
42607         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42608         * sysdeps/s390/s390-32/dl-machine.h
42609         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42610         * sysdeps/sparc/sparc32/dl-machine.h
42611         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42612         * sysdeps/sparc/sparc64/dl-machine.h
42613         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42615         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42616         lazy binding.
42617         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42618         undefined symbol errors.
42620         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42621         DT_NEEDED entries.
42623 2012-04-05  Michael Matz  <matz@suse.de>
42625         [BZ #13592]
42626         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42628 2012-04-05  Andreas Jaeger  <aj@suse.de>
42630         [BZ #13908]
42631         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42632         comment.
42634 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42636         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42637         which ROUND is no valid rounding mode.
42639 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42641         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42642         read again.
42643         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42645 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42647         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42648         an exception using FPU order intentionally.
42650 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42652         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42653         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42654         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42655         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42657 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42659         [BZ #12340]
42660         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42661         EINVAL when BUFLEN is too smal.
42663 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42665         [BZ #13553]
42666         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42667         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42669 2012-04-03  Andreas Jaeger  <aj@suse.de>
42671         [BZ #13938]
42672         * manual/setjmp.texi (System V contexts): Fix sentence.
42674         [BZ #13926]
42675         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42676         New macro for this case.
42677         [!__GNUC__] (__bswap_64): New inline function for this case.
42678         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42679         * bits/byteswap.h: Likewise.
42680         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42681         ull, guard with __GLIBC_HAVE_LONG_LONG.
42683         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42684         __GLIBC_HAVE_LONG_LONG.
42686         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42687         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42689 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42691         [BZ #13691]
42692         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42693         inptr and inend, rather than using last_ch.
42695 2012-04-02  David S. Miller  <davem@davemloft.net>
42697         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42698         * stdio-common/printf-parse.h (read_int): Change return type to
42699         'int', return -1 on INT_MAX overflow.
42700         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42701         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42702         overflows INT_MAX.  Check for overflow of in-format-string precision
42703         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42704         SIZE_MAX not INT_MAX for integer overflow test.
42705         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42706         skip the construct in the format string but do not record anything.
42707         * stdio-common/bug22.c: Adjust to test both width/prevision
42708         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42709         explicitly for proper errno values.
42711 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42713         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42714         CHAR_MAX.
42715         * string/test-strcmp.c [! WIDE]: Likewise.
42716         * time/tst-mktime2.c: Likewise for INT_MAX.
42717         * string/test-string.h: #include <sys/param.h> for MIN.
42719         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42720         * sysdeps/i386/init-first.c (init): Likewise.
42721         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42722         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42723         * sysdeps/sh/init-first.c (init): Likewise.
42725 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42727         * po/ru.po: Update from translation team.
42728         * po/vi.po: Likewise.
42730 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42732         * resolv/nss_dns/dns-host.c: Merge copyright years.
42734 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42736         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42737         Optimize memcpy with prefetch if
42738         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42739         src, dst pointers have unequal 16 byte alignments.
42741 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42743         [BZ #13928]
42744         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42745         from a CNAME entry and return the minimum ttl for the query.
42746         (gaih_getanswer_slice): Likewise.
42748 2012-03-30  Jeff Law  <law@redhat.com>
42750         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42751         due to long keys.
42752         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42753         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42755         * resolv/nss_dns/dns-host.c: Update copyright year.
42757 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42759         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42760         requests to save a system call.  Fix check that all bytes are sent.
42762         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42763         comments for sendmmsg.
42765 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42767         [BZ #13691]
42768         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42769         with only 1 character between 0x0041 and 0x01b0.
42770         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42771         * wcsmbs/tst-mbsnrtowcs.c: New file.
42773 2012-03-29  David S. Miller  <davem@davemloft.net>
42775         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42776         small copies by hand.
42778 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42780         [BZ #13761]
42781         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42782         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42783         group memberships.
42785 2012-03-28  David S. Miller  <davem@davemloft.net>
42787         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42788         that branches into memcpy.
42789         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42790         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42791         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42792         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42793         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42794         bits.
42795         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42796         implementation too.
42797         * sysdeps/sparc/mempcpy.S: New file.
42799         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42800         the IFUNC routine in the libc case.
42801         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42803         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42804         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42805         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42806         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42807         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42808         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42809         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42810         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42812         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42813         loop to 256 bytes instead of 64 bytes and fix test signedness.
42815         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42816         * sysdeps/sparc/sparc32/Makefile: rather than here...
42817         * sysdeps/sparc/sparc64/Makefile: and here.
42819 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42821         * malloc/mallocbug.c: Avoid warnings about unused variables.
42823 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42825         [BZ #13760]
42826         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42827         in the right place. Discard and retry query if response is
42828         larger than input buffer size.
42830 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42832         [BZ #369]
42833         [BZ #2678]
42834         [BZ #3866]
42835         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42836         x for large integer exponent.
42837         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42838         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42839         sign of result as needed afterwards.
42840         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42841         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42842         result for underflowing pow the same as for overflow.
42843         (__kernel_standard_l): Handle powl overflow and underflow here
42844         rather than calling __kernel_standard.
42845         * math/libm-test.inc (pow_test): Add more tests.
42847         [BZ #3868]
42848         [BZ #13879]
42849         [BZ #13910]
42850         [BZ #13911]
42851         [BZ #13912]
42852         [BZ #13913]
42853         [BZ #13915]
42854         [BZ #13916]
42855         [BZ #13917]
42856         [BZ #13918]
42857         [BZ #13919]
42858         [BZ #13920]
42859         [BZ #13921]
42860         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42861         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42862         (__kernel_standard_l): New function.
42863         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42864         __kernel_standard.
42865         * math/w_acosl.c (__acosl): Likewise.
42866         * math/w_asinl.c (__asinl): Likewise.
42867         * math/w_atan2l.c (__atan2l): Likewise.
42868         * math/w_atanhl.c (__atanhl): Likewise.
42869         * math/w_coshl.c (__coshl): Likewise.
42870         * math/w_exp10l.c (__exp10l): Likewise.
42871         * math/w_exp2l.c (__exp2l): Likewise.
42872         * math/w_fmodl.c (__fmodl): Likewise.
42873         * math/w_hypotl.c (__hypotl): Likewise.
42874         * math/w_j0l.c (__j0l, __y0l): Likewise.
42875         * math/w_j1l.c (__j1l, __y1l): Likewise.
42876         * math/w_jnl.c (__jnl, __ynl): Likewise.
42877         * math/w_lgammal.c (__lgammal): Likewise.
42878         * math/w_log10l.c (__log10l): Likewise.
42879         * math/w_log2l.c (__log2l): Likewise.
42880         * math/w_logl.c (__logl): Likewise.
42881         * math/w_powl.c (__powl): Likewise.
42882         * math/w_remainderl.c (__remainderl): Likewise.
42883         * math/w_scalbl.c (sysv_scalbl): Likewise.
42884         * math/w_sinhl.c (__sinhl): Likewise.
42885         * math/w_sqrtl.c (__sqrtl): Likewise.
42886         * math/w_tgammal.c (__tgammal): Likewise.
42887         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42888         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42889         * math/libm-test.inc (acos_test): Add more tests.
42890         (acosh_test): Likewise.
42891         (asin_test): Likewise.
42892         (atanh_test): Likewise.
42893         (exp_test): Likewise.
42894         (exp10_test): Likewise.
42895         (exp2_test): Likewise.
42896         (expm1_test): Likewise.
42897         (lgamma_test): Likewise.
42898         (log_test): Likewise.
42899         (log10_test): Likewise.
42900         (log1p_test): Likewise.
42901         (log2_test): Likewise.
42902         (pow_test): Do not allow some spurious overflow exceptions.
42903         (sqrt_test): Add more tests.
42904         (tgamma_test): Likewise.
42905         (y0_test): Likewise.
42906         (y1_test): Likewise.
42907         (yn_test): Likewise.
42909 2012-03-27  Anton Blanchard  <anton@samba.org>
42911         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42912         MAP_HUGETLB.
42913         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42914         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42915         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42917 2012-03-27  David S. Miller  <davem@davemloft.net>
42919         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42921         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42922         have-as-vis3 check.
42924 2012-03-27  Andreas Jaeger  <aj@suse.de>
42926         * sysdeps/x86_64/elf/configure.in: Moved to ...
42927         * sysdeps/x86_64/configure.in: ... here.
42928         * sysdeps/x86_64/elf/start.S: Moved to ...
42929         * sysdeps/x86_64/start.S: ... here.
42930         * sysdeps/x86_64/elf/configure: Delete.
42932         * sysdeps/x86_64/configure.in: Merge contents from
42933         sysdeps/i386/configure.in (without i686 check).
42935         * sysdeps/i386/elf/Versions: Merge into ...
42936         * sysdeps/i386/Versions: ... this.
42937         * sysdeps/i386/elf/Versions: Delete file.
42938         * sysdeps/i386/elf/start.S: Moved to ...
42939         * sysdeps/i386/start.S: ...here.
42940         * sysdeps/i386/elf/configure.in: Merge into...
42941         * sysdeps/i386/configure.in: ...here.
42942         * sysdeps/i386/elf/configure.in: Delete file.
42943         * sysdeps/i386/elf/configure: Delete file.
42945         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42946         * debug/backtracesyms.c: ... here.
42947         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42948         * debug/backtracesymsfd.c: ... here.
42949         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42950         * sysdeps/generic/ifunc-sel.h: ... here.
42952         * sysdeps/unix/i386/start.c: Delete file.
42953         * sysdeps/unix/sparc/start.c: Delete file.
42954         * sysdeps/unix/start.c: Delete file.
42956         * sysdeps/sh/elf/configure.in: Moved to ...
42957         * sysdeps/sh/configure.in: ... here.
42958         * sysdeps/sh/elf/start.S: Moved to ...
42959         * sysdeps/sh/start.S: ... here.
42960         * sysdeps/sh/elf/configure: Delete file.
42962         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42963         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42964         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42965         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42966         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42967         * sysdeps/powerpc/powerpc64/start.S: here.
42968         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42969         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42970         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42971         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42972         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42974         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42975         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42976         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42977         * sysdeps/powerpc/powerpc32/start.S: ... here.
42978         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42979         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42980         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42982         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42983         * sysdeps/powerpc/ifunc-sel.h: ... here.
42984         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42985         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42987         * sysdeps/sparc/elf/configure.in: Moved to ...
42988         * sysdeps/sparc/configure.in: ... here.
42989         * sysdeps/sparc/elf/configure: Delete file.
42990         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42991         * sysdeps/sparc/sparc32/start.S: ... here.
42992         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42993         * sysdeps/sparc/sparc64/start.S: ... here.
42994         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42995         * sysdeps/sparc/sparc32/Makefile: ... this.
42996         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42997         * sysdeps/sparc/sparc64/Makefile: ... this.
42999         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43000         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43001         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43002         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43003         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43004         * sysdeps/s390/s390-32/setjmp.S: ... here.
43005         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43006         * sysdeps/s390/s390-32/configure.in: ... here.
43007         * sysdeps/s390/s390-32/elf/configure: Delete file.
43008         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43009         * sysdeps/s390/s390-32/start.S: ... here.
43011         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43012         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43013         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43014         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43015         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43016         * sysdeps/s390/s390-64/setjmp.S: ... here.
43017         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43018         * sysdeps/s390/s390-64/configure.in: ... here
43019         * sysdeps/s390/s390-64/elf/configure: Delete file.
43020         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43021         * sysdeps/s390/s390-64/start.S: ... here.
43022         * sysdeps/s390/s390-64/elf/configure: Delete.
43024         * configure.in: Remove support for elf directories in sysdeps.
43026         * configure: Regenerated.
43027         * sysdeps/i386/configure: Regenerated.
43028         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43029         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43030         * sysdeps/s390/s390-32/configure: Regenerated.
43031         * sysdeps/s390/s390-64/configure: Regenerated.
43032         * sysdeps/sh/configure: Regenerated.
43033         * sysdeps/sparc/configure: Regenerated.
43034         * sysdeps/x86_64/configure: Regenerated.
43036 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43040         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43041         denormal result into account.
43043 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43045         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43046         Reported by Allan McRae <allan@archlinux.org>.
43048 2012-03-23  Jeff Law  <law@redhat.com>
43050         * nss/getnssent.c (__nss_getent): Fix typo.
43052 2012-03-23  David S. Miller  <davem@davemloft.net>
43054         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43056 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43058         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43059         to pad to uint64_t for each field.
43060         (dl_tls_index): Replace unsigned long with uint64_t.
43062 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43063         Paul Pluzhnikov  <ppluzhnikov@google.com>
43065         [BZ #6528]
43066         * grp/Makefile (otherlibs): Don't set it.
43067         * inet/Makefile (otherlibs): Likewise.
43068         * login/Makefile (otherlibs): Likewise.
43069         * nscd/Makefile (otherlibs): Likewise.
43070         * posix/Makefile (otherlibs): Likewise.
43071         * pwd/Makefile (otherlibs): Likewise.
43072         * rt/Makefile (otherlibs): Likewise.
43073         * sunrpc/Makefile (otherlibs): Likewise.
43074         * nss/Makefile (otherlibs): Likewise.
43075         Add libnss_files to routines and static-only-routines.
43076         ($(objpfx)getent): Remove rule.
43077         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43078         static-only-routines.
43080 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43082         [BZ #13892]
43083         * math/s_cexp.c: Include <float.h>.
43084         (__cexp): Handle exp result overflowing not necessarily
43085         overflowing both real and imaginary parts of result.
43086         * math/s_cexpf.c: Likewise.
43087         * math/s_cexpl.c: Likewise.
43088         * math/libm-test.inc (cexp_test): Add more tests.
43089         * sysdeps/i386/fpu/libm-test-ulps: Update.
43090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43092 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43094         * include/link.h (ELFW): New macro.
43095         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43096         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43098 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43100         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43101         with uint64_t.
43103 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43105         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43106         declaration.
43107         (struct La_x32_retval): Likewise.
43109 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43111         * sysdeps/x86_64/preconfigure.in: New file.
43112         * sysdeps/x86_64/preconfigure: New generated file.
43114 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43116         [BZ #13824]
43117         * math/e_exp2l.c: Include <float.h>.
43118         (__ieee754_exp2l): Handle overflow and underflow cases
43119         separately.  Only pass fractional part of argument to
43120         __ieee754_expl.
43121         * math/libm-test.inc (exp2_test): Add more tests.
43123         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43124         negating x to take absolute value.
43125         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43126         Likewise.
43127         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43128         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43129         Likewise.
43130         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43131         computing low part if x was negated.
43132         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43134 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43136         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43137         la_x32_gnu_pltexit.
43138         (pltexit): Cast int_retval to ptrdiff_t.
43139         * elf/tst-auditmod3b.c: Likewise.
43140         * elf/tst-auditmod4b.c: Likewise.
43141         * elf/tst-auditmod5b.c: Likewise.
43142         * elf/tst-auditmod6b.c: Likewise.
43143         * elf/tst-auditmod6c.c: Likewise.
43144         * elf/tst-auditmod7b.c: Likewise.
43146         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43147         and x32_gnu_pltexit.
43149         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43150         __ELF_NATIVE_CLASS.
43151         (La_x32_regs): New macro.
43152         (La_x32_retval): Likewise.
43153         (la_x32_gnu_pltenter): New function prototype.
43154         (la_x32_gnu_pltexit): Likewise.
43156 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43158         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43159         exponent.
43161         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43163         * configure.in (libc_cv_cc_nofma): Check for option to disable
43164         generation of FMA instructions.
43165         * configure: Regenerate.
43166         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43167         * sysdeps/ieee754/dbl-64/Makefile: New file.
43168         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43169         Remove brandred-fma4.
43170         (CFLAGS-brandred-fma4.c): Remove.
43171         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43172         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43173         define.
43174         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43175         define.
43177 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43179         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43180         LLONG_MAX != LONG_MAX.
43181         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43182         (_fitoa_word): Likewise.
43183         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43184         LLONG_MAX != LONG_MAX.
43185         * stdio-common/_itowa.h: Include <_itoa.h>.
43186         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43187         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43188         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43189         only if not defined.
43190         (_ITOA_WORD_TYPE): Likewise.
43191         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43192         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43194 2012-03-21  David S. Miller  <davem@davemloft.net>
43196         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43198 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43200         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43201         of x86_64 when setting libc_cv_slibdir, libdir and
43202         libc_cv_localedir.
43203         * sysdeps/unix/sysv/linux/configure: Regenerated.
43205 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43207         * manual/lang.texi (Old Varargs): Remove section.
43208         (How Variadic): Update menu.
43209         (va_start): Do not mention varargs.h.
43211 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43212             Joseph Myers  <joseph@codesourcery.com>
43214         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43215         link test.
43216         * configure: Regenerated.
43218 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43220         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43221         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43222         conformtest.pl
43224 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43226         * NOTES: Remove.
43227         * Makefile (files-for-dist): Remove NOTES.
43228         (NOTES): Remove rule.
43229         * README: Don't refer to NOTES.
43230         * manual/creature.texi: Don't include macros.texi.
43231         * manual/intro.texi (creature.texi): Remove comment referring to
43232         NOTES.
43234         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43235         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43236         * configure: Regenerated.
43237         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43238         LIBC_TRY_CC_OPTION.
43239         (libc_cv_as_i686): Likewise.
43240         (libc_cv_cc_avx): Likewise.
43241         (libc_cv_cc_sse2avx): Likewise.
43242         (libc_cv_cc_fma4): Likewise.
43243         (libc_cv_cc_novzeroupper): Likewise.
43244         * sysdeps/i386/configure: Regenerated.
43246         [BZ #13883]
43247         * sysdeps/i386/fpu/s_cexp.S: Remove.
43248         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43249         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43250         * math/libm-test.inc (cexp_test): Add more tests.
43251         * sysdeps/i386/fpu/libm-test-ulps: Update.
43252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43254 2012-03-21  Allan McRae  <allan@archlinux.org>
43256         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43258 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43260         [BZ #13871]
43261         * math/w_exp2.c: Do not include <float.h>.
43262         (o_threshold, u_threshold): Remove.
43263         (__exp2): Calculate result before checking finiteness and calling
43264         __kernel_standard.
43265         * math/w_exp2f.c: Likewise.
43266         * math/w_exp2l.c: Likewise.
43267         * math/libm-test.inc (exp2_test): Require overflow exception for
43268         1e6 input.
43270         [BZ #3866]
43271         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43272         range of signed 64-bit integers before using fistpll.  Remove
43273         checks for whether integers fit in mantissa bits.
43274         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43275         the range of signed 32-bit integers before using fistpl.  Remove
43276         checks for whether integers fit in mantissa bits.
43277         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43278         (__ieee754_powl): Test for y outside the range of signed 64-bit
43279         integers before using fistpll.  Reduce 64-bit values to 63-bit
43280         ones as needed.
43281         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43282         divide-by-zero is raised for zero to large negative powers.
43283         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43284         (__ieee754_powl): Test for y outside the range of signed 64-bit
43285         integers before using fistpll.  Reduce 64-bit values to 63-bit
43286         ones as needed.
43287         * math/libm-test.inc (pow_test): Add more tests.
43289 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43291         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43292         <stdio-common/_itoa.h>.
43293         * debug/segfault.c: Likewise.
43294         * elf/dl-cache.c: Likewise.
43295         * elf/dl-minimal.c: Likewise.
43296         * elf/dl-misc.c: Likewise.
43297         * elf/dl-sysdep.c: Likewise.
43298         * elf/dl-version.c: Likewise.
43299         * elf/rtld.c: Likewise.
43300         * hurd/hurdsock.c: Likewise.
43301         * hurd/lookup-retry.c: Likewise.
43302         * malloc/malloc.c: Likewise.
43303         * malloc/mtrace.c: Likewise.
43304         * nscd/nscd_getgr_r.c: Likewise.
43305         * nscd/nscd_getpw_r.c: Likewise.
43306         * nscd/nscd_getserv_r.c: Likewise.
43307         * posix/getopt_init.c: Likewise.
43308         * posix/wordexp.c: Likewise.
43309         * stdio-common/_itoa.c: Likewise.
43310         * stdio-common/printf_fphex.c: Likewise.
43311         * stdio-common/vfprintf.c: Likewise.
43312         * string/_strerror.c: Likewise.
43313         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43314         * sysdeps/i386/i686/hp-timing.h: Likewise.
43315         * sysdeps/mach/_strerror.c: Likewise.
43316         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43317         * sysdeps/mach/hurd/sethostid.c: Likewise.
43318         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43319         * sysdeps/mach/xpg-strerror.c: Likewise.
43320         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43321         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43322         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43323         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43324         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43325         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43326         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43327         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43328         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43329         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43330         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43331         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43332         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43333         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43334         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43335         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43336         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43337         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43338         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43339         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43340         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43342         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43344         * stdio-common/_itoa.h: Moved to ...
43345         * sysdeps/generic/_itoa.h: Here.
43347         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43349         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43350         instead of "_itoa.h" and "_itowa.h".
43351         * stdio-common/vfprintf.: Likewise.
43353 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43355         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43356         <bits/wordsize.h>.
43357         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43358         (__signbit): Likwise.
43359         (llrintf): Likwise.
43360         (llrint): Likwise.
43362 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43364         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43365         __WORDSIZE != 64.
43367 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43369         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43370         OVERFLOW_EXCEPTION_OK.
43371         * math/libm-test.inc ("Philosophy"): Update comment about
43372         exception testing.
43373         (OVERFLOW_EXCEPTION): Define.
43374         (OVERFLOW_EXCEPTION_OK): Likewise.
43375         (INVALID_EXCEPTION_OK): Renumber.
43376         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43377         (IGNORE_ZERO_INF_SIGN): Likewise.
43378         (test_exceptions): Handle FE_OVERFLOW.
43379         (exp10_test): Expect overflow exceptions.
43380         (exp2_test): Likewise.
43381         (expm1_test): Likewise.
43382         (nextafter_test): Likewise.
43383         (pow_test): Likewise.
43384         (scalbn_test): Likewise.
43385         (scalbln_test): Likewise.
43387 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43389         * sysdeps/x86_64/bits/atomic.h
43390         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43391         64bit integer.
43392         (atomic_exchange_acq): Likewise.
43393         (__arch_exchange_and_add_body): Likewise.
43394         (__arch_add_body): Likewise.
43395         (atomic_add_negative): Likewise.
43396         (atomic_add_zero): Likewise.
43398 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43400         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43401         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43403 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43405         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43406         Check __x86_64__ instead of __WORDSIZE.
43408 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43410         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43412 2012-03-19  David S. Miller  <davem@davemloft.net>
43414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43416         * sysdeps/sparc/fpu/fenv_private.h: New file.
43417         * sysdeps/sparc/fpu/math_private.h: Use it.
43418         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43419         Remove.
43420         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43421         (libc_feholdexcept_setroundl): Remove.
43422         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43423         Remove.
43424         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43425         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43427 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43429         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43430         int64_t instead of long int.
43431         (INSERT_WORDS64): Likwise.
43433 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43435         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43436         _Unwind_GetCFA return to _Unwind_Ptr first.
43438 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43440         [BZ #13629]
43441         * math/s_clog.c: Include <float.h>.
43442         (__clog): Scale large or subnormal inputs.
43443         * math/s_clogf.c: Likewise.
43444         * math/s_clogl.c: Likewise.
43445         * math/s_clog10.c: Include <float.h>.
43446         (M_LOG10_2): Define.
43447         (__clog10): Scale large or subnormal inputs.
43448         * math/s_clog10f.c: Likewise.
43449         * math/s_clog10l.c: Likewise.
43450         * math/libm-test.inc (clog_test): Add more tests.
43451         (clog10_test): Likewise.
43452         * sysdeps/i386/fpu/libm-test-ulps: Update.
43453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43455         [BZ #11451]
43456         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43457         x and y.
43458         * math/libm-test.inc (atan2_test): Add another test.
43460         * Makerules (common-objdir-compile): Remove.
43461         * sysdeps/unix/Makefile (config-generated): Do not add
43462         $(unix-generated) to variable.
43463         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43464         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43465         Remove rule.
43466         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43467         Likewise.
43468         [generic bits/local_lim.h] (before-compile): Do not append to
43469         variable.
43470         [generic bits/local_lim.h] (common-generated): Likewise.
43471         [generic sys/param.h] (before-compile): Do not append to variable.
43472         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43473         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43474         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43475         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43476         include.
43477         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43478         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43479         [generic sys/param.h] ($(addprefix
43480         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43481         [generic sys/param.h] (common-generated): Do not append to
43482         variable.
43483         [generic sys/param.h] (sysdep_headers): Likewise.
43484         [generic bits/errno.h] (before-compile): Do not append to
43485         variable.
43486         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43487         rule.
43488         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43489         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43490         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43491         [generic bits/errno.h] (common-generated): Do not append to
43492         variable.
43493         [generic bits/ioctls.h] (before-compile): Do not append to
43494         variable.
43495         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43496         rule.
43497         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43498         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43499         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43500         rule.
43501         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43502         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43503         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43504         [generic bits/ioctls.h] (common-generated): Do not append to
43505         variable.
43506         [generic sys/syscall.h] (syscall.h): Remove variable.
43507         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43508         rule.
43509         [generic sys/syscall.h] (before-compile): Do not append to
43510         variable.
43511         [generic sys/syscall.h] (common-generated): Likewise.
43512         * sysdeps/unix/errnos-tmpl.c: Remove file.
43513         * sysdeps/unix/errnos.awk: Likewise.
43514         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43515         * sysdeps/unix/ioctls.awk: Likewise.
43516         * sysdeps/unix/mk-local_lim.c: Likewise.
43517         * sysdeps/unix/snarf-ioctls: Likewise.
43519 2012-03-19  Richard Henderson  <rth@twiddle.net>
43521         * sysdeps/i386/fpu/fenv_private.h: New file.
43522         * sysdeps/i386/fpu/math_private.h: Use it.
43523         (math_opt_barrier, math_force_eval): Remove.
43524         (libc_feholdexcept_setround_53bit): Remove.
43525         (libc_feupdateenv_53bit): Remove.
43526         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43527         (math_opt_barrier, math_force_eval): Remove.
43528         (libc_feholdexcept): Remove.
43529         (libc_feholdexcept_setround): Remove.
43530         (libc_fetestexcept, libc_fesetenv): Remove.
43531         (libc_feupdateenv_test): Remove.
43532         (libc_feupdateenv, libc_feholdsetround): Remove.
43533         (libc_feresetround): Remove.
43535         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43536         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43538         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43539         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43540         (libc_feupdateenv_testl): New.
43541         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43542         (libc_feupdateenv_testf): New.
43543         (libc_feupdateenv): Use libc_feupdateenv_test.
43544         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43545         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43547         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43548         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43549         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43550         (libc_feresetround_noex): New.
43551         (libc_feresetround_noexf): New.
43552         (libc_feresetround_noexl): New.
43553         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43554         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43555         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43556         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43557         SET_RESTORE_ROUND.
43558         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43559         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43560         (__cos): Likewise.
43561         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43562         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43563         SET_RESTORE_ROUND_NOEX.
43564         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43565         SET_RESTORE_ROUND_NOEXF.
43566         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43567         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43568         (libc_feholdsetroundf): New.
43569         (libc_feresetround, libc_feresetroundf): New.
43571         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43572         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43573         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43575         * sysdeps/generic/math_private.h: Include <fenv.h>.
43576         (default_libc_feholdexcept): New.
43577         (default_libc_feholdexcept_setround): New.
43578         (default_libc_fesetenv, default_libc_feupdateenv): New.
43579         (libc_feholdexcept): Only define if undefined.
43580         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43581         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43582         (libc_feholdexcept_setroundl): Likewise.
43583         (libc_feholdexcept_setround_53bit): Likewise.
43584         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43585         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43586         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43587         (libc_feupdateenv_53bit): Likewise.
43588         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43589         (libc_feholdexcept): Convert from macro to inline function.
43590         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43591         (libc_fesetenv, libc_feupdateenv): Likewise.
43593         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43594         not previously defined.
43595         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43596         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43597         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43598         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43599         * sysdeps/ieee754/flt-32/math_private.h: New file.
43600         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43601         math_private.h below SET_FLOAT_WORD.
43602         (__isnan, __isinf_ns, __finite): Remove.
43603         (__isnanf, __isinf_nsf, __finitef): Remove.
43605 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43609 2012-03-17  David S. Miller  <davem@davemloft.net>
43611         [BZ #6471]
43612         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43613         for 2.16.
43615 2012-03-16  David S. Miller  <davem@davemloft.net>
43617         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43618         warnings.
43620         [BZ #6471]
43621         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43622         properly.
43623         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43624         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43625         sysdep_routines when subdir is sysvipc.
43626         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43627         __getshmlba helper.
43629         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43631 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43633         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43634         [__LP64__].
43636 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43638         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43639         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43640         (__lround): Renamed to ...
43641         (__llround): This.  Replace long int with long long int.
43642         Define lround functions as aliases of llround functions.
43643         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43645 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43647         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43648         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43649         adresses to uintptr_t.  Replace "long int" and "unsigned long
43650         int" with "greg_t" on va_arg.
43652 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43654         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43655         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43657         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43658         Move e_machine check before EI_CLASS check.  Handle x32
43659         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43660         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43661         SKIP_EM_IA_64 and include
43662         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43664         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43665         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43666         (add_system_dir): New macro.
43668         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43669         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43671 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43673         [BZ #2551]
43674         [BZ #2552]
43675         [BZ #2553]
43676         [BZ #2554]
43677         [BZ #2562]
43678         [BZ #2563]
43679         [BZ #2565]
43680         [BZ #2566]
43681         [BZ #2576]
43682         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43683         (y0): Likewise.
43684         * math/w_j0f.c (j0f): Likewise.
43685         (y0f): Likewise.
43686         * math/w_j0l.c (__j0l): Likewise.
43687         (__y0l): Likewise.
43688         * math/w_j1.c (j1): Likewise.
43689         (y1): Likewise.
43690         * math/w_j1f.c (j1f): Likewise.
43691         (y1f): Likewise.
43692         * math/w_j1l.c (__j1l): Likewise.
43693         (__y1l): Likewise.
43694         * math/w_jn.c (jn): Likewise.
43695         (yn): Likewise.
43696         * math/w_jnf.c (jnf): Likewise.
43697         (ynf): Likewise.
43698         * math/w_jnl.c (__jnl): Likewise.
43699         (__ynl): Likewise.
43700         * math/libm-test.inc (j0_test): Add more tests.
43701         (j1_test): Likewise.
43702         (jn_test): Likewise.  Add trailing semicolon to existing test.
43703         (y0_test): Likewise.
43704         (y1_test): Likewise.
43705         * sysdeps/i386/fpu/libm-test-ulps: Update.
43706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43708         [BZ #13851]
43709         [BZ #13854]
43710         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43711         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43712         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43713         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43714         (__tanl): Set errno for infinite argument.
43715         * sysdeps/i386/fpu/mptan.c: Remove.
43716         * sysdeps/i386/fpu/s_tan.S: Likewise.
43717         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43718         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43719         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43720         * math/libm-test.inc (tan_test): Add more tests and enable more
43721         tests for double and long double.
43722         * sysdeps/i386/fpu/libm-test-ulps: Update.
43723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43725 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43727         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43728         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43730 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43732         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43733         * configure.in: Use it for both main tree and add-ons.
43734         * configure: Regenerated.
43736 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43738         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43740 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43742         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43743         in comment.
43745         [BZ #13851]
43746         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43747         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43748         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43749         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43750         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43751         infinite argument.
43752         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43753         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43754         != 0 for prec == 2.
43755         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43756         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43757         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43758         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43759         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43760         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43761         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43762         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43763         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43764         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43765         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43766         * math/libm-test.inc (cos_test): Add more tests and enable more
43767         tests for long double.
43768         (sin_test): Likewise.
43769         (sincos_test): Likewise.
43770         * sysdeps/i386/fpu/libm-test-ulps: Update.
43771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43773 2012-03-16  David S. Miller  <davem@davemloft.net>
43775         * sysdeps/sparc/fpu/math_private.h: New file.
43777 2012-03-15  David S. Miller  <davem@davemloft.net>
43779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43780         file.
43781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43783         file.
43784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43785         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43786         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43787         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43788         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43789         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43790         sysdep routines.
43791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43793         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43794         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43796         * sysdeps/sparc/sparc-ifunc.h: New file.
43797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43798         sparc-ifunc.h
43799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43801         Likewise.
43802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43803         Likewise.
43804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43805         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43807         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43808         Likewise.
43809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43814         Likewise.
43815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43816         Likewise.
43817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43821         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43822         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43823         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43824         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43825         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43826         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43827         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43828         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43829         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43830         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43831         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43832         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43833         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43834         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43835         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43836         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43837         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43838         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43839         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43840         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43842 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43844         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43845         scaling.
43846         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43848 2012-03-15  Andreas Jaeger  <aj@suse.de>
43850         [BZ #13852]
43851         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43852         ieee754/flt-32 implementation for sin, cos and sincos.
43853         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43854         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43855         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43856         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43857         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43858         ieee754/flt-32 implementation for tan.
43860         * math/libm-test.inc (cos_test): Enable some large input tests for
43861         float as well
43862         (sin_test): Likewise.
43863         (sincos_test): Likewise.
43864         (tan_test): Add tests for large input.
43866         * sysdeps/i386/fpu/libm-test-ulps: Update.
43868 2012-03-15  Andreas Jaeger  <aj@suse.de>
43870         [BZ #13658]
43871         * math/libm-test.inc (cos_test): Add more test cases.
43872         (sin_test): Likewise.
43873         (sincos_test): Likewise.
43875 2012-03-15  Andreas Jaeger  <aj@suse.de>
43877         [BZ #13837]
43878         * math/libm-test.inc (cos_test): Add a test case for large input
43879         value.
43880         (sin_test): Likewise.
43881         (sincos_test): Likewise.
43883 2012-03-15  Andreas Jaeger  <aj@suse.de>
43884             Joseph Myers  <joseph@codesourcery.com>
43886         [BZ #13658]
43887         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43888         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43889         * sysdeps/i386/fpu/branred.c: Likewise.
43890         * sysdeps/i386/fpu/dosincos.c: Likewise.
43891         * sysdeps/i386/fpu/mpa.c: Likewise.
43892         * sysdeps/i386/fpu/s_cos.S: Likewise.
43893         * sysdeps/i386/fpu/s_sin.S: Likewise.
43894         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43895         * sysdeps/i386/fpu/sincos32.c: Likewise.
43897         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43898         Define.
43899         (libc_feupdateenv_53bit): Define.
43900         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43901         Define.
43902         (libc_feupdateenv_53bit): Define.
43904         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43905         53 bit (without extend i386 double precision).
43907         * math/libm-test.inc (sincos_test): Add tests for large input.
43908         (sin): Likewise.
43909         (cos): Likewise.
43911         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43913 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43915         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43917 2012-03-15  David S. Miller  <davem@davemloft.net>
43919         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43920         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43921         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43922         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43923         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43924         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43925         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43926         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43927         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43928         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43929         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43930         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43931         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43932         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43933         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43935         file.
43936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43938         file.
43939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43941         file.
43942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43944         file.
43945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43946         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43947         fmin/fmax sysdep routines.
43948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43950 2012-03-14  David S. Miller  <davem@davemloft.net>
43952         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43953         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43954         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43955         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43956         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43957         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43958         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43959         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43960         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43961         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43962         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43963         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43964         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43965         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43966         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43967         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43968         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43969         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43970         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43971         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43972         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43973         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43974         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43975         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43976         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43977         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43978         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43979         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43980         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43981         routines.
43982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43983         file.
43984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43986         file.
43987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43989         file.
43990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43992         file.
43993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43995         file.
43996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43998         file.
43999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44000         file.
44001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44002         file.
44003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44004         file.
44005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44006         New file.
44007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44008         file.
44009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44010         file.
44011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44013         file.
44014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44016         file.
44017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44019         file.
44020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44022         VIS3 routines.
44024         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44025         New file.
44027         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44029         * sysdeps/sparc/configure.in: New file.
44030         * sysdeps/sparc/configure: Generate.
44031         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44032         * configure: Regenerate.
44033         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44034         * config.make.in (have-as-vis3): New.
44035         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44036         available use -Av9d instead of -Av9a.
44037         * sysdeps/sparc/sparc64/Makefile: Likewise.
44038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44040         New file.
44041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44042         file.
44043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44044         New file.
44045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44046         file.
44047         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44048         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44049         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44050         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44051         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44053         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44054         fzeros/fnegs to load 0x80000000 into a float register instead of
44055         using the stack.
44056         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44058 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44060         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44061         bits/syscall.h.
44062         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44063         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44064         ($(inst_includedir)/bits/syscall.h): Remove rule.
44065         ($(objpfx)bits/syscall.d): Include instead of
44066         $(objpfx)syscall-list.d.
44067         (generated): Change syscall-list.h and syscall-list.d to
44068         bits/syscall.h and bits/syscall.d.
44070 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44072         [BZ #13846]
44073         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44075 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44077         [BZ #13841]
44078         * math/s_csqrt.c: Include <float.h>.
44079         (__csqrt): Scale large or subnormal inputs.
44080         * math/s_csqrtf.c: Likewise.
44081         * math/s_csqrtl.c: Likewise.
44082         * math/libm-test.inc (csqrt_test): Add more tests.
44083         * sysdeps/i386/fpu/libm-test-ulps: Update.
44084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44086         [BZ #13840]
44087         * math/libm-test.inc (hypot_test): Add more tests.
44089 2012-03-13  David S. Miller  <davem@davemloft.net>
44091         [BZ #13840]
44092         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44093         double-precision for the calculation instead of scaling.
44095 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44097         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44098         manipulate bits before adding and subtracting TWO52[sx].
44099         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44100         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44101         Likewise.
44102         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44104 2012-03-13  David S. Miller  <davem@davemloft.net>
44106         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44107         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44108         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44109         rtld-global-offsets.h
44110         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44112         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44113         large parameters.
44115         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44117         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44118         'err' in the ifdef scope in which it is actually used.
44120         * nss/nss_db/db-init.c: Include string.h
44122 2012-03-12  David S. Miller  <davem@davemloft.net>
44124         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44125         masking out of the most significant byte of random value used.
44126         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44127         Fix coding style in previous change.
44129         * sysdeps/unix/sysv/linux/kernel-features.h
44130         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44131         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44132         expression.
44133         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44134         later.
44136 2012-03-11  David S. Miller  <davem@davemloft.net>
44138         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44139         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44140         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44141         for 'resultvar' otherwise things get truncated on 64-bit.
44143         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44144         Fix masking out of the most significant byte of random value used.
44146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44148 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44152 2012-03-09  David S. Miller  <davem@davemloft.net>
44154         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44155         variables with appropriate CPP guards.
44156         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44157         from the frame pointer, not the stack pointer.  Correct layout
44158         comments.  Fix test on resulting framesize and the management of
44159         the outregs buffer for pltexit.  Preserve floating point return
44160         values across _dl_call_pltexit call.
44161         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44162         framesize and the management of the outregs buffer for pltexit.
44163         Preserve floating point return values across _dl_call_pltexit
44164         call.
44165         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44166         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44167         (la_sparc64_gnu_pltexit): New functions.
44168         (print_exit): Fix format string for return register value.
44170 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44172         * sunrpc/Makefile (others): Add rpcgen.
44173         ($(objpfx)rpcgen): Remove special build rule and dependency on
44174         libc.
44175         * sunrpc/rpcgen.c: New file.
44177 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44179         [BZ #13673]
44180         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44181         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44182         * sysdeps/i386/crti.S: Likewise.
44183         * sysdeps/i386/crtn.S: Likewise.
44184         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44185         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44186         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44187         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44188         * sysdeps/sh/crti.S: Likewise.
44189         * sysdeps/sh/crtn.S: Likewise.
44190         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44192         [BZ #13673]
44193         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44194         with URL.
44195         * locale/programs/locfile-kw.gperf: Likewise.
44196         * locale/programs/charmap-kw.h: Regenerated.
44197         * locale/programs/locfile-kw.h: Likewise.
44199         [BZ #13673]
44200         * intl/plural.y: Replace FSF snail mail address with URL.
44201         * intl/plural.c: Regenerated.
44203 2012-03-09  Richard Henderson  <rth@twiddle.net>
44205         * include/math_private.h: Remove file.
44206         * math/math_private.h: Move file ...
44207         * sysdeps/generic/math_private.h: ... here.
44209         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44210         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44211         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44213         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44214         and <math_private.h>.
44215         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44216         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44217         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44218         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44219         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44220         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44221         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44222         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44223         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44224         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44225         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44226         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44227         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44228         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44229         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44230         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44231         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44232         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44233         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44234         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44235         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44236         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44237         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44238         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44239         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44240         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44241         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44242         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44243         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44244         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44245         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44246         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44247         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44248         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44249         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44250         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44251         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44252         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44253         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44254         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44255         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44256         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44257         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44258         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44259         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44260         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44261         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44262         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44263         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44264         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44265         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44266         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44267         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44268         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44269         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44270         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44271         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44272         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44273         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44274         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44275         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44276         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44277         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44278         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44279         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44280         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44281         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44282         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44283         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44284         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44285         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44286         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44287         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44288         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44289         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44290         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44291         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44292         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44293         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44294         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44295         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44296         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44297         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44298         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44299         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44300         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44301         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44302         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44303         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44304         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44305         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44306         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44307         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44308         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44309         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44310         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44311         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44312         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44313         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44314         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44315         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44316         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44317         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44318         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44319         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44320         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44321         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44322         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44323         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44324         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44325         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44326         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44327         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44328         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44329         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44330         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44331         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44332         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44333         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44334         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44335         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44336         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44337         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44338         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44339         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44340         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44341         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44342         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44343         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44344         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44345         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44346         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44347         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44348         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44349         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44350         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44351         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44352         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44353         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44354         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44355         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44356         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44357         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44358         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44359         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44360         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44361         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44362         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44363         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44364         * sysdeps/ieee754/k_standard.c: Likewise.
44365         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44366         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44367         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44368         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44369         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44370         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44371         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44372         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44373         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44374         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44375         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44376         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44377         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44378         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44379         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44380         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44381         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44382         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44384         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44386         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44387         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44388         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44389         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44391         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44392         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44394         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44395         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44396         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44397         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44398         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44399         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44400         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44401         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44402         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44403         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44404         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44405         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44406         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44407         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44408         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44409         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44410         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44411         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44412         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44413         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44414         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44415         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44416         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44417         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44418         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44419         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44420         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44421         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44422         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44423         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44424         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44425         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44426         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44427         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44428         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44429         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44430         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44431         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44432         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44433         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44434         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44435         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44436         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44437         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44438         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44439         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44440         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44441         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44442         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44443         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44444         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44445         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44446         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44447         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44448         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44449         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44450         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44451         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44452         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44453         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44454         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44455         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44456         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44457         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44458         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44459         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44460         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44461         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44462         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44463         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44466         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44468         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44469         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44470         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44471         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44473         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44475         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44476         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44477         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44478         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44479         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44480         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44481         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44484         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44485         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44486         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44487         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44490         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44492         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44494         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44496         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44497         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44498         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44499         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44500         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44501         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44502         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44504         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44505         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44509         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44510         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44511         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44512         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44513         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44514         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44515         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44516         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44518         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44519         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44520         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44521         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44522         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44523         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44524         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44525         * sysdeps/ieee754/s_lib_version.c: Likewise.
44526         * sysdeps/ieee754/s_matherr.c: Likewise.
44527         * sysdeps/ieee754/s_signgam.c: Likewise.
44528         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44529         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44530         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44531         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44532         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44533         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44534         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44535         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44536         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44537         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44538         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44539         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44540         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44541         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44542         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44543         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44544         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44545         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44546         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44547         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44548         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44550 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44552         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44553         * sunrpc/rpc_main.c: Likewise.
44554         * sunrpc/rpc_svcout.c: Likewise.
44556 2012-03-09  David S. Miller  <davem@davemloft.net>
44558         * include/math_private.h: New file.
44560 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44562         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44563         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44564         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44565         from <bits/socket_type.h>.
44566         (enum __socket_type): Don't define here.
44567         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44568         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44569         bits/socket_type.h.
44571         [BZ #13566]
44572         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44573         checking __USE_GNU.
44575         * Makerules ($(inst_includedir)/%.h): New rule.
44576         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44577         (install-others): Remove variable setting.
44578         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44580 2012-03-08  Richard Henderson  <rth@twiddle.net>
44582         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44583         from macro to inline function; merge with the
44584         !__LIBC_INTERNAL_MATH_INLINES version.
44585         (__ieee754_sqrtf): Likewise.
44587         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44588         to inline function.
44589         (__rintf, __floor, __floorf): Likewise.
44591         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44592         macro to inline function.
44593         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44595         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44596         not <math/math_private.h>.
44598 2012-03-08  David S. Miller  <davem@davemloft.net>
44600         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44601         copyright year.
44602         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44604 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44606         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44607         normalization.
44608         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44609         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44611 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44613         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44614         be defined individually, they must be defined as a block.  Define
44615         S for printing a string instead of hidint the different by using a
44616         macro for adding the 'l'.
44617         * stdio-common/tst-fphex-wide.c: Adjust.
44619 2012-03-07  Marek Polacek  <polacek@redhat.com>
44621         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44623 2012-03-08  Marek Polacek  <polacek@redhat.com>
44625         [BZ #13806]
44626         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44627         * stdio-common/tst-fphex.c: Define a few macros to make the
44628         test reusable.  Use them.
44629         * stdio-common/tst-fphex-wide.c: New file.
44631 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44633         [BZ #6911]
44634         * manual/macros.texi (gnusystems): New macro.
44635         (nongnusystems): Likewise.
44636         (gnulinuxhurdsystems): Likewise.
44637         (gnuhurdsystems): Likewise..
44638         (gnulinuxsystems): Likewise.
44639         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44640         variants of the GNU system, not "GNU system".
44641         * manual/conf.texi: Likewise.
44642         * manual/errno.texi: Likewise.  Update example of errno macro
44643         expansion.
44644         * manual/filesys.texi: Likewise.
44645         (getumask): Document as specific to GNU/Hurd.
44646         * manual/install.texi: Likewise.  Reword some references to
44647         GNU/Linux.
44648         * manual/intro.texi: Likewise.
44649         * manual/io.texi: Likewise.
44650         (File Name Portability): Detail which constraints are inapplicable
44651         to all GNU systems and which are only inapplicable to GNU/Hurd.
44652         * manual/job.texi: Likewise.
44653         * manual/llio.texi: Likewise.
44654         (O_NOCTTY): Document as present on GNU/Linux.
44655         * manual/maint.texi: Likewise.
44656         * manual/memory.texi: Likewise.
44657         * manual/pattern.texi: Likewise.
44658         * manual/pipe.texi: Likewise.
44659         * manual/process.texi: Likewise.
44660         * manual/resource.texi: Likewise.
44661         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44662         child on GNU/Hurd.
44663         * manual/setjmp.texi: Likewise.
44664         * manual/signal.texi: Likewise.
44665         * manual/startup.texi: Likewise.
44666         * manual/stdio.texi: Likewise.
44667         * manual/terminal.texi: Likewise.
44668         (ONLCR): Document as POSIX.
44669         (OXTABS): Document availability on GNU/Linux as XTABS.
44670         (ONOEOT): Document availability separately from other bits.
44671         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44672         * manual/time.texi: Likewise.
44673         * manual/users.texi: Likewise.
44674         * INSTALL: Regenerated.
44675         * sysdeps/gnu/errlist.c: Regenerated.
44677         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44678         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44679         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44680         puts.
44681         * configure: Regenerated.
44683 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44685         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44686         default includes instead of AC_HEADER_CHECK.
44687         * sysdeps/i386/configure: Regenerated.
44689         [BZ #10716]
44690         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44691         * math/s_cacoshf.c (__cacoshf): Likewise.
44692         * math/s_cacoshl.c (__cacoshl): Likewise.
44693         * math/s_casinh.c (__casinh): Set signs of result from argument.
44694         * math/s_casinhf.c (__casinhf): Likewise.
44695         * math/s_casinhl.c (__casinhl): Likewise.
44696         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44697         (casinh_test): Add more tests.
44698         * sysdeps/i386/fpu/libm-test-ulps: Update.
44699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44701 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44703         * po/zh_TW.po: Update from translation team.
44705         * login/Makefile (distribute): Remove variable.
44706         * catgets/Makefile: Likewise.
44707         * mach/Makefile: Likewise.
44708         * malloc/Makefile: Likewise.
44709         * misc/Makefile: Likewise.
44710         * iconv/Makefile: Likewise.
44711         * nscd/Makefile: Likewise.
44712         * hurd/Makefile: Likewise.
44713         * manual/Makefile: Likewise.
44714         * locale/Makefile: Likewise.
44715         * intl/Makefile: Likewise.
44716         * conform/Makefile: Likewise.
44717         * nss/Makefile: Likewise.
44718         * time/Makefile: Likewise.
44719         * soft-fp/Makefile: Likewise.
44720         * dirent/Makefile: Likewise.
44721         * gmon/Makefile: Likewise.
44722         * po/Makefile: Likewise.
44723         * rt/Makefile: Likewise.
44724         * socket/Makefile: Likewise.
44725         * math/Makefile: Likewise.
44726         * signal/Makefile: Likewise.
44727         * debug/Makefile: Likewise.
44728         * elf/Makefile: Likewise.
44729         * timezone/Makefile: Likewise.
44730         * stdlib/Makefile: Likewise.
44731         * iconvdata/Makefile: Likewise.
44732         * sunrpc/Makefile: Likewise.
44733         * io/Makefile: Likewise.
44734         * argp/Makefile: Likewise.
44735         * inet/Makefile: Likewise.
44736         * hesiod/Makefile: Likewise.
44737         * grp/Makefile: Likewise.
44738         * csu/Makefile: Likewise.
44739         * wctype/Makefile: Likewise.
44740         * crypt/Makefile: Likewise.
44741         * libio/Makefile: Likewise.
44742         * string/Makefile: Likewise.
44743         * nis/Makefile: Likewise.
44744         * resolv/Makefile: Likewise.
44745         * stdio-common/Makefile: Likewise.
44746         * wcsmbs/Makefile: Likewise.
44747         * dlfcn/Makefile: Likewise.
44748         * posix/Makefile: Likewise.
44750         [BZ #6959]
44751         * timezone/Makefile: Don't install timezone files, just the programs
44752         and scripts.
44754 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44756         * nss/databases.def: Add missing gshadow entry.
44758         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44760 2012-03-06  Marek Polacek  <polacek@redhat.com>
44762         [BZ #13726]
44763         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44764         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44765         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44766         * stdio-common/tst-long-dbl-fphex.c: New file.
44768 2012-03-06  David S. Miller  <davem@davemloft.net>
44770         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44771         (set_obp_int): New function.
44772         (get_obp_int): New function.
44773         (__get_clockfreq_via_dev_openprom): Likewise.
44774         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44775         Avoid unused variable warnings on 'val' and use builtin_expect.
44776         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44777         __builtin_expect.
44778         (INLINE_CLONE_SYSCALL): Likewise.
44780 2012-03-05  David S. Miller  <davem@davemloft.net>
44782         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44784 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44788         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44789         only for |x| >= 40.
44790         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44792 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44794         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44795         Replace gettimeofday with __vdso_gettimeofday.
44797         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44798         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44799         __vdso_clock_gettime and __vdso_getcpu.
44801         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44802         time with __vdso_time.
44804 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44806         * manual/lang.texi (size_t): Note types to which size_t may be
44807         equivalent with the GNU C Library, but do not describe when
44808         differences between them are significant.
44810 2012-03-05  Andreas Jaeger  <aj@suse.de>
44812         * sysdeps/i386/fpu/libm-test-ulps: Update.
44814 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44816         [BZ #3976]
44817         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44818         (__ieee754_pow): Save and restore rounding mode and use
44819         round-to-nearest for main computations.
44820         * math/libm-test.inc (pow_test_tonearest): New function.
44821         (pow_test_towardzero): Likewise.
44822         (pow_test_downward): Likewise.
44823         (pow_test_upward): Likewise.
44824         (main): Call the new functions.
44825         * sysdeps/i386/fpu/libm-test-ulps: Update.
44826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44828         [BZ #3976]
44829         * math/libm-test.inc (cosh_test_tonearest): New function.
44830         (cosh_test_towardzero): Likewise.
44831         (cosh_test_downward): Likewise.
44832         (cosh_test_upward): Likewise.
44833         (sinh_test_tonearest): Likewise.
44834         (sinh_test_towardzero): Likewise.
44835         (sinh_test_downward): Likewise.
44836         (sinh_test_upward): Likewise.
44837         (main): Call the new functions.
44838         * sysdeps/i386/fpu/libm-test-ulps: Update.
44839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44841 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44843         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44844         default stack guard is set in last bytes.
44845         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44847 2012-03-05  Kees Cook  <keescook@chromium.org>
44849         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44851         [BZ #13656]
44852         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44853         possibly allocate from heap instead of stack.
44854         * stdio-common/bug-vfprintf-nargs.c: New file.
44855         * stdio-common/Makefile (tests): Add nargs overflow test.
44857 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44861 2012-03-03  Marek Polacek  <polacek@redhat.com>
44863         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44864         * math/math_private.h: Likewise.
44865         * stdlib/tst-strtod.c: Likewise.
44866         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44867         * sysdeps/x86_64/bits/atomic.h: Likewise.
44869 2012-03-02  David S. Miller  <davem@davemloft.net>
44871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44873         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44874         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44875         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44876         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44877         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44878         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44880 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44882         [BZ #13792]
44883         * manual/examples/README: New file, says the example source files
44884         can be used under GPL>=2.
44885         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44886         line containing just "*/".
44887         * manual/examples/add.c: Add copyright header (GPL>=2).
44888         * manual/examples/argp-ex1.c: Likewise.
44889         * manual/examples/argp-ex2.c: Likewise.
44890         * manual/examples/argp-ex3.c: Likewise.
44891         * manual/examples/argp-ex4.c: Likewise.
44892         * manual/examples/atexit.c: Likewise.
44893         * manual/examples/db.c: Likewise.
44894         * manual/examples/dir.c: Likewise.
44895         * manual/examples/dir2.c: Likewise.
44896         * manual/examples/execinfo.c: Likewise.
44897         * manual/examples/filecli.c: Likewise.
44898         * manual/examples/filesrv.c: Likewise.
44899         * manual/examples/fmtmsgexpl.c: Likewise.
44900         * manual/examples/genpass.c: Likewise.
44901         * manual/examples/inetcli.c: Likewise.
44902         * manual/examples/inetsrv.c: Likewise.
44903         * manual/examples/isockad.c: Likewise.
44904         * manual/examples/longopt.c: Likewise.
44905         * manual/examples/memopen.c: Likewise.
44906         * manual/examples/memstrm.c: Likewise.
44907         * manual/examples/mkfsock.c: Likewise.
44908         * manual/examples/mkisock.c: Likewise.
44909         * manual/examples/mygetpass.c: Likewise.
44910         * manual/examples/pipe.c: Likewise.
44911         * manual/examples/popen.c: Likewise.
44912         * manual/examples/rprintf.c: Likewise.
44913         * manual/examples/search.c: Likewise.
44914         * manual/examples/select.c: Likewise.
44915         * manual/examples/setjmp.c: Likewise.
44916         * manual/examples/sigh1.c: Likewise.
44917         * manual/examples/sigusr.c: Likewise.
44918         * manual/examples/stpcpy.c: Likewise.
44919         * manual/examples/strdupa.c: Likewise.
44920         * manual/examples/strftim.c: Likewise.
44921         * manual/examples/strncat.c: Likewise.
44922         * manual/examples/subopt.c: Likewise.
44923         * manual/examples/swapcontext.c: Likewise.
44924         * manual/examples/termios.c: Likewise.
44925         * manual/examples/testopt.c: Likewise.
44926         * manual/examples/testpass.c: Likewise.
44927         * manual/examples/timeval_subtract.c: Likewise.
44929         [BZ #13792]
44930         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44931         function to ...
44932         * manual/timeval_subtract.c.texi: ... here, new file.
44934 2012-03-02  David S. Miller  <davem@davemloft.net>
44936         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44938 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44940         [BZ #3976]
44941         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44942         (__sin): Save and restore rounding mode and use round-to-nearest
44943         for all computations.
44944         (__cos): Save and restore rounding mode and use round-to-nearest
44945         for all computations.
44946         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44947         <fenv.h>.
44948         (tan): Save and restore rounding mode and use round-to-nearest for
44949         all computations.
44950         * math/libm-test.inc (cos_test_tonearest): New function.
44951         (cos_test_towardzero): Likewise.
44952         (cos_test_downward): Likewise.
44953         (cos_test_upward): Likewise.
44954         (sin_test_tonearest): Likewise.
44955         (sin_test_towardzero): Likewise.
44956         (sin_test_downward): Likewise.
44957         (sin_test_upward): Likewise.
44958         (tan_test_tonearest): Likewise.
44959         (tan_test_towardzero): Likewise.
44960         (tan_test_downward): Likewise.
44961         (tan_test_upward): Likewise.
44962         (main): Call the new functions.
44963         * sysdeps/i386/fpu/libm-test-ulps: Update.
44964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44966         [BZ #10135]
44967         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44968         small n, then large n, before computing and testing k+n.
44969         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44970         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44971         Likewise.
44972         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44973         Likewise.
44974         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44975         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44976         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44977         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44978         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44979         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44980         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44981         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44982         * math/libm-test.inc (scalbn_test): Add more tests.
44983         (scalbln_test): Likewise.
44985         * manual/filesys.texi (mode_t): Describe constraints on size and
44986         signedness, not exact equivalence to a particular type.
44987         (ino_t): Likewise.
44988         (ino64_t): Likewise.
44989         (dev_t): Likewise.
44990         (nlink_t): Likewise.
44991         (blkcnt_t): Likewise.
44992         (blkcnt64_t): Likewise.
44993         * manual/llio.texi (off_t): Likewise.
44995         [BZ #3976]
44996         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44997         (__ieee754_exp): Save and restore rounding mode and use
44998         round-to-nearest for all computations.
44999         * math/libm-test.inc (exp_test_tonearest): New function.
45000         (exp_test_towardzero): Likewise.
45001         (exp_test_downward): Likewise.
45002         (exp_test_upward): Likewise.
45003         (main): Call the new functions.
45004         * sysdeps/i386/fpu/libm-test-ulps: Update.
45005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45007 2012-03-01  Chris Demetriou  <cgd@google.com>
45009         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45010         have predictable order.
45012 2012-03-01  David S. Miller  <davem@davemloft.net>
45014         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45016         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45017         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45018         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45019         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45021         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45022         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45023         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45025         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45026         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45027         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45028         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45029         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45031         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45033         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45034         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45035         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45037         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45038         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45039         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45040         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45041         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45042         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45043         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45044         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45045         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45046         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45047         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45048         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45049         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45050         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45051         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45052         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45053         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45054         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45055         * sysdeps/sparc/elf/configure: Regenerated.
45057 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45059         * configure.in (AS, LD): Require binutils 2.20 or later.
45060         * configure: Regenerated.
45061         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45062         as required minimum version.
45063         * INSTALL: Regenerated.
45065         [BZ #2541]
45066         [BZ #4108]
45067         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45068         before squaring exponent.
45069         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45070         bottom long double and 27 bits of top long double before squaring
45071         exponent.
45072         * math/libm-test.inc (erfc_test): Add more tests.
45073         * sysdeps/i386/fpu/libm-test-ulps: Update.
45074         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45077 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45079         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45080         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45081         containing bit-fields.
45082         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45083         * soft-fp/single.h (_FP_UNION_S): Likewise.
45084         * soft-fp/double.h (_FP_UNION_D): Likewise.
45086 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45088         [BZ #13786]
45089         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45090         not include ../strcmp.S.
45091         [USE_AS_STRNCASECMP_L]: Likewise.
45092         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45093         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45094         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45095         (__strncasecmp_l_ia32): Define as alias to
45096         __strncasecmp_l_nonascii.
45098         [BZ #5794]
45099         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45100         * sysdeps/i386/fpu/libm-test-ulps: Update.
45101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45103         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45106 2012-02-29  Jeff Law  <law@redhat.com>
45108         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45109         out of bounds read.
45111 2012-02-29  Marek Polacek  <polacek@redhat.com>
45113         [BZ #13706]
45114         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45115         * elf/Makefile: Add rules to run tst-unused-dep.out.
45117 2012-02-28  David S. Miller  <davem@davemloft.net>
45119         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45120         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45121         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45122         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45123         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45124         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45126 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45128         * math/libm-test.inc (llround_test): Move one test from
45129         lround_test.  Use TEST_f_L in moved test.
45130         (lround_test): Move misplaced test to llround_test.  Add testcase
45131         from bug 2561.
45133 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45135         * sysdeps/x86_64/fpu/e_expf.S: New file.
45136         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45138 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45140         [BZ #13637]
45141         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45142         of remain_len that may cause incomplete multi-byte character and
45143         false match.
45144         * posix/bug-regex33.c: New file.
45145         * posix/Makefile (tests): Add bug-regex33.
45147 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45149         * manual/macros.texi: New file.
45150         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45151         * manual/libc.texinfo: Include macros.texi.
45152         * manual/creatute.texi: Likewise.
45153         * manual/install.texi: Likewise.
45154         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45155         @glibcadj{} in references to the GNU C Library.
45156         * manual/charset.texi: Likewise.
45157         * manual/conf.texi: Likewise.
45158         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45159         when not using those macros.
45160         * manual/creature.texi: Likewise.
45161         * manual/crypt.texi: Likewise.
45162         * manual/errno.texi: Likewise.
45163         * manual/filesys.texi: Likewise.
45164         * manual/header.texi: Likewise.
45165         * manual/install.texi: Likewise.
45166         * manual/intro.texi: Likewise.
45167         * manual/io.texi: Likewise.
45168         * manual/job.texi: Likewise.
45169         * manual/lang.texi: Likewise.
45170         * manual/libc.texiinfo: Likewise.
45171         * manual/llio.texi: Likewise.
45172         * manual/locale.texi: Likewise.
45173         * manual/maint.texi: Likewise.
45174         * manual/math.texi: Likewise.
45175         * manual/memory.texi: Likewise.
45176         * manual/message.texi: Likewise.
45177         * manual/nss.texi: Likewise.
45178         * manual/pattern.texi: Likewise.
45179         * manual/process.texi: Likewise.
45180         * manual/resource.texi: Likewise.
45181         * manual/search.texi: Likewise.
45182         * manual/setjmp.texi: Likewise.
45183         * manual/signal.texi: Likewise.
45184         * manual/socket.texi: Likewise.
45185         * manual/startup.texi: Likewise.
45186         * manual/stdio.texi: Likewise.
45187         * manual/string.texi: Likewise.
45188         * manual/sysinfo.texi: Likewise.
45189         * manual/syslog.texi: Likewise.
45190         * manual/terminal.texi: Likewise.
45191         * manual/time.texi: Likewise.
45192         * manual/users.texi: Likewise.
45193         * INSTALL: Regenerated.
45194         * NOTES: Regenerated.
45195         * sysdeps/gnu/errlist.c: Regenerated.
45197 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45199         * include/dirent.h: Include <dirstream.h> before
45200         <dirent/dirent.h>.
45202 2012-02-28  David S. Miller  <davem@davemloft.net>
45204         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45205         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45206         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45207         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45209 2012-02-27  David S. Miller  <davem@davemloft.net>
45211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45212         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45213         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45214         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45217         frame pointer instead of stack pointer relative arg slot.
45218         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45219         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45220         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45222 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45224         [BZ #3992]
45225         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45227 2012-02-27  David S. Miller  <davem@davemloft.net>
45229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45230         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45231         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45232         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45233         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45234         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45235         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45236         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45238 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45240         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45241         later.  Allow versions 5-9.
45242         * configure: Regenerated.
45243         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45244         required minimum version and 4.6 as recommended version.  Do not
45245         mention bugs in GCC 2.7 and 2.8.
45246         * INSTALL: Regenerated.
45248 2012-02-27  David S. Miller  <davem@davemloft.net>
45250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45254         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45255         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45256         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45257         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45259         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45260         manipulate bits before adding and subtracting TWO112[sx].
45261         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45263 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45265         [BZ #13775]
45266         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45267         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45268         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45269         being in POSIX, because they are in 1003.1-2008.
45271         * rt/tst-aio.c: Include <fcntl.h>.
45272         * rt/tst-aio7.c: Likewise.
45273         * rt/tst-aio64.c: Likewise.
45275         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45277 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45279         * manual/install.texi (--with-headers): Describe headers as
45280         interface headers, not private headers.
45281         (Specific advice for GNU/Linux systems): Describe use of headers
45282         from "make headers_install", not private headers from older
45283         kernels.
45284         * INSTALL: Regenerated.
45285         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45286         Change to 2.6.19.
45287         * sysdeps/unix/sysv/linux/configure: Regenerated.
45289         * manual/llio.texi (fclean): Remove documentation.
45291         * manual/Makefile (libc-texi-generated): New variable.  Include
45292         version.texi.
45293         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45294         $(libc-texi-generated), not duplicated list of files.
45295         (version.texi, stamp-version): New rules.
45296         (realclean): Remove $(libc-texi-generated), not individual files
45297         from that list.  Do not remove dir-add.texinfo.
45298         * manual/libc.texinfo: Comment out uses of edition numbers and
45299         references to printed manual.  Remove last-updated dates.
45300         (EDITION): Comment out.
45301         (ISBN): Likewise.
45302         (VERSION, UPDATED): Remove.
45303         (version.texi): Include.
45305 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45307         * sysdeps/posix/spawni.c: Include <signal.h>.
45308         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45309         * sysdeps/pthread/aio_fsync.c: Likewise.
45311 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45313         * conform/Makefile (tests): Run only when not cross-compiling and
45314         when fast-check is not defined.
45316         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45317         * conform/data/limits.h-data: Fixes for POSIX2008.
45318         * conform/run-conformtest.sh: Run all tests.
45319         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45320         headers.
45321         * include/bits/dlfcn.h: Likewise.
45322         * include/langinfo.h: Likewise.
45323         * include/monetary.h: Likewise.
45324         * include/sys/poll.h: Likewise.
45326         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45327         for __USE_GNU.
45328         * posix/spawn.h: Define __need_sigset_t.
45329         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45330         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45331         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45332         to get sigevent_t only.
45333         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45334         only for __USE_GNU.
45335         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45336         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45337         process_vm_writev only for __USE_GNU.
45338         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45340         * conform/Makefile: For now ignore errors from run-conformtest.
45341         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45342         POSIX to avoid namespace pollution.  Don't prepend headers.
45343         * conform/data/aio.h-data: Fixes for POSIX testing.
45344         * conform/data/fcntl.h-data: Likewise.
45345         * conform/data/glob.h-data: Likewise.
45346         * conform/data/grp.h-data: Likewise.
45347         * conform/data/pthread.h-data: Likewise.
45348         * conform/data/pwd.h-data: Likewise.
45349         * conform/data/signal.h-data: Likewise.
45350         * conform/data/spawn.h-data: Likewise.
45351         * conform/data/stdio.h-data: Likewise.
45352         * conform/data/stdlib.h-data: Likewise.
45353         * conform/data/stropts.h-data: Likewise.
45354         * conform/data/sys/mman.h-data: Likewise.
45355         * conform/data/sys/stat.h-data: Likewise.
45356         * conform/data/sys/types.h-data: Likewise.
45357         * conform/data/sys/wait.h-data: Likewise.
45358         * conform/data/time.h-data: Likewise.
45359         * conform/data/unistd.h-data: Likewise.
45360         * conform/data/utime.h-data: Likewise.
45362         * io/sys/stat.h: fchmod was always in POSIX.
45363         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45364         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45365         * rt/aio.h: Define __need_timespec before including <time.h>.
45366         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45367         struct.  Add forward declaration of pthread_attr_t and use it in
45368         sigevent.
45369         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45370         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45371         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45372         always remove CLK_TCK definition.
45374 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45376         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45378 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45380         * conform/run-conformtest.sh: New file.
45381         * conform/Makefile: Run run-conformtest for tests.
45382         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45383         support.
45385         * conform/data/uchar.h-data: New file.
45386         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45387         * conform/data/arpa/inet.h-data: Likewise.
45388         * conform/data/assert.h-data: Likewise.
45389         * conform/data/complex.h-data: Likewise.
45390         * conform/data/cpio.h-data: Likewise.
45391         * conform/data/ctype.h-data: Likewise.
45392         * conform/data/dirent.h-data: Likewise.
45393         * conform/data/dlfcn.h-data: Likewise.
45394         * conform/data/errno.h-data: Likewise.
45395         * conform/data/fcntl.h-data: Likewise.
45396         * conform/data/float.h-data: Likewise.
45397         * conform/data/fmtmsg.h-data: Likewise.
45398         * conform/data/fnmatch.h-data: Likewise.
45399         * conform/data/ftw.h-data: Likewise.
45400         * conform/data/glob.h-data: Likewise.
45401         * conform/data/grp.h-data: Likewise.
45402         * conform/data/iconv.h-data: Likewise.
45403         * conform/data/inttypes.h-data: Likewise.
45404         * conform/data/langinfo.h-data: Likewise.
45405         * conform/data/libgen.h-data: Likewise.
45406         * conform/data/limits.h-data: Likewise.
45407         * conform/data/locale.h-data: Likewise.
45408         * conform/data/math.h-data: Likewise.
45409         * conform/data/monetary.h-data: Likewise.
45410         * conform/data/mqueue.h-data: Likewise.
45411         * conform/data/ndbm.h-data: Likewise.
45412         * conform/data/net/if.h-data: Likewise.
45413         * conform/data/netdb.h-data: Likewise.
45414         * conform/data/netinet/in.h-data: Likewise.
45415         * conform/data/nl_types.h-data: Likewise.
45416         * conform/data/poll.h-data: Likewise.
45417         * conform/data/pthread.h-data: Likewise.
45418         * conform/data/pwd.h-data: Likewise.
45419         * conform/data/regex.h-data: Likewise.
45420         * conform/data/sched.h-data: Likewise.
45421         * conform/data/search.h-data: Likewise.
45422         * conform/data/semaphore.h-data: Likewise.
45423         * conform/data/setjmp.h-data: Likewise.
45424         * conform/data/signal.h-data: Likewise.
45425         * conform/data/spawn.h-data: Likewise.
45426         * conform/data/stdarg.h-data: Likewise.
45427         * conform/data/stdio.h-data: Likewise.
45428         * conform/data/stdlib.h-data: Likewise.
45429         * conform/data/string.h-data: Likewise.
45430         * conform/data/strings.h-data: Likewise.
45431         * conform/data/stropts.h-data: Likewise.
45432         * conform/data/sys/ipc.h-data: Likewise.
45433         * conform/data/sys/mman.h-data: Likewise.
45434         * conform/data/sys/msg.h-data: Likewise.
45435         * conform/data/sys/resource.h-data: Likewise.
45436         * conform/data/sys/select.h-data: Likewise.
45437         * conform/data/sys/sem.h-data: Likewise.
45438         * conform/data/sys/shm.h-data: Likewise.
45439         * conform/data/sys/socket.h-data: Likewise.
45440         * conform/data/sys/stat.h-data: Likewise.
45441         * conform/data/sys/statvfs.h-data: Likewise.
45442         * conform/data/sys/time.h-data: Likewise.
45443         * conform/data/sys/timeb.h-data: Likewise.
45444         * conform/data/sys/times.h-data: Likewise.
45445         * conform/data/sys/types.h-data: Likewise.
45446         * conform/data/sys/uio.h-data: Likewise.
45447         * conform/data/sys/un.h-data: Likewise.
45448         * conform/data/sys/utsname.h-data: Likewise.
45449         * conform/data/sys/wait.h-data: Likewise.
45450         * conform/data/syslog.h-data: Likewise.
45451         * conform/data/tar.h-data: Likewise.
45452         * conform/data/termios.h-data: Likewise.
45453         * conform/data/utime.h-data: Likewise.
45454         * conform/data/utmpx.h-data: Likewise.
45455         * conform/data/varargs.h-data: Likewise.
45456         * conform/data/wchar.h-data: Likewise.
45457         * conform/data/wctype.h-data: Likewise.
45458         * conform/data/wordexp.h-data: Likewise.
45460         * include/stropts.h: New file.
45461         * include/uchar.h: New file.
45462         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45463         * include/assert.h: Likewise.
45464         * include/ctype.h: Likewise.
45465         * include/dirent.h: Likewise.
45466         * include/dlfcn.h: Likewise.
45467         * include/fcntl.h: Likewise.
45468         * include/fnmatch.h: Likewise.
45469         * include/glob.h: Likewise.
45470         * include/grp.h: Likewise.
45471         * include/libio.h: Likewise.
45472         * include/locale.h: Likewise.
45473         * include/math.h: Likewise.
45474         * include/net/if.h: Likewise.
45475         * include/netdb.h: Likewise.
45476         * include/netinet/in.h: Likewise.
45477         * include/pthread.h: Likewise.
45478         * include/pwd.h: Likewise.
45479         * include/regex.h: Likewise.
45480         * include/sched.h: Likewise.
45481         * include/search.h: Likewise.
45482         * include/setjmp.h: Likewise.
45483         * include/signal.h: Likewise.
45484         * include/stdio.h: Likewise.
45485         * include/stdlib.h: Likewise.
45486         * include/string.h: Likewise.
45487         * include/sys/cdefs.h: Likewise.
45488         * include/sys/mman.h: Likewise.
45489         * include/sys/msg.h: Likewise.
45490         * include/sys/resource.h: Likewise.
45491         * include/sys/select.h: Likewise.
45492         * include/sys/socket.h: Likewise.
45493         * include/sys/stat.h: Likewise.
45494         * include/sys/statvfs.h: Likewise.
45495         * include/sys/time.h: Likewise.
45496         * include/sys/times.h: Likewise.
45497         * include/sys/uio.h: Likewise.
45498         * include/sys/utsname.h: Likewise.
45499         * include/sys/wait.h: Likewise.
45500         * include/termios.h: Likewise.
45501         * include/time.h: Likewise.
45502         * include/ulimit.h: Likewise.
45503         * include/unistd.h: Likewise.
45504         * include/utime.h: Likewise.
45505         * include/wchar.h: Likewise.
45506         * include/wctype.h: Likewise.
45507         * include/wordexp.h: Likewise.
45509         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45511         * time/time.h: TIME_UTC must be a macro.
45512         Make timespec_get available for ISO C11 only as well.
45514 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45516         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45517         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45519 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45521         * configure.in: Use -o not -a in test for unsupported multi-arch.
45523 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45525         * manual/texinfo.tex: Update to version 2012-01-19.16.
45527 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45529         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45531 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45533         [BZ #13738]
45534         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45535         * manual/fdl-1.3.texi: New file.
45536         * manual/fdl-1.1.texi: File removed.
45538         [BZ #13738]
45539         * manual/libc.texinfo (FDL_VERSION): New @set.
45540         Use it for mention of FDL in cover text.
45541         (Documentation License): Use it in @include file name.
45543 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45544             Roland McGrath  <roland@hack.frob.com>
45546         [BZ #5461]
45547         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45548         (not LONG_LONG_MAX and LONG_LONG_MIN.
45549         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45550         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45551         name.
45552         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45554 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45556         [BZ #2547]
45557         [BZ #11365]
45558         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45559         manipulate bits before adding and subtracting TWO23[sx].
45560         * math/libm-test.inc (nearbyint_test): Add more tests.
45562 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45564         [BZ #2548]
45565         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45566         bits before adding and subtracting TWO23[sx].
45567         * math/libm-test.inc (rint_test): Add more tests.
45568         (rint_test_tonearest): Likewise.
45569         (rint_test_towardzero): Likewise.
45570         (rint_test_downward): Likewise.
45571         (rint_test_upward: Likewise.
45573 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45575         [BZ #10110]
45576         * include/stdc-predef.h: New file.  Extracted from features.h.
45577         * include/features.h: Include stdc-predef.h.
45578         * Makefile (headers): Add stdc-predef.h.
45579         * CONFORMANCE (Compiler limitations): Update.
45581 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45583         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45585 2012-02-21  David S. Miller  <davem@davemloft.net>
45587         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45588         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45590 2012-02-20  David S. Miller  <davem@davemloft.net>
45592         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45593         using a normal save/restore sequence, rather than allocating a
45594         dummy stack frame just to store a frame pointer and restore.
45595         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45597 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45599         * manual/install.texi: Fix stray word in line-wrapped comment.
45601 2012-02-20  David S. Miller  <davem@davemloft.net>
45603         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45604         both binutils and gcc support GOTDATA.
45606         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45607         "rd %pc" in the PIC register setup sequences.
45609         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45610         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45611         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45612         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45613         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45614         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45615         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45616         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45617         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45618         (SYSCALL_ERROR_HANDLER): Likewise.
45619         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45620         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45621         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45622         (SYSCALL_ERROR_HANDLER): Likewise.
45624         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45625         (HAVE_GCC_GOTDATA): New.
45626         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45627         relocation support in both binutils and gcc.
45628         * sysdeps/sparc/elf/configure: Regenerate.
45630         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45631         * sysdeps/sparc/sparc32/elf/configure: Delete.
45632         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45633         * sysdeps/sparc/sparc64/elf/configure: Delete.
45634         * sysdeps/sparc/elf/configure.in: New file.
45635         * sysdeps/sparc/elf/configure: Generate.
45637         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45638         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45639         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45640         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45641         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45643 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45645         * manual/install.texi: Do not mention specific glibc version
45646         numbers.
45647         * manual/libc.texinfo (VERSION, UPDATED): Update.
45648         (@copying): Use @copyright{} and range of years.
45650 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45652         [BZ #13695]
45653         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45654         [crti.S not in sysdirs] (generated): Do not append.
45655         [crti.S not in sysdirs] (omit-deps): Likewise.
45656         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45657         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45658         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45659         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45660         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45661         Likewise.
45662         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45663         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45664         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45665         * csu/defs.awk: Remove file.
45666         * sysdeps/generic/initfini.c: Likewise.
45667         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45668         variable.
45669         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45670         Likewise.
45672 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45674         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45675         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45676         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45677         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45678         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45679         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45680         <bits/epoll.h>.
45681         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45682         (__EPOLL_PACKED): Define to empty if not defined by
45683         <bits/epoll.h>.
45684         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45685         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45686         bits/epoll.h.
45688 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45690         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45691         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45692         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45693         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45694         <bits/timerfd.h>.
45695         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45696         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45697         bits/timerfd.h.
45699 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45701         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45702         in C locale.
45703         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45704         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45705         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45708 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45710         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45711         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45713 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45715         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45716         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45717         defined.
45718         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45719         Likewise.
45720         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45721         entry for 2.16.
45723 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45725         * math/w_acos.c: Use non-signaling floating-point comparisons.
45726         * math/w_acosf.c: Likewise.
45727         * math/w_acosh.c: Likewise.
45728         * math/w_acoshf.c: Likewise.
45729         * math/w_acoshl.c: Likewise.
45730         * math/w_acosl.c: Likewise.
45731         * math/w_asin.c: Likewise.
45732         * math/w_asinf.c: Likewise.
45733         * math/w_asinl.c: Likewise.
45734         * math/w_atanh.c: Likewise.
45735         * math/w_atanhf.c: Likewise.
45736         * math/w_atanhl.c: Likewise.
45737         * math/w_exp2.c: Likewise.
45738         * math/w_exp2f.c: Likewise.
45739         * math/w_exp2l.c: Likewise.
45740         * math/w_j0.c: Likewise.
45741         * math/w_j0f.c: Likewise.
45742         * math/w_j0l.c: Likewise.
45743         * math/w_j1.c: Likewise.
45744         * math/w_j1f.c: Likewise.
45745         * math/w_j1l.c: Likewise.
45746         * math/w_jn.c: Likewise.
45747         * math/w_jnf.c: Likewise.
45748         * math/w_log.c: Likewise.
45749         * math/w_log10.c: Likewise.
45750         * math/w_log10f.c: Likewise.
45751         * math/w_log10l.c: Likewise.
45752         * math/w_log2.c: Likewise.
45753         * math/w_log2f.c: Likewise.
45754         * math/w_log2l.c: Likewise.
45755         * math/w_logf.c: Likewise.
45756         * math/w_logl.c: Likewise.
45757         * math/w_sqrt.c: Likewise.
45758         * math/w_sqrtf.c: Likewise.
45759         * math/w_sqrtl.c: Likewise.
45760         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45761         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45762         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45763         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45764         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45766 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45768         [BZ #9739]
45769         * manual/string.texi (strnlen): Use correct parameter name in
45770         equivalent expression.
45772 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45774         [BZ #11174]
45775         * manual/users.texi (seteuid): Consistently use neweuid for
45776         argument name.
45778 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45780         [BZ #13704]
45781         * manual/nss.texi (Services in the NSS configuration): Correct
45782         list of services in example configuration file.
45784 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45786         [BZ #11322]
45787         * manual/arith.texi: Remove statements about negative zero
45788         behaving identically to zero.
45790 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45792         [BZ #5993]
45793         * manual/install.texi: Do not document upgrading from libc5.
45795 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45797         [BZ #4596]
45798         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45800 2012-02-18  David S. Miller  <davem@davemloft.net>
45802         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45803         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45804         %o7 across the call.
45805         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45806         instead.
45807         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45808         SETUP_PIC_REG_LEAF.
45809         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45810         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45811         * sysdeps/sparc/crtn.S: Likewise.
45813 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45815         * aout/Makefile: Remove.
45817 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45819         [BZ #13058]
45820         * manual/examples/argp-ex1.c (main): Format definition in GNU
45821         style.
45822         * manual/examples/argp-ex2.c (main): Likewise.
45823         * manual/examples/argp-ex3.c (main): Likewise.
45824         * manual/examples/argp-ex4.c (main): Likewise.
45825         * manual/examples/longopt.c (main): Use new-style prototype
45826         definition.
45827         * manual/examples/strncat.c (main): Specify return type and use
45828         (void) for arguments.
45829         * manual/examples/subopt.c (main): Use char **argv argument.
45831 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45833         [BZ #5077]
45834         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45835         rounding modes.
45837 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45839         [BZ #6907]
45840         * manual/string.texi (strchr): Change when strchrnul is
45841         recommended.
45843 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45845         [BZ #174]
45846         * manual/locale.texi (setlocale): Document LOCPATH.
45848 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45850         [BZ #10210]
45851         * manual/process.texi (execle): Move @dots{} before last argument.
45853 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45855         [BZ #12047]
45856         * manual/charset.texi (Generic Charset Conversion): Fix typo
45857         (LC_TYPE -> LC_CTYPE).
45859 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45861         [BZ #5805]
45862         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45863         (scalbnf): Likewise.
45864         (scalbnl): Likewise.
45865         (scalbln): Likewise.
45866         (scalblnf): Likewise.
45867         (scalblnl): Likewise.
45868         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45869         (vwarnx): Likewise.
45870         (verr): Likewise.
45871         (verrx): Likewise.
45872         * manual/filesys.texi (telldir): Use braces around return type.
45873         * manual/llio.texi (mmap): Add space after comma.
45874         (mmap64): Likewise.
45875         * manual/math.texi (jn): Use @var{} on parameter names.
45876         (jnf): Likewise.
45877         (jnl): Likewise.
45878         (yn): Likewise.
45879         (ynf): Likewise.
45880         (ynl): Likewise.
45881         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45882         line.
45883         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45884         "...".
45885         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45886         (sched_get_priority_max): Likewise.
45887         * manual/signal.texi (sigvec): Add space after comma.
45888         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45889         names.
45890         (if_indextoname): Likewise.
45891         (if_freenameindex): Likewise.
45892         (sendto): Use ',' instead of '.' in prototype.
45893         * manual/startup.texi (syscall): Use @dots{} instead of literal
45894         "...".
45895         * manual/stdio.texi (__fpending): Separate initial words of
45896         paragraph from @deftypefun line.
45897         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45898         "...".
45899         (vsyslog): Use @var{} on parameter names.
45900         * manual/terminal.texi (stty): Use @var{} on parameter names.
45901         * manual/users.texi (getutmp): Use @var{} on parameter names.
45902         (getutmpx): Likewise.
45904 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45906         [BZ #6884]
45907         * manual/stdio.texi (fopen): Fix typos in description of
45908         ",ccs=STRING".
45910 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45912         [BZ #4026]
45913         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45914         get clock_id definition.
45916 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45918         [BZ #4822]
45919         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45920         (madvise): Cast every argument to void on its own.
45922 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45924         [BZ #9902]
45925         * manual/startup.texi (Exit Status): Fix typo.
45927 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45929         [BZ #10140]
45930         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45931         * manual/examples/argp-ex2.c: Likewise.
45932         * manual/examples/argp-ex3.c: Likewise.
45934 2012-02-16  Richard Henderson  <rth@redhat.com>
45936         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45937         * sysdeps/s390/s390-32/initfini.c: Remove.
45938         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45939         * sysdeps/s390/s390-64/initfini.c: Remove.
45941 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45943         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45944         compiler output for sysdeps/generic/initfini.c.
45945         * sysdeps/sh/elf/initfini.c: Remove file.
45947 2012-02-16  David S. Miller  <davem@davemloft.net>
45949         [BZ #11494]
45950         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45952         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45953         * sysdeps/sparc/crti.S: New file.
45954         * sysdeps/sparc/crtn.S: New file.
45955         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45956         * sysdeps/sparc/sparc64/Makefile: Likewise.
45958 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45960         [BZ #3335]
45961         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45963 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45965         [BZ #4822]
45966         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45968         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45969         (write, read, close): Likewise.
45970         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45972 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45974         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45975         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45976         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45977         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45978         <bits/signalfd.h>.
45979         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45980         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45981         bits/signalfd.h.
45983 2012-02-14  Marek Polacek  <polacek@redhat.com>
45985         * sysdeps/x86_64/crti.S: New file.
45986         * sysdeps/x86_64/crtn.S: New file.
45987         * sysdeps/x86_64/elf/initfini.c: Remove file.
45989 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45991         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45992         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45993         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45994         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45995         <bits/inotify.h>.
45996         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45997         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45998         bits/inotify.h.
46000 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46002         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46003         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46004         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46005         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46006         <bits/eventfd.h>.
46007         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46008         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46009         bits/eventfd.h.
46011 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46013         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46014         __feraiseexcept instead of feraiseexcept.
46016         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46017         nanosleep invocations.
46018         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46019         strings, and add error checking for a nanosleep invocations.
46021 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46023         Replace FSF snail mail address with URLs, as per GNU coding standards.
46024         Most of the snail mail addresses were wrong anyway, and omitting
46025         them makes the source code easier to maintain.  Almost all of the
46026         changes are to license notices and to locale LC_IDENTIFICATION
46027         addresses, except for this one:
46028         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46029         not its snail mail address.
46031 2012-02-09  Richard Henderson  <rth@twiddle.net>
46033         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46034         of kernel-features.h.
46036         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46038 2012-02-08  Marek Polacek  <polacek@redhat.com>
46040         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46041         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46042         * sysdeps/gnu/_G_config.h: Likewise.
46043         * sysdeps/generic/_G_config.h: Likewise.
46045 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46047         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46048         tests.
46049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46051         * sysdeps/powerpc/powerpc32/crti.S: New file.
46052         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46053         * sysdeps/powerpc/powerpc64/crti.S: New file.
46054         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46056         * Makeconfig (have-initfini): Don't set.
46057         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46058         * configure.in (nopic_initfini): Don't substitute.
46059         * config.h.in (HAVE_INITFINI): Don't #undef.
46060         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46061         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46063 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46065         Support crti.S and crtn.S provided directly by architectures.
46066         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46067         [crti.S in sysdirs] (omit-deps): Likewise.
46068         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46069         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46070         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46071         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46072         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46073         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46074         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46075         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46076         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46077         compiler output for sysdeps/generic/initfini.c.
46078         * sysdeps/i386/elf/Makefile: Remove file.
46079         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46081 2012-02-07  Marek Polacek  <polacek@redhat.com>
46083         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46084         * sysdeps/gnu/_G_config.h: Likewise.
46085         * sysdeps/mach/hurd/_G_config.h: Likewise.
46087 2012-02-07  Marek Polacek  <polacek@redhat.com>
46089         * math/Makefile (tests): Add tst-CMPLX2.
46090         * math/tst-CMPLX2.c: New file.
46092 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46094         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46096         * math/libm-test.inc (jn_test): Add missing L suffix.
46098 2012-02-06  Marek Polacek  <polacek@redhat.com>
46100         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46101         * sysdeps/i386/fpu/e_powf.S: Likewise.
46102         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46103         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46104         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46105         * sysdeps/i386/fpu/e_pow.S: Likewise.
46106         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46107         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46108         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46109         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46110         * sysdeps/i386/fpu/e_log2.S: Likewise.
46111         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46112         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46113         * sysdeps/i386/fpu/e_powl.S: Likewise.
46114         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46115         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46116         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46117         * sysdeps/i386/fpu/e_logl.S: Likewise.
46118         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46119         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46120         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46121         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46122         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46123         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46124         * sysdeps/i386/fpu/e_log.S: Likewise.
46125         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46126         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46127         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46128         * sysdeps/i386/fpu/e_logf.S: Likewise.
46129         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46130         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46131         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46132         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46133         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46134         * sysdeps/i386/fpu/e_log10.S: Likewise.
46135         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46136         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46137         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46138         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46139         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46140         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46141         * sysdeps/i386/asm-syntax.h: Likewise.
46142         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46143         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46144         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46145         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46146         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46147         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46148         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46149         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46150         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46151         * sysdeps/powerpc/sysdep.h: Likewise.
46152         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46153         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46155 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46157         [BZ #411]
46158         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46160 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46162         * sysdeps/i386/sysdep.h: Include <features.h>.
46163         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46164         version.
46166 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46168         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46169         Define.
46170         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46171         LOAD_PIC_REG_STR.
46173 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46175         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46176         (SETUP_PIC_REG): Use GET_PC_THUNK.
46177         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46178         macro.
46180 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46182         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46183         for non-PIC compilation.
46184         (SETUP_PIC_REG): Add .p2align directive.
46185         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46186         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46187         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46188         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46189         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46190         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46191         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46192         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46193         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46194         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46195         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46196         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46197         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46198         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46199         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46200         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46201         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46202         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46203         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46204         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46205         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46206         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46207         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46208         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46209         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46210         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46211         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46212         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46213         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46214         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46215         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46216         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46217         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46218         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46219         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46220         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46221         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46222         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46223         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46224         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46225         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46227 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46229         * math/tst-CMPLX.c: Include <stdio.h>.
46231 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46233         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46234         float.
46235         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46236         * sysdeps/sparc/bits/mathdef.h: Likewise.
46238 2012-01-31  Marek Polacek  <polacek@redhat.com>
46240         * libio/libio.h: Don't define _PARAMS.
46241         * locale/programs/config.h: Don't define PARAMS.
46242         * stdlib/strtol_l.c: Likewise.
46243         (__strtol_l): Remove PARAMS from the prototype.
46245 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46247         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46248         names.  Just use the correct names.  Remove unnecessary wrapper
46249         functions.
46250         * malloc/arena.c: Likewise.
46251         * malloc/hooks.c: Likewise.
46253         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46254         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46255         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46257 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46259         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46260         into tail calls.
46261         (update_get_addr): New function.
46262         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46263         GET_ADDR_MODULE parameter.
46265 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46267         * crypt/cert.c: Remove __STDC__ conditionals.
46268         * crypt/crypt-entry.c: Likewise.
46269         * crypt/crypt_util.c: Likewise.
46270         * libio/filedoalloc.c: Likewise.
46271         * libio/fileops.c: Likewise.
46272         * libio/genops.c: Likewise.
46273         * libio/iofclose.c: Likewise.
46274         * libio/iofdopen.c: Likewise.
46275         * libio/iofopen.c: Likewise.
46276         * libio/iofopen64.c: Likewise.
46277         * libio/iogetdelim.c: Likewise.
46278         * libio/iopopen.c: Likewise.
46279         * libio/obprintf.c: Likewise.
46280         * libio/oldfileops.c: Likewise.
46281         * libio/oldiofclose.c: Likewise.
46282         * libio/oldiofdopen.c: Likewise.
46283         * libio/oldiofopen.c: Likewise.
46284         * libio/oldiopopen.c: Likewise.
46285         * libio/wfiledoalloc.c: Likewise.
46286         * libio/wgenops.c: Likewise.
46287         * locale/programs/xmalloc.c: Likewise.
46288         * misc/syslog.c: Likewise.
46289         * stdio-common/xbug.c: Likewise.
46290         * string/memchr.c: Likewise.
46291         * string/memcmp.c: Likewise.
46292         * string/memrchr.c: Likewise.
46293         * string/rawmemchr.c: Likewise.
46294         * sysdeps/posix/getcwd.c: Likewise.
46295         * time/strftime_l.c: Likewise.
46297 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46299         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46300         * config.make.in (config-cflags-sse2avx): Define.
46301         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46302         Fix typo.
46304 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46306         * scripts/config.guess: Update from upstream config git repository.
46307         * scripts/config.sub: Likewise.
46309 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46311         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46312         (EM_NUM): Update.
46313         (R_TILEPRO_*, R_TILEGX_*): New macros.
46315         * scripts/firstversions.awk: Fix bug in version range handling.
46317         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46319         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46321         * include/sys/epoll.h: New file.
46322         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46323         libc_hidden_def.
46325 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46327         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46328         Avoid unnecessary __WORDSIZE == 64 test.
46329         (fmaxf): Use VEX format if possible.
46330         (fmax): Likewise.
46331         (fminf): Likewise.
46332         (fmin): Likewise.
46334         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46335         * math/math_private.h: Remove libc_fegetround* and
46336         libc_fesetround*.
46337         * sysdeps/i386/configure.in: Check for -msse2avx.
46338         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46339         also if SSE2AVX is defined.
46340         Remove libc_fegetround* and libc_fesetround*.
46341         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46342         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46343         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46344         of HAS_YMM_USABLE.
46345         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46346         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46347         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46348         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46349         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46351         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46353 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46355         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46356         size is not set.
46357         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46359 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46361         [BZ #13618]
46362         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46363         relocation.
46364         * Makeconfig (libm): Define.
46365         * elf/Makefile: Add rules to build and run tst-relsort1.
46366         * elf/tst-relsort1.c: New file.
46367         * elf/tst-relsort1mod1.c: New file.
46368         * elf/tst-relsort1mod2.c: New file.
46370 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46372         * math/s_ldexp.c: Remove __STDC__ conditionals.
46373         * math/s_ldexpf.c: Likewise.
46374         * math/s_ldexpl.c: Likewise.
46375         * math/s_nextafter.c: Likewise.
46376         * math/s_nexttowardf.c: Likewise.
46377         * math/s_significand.c: Likewise.
46378         * math/s_significandf.c: Likewise.
46379         * math/s_significandl.c: Likewise.
46380         * math/w_jnl.c: Likewise.
46381         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46382         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46383         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46384         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46385         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46386         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46387         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46388         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46389         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46390         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46391         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46392         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46393         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46394         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46395         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46396         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46397         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46398         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46399         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46400         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46401         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46402         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46403         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46404         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46405         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46406         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46407         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46408         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46409         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46410         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46411         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46412         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46413         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46414         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46415         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46416         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46417         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46418         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46419         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46420         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46421         * sysdeps/ieee754/k_standard.c: Likewise.
46422         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46423         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46424         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46425         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46426         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46427         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46428         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46429         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46430         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46431         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46432         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46433         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46434         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46435         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46436         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46437         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46438         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46439         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46440         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46441         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46442         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46443         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46444         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46445         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46446         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46447         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46448         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46451         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46452         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46454         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46456         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46457         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46458         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46459         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46460         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46461         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46462         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46463         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46464         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46465         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46466         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46467         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46468         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46469         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46470         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46471         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46472         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46473         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46474         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46475         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46476         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46477         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46478         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46479         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46480         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46481         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46482         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46483         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46484         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46485         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46486         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46487         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46488         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46489         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46490         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46491         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46492         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46493         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46494         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46495         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46496         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46497         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46498         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46499         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46500         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46501         * sysdeps/ieee754/s_matherr.c: Likewise.
46502         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46503         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46504         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46505         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46507 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46509         * crypt/md5.h: Remove __STDC__ conditionals.
46510         * libio/libioP.h: Likewise.
46511         * locale/programs/config.h: Likewise.
46512         * sysdeps/generic/sysdep.h: Likewise.
46513         * sysdeps/i386/asm-syntax.h: Likewise.
46514         * sysdeps/s390/asm-syntax.h: Likewise.
46515         * sysdeps/unix/sysdep.h: Likewise.
46516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46519 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46521         * libio/libio.h: Remove __STDC__ conditionals.
46522         * malloc/obstack.h: Likewise.
46523         * math/complex.h: Likewise.
46524         * math/math.h: Likewise.
46525         * sysdeps/generic/_G_config.h: Likewise.
46526         * sysdeps/gnu/_G_config.h: Likewise.
46527         * sysdeps/mach/hurd/_G_config.h: Likewise.
46528         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46529         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46530         * sysdeps/sparc/bits/mathdef.h: Likewise.
46532 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46534         [BZ #13583]
46535         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46536         Clean up HAS_* macros.
46537         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46538         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46539         possible.
46540         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46541         HAS_AVX.
46542         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46543         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46544         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46545         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46546         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46548 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46550         * elf/tst-unique3.cc (gets): Remove declaration.
46551         * elf/tst-unique3lib.cc (gets): Likewise.
46552         * elf/tst-unique3lib2.cc (gets): Likewise.
46553         * elf/tst-unique4.cc (gets): Likewise.
46555 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46557         * include/stdio.h: Add C++ protection.  Add gets declarations and
46558         definitions.
46559         * debug/tst-chk1.c: Don't declare gets here.
46560         * stdio-common/tst-gets.c: Likewise.
46562 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46564         * posix/glob: Remove directory.
46566 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46568         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46570 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46572         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46573         of the non-standard EPFNOSUPPORT.
46575 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46577         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46578         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46579         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46581 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46583         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46585 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46587         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46588         transient errors.
46589         * nscd/grpcache.c (cache_addgr): Likewise.
46590         * nscd/hstcache.c (cache_addhst): Likewise.
46591         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46592         * nscd/pwdcache.c (cache_addpw): Likewise.
46593         * nscd/servicescache.c (cache_addserv): Likewise.
46595 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46597         * malloc/malloc.c: Various cleanups.
46598         * malloc/hooks.c: Likewise.
46600         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46601         * stdlib/bug-fmtmsg1.c: New file.
46603         * stdlib/fmtmsg.c (init): Add missing unlock.
46604         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46606 2012-01-12  Marek Polacek  <polacek@redhat.com>
46608         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46609         and _GNU_SOURCE.
46611 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46613         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46614         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46615         macro to ensure uniqueness of label name.
46616         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46617         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46619 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46621         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46623         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46624         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46625         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46626         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46628 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46630         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46632         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46633         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46634         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46636         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46638         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46639         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46640         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46641         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46643         * math/bits/math-finite.h: Add ldexp support.
46645 2012-01-10  Marek Polacek  <polacek@redhat.com>
46647         * locale/programs/localedef.h (show_archive_content): Add noreturn
46648         attribute.
46650 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46652         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46654 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46656         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46658         * io/Makefile (headers): Add bits/poll2.h.
46660 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46663         typo #include statement.
46665 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46667         * include/sys/cdefs.h: Define __attribute_alloc_size.
46668         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46669         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46670         * elf/pldd.c: Likewise.
46671         * iconv/iconv_charmap.c: Likewise.
46672         * iconv/iconvconfig.c: Likewise.
46673         * iconv/strtab.c: Likewise.
46674         * locale/programs/locale.c: Likewise.
46675         * locale/programs/localedef.h: Likewise.
46676         * locale/programs/simple-hash.c: Likewise.
46677         * nscd/nscd.h: Likewise.
46678         * nss/makedb.c: Likewise.
46679         * sysdeps/generic/ldconfig.h: Likewise.
46680         * locale/programs/localedef.c: Remove xmalloc prototype.
46681         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46683 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46685         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46686         appropriate.
46688 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46690         * math/Makefile (tests): Add tst-CMPLX.
46691         * math/tst-CMPLX.c: New file.
46693         * math/complex.h (CMPLXL): Fix typo.
46695         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46696         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46697         GLIBC_2.16.
46698         * debug/tst-chk1.c: Add poll and ppoll tests.
46699         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46700         * include/sys/poll.h: Add hidden proto for ppoll.
46701         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46702         * sysdeps/mach/hurd/ppoll.c: Likewise.
46703         * io/ppoll.c: Likewise.
46704         * debug/poll_chk.c: New file.
46705         * debug/ppoll_chk.c: New file.
46706         * include/bits/poll2.h: New file.
46707         * io/bits/poll2.h: New file.
46709         [BZ #1350]
46710         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46712         * configure.in: static is always set to yes.  Remove.
46713         * config.make.in: Don't set build-static.
46714         * Makeconfig: Remove use of build-static.
46715         * dlfcn/Makefile: Likewise.
46716         * elf/Makefile: Likewise.
46717         * math/Makefile: Likewise.
46718         * misc/Makefile: Likewise.
46719         * nptl/Makefile: Likewise.
46720         * sysdeps/mach/hurd/Makefile: Likewise.
46722         * configure.in: PWD_P is not used anymore.
46723         * config.make.in: Remove PWD_P entry.
46725         * configure.in: Remove last remnants of RANLIB.
46726         No need to check for signed size_t anymore.
46727         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46728         and IA-64.
46729         Remove __builtin_expect test because we require at least gcc 3.4.
46730         * aclocal.m4: Likewise.
46732         * wcsmbs/mbrtoc16.c: Implement using towc function.
46733         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46734         * wcsmbs/wcsmbsload.c: Likewise.
46735         * iconv/gconv_simple.c: Likewise.
46736         * iconv/gconv_int.h: Likewise.
46737         * iconv/gconv_builtin.h: Likewise.
46738         * iconv/iconv_prog.c: Remove CHAR16 handling.
46740         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46742         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46744         * configure.in: Remove --with-elf and --enable-bounded options.
46745         Dont set base_machine for ia64.  More non-ELF conditions removed.
46746         Remove testing and setting of leading underscore information.
46747         * config.make.in (build-bounded): Set to no.
46748         * config.h.in: Remove NO_UNDERSCORES entry.
46749         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46750         them.
46751         * csu/start.c: Remove !NO_UNDERSCORE code.
46752         * locale/localeinfo.h: Likewise.
46753         * sysdeps/generic/machine-gmon.h: Likewise.
46754         * sysdeps/generic/sysdep.h: Likewise.
46755         * sysdeps/i386/sysdep.h: Likewise.
46756         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46757         * sysdeps/mach/sysdep.h: Likewise.
46758         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46759         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46760         * sysdeps/sh/sysdep.h: Likewise.
46761         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46762         * sysdeps/unix/i386/sysdep.S: Likewise.
46763         * sysdeps/unix/sparc/start.c: Likewise.
46764         * sysdeps/unix/sparc/sysdep.S: Likewise.
46765         * sysdeps/unix/sparc/sysdep.h: Likewise.
46766         * sysdeps/unix/start.c: Likewise.
46767         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46768         * sysdeps/x86_64/sysdep.h: Likewise.
46770 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46772         [BZ #13553]
46773         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46774         for non-gcc.
46775         * argp/argp-fmtstream.h: Use const instead __const.
46776         * argp/argp.h: Likewise.
46777         * assert/assert.h: Likewise.
46778         * bits/fenv.h: Likewise.
46779         * bits/sched.h: Likewise.
46780         * bits/sigset.h: Likewise.
46781         * bits/sigthread.h: Likewise.
46782         * catgets/nl_types.h: Likewise.
46783         * conform/data/pthread.h-data: Likewise.
46784         * crypt/crypt-private.h: Likewise.
46785         * crypt/crypt.h: Likewise.
46786         * crypt/crypt_util.c: Likewise.
46787         * ctype/ctype.h: Likewise.
46788         * debug/execinfo.h: Likewise.
46789         * debug/mbsnrtowcs_chk.c: Likewise.
46790         * debug/mbsrtowcs_chk.c: Likewise.
46791         * debug/wcsnrtombs_chk.c: Likewise.
46792         * debug/wcsrtombs_chk.c: Likewise.
46793         * debug/wcstombs_chk.c: Likewise.
46794         * dirent/dirent.h: Likewise.
46795         * dlfcn/dlfcn.h: Likewise.
46796         * elf/neededtest4.c: Likewise.
46797         * grp/grp.h: Likewise.
46798         * gshadow/gshadow.h: Likewise.
46799         * iconv/gconv.h: Likewise.
46800         * iconv/gconv_int.h: Likewise.
46801         * iconv/gconv_simple.c: Likewise.
46802         * iconv/iconv.h: Likewise.
46803         * iconv/loop.c: Likewise.
46804         * iconv/skeleton.c: Likewise.
46805         * include/aio.h: Likewise.
46806         * include/aliases.h: Likewise.
46807         * include/argz.h: Likewise.
46808         * include/arpa/inet.h: Likewise.
46809         * include/assert.h: Likewise.
46810         * include/dirent.h: Likewise.
46811         * include/dlfcn.h: Likewise.
46812         * include/execinfo.h: Likewise.
46813         * include/fcntl.h: Likewise.
46814         * include/fenv.h: Likewise.
46815         * include/glob.h: Likewise.
46816         * include/grp.h: Likewise.
46817         * include/libintl.h: Likewise.
46818         * include/mntent.h: Likewise.
46819         * include/netdb.h: Likewise.
46820         * include/pwd.h: Likewise.
46821         * include/rpc/netdb.h: Likewise.
46822         * include/sched.h: Likewise.
46823         * include/search.h: Likewise.
46824         * include/shadow.h: Likewise.
46825         * include/signal.h: Likewise.
46826         * include/stdio.h: Likewise.
46827         * include/stdlib.h: Likewise.
46828         * include/string.h: Likewise.
46829         * include/sys/socket.h: Likewise.
46830         * include/sys/stat.h: Likewise.
46831         * include/sys/statfs.h: Likewise.
46832         * include/sys/statvfs.h: Likewise.
46833         * include/sys/syslog.h: Likewise.
46834         * include/sys/time.h: Likewise.
46835         * include/sys/uio.h: Likewise.
46836         * include/time.h: Likewise.
46837         * include/unistd.h: Likewise.
46838         * include/utmp.h: Likewise.
46839         * include/wchar.h: Likewise.
46840         * include/wctype.h: Likewise.
46841         * inet/aliases.h: Likewise.
46842         * inet/arpa/inet.h: Likewise.
46843         * inet/netinet/ether.h: Likewise.
46844         * inet/netinet/in.h: Likewise.
46845         * intl/libintl.h: Likewise.
46846         * io/bits/fcntl2.h: Likewise.
46847         * io/fcntl.h: Likewise.
46848         * io/ftw.h: Likewise.
46849         * io/sys/poll.h: Likewise.
46850         * io/sys/stat.h: Likewise.
46851         * io/sys/statfs.h: Likewise.
46852         * io/sys/statvfs.h: Likewise.
46853         * io/utime.h: Likewise.
46854         * libio/bits/stdio.h: Likewise.
46855         * libio/bits/stdio2.h: Likewise.
46856         * libio/libio.h: Likewise.
46857         * libio/libioP.h: Likewise.
46858         * libio/stdio.h: Likewise.
46859         * locale/lc-ctype.c: Likewise.
46860         * locale/locale.h: Likewise.
46861         * login/utmp.h: Likewise.
46862         * malloc/arena.c: Likewise.
46863         * malloc/malloc.c: Likewise.
46864         * malloc/malloc.h: Likewise.
46865         * malloc/mcheck.c: Likewise.
46866         * malloc/mtrace.c: Likewise.
46867         * math/bits/mathcalls.h: Likewise.
46868         * math/fenv.h: Likewise.
46869         * math/math_private.h: Likewise.
46870         * misc/bits/error.h: Likewise.
46871         * misc/bits/syslog.h: Likewise.
46872         * misc/err.h: Likewise.
46873         * misc/error.h: Likewise.
46874         * misc/fstab.h: Likewise.
46875         * misc/mntent.h: Likewise.
46876         * misc/regexp.h: Likewise.
46877         * misc/search.h: Likewise.
46878         * misc/sgtty.h: Likewise.
46879         * misc/sys/mman.h: Likewise.
46880         * misc/sys/syslog.h: Likewise.
46881         * misc/sys/uio.h: Likewise.
46882         * misc/sys/xattr.h: Likewise.
46883         * misc/ttyent.h: Likewise.
46884         * nis/rpcsvc/ypclnt.h: Likewise.
46885         * nss/nss.h: Likewise.
46886         * posix/bits/unistd.h: Likewise.
46887         * posix/fnmatch.h: Likewise.
46888         * posix/glob.h: Likewise.
46889         * posix/sched.h: Likewise.
46890         * posix/spawn.h: Likewise.
46891         * posix/sys/wait.h: Likewise.
46892         * posix/unistd.h: Likewise.
46893         * posix/wordexp.h: Likewise.
46894         * pwd/pwd.h: Likewise.
46895         * resolv/netdb.h: Likewise.
46896         * resource/sys/resource.h: Likewise.
46897         * rt/aio.h: Likewise.
46898         * rt/bits/mqueue2.h: Likewise.
46899         * rt/mqueue.h: Likewise.
46900         * shadow/shadow.h: Likewise.
46901         * signal/signal.h: Likewise.
46902         * socket/send.c: Likewise.
46903         * socket/sendto.c: Likewise.
46904         * socket/sys/socket.h: Likewise.
46905         * stdio-common/printf.h: Likewise.
46906         * stdlib/bits/stdlib.h: Likewise.
46907         * stdlib/fmtmsg.h: Likewise.
46908         * stdlib/monetary.h: Likewise.
46909         * stdlib/stdlib.h: Likewise.
46910         * stdlib/ucontext.h: Likewise.
46911         * streams/stropts.h: Likewise.
46912         * string/argz.h: Likewise.
46913         * string/bits/string2.h: Likewise.
46914         * string/string.h: Likewise.
46915         * string/strings.h: Likewise.
46916         * sunrpc/rpc/auth.h: Likewise.
46917         * sunrpc/rpc/auth_des.h: Likewise.
46918         * sunrpc/rpc/clnt.h: Likewise.
46919         * sunrpc/rpc/netdb.h: Likewise.
46920         * sunrpc/rpc/pmap_clnt.h: Likewise.
46921         * sunrpc/rpc/xdr.h: Likewise.
46922         * sysdeps/generic/inttypes.h: Likewise.
46923         * sysdeps/generic/net/if.h: Likewise.
46924         * sysdeps/generic/sys/swap.h: Likewise.
46925         * sysdeps/gnu/net/if.h: Likewise.
46926         * sysdeps/gnu/utmpx.h: Likewise.
46927         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46928         * sysdeps/i386/i486/bits/string.h: Likewise.
46929         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46930         * sysdeps/s390/bits/string.h: Likewise.
46931         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46932         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46933         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46934         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46935         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46936         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46937         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46938         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46939         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46940         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46941         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46942         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46943         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46944         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46945         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46946         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46947         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46948         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46949         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46950         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46951         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46952         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46953         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46954         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46955         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46956         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46957         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46958         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46959         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46960         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46961         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46962         * sysvipc/sys/ipc.h: Likewise.
46963         * sysvipc/sys/msg.h: Likewise.
46964         * sysvipc/sys/sem.h: Likewise.
46965         * sysvipc/sys/shm.h: Likewise.
46966         * termios/termios.h: Likewise.
46967         * time/sys/time.h: Likewise.
46968         * time/time.h: Likewise.
46969         * wcsmbs/bits/wchar2.h: Likewise.
46970         * wcsmbs/uchar.h: Likewise.
46971         * wcsmbs/wchar.h: Likewise.
46972         * wctype/wctype.h: Likewise.
46974         [BZ #13551]
46975         * Makeconfig: Remove all but ELF support including AIX support.
46976         * Makerules: Likewise.
46977         * config.h.in: Likewise.
46978         * config.make.in: Likewise.
46979         * configure: Likewise.
46980         * configure.in: Likewise.
46981         * csu/Makefile: Likewise.
46982         * csu/version.c: Likewise.
46983         * debug/Makefile: Likewise.
46984         * dlfcn/Makefile: Likewise.
46985         * elf/Makefile: Likewise.
46986         * extra-lib.mk: Likewise.
46987         * iconv/Makefile: Likewise.
46988         * include/libc-symbols.h: Likewise.
46989         * include/shlib-compat.h: Likewise.
46990         * resolv/Makefile: Likewise.
46991         * resolv/res_libc.c: Likewise.
46992         * rt/Makefile: Likewise.
46993         * sysdeps/i386/asm-syntax.h: Likewise.
46994         * sysdeps/i386/sysdep.h: Likewise.
46995         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46996         * sysdeps/mach/sysdep.h: Likewise.
46997         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46998         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46999         * sysdeps/s390/asm-syntax.h: Likewise.
47000         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47001         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47002         * sysdeps/sh/sysdep.h: Likewise.
47003         * sysdeps/unix/sparc/sysdep.h: Likewise.
47004         * sysdeps/wordsize-32/divdi3.c: Likewise.
47005         * sysdeps/x86_64/sysdep.h: Likewise.
47007         * argp/Versions: Remove _argp_unlock_xxx.
47009         [BZ #13559]
47010         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47011         * abilist/libBrokenLocale.abilist: Likewise.
47012         * abilist/libanl.abilist: Likewise.
47013         * abilist/libc.abilist: Likewise.
47014         * abilist/libcrypt.abilist: Likewise.
47015         * abilist/libdl.abilist: Likewise.
47016         * abilist/libm.abilist: Likewise.
47017         * abilist/libnsl.abilist: Likewise.
47018         * abilist/libpthread.abilist: Likewise.
47019         * abilist/libresolv.abilist: Likewise.
47020         * abilist/librt.abilist: Likewise.
47021         * abilist/libthread_db.abilist: Likewise.
47022         * abilist/libutil.abilist: Likewise.
47023         * abilist/libnss_db.abilist: New file.
47025         * scripts/abilist.awk: Add support for indirect functions.
47027         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47029         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47031         * shlib-versions: Remove entries for ports architectures.
47033         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47034         files in ports.
47035         * elf/stackguard-macros.h: Remove support for IA-64.
47036         * elf/tst-auditmod1.c: Likewise.
47037         * sysdeps/generic/ldsodefs.h: Likewise.
47039         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47040         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47041         configure files.
47043         [BZ #13552]
47044         * configure.in: Remove --enable-omitfp support.
47045         * FAQ.in: Adjust.
47046         * config.make.in: Likewise.
47047         * Makeconfig: Likewise.
47048         * manual/install.texi: Likewise.
47050         In case anyone cares, the IA-64 architecture could move to ports.
47051         * sysdeps/ia64/*: Removed.
47052         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47053         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47055         [BZ #13555]
47056         * configure.in: Remove entries for unsupported architectures.
47058         [BZ #13533]
47059         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47060         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47061         routines.
47062         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47063         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47064         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47065         fall back to using wcrtomb.
47066         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47067         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47068         renaming.
47069         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47070         * wcsmbs/tst-c16c32-1.c: New file.
47072         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47073         local variable.
47075         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47077         * elf/tst-unique3.cc: Add explicit declaration of gets.
47078         * elf/tst-unique3lib.cc: Likewise.
47079         * elf/tst-unique3lib2.cc: Likewise.
47080         * elf/tst-unique4.cc: Likewise.
47082         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47084 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47086         [BZ #13566]
47087         * assert/assert.h (static_assert): Don't define for C++.
47088         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47089         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47091 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47093         * iconv/loop.c (single loop): Fix assertion in storing of
47094         remaining bytes.
47096         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47098 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47100         * posix/getconf.c: Update copyright year.
47101         * nss/getent.c: Likewise.
47102         * nss/makedb.c: Likewise.
47103         * iconv/iconvconfig.c: Likewise.
47104         * iconv/iconv_prog.c: Likewise.
47105         * elf/ldconfig.c: Likewise.
47106         * elf/pldd.c: Likewise.
47107         * elf/sotruss.ksh: Likewise.
47108         * catgets/gencat.c: Likewise.
47109         * csu/version.c: Likewise.
47110         * elf/ldd.bash.in: Likewise.
47111         * elf/sprof.c (print_version): Likewise.
47112         * locale/programs/locale.c: Likewise.
47113         * locale/programs/localedef.c: Likewise.
47114         * login/programs/pt_chown.c: Likewise.
47115         * nscd/nscd.c (print_version): Likewise.
47116         * debug/xtrace.sh: Likewise.
47117         * malloc/memusage.sh: Likewise.
47118         * malloc/mtrace.pl: Likewise.
47119         * debug/catchsegv.sh: Likewise.
47121 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47123         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47124         pure attribute.
47126 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47128         [BZ #13533]
47129         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47130         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47131         transformations.
47132         * iconv/gconv_int.h: Likewise.
47133         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47134         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47135         from libc for GLIBC_2.16.
47136         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47137         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47138         * wcsmbs/uchar.h: Really define mbstate_t.
47139         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47140         * wcsmbs/c16rtomb.c: New file.
47141         * wcsmbs/mbrtoc16.c: New file.
47142         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47143         for C/POSIX locale.
47144         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47145         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47147         * wcsmbs/wchar.h: Add missing __restrict.
47149 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47151         [BZ #13532]
47152         * time/Makefile (routines): Add timespec_get.
47153         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47154         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47155         timespec for ISO C11.
47156         * time/timespec_get.c: New file.
47157         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47158         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47160         [BZ #13531]
47161         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47162         * stdlib/stdlib.h: Declare aligned_alloc.
47163         * Versions.def: Add GLIBC_2.16 for libc.
47164         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47166         [BZ 13527]
47167         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47168         ISO C11.
47170         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47171         code.
47173         [BZ #13528]
47174         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47176         [BZ #13529]
47177         * assert/assert.h (static_assert): Define.
47179         * version.h: Update for 2.16 development version.
47181         [BZ #13526]
47182         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47183         _ISOC11_SOURCE.
47185         * version.h (RELEASE): Bump for 2.15 release.
47186         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47188         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47189         Patch by Marek Polacek <mpolacek@redhat.com>.
47191         * bits/byteswap.h: Protect long long constants with __extension__.
47192         * sysdeps/i386/bits/byteswap.h: Likewise.
47193         * sysdeps/ia64/bits/byteswap.h: Likewise.
47194         * sysdeps/s390/bits/byteswap.h: Likewise.
47195         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47197 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47199         [BZ #13540]
47200         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47201         destination buffer.
47202         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47204 2011-12-23  Marek Polacek  <polacek@redhat.com>
47206         * elf/dl-addr.c (determine_info): Add inline keyword.
47207         * elf/tst-auditmod4b.c (check_avx): Likewise.
47208         * elf/tst-auditmod6b.c (check_avx): Likewise.
47209         * elf/tst-auditmod6c.c (check_avx): Likewise.
47210         * elf/tst-auditmod7b.c (check_avx): Likewise.
47212 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47214         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47215         !__SSE_MATH__.
47217 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47219         [BZ #13540]
47220         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47221         processing for last bytes.
47223 2011-08-06  Bruno Haible  <bruno@clisp.org>
47225         [BZ #13061]
47226         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47227         U+0385, not to U+1FEE.
47229         [BZ #13062]
47230         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47231         entry for U+00A5 U+0301.
47233 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47235         [BZ #13166]
47236         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47237         buffer for the output is too small.
47239         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47240         optimization.
47242         [BZ #13185]
47243         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47244         SSE flags if possible.
47246 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47248         [BZ #13540]
47249         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47250         processing for last bytes.
47252 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47254         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47255         (syscall-list-default-options, syscall-list-default-condition)
47256         (syscall-list-includes): Define.
47257         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47258         list of ABIs and options and #if conditions for each ABI.  Do not
47259         handle common syscalls between ABIs specially.
47260         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47261         Remove.
47262         (syscall-list-variants, syscall-list-32bit-options)
47263         (syscall-list-32bit-condition, syscall-list-64bit-options)
47264         (syscall-list-64bit-condition): Define.
47265         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47266         (syscall-list-variants, syscall-list-32bit-options)
47267         (syscall-list-32bit-condition, syscall-list-64bit-options)
47268         (syscall-list-64bit-condition): Define.
47269         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47270         Remove.
47271         (syscall-list-variants, syscall-list-32bit-options)
47272         (syscall-list-32bit-condition, syscall-list-64bit-options)
47273         (syscall-list-64bit-condition): Define.
47274         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47275         Remove.
47276         (syscall-list-variants, syscall-list-32bit-options)
47277         (syscall-list-32bit-condition, syscall-list-64bit-options)
47278         (syscall-list-64bit-condition): Define.
47280 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47282         * locale/iso-639.def: Add brx entry.
47284         [BZ #13328]
47285         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47286         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47288         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47289         __feraiseexcept_renamed.
47291 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47293         [BZ #13538]
47294         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47295         EPOLLET with unsigned values.
47296         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47297         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47299         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47300         to large cancellation.
47301         * math/s_cacoshf.c: Likewise.
47302         * math/s_cacoshl.c: Likewise.
47304 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47306         [BZ #13305]
47307         [BZ #12786]
47308         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47309         * math/s_cacoshf.c: Likewise.
47310         * math/s_cacoshl.c: Likewise.
47312 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47314         [BZ #13439]
47315         * iconv/gconv.h: Define __GCONV_SWAP.
47316         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47317         * iconvdata/utf-16.c: Likewise.
47318         * iconvdata/utf-32.c: Likewise.
47320 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47322         [BZ #13524]
47323         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47324         numerator after shifting it by one limb.
47326 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47328         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47329         under [__USE_EXTERN_INLINES].
47331 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47333         [BZ #13446]
47334         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47336 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47338         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47339         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47340         optimized code.
47341         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47342         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47343         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47344         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47345         for strncasecmp/strncasecmp_l compilation.
47346         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47347         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47349 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47351         [BZ #13484]
47352         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47353         of __asm__.
47355 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47357         [BZ #13506]
47358         * time/tzfile.c (__tzfile_read): Check values from file header.
47360 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47362         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47363         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47364         * powerpc/powerpc32/dl-start.S: Likewise.
47365         * powerpc/powerpc32/elf/start.S: Likewise.
47366         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47367         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47368         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47369         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47370         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47371         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47372         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47373         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47374         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47375         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47376         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47377         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47378         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47379         * powerpc/powerpc32/memset.S: Likewise.
47380         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47381         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47382         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47383         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47384         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47385         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47386         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47387         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47388         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47389         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47390         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47391         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47392         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47394 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47396         * math/libm-test.inc: Added more nearbyint tests.
47397         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47398         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47399         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47400         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47402 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47404         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47405         FD_CLOEXEC.
47407 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47409         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47410         Add wcscpy-ssse3 wcscpy-c.
47411         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47412         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47413         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47414         * sysdeps/x86_64/wcschr.S: New file.
47415         * sysdeps/x86_64/wcsrchr.S: New file.
47416         * string/test-strcmp.c: Remove checking of wcscmp function for
47417         wrong alignments.
47418         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47419         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47420         wcsrchr-sse2 wcsrchr-c.
47421         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47422         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47423         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47424         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47425         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47426         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47427         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47428         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47429         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47430         * wcsmbc/wcschr.c (WCSCHR): New macro.
47432 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47434         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47435         * wcsmbs/test-wcsrchr.c: New file.
47436         * string/test-strrchr.c: Add wcsrchr support.
47437         (WIDE): New macro.
47438         * wcsmbs/test-wcscpy.c: New file.
47439         * string/test-strcpy.c: Add wcscpy support.
47440         (WIDE): New macro.
47442 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47444         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47445         the inner loop.
47447 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47449         [BZ #13472]
47450         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47452 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47454         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47455         Minor optimizations.
47457         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47458         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47459         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47461 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47463         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47464         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47465         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47466         for gcc to avoid warnings.
47467         * inet/Makefile (tests): Add tst-checks.
47468         * inet/tst-checks.c: New file.
47470         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47471         warning.
47473         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47474         __wmemcmp_sse2.
47476         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47477         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47479         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47481 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47483         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47484         problem.
47486         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47488 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47490         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47491         conditional on GCC version.
47492         (__arch_compare_and_exchange_val_8_acq)
47493         (__arch_compare_and_exchange_val_16_acq)
47494         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47495         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47496         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47498 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47500         * sysdeps/sh/backtrace.c: New file.
47502 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47504         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47505         parenthesis.
47507 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47509         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47510         falling back to utime.
47512 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47514         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47515         expectations for float.
47517 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47519         * locale/weight.h (findidx): Add parameter len.
47520         * locale/weightwc.h (findidx): Likewise.
47521         * posix/fnmatch_loop.c (FCT): Adjust caller.
47522         * posix/regcomp.c (build_equiv_class): Likewise.
47523         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47524         * posix/regexec.c (check_node_accept_bytes): Likewise.
47525         * string/strcoll_l.c (STRCOLL): Likewise.
47526         * string/strxfrm_l.c (STRXFRM): Likewise.
47528 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47530         * Makefile.in: Remove CVSOPT handling.
47531         * configure.in: Remove use of AC_REVISION.
47532         * iconvdata/Makefile (distribute): No need to filter out CVS.
47533         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47534         handling.
47536 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47538         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47539         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47540         [USE_AS_STRNCASECMP_L]: Likewise.
47541         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47542         NO_TLS_DIRECT_SEG_REFS.
47543         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47544         Fix argument offsets for non-PIC.
47545         [USE_AS_STRNCASECMP_L]: Likewise.
47546         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47547         NO_TLS_DIRECT_SEG_REFS.
47549 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47551         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47552         O_CLOEXEC.
47553         * locale/loadlocale.c (_nl_load_locale): Likewise.
47555 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47557         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47558         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47559         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47560         (SYSCALL_GETTIME): Set errno on error.
47562         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47563         count references to noai6ai_cached.
47565 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47567         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47569         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47570         FD_CLOEXEC for /proc/self/maps.
47572         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47573         FD_CLOEXEC for /proc/meminfo.
47575         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47576         gai.conf.
47578         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47579         FD_CLOEXEC for given file.
47581         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47583         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47584         FD_CLOEXEC for /etc/hosts.
47585         (_gethtent): Likewise.
47587         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47589         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47590         cancellation and set FD_CLOEXEC for /etc/netgroup.
47592         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47593         reading /etc/publickey.
47595         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47596         allow cancellation when reading /etc/group.
47598         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47599         cancellation.
47600         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47602         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47603         when using data file.
47605         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47607         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47608         (write_nis_obj): Use "c" and "e" in fopen.
47610         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47612         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47614         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47616         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47618         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47619         locale.alias.
47621         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47623         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47625         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47627         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47628         file parsing and set FD_CLOEXEC.
47630 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47632         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47634 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47636         * malloc/arena.c (arena_get2): Don't call reused_arena when
47637         _int_new_arena failed.
47639 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47641         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47642         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47643         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47644         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47645         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47646         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47647         to compile strcasecmp and strncasecmp.
47648         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47649         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47651         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47653 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47655         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47656         locale-defines.sym to gen-as-const-headers.
47657         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47658         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47659         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47660         to compile strcasecmp and strncasecmp.
47661         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47662         strcasecmp_l and strncasecmp_l.
47663         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47664         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47665         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47666         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47667         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47668         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47669         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47670         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47671         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47672         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47673         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47675 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47677         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47678         result of SYSDEP_GETTIME_CPU to retval.
47679         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47680         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47682         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47683         variable.
47685         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47686         mantissa words.
47687         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47689         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47690         from unused variable.
47692         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47693         DWARF definitions.
47694         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47695         for assembling.
47697         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47698         over namespaces.
47700         * sunrpc/rpc_prot.c (rejected): Fix case value.
47702         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47703         unsigned long long int to avoid warnings in shift.
47705         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47706         of use of trans.
47707         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47708         variable tmp.
47710         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47711         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47712         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47714         * nis/nis_table.c (nis_list): Use variable of correct type for
47715         result of __follow_path call.
47717 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47719         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47720         of math functions ceil, trunc, floor, round, and sqrt, when
47721         avaliable on the platform.
47722         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47723         name clash.
47724         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47725         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47726         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47728 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47730         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47731         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47733 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47735         * include/unistd.h: Fix __readlink return type.
47736         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47738 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47740         * stdlib/ucontext.h: Undo last change for makecontext.
47742 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47744         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47746         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47747         * setjmp/setjmp.h: Mark functions as non-leaf.
47748         * setjmp/bits/setjmp2.h: Likewise.
47749         * stdlib/ucontext.h: Likewise.
47751 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47753         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47754         (reused_arena): Don't check arena limit.
47755         (arena_get2): Atomically check arena limit.
47757 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47759         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47760         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47762         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47763         instructions.
47765 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47767         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47768         handler when locking.
47770         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47771         Fix size of allocated buffer.
47773 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47775         [BZ #10103]
47776         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47777         declarations for long double functions.
47778         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47780         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47782 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47784         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47785         installed.
47787         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47788         is disabled.
47790 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47792         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47794 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47796         * include/alloca.h (stackinfo_alloca_round): Define.
47797         (extend_alloca): Use it.
47798         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47799         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47800         here.
47802         * scripts/check-local-headers.sh: Ignore libaudit.h.
47804         * nscd/Makefile (extra-objs): Make recursively expanded.
47806 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47808         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47809         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47811         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47812         * posix/tst-rfc3484-2.c: Likewise.
47813         * posix/tst-rfc3484-3.c: Likewise.
47815         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47816         process_vm_writev.
47817         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47818         process_vm_writev.
47819         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47820         process_vm_writev from libc using GLIBC_2.15 version.
47822         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47824 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47826         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47827         stack usage.
47829 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47831         [BZ #13367]
47832         * nss/getent.c (initgroups_keys): Show error message in case no group
47833         names are given.
47835         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47836         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47837         __bump_nl_timestamp.
47838         * nscd/connections (nscd_init): When host database is served open
47839         netlink socket and request notification about configuration changes.
47840         (main_loop_poll): Track netlink file descriptor and bump timestamp
47841         in case data becomes available.
47842         (main_loop_epoll): Likewise.
47843         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47844         (database_pers_head): Add extra_data fileds.
47845         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47846         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47847         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47848         Adjust caller.
47849         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47850         in6ai data, call __free_in6ai.
47851         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47852         Add -DHAVE_NETLINK.
47853         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47854         interface information.  Reuse previous data if netlink timestamp
47855         is not changed.
47856         (__bump_nl_timestamp): New function.
47857         (__free_in6ai): New function.
47859 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47861         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47862         close_not_cancel_no_status here.
47863         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47865 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47867         [BZ #13276]
47868         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47869         return value.
47871         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47872         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47873         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47875 2011-07-03  Andreas Jaeger  <aj@suse.de>
47877         [BZ #10709]
47878         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47879         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47880         * math/libm-test.inc (sin_test): Add test case.
47882 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47884         [BZ #13337]
47885         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47886         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47888         * elf/chroot_canon.c (chroot_canon): Cleanups.
47890         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47892         [BZ #13335]
47893         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47894         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47896         * string/test-strchr.c: Make usable for strchrnul testing.
47897         * string/test-strchrnul.c: New file.
47898         * string/Makefile (strop-tests): Add strchrnul.
47900         * po/it.po: Update from translation team.
47901         * po/es.po: Likewise.
47903 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47905         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47906         the three constants needed as parameters.  Drop the others.
47907         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47908         __m128i_strloadu_tolower.
47909         Create and initialize variable zero and use it in all the places
47910         where _mm_setzero_si128 was used.
47912         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47913         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47914         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47915         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47916         anymore.
47917         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47918         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47919         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47920         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47921         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47922         __mpranred, __mptan.
47923         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47924         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47925         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47926         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47927         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47928         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47929         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47930         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47931         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47933 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47935         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47936         redefine if SHARED.
47937         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47939         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47940         wide char related routines to wcsmbs subdir.
47942 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47944         [BZ #13344]
47945         * misc/sys/cdefs.h (__THROWNL): Define.
47946         * posix/unistd.h: Use __THREADNL instead of __THREAD
47947         for memory synchronization functions.
47949 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47951         [BZ #13349]
47952         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47953         doesn't exist.
47954         * manual/stdio.texi (Obstack Streams): Node removed.
47956 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47958         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47959         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47960         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47962         * math/math_private.h (math_force_eval): Allow non-addressable
47963         arguments.
47964         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47966 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47968         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47969         file is not needed.
47971         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47972         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47973         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47974         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47975         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47976         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47977         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47978         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47979         Add AVX variants.
47980         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47981         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47982         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47983         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47984         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47985         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47986         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47987         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47988         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47989         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47990         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47991         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47992         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47993         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47994         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47995         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47996         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47997         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47998         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48000         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48001         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48003         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48004         place.  Use VEX encoding when compiling for AVX.
48006 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48008         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48009         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48011         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48013 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48015         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48016         useless if() expression.
48017         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48018         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48019         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48020         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48021         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48022         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48023         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48024         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48025         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48026         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48027         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48028         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48029         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48030         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48031         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48032         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48033         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48034         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48035         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48037         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48039 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48041         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48042         condition.
48043         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48045 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48047         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48048         .text section.  Avoid duplicate constants.
48049         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48050         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48051         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48052         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48053         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48054         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48055         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48056         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48057         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48058         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48059         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48060         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48061         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48062         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48063         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48064         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48065         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48066         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48067         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48068         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48069         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48070         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48071         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48072         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48073         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48074         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48075         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48076         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48077         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48078         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48079         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48080         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48081         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48082         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48083         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48084         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48085         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48086         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48087         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48088         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48089         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48090         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48091         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48092         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48093         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48095 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48097         * sysdeps/x86_64/dla.h: Move to ...
48098         * sysdeps/x86_64/fpu/dla.h: ...here.
48099         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48100         situations.  Use __builtin_fma only for gcc 4.6 and up.
48102         * config.make.in: Add have-mfma4 entry.
48103         * configure.in: Substitute libc_cv_cc_fma4.
48104         * math/Makefile (dbl-only-routines): Add sincostab.
48105         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48106         Use __sincostab not sincos.
48107         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48108         name is a macro.
48109         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48110         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48111         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48112         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48113         using __copysign.
48114         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48115         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48116         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48117         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48118         and __inv.
48119         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48120         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48121         __copysign.
48122         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48123         define aliases when function name is a macro.
48124         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48125         sysdeps/ieee754/dbl-64/sincos.tbl.
48126         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48127         fma4-enabled routines.
48128         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48129         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48130         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48131         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48132         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48133         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48134         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48135         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48136         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48137         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48138         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48139         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48140         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48141         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48142         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48143         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48144         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48145         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48146         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48147         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48148         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48149         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48150         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48151         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48152         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48153         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48154         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48155         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48156         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48157         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48159         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48160         rename.
48161         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48162         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48163         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48164         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48165         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48166         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48167         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48168         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48170 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48172         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48174 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48176         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48178         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48179         prediction.
48180         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48182         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48183         Remove unused variable magic_bits.
48184         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48186         * string/strnlen.c: Define and use STRNLEN macro.
48187         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48188         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48189         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48190         * wcsmbs/wcslen.c: Define and use WCSLEN.
48191         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48192         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48193         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48194         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48195         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48196         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48197         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48199 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48201         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48202         strnlen-sse2-no-bsf.
48203         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48204         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48205         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48206         Add strnlen support.
48207         (USE_AS_STRNLEN): New macro.
48208         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48209         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48210         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48211         * sysdeps/x86_64/wcslen.S: New file.
48213 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48215         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48216         XMM-moves are used for copying on small sizes.
48218 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48220         * wcsmbs/Makefile (strop-tests): Add wcschr.
48221         * wcsmbs/test-wcschr.c: New file.
48222         * string/test-strchr.c: Update.
48223         Add wcschr support.
48224         (WIDE): New macro.
48226 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48228         * wcsmbs/Makefile (strop-tests): Add wcslen.
48229         * wcsmbs/test-wcslen.c: New file.
48230         * string/test-strlen.c: Update.
48231         Add wcslen support.
48232         (WIDE): New macro.
48234 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48236         * po/it.po: Update from translation team.
48238 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48240         * sysdeps/x86_64/wcscmp.S: Update.
48241         Fix wrong comparison semantics.
48242         wcscmp shall use signed comparison not unsigned.
48243         Don't use substraction to avoid overflow bug.
48244         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48245         * wcsmbc/wcscmp.c: Likewise.
48246         * string/test-strcmp.c: Likewise.
48247         Add new tests to check cases with negative values.
48249 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48251         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48252         * sysdeps/x86_64/dla.h: ...here.  New file.
48253         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48254         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48255         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48256         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48257         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48258         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48259         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48260         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48261         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48263 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48265         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48266         __ynl_finite aliases.
48268 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48270         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48272         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48273         define DLA_FMA.
48274         [DLA_FMA] (EMULV): Use DLA_FMA.
48275         [DLA_FMA] (MUL12): Use EMULV.
48276         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48277         that are not needed.
48278         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48279         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48280         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48281         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48282         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48283         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48284         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48286 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48288         * math/s_nan.c: Undef __nan.
48289         * math/s_nanf.c: Undef __nanf.
48290         * math/s_nanl.c: Undef __nanl.
48291         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48292         "math_private.h".
48294 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48296         * math/s_catan.c: Add branch predictions.
48297         * math/s_catanf.c: Likewise.
48298         * math/s_catanh.c: Likewise.
48299         * math/s_catanhf.c: Likewise.
48300         * math/s_catanhl.c: Likewise.
48301         * math/s_catanl.c: Likewise.
48302         * math/s_cexp.c: Likewise.
48303         * math/s_cexpf.c: Likewise.
48304         * math/s_cexpl.c: Likewise.
48305         * math/s_clog.c: Likewise.
48306         * math/s_clog10.c: Likewise.
48307         * math/s_clog10f.c: Likewise.
48308         * math/s_clog10l.c: Likewise.
48309         * math/s_clogf.c: Likewise.
48310         * math/s_clogl.c: Likewise.
48311         * math/s_csqrt.c: Likewise.
48312         * math/s_csqrtf.c: Likewise.
48313         * math/s_csqrtl.c: Likewise.
48314         * math/s_ctanf.c: Likewise.
48315         * math/s_ctanh.c: Likewise.
48316         * math/s_ctanhf.c: Likewise.
48317         * math/s_ctanhl.c: Likewise.
48318         * math/s_ctanl.c: Likewise.
48320         * math/math_private.h: Define __nan, __nanf, __nanl.
48321         * math/s_cacosh.c: Include <math_private.h>.
48322         * math/s_cacoshl.c: Likewise.
48323         * math/s_casinh.c: Likewise.
48324         * math/s_casinhf.c: Likewise.
48325         * math/s_casinhl.c: Likewise.
48326         * math/s_ccos.c: Rely entire on ccosh.
48327         * math/s_ccosf.c: Rely entire on ccoshf.
48328         * math/s_ccosl.c: Rely entirely on ccoshl.
48329         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48330         Remove tests for FE_INVALID.
48331         * math/s_ccoshf.c: Likewise.
48332         * math/s_ccoshl.c: Likewise.
48333         * math/s_csin.c: Likewise.
48334         * math/s_csinf.c: Likewise.
48335         * math/s_csinh.c Likewise.
48336         * math/s_csinhf.c: Likewise.
48337         * math/s_csinhl.c: Likewise.
48338         * math/s_csinl.c: Likewise.
48339         * math/s_ctan.c: Likewise.
48340         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48341         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48342         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48344 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48346         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48347         compilation problems.
48349         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48350         __builtin_expect.
48352 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48354         * sysdeps/i386/configure.in: Test for -mfma4 option.
48355         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48356         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48357         COMMON_CPUID_INDEX_80000001.
48358         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48359         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48360         use it if FMA3 is not supported.
48361         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48363         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48364         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48366 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48368         [BZ #12892]
48369         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48370         it would create a cycle with a link time dependency.
48372 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48374         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48375         instruction.
48376         * string/Makefile (strop-tests): Add rawmemchr.
48377         * string/test-rawmemchr.c: New file.
48379         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48380         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48381         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48382         when compiling str{,n}casecmp and when AVX is available.  Hook up
48383         new optimized code in initializers.
48385 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48387         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48388         __feraiseexcept instead of feraiseexcept.
48390 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48392         * math/math_private.h: Define defaults for libc_fetestexcept and
48393         libc_feupdateenv.
48394         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48395         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48396         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48397         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48398         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48399         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48400         libc_fetestexcept and libc_feupdateenv.
48402         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48403         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48404         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48405         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48406         libc_feholdexcept_setround.
48408         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48409         Add s_nearbyint-c and s_nearbyintf-c.
48410         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48411         nearbyintf inlines.
48412         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48413         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48414         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48415         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48417         * math/math_private.h: Define defaults for libc_fegetround,
48418         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48419         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48420         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48421         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48422         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48423         standard functions.
48424         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48425         Remove comments and hacks for old compiler versions.
48426         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48427         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48428         libc_feholdexceptl.
48430 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48432         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48433         (__feraiseexcept_renamed): Add __NTH.
48434         (feraiseexcept): Add __NTH.  Rename local variables to fix
48435         namespace violations.
48437 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48439         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48441         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48443         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48444         recently added interfaces.
48445         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48447         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48448         about macro parameter expansion.
48450         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48451         __NO_MATH_INLINES is defined.  Cleanups.
48453         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48454         and __floorf is target has SSE4.1.
48455         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48456         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48457         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48458         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48460         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48461         name.
48462         (floorf): Likewise.
48464         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48466 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48468         * misc/sys/cdefs.h: Fix last change.
48470         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48471         database lookup.
48473 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48475         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48477         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48478         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48479         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48483         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48484         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48485         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48486         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48487         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48488         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48489         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48490         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48491         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48492         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48493         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48494         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48495         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48496         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48497         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48498         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48500         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48501         ceil, ceilf, floor, floorf.
48503         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48504         Perform IRELATIVE relocations last.
48506         * elf/do-rel.h: Add another parameter nrelative, replacing the
48507         local variable with the same name.  Change name of the function
48508         to end in Rel or Rela (uppercase).
48509         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48510         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48511         elf_dynamic_do_##reloc function.
48513 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48515         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48516         is sufficient, at least on modern CPUs.
48518         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48520         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48521         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48523         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48524         __expl_finite.
48525         * math/bits/math-finite.h: Add entries for exp.
48526         * math/e_expl.c: Add __*_finite alias.
48527         * sysdeps/i386/fpu/e_exp.S: Likewise.
48528         * sysdeps/i386/fpu/e_expf.S: Likewise.
48529         * sysdeps/i386/fpu/e_expl.c: Likewise.
48530         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48531         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48532         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48533         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48534         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48535         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48536         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48538         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48539         is sufficient, at least on modern CPUs.
48541         * ctype/ctype-info.c (__ctype_init): Define.
48542         * include/ctype.h (__ctype_init): Declare.
48543         (__ctype_b_loc): The variable is always initialized.
48544         (__ctype_toupper_loc): Likewise.
48545         (__ctype_tolower_loc): Likewise.
48546         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48547         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48549 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48551         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48553         * configure.in: Also look in $cxxmachine/include for C++ system
48554         headers.
48556 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48558         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48559         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48560         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48561         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48562         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48563         (USE_AS_WMEMCMP): New macro.
48564         Fixing indents.
48565         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48566         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48567         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48568         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48569         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48570         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48571         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48572         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48573         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48574         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48575         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48576         (USE_AS_WMEMCMP): New macro.
48577         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48578         * sysdeps/string/test-memcmp.c: Update.
48579         Fix simple_wmemcmp.
48580         Add new tests.
48581         * wcsmbs/wmemcmp.c: Update.
48582         (WMEMCMP): New macro.
48583         Fix overflow bug.
48585 2011-10-12  Andreas Jaeger  <aj@suse.de>
48587         [BZ #13268]
48588         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48590 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48592         * libio/iofwide.c (do_length): Avoid warning.
48594         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48596 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48598         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48600         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48601         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48602         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48603         * sysdeps/i386/i686/fpu/e_log.S: New file.
48604         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48605         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48607         * ctype/ctype.h: Add support for inlined isXXX functions when
48608         compiling C++ code.
48610 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48612         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48614         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48616 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48618         [BZ #13291]
48619         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48621 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48623         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48624         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48625         feraiseexcept.
48627         * sysdeps/x86_64/memrchr.S: Check for zero size.
48629         * string/stratcliff.c: Add memrchr tests.
48631 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48633         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48634         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48635         rawmemchr-sse2 rawmemchr-sse2-bsf.
48636         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48637         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48638         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48639         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48640         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48641         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48642         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48643         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48644         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48645         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48646         * string/memrchr.c (MEMRCHR): New macro.
48648 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48650         Add integration with gcc's -ffinite-math-only and optimize wrapper
48651         functions in libm.
48652         * Versions.def: Define GLIBC_2.15 version for libm.
48653         * math/Makefile (headers): Add bits/math-finite.h.
48654         * math/bits/math-finite.h: New file.
48655         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48656         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48657         * math/e_acoshl.c: Add __*_finite alias.
48658         * math/e_acosl.c: Likewise.
48659         * math/e_asinl.c: Likewise.
48660         * math/e_atan2l.c: Likewise.
48661         * math/e_atanhl.c: Likewise.
48662         * math/e_coshl.c: Likewise.
48663         * math/e_exp10.c: Likewise.
48664         * math/e_exp10f.c: Likewise.
48665         * math/e_exp10l.c: Likewise.
48666         * math/e_exp2l.c: Likewise.
48667         * math/e_fmodl.c: Likewise.
48668         * math/e_gammal_r.c: Likewise.
48669         * math/e_hypotl.c: Likewise.
48670         * math/e_j0l.c: Likewise.
48671         * math/e_j1l.c: Likewise.
48672         * math/e_jnl.c: Likewise.
48673         * math/e_lgammal_r.c: Likewise.
48674         * math/e_log10l.c: Likewise.
48675         * math/e_log2l.c: Likewise.
48676         * math/e_logl.c: Likewise.
48677         * math/e_powl.c: Likewise.
48678         * math/e_sinhl.c: Likewise.
48679         * math/e_sqrtl.c: Likewise.
48680         * math/e_scalb.c: Completely rewritten and optimized.
48681         * math/e_scalbf.c: Likewise.
48682         * math/e_scalbl.c: Likewise.
48683         * math/w_acos.c: Likewise.
48684         * math/w_acosf.c: Likewise.
48685         * math/w_acosl.c: Likewise.
48686         * math/w_acosh.c: Likewise.
48687         * math/w_acoshf.c: Likewise.
48688         * math/w_acoshl.c: Likewise.
48689         * math/w_asin.c: Likewise.
48690         * math/w_asinf.c: Likewise.
48691         * math/w_asinl.c: Likewise.
48692         * math/w_atan2.c: Likewise.
48693         * math/w_atan2f.c: Likewise.
48694         * math/w_atan2l.c: Likewise.
48695         * math/w_atanh.c: Likewise.
48696         * math/w_atanhf.c: Likewise.
48697         * math/w_atanhl.c: Likewise.
48698         * math/w_exp10.c: Likewise.
48699         * math/w_exp10f.c: Likewise.
48700         * math/w_exp10l.c: Likewise.
48701         * math/w_fmod.c: Likewise.
48702         * math/w_fmodf.c: Likewise.
48703         * math/w_fmodl.c: Likewise.
48704         * math/w_j0.c: Likewise.
48705         * math/w_j0f.c: Likewise.
48706         * math/w_j0l.c: Likewise.
48707         * math/w_j1.c: Likewise.
48708         * math/w_j1f.c: Likewise.
48709         * math/w_j1l.c: Likewise.
48710         * math/w_jn.c: Likewise.
48711         * math/w_jnf.c: Likewise.
48712         * math/w_log.c: Likewise.
48713         * math/w_logf.c: Likewise.
48714         * math/w_logl.c: Likewise.
48715         * math/w_log10.c: Likewise.
48716         * math/w_log10f.c: Likewise.
48717         * math/w_log10l.c: Likewise.
48718         * math/w_log2.c: Likewise.
48719         * math/w_log2f.c: Likewise.
48720         * math/w_log2l.c: Likewise.
48721         * math/w_pow.c: Likewise.
48722         * math/w_powf.c: Likewise.
48723         * math/w_powl.c: Likewise.
48724         * math/w_remainder.c: Likewise.
48725         * math/w_remainderf.c: Likewise.
48726         * math/w_remainderl.c: Likewise.
48727         * math/w_scalb.c: Likewise.
48728         * math/w_scalbf.c: Likewise.
48729         * math/w_scalbl.c: Likewise.
48730         * math/w_sqrt.c: Likewise.
48731         * math/w_sqrtf.c: Likewise.
48732         * math/w_sqrtl.c: Likewise.
48733         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48734         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48735         used.
48736         * math/math_private.h: Declare __kernel_standard_f.
48737         * math/w_cosh.c: Remove cruft and optimize a bit.
48738         * math/w_coshf.c: Likewise.
48739         * math/w_coshl.c: Likewise.
48740         * math/w_exp2.c: Likewise.
48741         * math/w_exp2f.c: Likewise.
48742         * math/w_exp2l.c: Likewise.
48743         * math/w_hypot.c: Likewise.
48744         * math/w_hypotf.c: Likewise.
48745         * math/w_hypotl.c: Likewise.
48746         * math/w_lgamma.c: Likewise.
48747         * math/w_lgamma_r.c: Likewise.
48748         * math/w_lgammaf.c: Likewise.
48749         * math/w_lgammaf_r.c: Likewise.
48750         * math/w_lgammal.c: Likewise.
48751         * math/w_lgammal_r.c: Likewise.
48752         * math/w_sinh.c: Likewise.
48753         * math/w_sinhf.c: Likewise.
48754         * math/w_sinhl.c: Likewise.
48755         * math/w_tgamma.c: Likewise.
48756         * math/w_tgammaf.c: Likewise.
48757         * math/w_tgammal.c: Likewise.
48758         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48759         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48760         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48761         Minor optimizations.  Pretty printing.  Remove cruft.
48762         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48763         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48764         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48765         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48766         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48767         * sysdeps/i386/fpu/e_asin.S: Likewise.
48768         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48769         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48770         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48771         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48772         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48773         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48774         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48775         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48776         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48777         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48778         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48779         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48780         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48781         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48782         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48783         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48784         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48785         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48786         * sysdeps/i386/fpu/e_log.S: Likewise.
48787         * sysdeps/i386/fpu/e_log10.S: Likewise.
48788         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48789         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48790         * sysdeps/i386/fpu/e_log2.S: Likewise.
48791         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48792         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48793         * sysdeps/i386/fpu/e_logf.S: Likewise.
48794         * sysdeps/i386/fpu/e_logl.S: Likewise.
48795         * sysdeps/i386/fpu/e_pow.S: Likewise.
48796         * sysdeps/i386/fpu/e_powf.S: Likewise.
48797         * sysdeps/i386/fpu/e_powl.S: Likewise.
48798         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48799         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48800         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48801         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48802         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48803         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48804         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48805         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48806         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48811         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48812         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48813         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48814         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48815         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48816         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48817         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48818         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48819         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48820         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48821         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48822         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48823         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48824         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48826         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48827         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48828         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48829         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48830         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48831         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48832         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48833         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48834         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48835         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48836         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48837         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48838         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48839         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48840         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48841         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48842         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48843         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48844         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48845         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48846         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48847         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48848         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48849         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48850         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48852         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48853         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48854         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48855         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48856         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48857         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48858         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48859         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48860         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48861         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48862         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48863         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48864         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48865         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48866         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48867         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48868         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48869         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48870         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48871         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48872         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48873         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48874         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48875         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48876         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48877         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48878         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48879         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48880         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48881         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48882         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48883         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48884         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48885         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48886         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48887         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48888         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48889         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48890         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48891         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48892         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48893         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48894         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48895         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48896         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48897         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48898         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48899         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48900         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48901         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48902         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48903         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48904         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48905         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48906         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48907         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48908         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48909         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48910         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48911         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48912         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48913         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48914         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48915         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48916         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48917         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48918         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48919         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48920         (__isnanf): Likewise.
48921         (__isinf_ns): Likewise.
48922         (__isinf_nsf): Likewise.
48923         (__finite): Likewise.
48924         (__finitef): Likewise.
48925         (__ieee754_sqrt): Define as macro.
48926         (__ieee754_sqrtf): Define as macro.
48927         (__ieee754_sqrtl): Define as macro.
48928         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48929         inlined copy.
48930         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48931         __FINITE_MATH_ONLY__ consistent.
48932         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48934 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48936         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48937         of rawmemchr.
48939         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48941 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48943         * po/ja.po: Update from translation team.
48945 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48947         * locale/programs/locarchive.c (prepare_address_space): New function.
48948         (create_archive, enlarge_archive, open_archive): Use it.
48950         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48951         inside [SHARED], where it is used.
48953         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48955         * nss/getent.c (netgroup_keys): Remove unused variable.
48956         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48958 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48960         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48961         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48962         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48963         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48964         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48965         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48966         * math/Makefile (libm-calls): Add s_isinf_ns.
48967         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48968         * math/multc3.c: Likewise.
48969         * math/s_casin.c: Likewise.
48970         * math/s_casinf.c: Likewise.
48971         * math/s_casinl.c: Likewise.
48972         * math/s_ccos.c: Likewise.
48973         * math/s_ccosf.c: Likewise.
48974         * math/s_ccosl.c: Likewise.
48975         * math/s_ctan.c: Likewise.
48976         * math/s_ctanf.c: Likewise.
48977         * math/s_ctanh.c: Likewise.
48978         * math/s_ctanhf.c: Likewise.
48979         * math/s_ctanhl.c: Likewise.
48980         * math/s_ctanl.c: Likewise.
48981         * math/w_fmod.c: Likewise.
48982         * math/w_fmodf.c: Likewise.
48983         * math/w_fmodl.c: Likewise.
48984         * math/w_remainder.c: Likewise.
48985         * math/w_remainderf.c: Likewise.
48986         * math/w_remainderl.c: Likewise.
48987         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48988         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48989         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48990         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48991         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48992         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48993         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48994         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48996         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48997         of the number.
48998         * stdio-common/printf_fphex.c: Likewise.
48999         * stdio-common/printf_size.c: Likewise.
49001         * math/e_exp10.c: Include math_private.h using <...> not "...".
49002         * math/e_exp10f.c: Likewise.
49003         * math/e_exp10l.c: Likewise.
49004         * math/e_exp2l.c: Likewise.
49005         * math/e_j0l.c: Likewise.
49006         * math/e_j1l.c: Likewise.
49007         * math/e_jnl.c: Likewise.
49008         * math/e_lgammal_r.c: Likewise.
49009         * math/e_rem_pio2l.c: Likewise.
49010         * math/e_scalb.c: Likewise.
49011         * math/e_scalbf.c: Likewise.
49012         * math/e_scalbl.c: Likewise.
49013         * math/k_cosl.c: Likewise.
49014         * math/k_sinl.c: Likewise.
49015         * math/k_tanl.c: Likewise.
49016         * math/s_cacoshf.c: Likewise.
49017         * math/s_catan.c: Likewise.
49018         * math/s_catanf.c: Likewise.
49019         * math/s_catanh.c: Likewise.
49020         * math/s_catanhf.c: Likewise.
49021         * math/s_catanhl.c: Likewise.
49022         * math/s_catanl.c: Likewise.
49023         * math/s_ccosh.c: Likewise.
49024         * math/s_ccoshf.c: Likewise.
49025         * math/s_ccoshl.c: Likewise.
49026         * math/s_cexp.c: Likewise.
49027         * math/s_cexpf.c: Likewise.
49028         * math/s_cexpl.c: Likewise.
49029         * math/s_clog.c: Likewise.
49030         * math/s_clog10.c: Likewise.
49031         * math/s_clog10f.c: Likewise.
49032         * math/s_clog10l.c: Likewise.
49033         * math/s_clogf.c: Likewise.
49034         * math/s_clogl.c: Likewise.
49035         * math/s_csin.c: Likewise.
49036         * math/s_csinf.c: Likewise.
49037         * math/s_csinh.c: Likewise.
49038         * math/s_csinhf.c: Likewise.
49039         * math/s_csinhl.c: Likewise.
49040         * math/s_csinl.c: Likewise.
49041         * math/s_csqrt.c: Likewise.
49042         * math/s_csqrtf.c: Likewise.
49043         * math/s_csqrtl.c: Likewise.
49044         * math/s_ctan.c: Likewise.
49045         * math/s_ctanf.c: Likewise.
49046         * math/s_ctanh.c: Likewise.
49047         * math/s_ctanhf.c: Likewise.
49048         * math/s_ctanhl.c: Likewise.
49049         * math/s_ctanl.c: Likewise.
49050         * math/s_ldexp.c: Likewise.
49051         * math/s_ldexpf.c: Likewise.
49052         * math/s_ldexpl.c: Likewise.
49053         * math/s_significand.c: Likewise.
49054         * math/s_significandf.c: Likewise.
49055         * math/s_significandl.c: Likewise.
49056         * math/w_acos.c: Likewise.
49057         * math/w_acosf.c: Likewise.
49058         * math/w_acosh.c: Likewise.
49059         * math/w_acoshf.c: Likewise.
49060         * math/w_acoshl.c: Likewise.
49061         * math/w_acosl.c: Likewise.
49062         * math/w_asin.c: Likewise.
49063         * math/w_asinf.c: Likewise.
49064         * math/w_asinl.c: Likewise.
49065         * math/w_atan2.c: Likewise.
49066         * math/w_atan2f.c: Likewise.
49067         * math/w_atan2l.c: Likewise.
49068         * math/w_atanh.c: Likewise.
49069         * math/w_atanhf.c: Likewise.
49070         * math/w_atanhl.c: Likewise.
49071         * math/w_cosh.c: Likewise.
49072         * math/w_coshf.c: Likewise.
49073         * math/w_coshl.c: Likewise.
49074         * math/w_dremf.c: Likewise.
49075         * math/w_exp10.c: Likewise.
49076         * math/w_exp10f.c: Likewise.
49077         * math/w_exp10l.c: Likewise.
49078         * math/w_exp2.c: Likewise.
49079         * math/w_exp2f.c: Likewise.
49080         * math/w_fmod.c: Likewise.
49081         * math/w_fmodf.c: Likewise.
49082         * math/w_fmodl.c: Likewise.
49083         * math/w_hypot.c: Likewise.
49084         * math/w_hypotf.c: Likewise.
49085         * math/w_hypotl.c: Likewise.
49086         * math/w_j0.c: Likewise.
49087         * math/w_j0f.c: Likewise.
49088         * math/w_j0l.c: Likewise.
49089         * math/w_j1.c: Likewise.
49090         * math/w_j1f.c: Likewise.
49091         * math/w_j1l.c: Likewise.
49092         * math/w_jn.c: Likewise.
49093         * math/w_jnf.c: Likewise.
49094         * math/w_jnl.c: Likewise.
49095         * math/w_lgamma.c: Likewise.
49096         * math/w_lgamma_r.c: Likewise.
49097         * math/w_lgammaf.c: Likewise.
49098         * math/w_lgammaf_r.c: Likewise.
49099         * math/w_lgammal.c: Likewise.
49100         * math/w_lgammal_r.c: Likewise.
49101         * math/w_log.c: Likewise.
49102         * math/w_log10.c: Likewise.
49103         * math/w_log10f.c: Likewise.
49104         * math/w_log10l.c: Likewise.
49105         * math/w_log2.c: Likewise.
49106         * math/w_log2f.c: Likewise.
49107         * math/w_log2l.c: Likewise.
49108         * math/w_logf.c: Likewise.
49109         * math/w_logl.c: Likewise.
49110         * math/w_pow.c: Likewise.
49111         * math/w_powf.c: Likewise.
49112         * math/w_powl.c: Likewise.
49113         * math/w_remainder.c: Likewise.
49114         * math/w_remainderf.c: Likewise.
49115         * math/w_remainderl.c: Likewise.
49116         * math/w_scalb.c: Likewise.
49117         * math/w_scalbf.c: Likewise.
49118         * math/w_scalbl.c: Likewise.
49119         * math/w_sinh.c: Likewise.
49120         * math/w_sinhf.c: Likewise.
49121         * math/w_sinhl.c: Likewise.
49122         * math/w_sqrt.c: Likewise.
49123         * math/w_sqrtf.c: Likewise.
49124         * math/w_sqrtl.c: Likewise.
49125         * math/w_tgamma.c: Likewise.
49126         * math/w_tgammaf.c: Likewise.
49127         * math/w_tgammal.c: Likewise.
49129         * po/ja.po: Update from translation team.
49131 2011-09-29  Andreas Jaeger  <aj@suse.de>
49133         [BZ #13179]
49134         * sunrpc/netname.c (netname2host): Fix logic.
49136         [BZ #6779]
49137         [BZ #6783]
49138         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49139         correctly.
49140         * math/w_remainder.c (__remainder): Likewise.
49141         * math/w_remainderf.c (__remainderf): Likewise.
49142         * math/libm-test.inc (remainder_test): Add test cases.
49144 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49146         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49147         sdiv_qrnnd.
49149 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49151         * string/test-memcmp.c: Avoid unncessary #defines.
49152         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49154 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49156         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49157         Use new sse2 version for core i3 - i7 as it's faster
49158         than sse42 version.
49159         (bit_Prefer_PMINUB_for_stringop): New.
49160         * sysdeps/x86_64/rawmemchr.S: Update.
49161         Replace with faster SSE2 version.
49162         * sysdeps/x86_64/memrchr.S: New file.
49163         * sysdeps/x86_64/memchr.S: Update.
49164         Replace with faster SSE2 version.
49166 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49168         * elf/dl-load.c (lose): Add cast to avoid warning.
49170 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49172         * po/ca.po: Update from translation team.
49174         * inet/getnetgrent_r.c: Hook up nscd.
49175         * nscd/Makefile (routines): Add nscd_netgroup.
49176         (nscd-modules): Add netgroupcache.
49177         (CFLAGS-netgroupcache.c): Define.
49178         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49179         (cache_search): Add const to second parameter.
49180         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49181         INNETGR.
49182         (dbs): Add netgrdb entry.
49183         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49184         (verify_persistent_db): Handle netgrdb.
49185         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49186         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49187         GETFDNETGR.
49188         (netgroup_response_header): Define.
49189         (innetgroup_response_header): Define.
49190         (datahead): Add netgroup_response_header and innetgroup_response_header
49191         elements.
49192         * nscd/nscd.conf: Add entries for netgroup cache.
49193         * nscd/nscd.h (dbtype): Add netgrdb.
49194         (_PATH_NSCD_NETGROUP_DB): Define.
49195         (netgroup_iov_disabled): Declare.
49196         (xmalloc, xcalloc, xrealloc): Move declarations here.
49197         (cache_search): Adjust prototype.
49198         Add netgroup-related prototypes.
49199         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49200         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49201         (__nscd_innetgr): Declare.
49202         * nscd/selinux.c (perms): Use access_vector_t as element type and
49203         add netgroup-related initializers.
49204         * nscd/netgroupcache.c: New file.
49205         * nscd/nscd_netgroup.c: New file.
49206         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49207         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49208         For four parameters use innetgr.
49209         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49210         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49211         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49212         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49214         * nscd/connections.c (register_traced_file): Don't register file
49215         for disabled databases.
49217 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49219         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49221         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49222         from tree and freeing node.
49224 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49226         * nss/nsswitch.c (__nss_database_lookup): Handle
49227         nss_parse_service_list out of memory case.
49229 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49231         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49232         out of memory case.
49234 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49236         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49237         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49238         pass it down.
49239         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49240         elf_machine_rela, elf_machine_lazy_rel.
49241         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49242         (ELF_DYNAMIC_DO_REL): Likewise.
49243         (ELF_DYNAMIC_DO_RELA): Likewise.
49244         (ELF_DYNAMIC_RELOCATE): Likewise.
49245         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49246         to ELF_DYNAMIC_DO_REL.
49247         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49248         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49249         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49250         elf_machine_rela.
49251         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49252         skip_ifunc, don't call ifunc function if non-zero.
49253         (elf_machine_rela): Likewise.
49254         (elf_machine_lazy_rel): Likewise.
49255         (elf_machine_lazy_rela): Likewise.
49256         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49257         (elf_machine_lazy_rel): Likewise.
49258         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49259         Likewise.
49260         (elf_machine_lazy_rel): Likewise.
49261         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49262         Likewise.
49263         (elf_machine_lazy_rel): Likewise.
49264         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49265         (elf_machine_lazy_rel): Likewise.
49266         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49267         (elf_machine_lazy_rel): Likewise.
49268         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49269         (elf_machine_lazy_rel): Likewise.
49270         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49271         (elf_machine_lazy_rel): Likewise.
49272         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49273         (elf_machine_lazy_rel): Likewise.
49274         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49275         (elf_machine_lazy_rel): Likewise.
49277 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49279         * nss/nss_files/files-init.c (_nss_files_init): Use static
49280         initialization for all the *_traced_file variables.
49282 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49284         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49286 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49288         [BZ #13226]
49289         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49291 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49293         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49294         Reread the line before reparsing it.
49296 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49298         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49300 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49301             Maxim Kuvyrkov  <maxim@codesourcery.com>
49302             Joseph Myers  <joseph@codesourcery.com>
49304         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49305         if needed for __stack_chk_guard.
49307 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49309         * sysdeps/posix/spawni.c (script_execute): Always define it.
49310         It will be optimized away if unused.
49311         (maybe_script_execute): New function.
49312         (__spawni): Call it.
49314         * Makerules: Don't include tls.make.
49315         (config-tls): Always set to thread.
49316         * tls.make.c: File removed.
49318 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49320         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49321         * config.make.in (CPPFLAGS-config): New substituted variable.
49323 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49325         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49327         [BZ #13192]
49328         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49329         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49331 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49333         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49334         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49335         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49336         (CALL_FAIL): Likewise.
49337         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49338         (CALL_FAIL): Macro removed.
49339         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49341 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49343         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49344         for __FINITE_MATH_ONLY__ == 1.
49346 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49348         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49349         __ieee754_sqrt instead of sqrt.
49350         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49351         __ieee754_sqrtf instead of sqrtf.
49352         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49353         __floorf instead of floorf.
49354         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49355         __floorf, __truncf instead of floorf, truncf.
49357 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49359         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49361         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49362         __extern_always_inline.
49363         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49364         32-bit.
49366 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49368         * elf/rtld.c (dl_main): Also relocate in dependency order when
49369         doing symbol dependency testing.
49371 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49373         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49374         Always define `refsym'.
49376 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49378         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49379         (__FD_ELT): Renamed from __FDELT.
49380         * misc/bits/select2.h (__FD_ELT): Likewise.
49381         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49382         __FD_MASK instead of __FDELT, __FDMASK.
49383         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49384         Likewise.
49385         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49386         Likewise.
49388         * elf/Makefile (gen-ldd): Fix pattern.
49390         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49391         (init_tls): Likewise.
49393 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49395         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49397 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49399         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49400         `struct cmsghdr *' instead of `void *'.
49401         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49402         Likewise.
49404 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49406         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49407         if non-absolute.
49408         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49409         ldd_rewrite_script.
49411 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49413         * configure.in: Remove --with-tls option.
49414         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49415         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49416         out in case it is missing.
49417         * sysdeps/ia64/elf/configure.in: Likewise.
49418         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49419         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49420         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49421         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49422         * sysdeps/sh/elf/configure.in: Likewise.
49423         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49424         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49425         * sysdeps/x86_64/elf/configure.in: Likewise.
49426         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49427         * sysdeps/mach/hurd/tls.h: Likewise.
49429         [BZ #13067]
49430         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49432         [BZ #13090]
49433         * configure.in: Fix use of AC_INIT.
49435         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49437 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49439         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49440         __set_errno.
49441         * malloc/hooks.c: Likewise.
49443         [BZ #11929]
49444         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49445         variables statically.
49446         (narenas): Initialize.
49447         (list_lock): Initialize.
49448         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49449         initializtion of main_arena and list_lock.  Small cleanups.
49450         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49451         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49452         Add initializers to main_arena and mp_.
49453         (malloc_state): Remove pagesize member.  Change all users to use
49454         GLRO(dl_pagesize).
49456         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49457         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49458         is always initialized.
49460         * malloc/malloc.c: Removed unused configurations and dead code.
49461         * malloc/arena.c: Likewise.
49462         * malloc/hooks.c: Likewise.
49463         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49465         * include/tls.h: Removed.  USE___THREAD must always be defined.
49466         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49467         * elf/dl-libc.c: Likewise.
49468         * elf/dl-tsd.c: Likewise.
49469         * include/errno.h: Likewise.
49470         * include/netdb.h: Likewise.
49471         * include/resolv.h: Likewise.
49472         * inet/herrno-loc.c: Likewise.
49473         * inet/herrno.c: Likewise.
49474         * malloc/arena.c: Likewise.
49475         * malloc/hooks.c: Likewise.
49476         * malloc/malloc.c: Likewise.
49477         * resolv/res-state.c: Likewise.
49478         * resolv/res_libc.c: Likewise.
49479         * sysdeps/i386/dl-machine.h: Likewise.
49480         * sysdeps/ia64/dl-machine.h: Likewise.
49481         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49482         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49483         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49484         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49485         * sysdeps/sh/dl-machine.h: Likewise.
49486         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49487         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49488         * sysdeps/unix/i386/sysdep.S: Likewise.
49489         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49490         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49491         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49492         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49493         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49494         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49495         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49496         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49497         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49498         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49499         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49500         * sysdeps/x86_64/dl-machine.h: Likewise.
49501         * tls.make.c: Likewise.
49503         * configure.in: Remove --with-__thread option.  Make tests for
49504         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49505         tls_model attribute fail if no support is available.  Remove
49506         USE_IN_LIBIO.
49507         * Makeconfig: Adjust for dropped configure option.  All features are
49508         now mandatory.
49509         * Makerules: Likewise.
49510         * Versions.def: Likewise.
49511         * argp/argp-fmtstream.c: Likewise.
49512         * argp/argp-fmtstream.h: Likewise.
49513         * argp/argp-help.c: Likewise.
49514         * assert/assert.c: Likewise.
49515         * config.h.in: Likewise.
49516         * config.make.in: Likewise.
49517         * configure: Likewise.
49518         * configure.in: Likewise.
49519         * csu/Versions: Likewise.
49520         * csu/init.c: Likewise.
49521         * elf/tst-audit2.c: Likewise.
49522         * elf/tst-tls10.c: Likewise.
49523         * elf/tst-tls10.h: Likewise.
49524         * elf/tst-tls11.c: Likewise.
49525         * elf/tst-tls12.c: Likewise.
49526         * elf/tst-tls14.c: Likewise.
49527         * elf/tst-tlsmod11.c: Likewise.
49528         * elf/tst-tlsmod12.c: Likewise.
49529         * elf/tst-tlsmod13.c: Likewise.
49530         * elf/tst-tlsmod13a.c: Likewise.
49531         * elf/tst-tlsmod14a.c: Likewise.
49532         * elf/tst-tlsmod15b.c: Likewise.
49533         * elf/tst-tlsmod16a.c: Likewise.
49534         * elf/tst-tlsmod16b.c: Likewise.
49535         * elf/tst-tlsmod7.c: Likewise.
49536         * elf/tst-tlsmod8.c: Likewise.
49537         * elf/tst-tlsmod9.c: Likewise.
49538         * gmon/gmon.c: Likewise.
49539         * grp/fgetgrent_r.c: Likewise.
49540         * grp/putgrent.c: Likewise.
49541         * hurd/fopenport.c: Likewise.
49542         * include/libc-symbols.h: Likewise.
49543         * include/tls.h: Likewise.
49544         * intl/gettextP.h: Likewise.
49545         * intl/loadinfo.h: Likewise.
49546         * locale/global-locale.c: Likewise.
49547         * locale/localeinfo.h: Likewise.
49548         * mach/devstream.c: Likewise.
49549         * malloc/arena.c: Likewise.
49550         * malloc/set-freeres.c: Likewise.
49551         * misc/err.c: Likewise.
49552         * misc/getttyent.c: Likewise.
49553         * misc/mntent_r.c: Likewise.
49554         * posix/getopt.c: Likewise.
49555         * posix/wordexp.c: Likewise.
49556         * pwd/fgetpwent_r.c: Likewise.
49557         * resolv/Versions: Likewise.
49558         * resolv/res_hconf.c: Likewise.
49559         * shadow/fgetspent_r.c: Likewise.
49560         * shadow/putspent.c: Likewise.
49561         * stdio-common/printf_fphex.c: Likewise.
49562         * stdio-common/tmpfile.c: Likewise.
49563         * stdlib/abort.c: Likewise.
49564         * stdlib/fmtmsg.c: Likewise.
49565         * sunrpc/auth_unix.c: Likewise.
49566         * sunrpc/clnt_perr.c: Likewise.
49567         * sunrpc/clnt_tcp.c: Likewise.
49568         * sunrpc/clnt_udp.c: Likewise.
49569         * sunrpc/clnt_unix.c: Likewise.
49570         * sunrpc/openchild.c: Likewise.
49571         * sunrpc/svc_simple.c: Likewise.
49572         * sunrpc/svc_tcp.c: Likewise.
49573         * sunrpc/svc_udp.c: Likewise.
49574         * sunrpc/svc_unix.c: Likewise.
49575         * sunrpc/xdr.c: Likewise.
49576         * sunrpc/xdr_array.c: Likewise.
49577         * sunrpc/xdr_rec.c: Likewise.
49578         * sunrpc/xdr_ref.c: Likewise.
49579         * sunrpc/xdr_stdio.c: Likewise.
49581 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49583         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49585 2011-07-03  Andreas Jaeger  <aj@suse.de>
49587         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49588         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49589         regenerate with gen-libm-tests.pl.
49591 2010-05-12  Petr Baudis  <pasky@suse.cz>
49593         [BZ #11589]
49594         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49595         around j0() zero points by switching to j1().
49596         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49597         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49598         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49599         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49601 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49603         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49604         instead of 0.
49605         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49606         instead of 0.
49607         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49608         Patch in part by Pavel Roskin <proski@gnu.org>.
49610         [BZ #13138]
49611         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49612         realloc.
49613         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49614         Free memory block if necessary.
49616         [BZ #12847]
49617         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49618         be NULL.  Don't lock in this case.
49620 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49622         * elf/elf.h (ELFOSABI_GNU): New macro.
49623         (ELFOSABI_LINUX): Define to that.
49625 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49627         * string/strncat.c (strncat): Undef the symbol in case it has been
49628         defined in bits/string.h.
49630 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49632         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49634         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49635         link map.
49637 2011-08-17  Andreas Jaeger  <aj@suse.de>
49639         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49641 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49642             Ian Lance Taylor  <iant@google.com>
49644         * math/libm-test.inc (lround_test): New testcase.
49645         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49647 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49649         * Makefile: Remove support for automatic cvs check-ins.
49650         * Makerules: Likewise.
49651         * config.make.in: Likewise.
49652         * configure.in: Likewise.
49653         * intl/Makefile: Likewise.
49654         * locale/Makefile: Likewise.
49655         * po/Makefile: Likewise.
49656         * posix/Makefile: Likewise.
49657         * sysdeps/gnu/Makefile: Likewise.
49658         * sysdeps/mach/hurd/Makefile: Likewise.
49659         * sysdeps/sparc/sparc32/Makefile: Likewise.
49661         [BZ #13118]
49662         * posix/Makefile (bug-regex32-ENV): Define.
49663         Patch by John Stanley <jpsinthemix@verizon.net>.
49665         * misc/Makefile (headers): Add bits/select2.h.
49666         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49667         * misc/bits/select2.h: New file.
49668         * include/bits/select2.h: New file.
49669         * debug/Makefile (routines): Add fdelt_chk.
49670         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49671         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49672         FD_ISSET.
49673         * debug/fdelt_chk.c: New file.
49675         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49676         * wcsmbs/test-wmemcmp.c: Likewise.
49677         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49678         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49680 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49682         * string/Makefile (strop-tests): Add memcmp.
49683         * string/test-wmemcmp.c: New file.
49684         * string/test-memcmp.c: Add wmemcmp support.
49686 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49688         [BZ #13153]
49689         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49690         2011-07-19 change.
49692         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49693         garbage value in a __mach_port_mod_refs call in the cases of the
49694         task-self and thread-self ports.
49696 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49698         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49700 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49702         * elf/dl-load.c (lose): Check for non-null L.
49704 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49706         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49708         * elf/dl-libc.c (dlerror_run): Pass back error code from
49709         dl_catch_error.
49711         [BZ #13123]
49712         * elf/dl-load.c (lose): Free l_origin if it is valid.
49714         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49715         names.
49716         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49717         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49718         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49719         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49720         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49721         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49723 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49725         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49726         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49727         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49728         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49729         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49730         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49731         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49732         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49733         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49734         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49736 2011-08-15  Alan Modra  <amodra@gmail.com>
49738         [BZ #13092]
49739         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49740         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49741         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49742         ppc_mcount to static-only-routines.
49743         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49744         __mcount_internal.
49745         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49746         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49748 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49750         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49751         for finite and infinity parameters.
49753 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49755         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49756         and add nop instructions for throughput optimization.
49757         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49759 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49761         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49762         aligned copy for power7 with vector-scalar instructions.
49763         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49765 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49767         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49768         AVX check.
49770 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49772         [BZ #13144]
49773         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49774         last change.
49776 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49778         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49779         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49780         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49781         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49782         clock_gettime.
49784 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49786         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49787         Forgot to demangle the pointer.
49789         * sysdeps/i386/sysdep.h: Define atom_text_section.
49790         * sysdeps/x86_64/sysdep.h: Likewise.
49791         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49792         section with atom_text_section.
49793         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49794         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49795         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49796         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49797         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49799         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49800         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49801         already be defined.  Change to take two parameters and don't assign
49802         result to variable.  Adjust all users.
49803         Define INTERNAL_GETTIME if not already defined.
49804         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49805         call.
49806         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49807         HAVE_CLOCK_GETTIME_VSYSCALL.
49808         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49810         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49811         gettimeofday vsyscall, just use time.
49813 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49815         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49816         <errno.h>.
49818 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49820         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49821         syscall on x86-64.
49822         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49823         syscall.
49824         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49825         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49826         syscall if possible.
49828 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49830         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49831         e_ident.  Don't pass to find_mapsXX.
49832         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49834 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49836         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49837         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49838         * sysdeps/x86_64/multiarch/strchr.S: Update.
49839         Check bit_slow_BSF bit.
49840         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49841         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49842         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49844 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49846         [BZ #13134]
49847         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49848         before glibc 2.15.
49849         (tryshell): Define.
49850         (__spawni): Change last parameter to be flag.  Test
49851         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49852         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49853         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49854         * posix/spawni.c: Likewise.
49855         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49856         * posix/spawnp.c: Likewise.  Change normal version to use
49857         SPAWN_XFLAGS_USE_PATH.
49858         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49859         SPAWN_XFLAGS_TRY_SHELL.
49861         [BZ #13150]
49862         * posix/glob.h: Remove gcc 1.x support.
49864         [BZ #13068]
49865         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49867 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49869         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49870         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49871         strrchr-sse2-bsf
49872         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49873         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49874         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49875         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49876         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49877         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49879 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49881         * sysdeps/x86_64/wcscmp.S: New file.
49883         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49884         wcscmp-c wcscmp-sse2
49885         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49886         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49887         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49888         * wcsmbs/wcscmp.c: Allow renaming.
49890 2011-09-05  David S. Miller  <davem@davemloft.net>
49892         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49893         stack slot, rather than the struct return pointer slot.
49894         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49895         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49897         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49899 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49901         * po/ja.po: Update from translation team.
49903         [BZ #13144]
49904         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49905         kernel in 64-bit binaries.
49907 2011-09-01  David S. Miller  <davem@davemloft.net>
49909         * elf/elf.h (HWCAP_SPARC_*): Move to..
49910         * sysdeps/sparc/sysdep.h: this new file and add new values.
49911         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49912         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49913         _DL_HWCAP_COUNT to 24.
49914         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49915         entries.
49916         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49917         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49918         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49919         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49920         instead of magic constants.
49921         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49923 2011-08-31  David S. Miller  <davem@davemloft.net>
49925         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49926         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49927         Reimplement to do errno handling inline.
49928         (SYSCALL_ERROR_HANDLER): New macro.
49929         (__SYSCALL_STRING): Do not do errno handling in asm.
49930         (__CLONE_SYSCALL_STRING): Delete.
49931         (__INTERNAL_SYSCALL_STRING): Delete.
49932         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49933         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49934         (PSEUDO): Reimplement to do errno handling inline.
49935         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49936         (SYSCALL_ERROR_HANDLER): New macro.
49937         (__SYSCALL_STRING): Do not do errno handling in asm.
49938         (__CLONE_SYSCALL_STRING): Delete.
49939         (__INTERNAL_SYSCALL_STRING): Delete.
49940         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49941         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49942         i386.
49943         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49944         (inline_syscall*): Add 'err' argument.
49945         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49946         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49947         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49948         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49950         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49951         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49953 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49955         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49957 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49959         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49960         directive.
49962 2011-08-24  David S. Miller  <davem@davemloft.net>
49964         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49966 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49968         * elf/Makefile: Add rules to build and run unload8 test.
49969         * elf/unload8.c: New file.
49970         * elf/unload8mod1.c: New file.
49971         * elf/unload8mod1x.c: New file.
49972         * elf/unload8mod2.c: New file.
49973         * elf/unload8mod3.c: New file.
49975         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49976         it wasn't used.
49978 2011-08-23  David S. Miller  <davem@davemloft.net>
49980         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49981         subtract stack bias.
49982         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49983         %sp not %fp in calculations.
49984         (_JMPBUF_UNWINDS_ADJ): Likewise.
49986         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49987         (aio_suspend): Call it to force an exception region around the
49988         AIO_MISC_WAIT() invocation.
49990 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49992         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49993         backslash.
49995 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49997         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49998         protection macro.
49999         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50000         and <dl-machine.h>.
50001         (Elf64_FuncDesc): Remove.
50003 2011-08-22  David S. Miller  <davem@davemloft.net>
50005         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50006         sigaltstack check, add missing cfi directives.
50007         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50008         missing cfi directives, and sigaltstack handling.
50010 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50012         [BZ #11724]
50013         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50014         object is seen twice.
50015         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50017         * elf/Makefile (distribute): Add tst-initorder2.c.
50018         (tests): Add tst-initorder2.
50019         (modules-names): Add tst-initorder2a tst-initorder2b
50020         tst-initorder2c tst-initorder2d.  Add rules to build them.
50021         ($(objpfx)tst-initorder2.out): New rule.
50022         * elf/tst-initorder2.c: New file.
50023         * elf/tst-initorder2.exp: New file.
50025 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50027         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50029         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50030         dependencies back to end of function.
50032         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50033         $(elfobjdir)/ld.so.
50035 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50037         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50038         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50039         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50040         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50041         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50042         of __vdso_gettimeofday.
50043         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50044         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50045         attribute_hidden.
50046         (_libc_vdso_platform_setup): Remove initialization of
50047         __vdso_gettimeofday and __vdso_time.
50049 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50051         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50052         and fgetc_unlocked.
50053         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50054         getc_unlocked.
50056         * elf/dl-open.c (add_to_global): Report additions to the global scope
50057         for LD_DEBUG=scopes.
50058         (dl_open_worker): Also print scope of newly loaded dependencies.
50059         (_dl_show_scope): Indicate if there is no scope.
50061         [BZ #13114]
50062         * stdio-common/Makefile (tests): Add bug24.
50063         * stdio-common/bug24.c: New file.
50065 2011-08-19  Andreas Jaeger  <aj@suse.de>
50067         [BZ #13114]
50068         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50069         non-existant file when using close-on-exec mode.
50071 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50073         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50074         the very first instruction.
50076         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50077         the CFI state in the end.
50078         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50079         inclusion of dl-trampoline.h.
50080         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50082 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50084         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50085         expectations for long double.
50087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50088         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50090 2011-08-14  David S. Miller  <davem@davemloft.net>
50092         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50093         artificual limit depends upon the system page size.
50095 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50097         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50098         * resolv/Makefile: Define CFLAGS-libresolv.
50100 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50102         * nss/makedb.c (compute_tables): Make variables used in nested
50103         function static.
50105 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50107         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50108         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50109         if buffer was too small.
50111         * elf/pldd.c (main): Attach to all threads in the process.
50112         Rewrite /proc handling to use *at functions.
50114 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50116         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50117         specifies first scope to show.
50118         (dl_open_worker): Update callers.  Move printing scope of new
50119         object to before the relocation.
50120         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50121         * sysdeps/generic/ldsodefs.h: Update declaration.
50123         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50124         string for the scope number.
50126 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50128         * nscd/servicescache.c (cache_addserv): Make sure written is always
50129         initialized.
50131 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50133         * sysdeps/i386/i486/bits/atomic.h
50134         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50135         statement expression, so as to suppress "set but not used" warning.
50136         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50138         * string/strncat.c (STRNCAT): Use prototype definition.
50140         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50141         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50142         -Iprograms here.
50143         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50144         (localedef-modules): Add localedef.
50145         (locale-modules): Add locale.
50147         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50148         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50149         to avoid a warning.
50151 2011-08-14  David S. Miller  <davem@davemloft.net>
50153         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50154         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50156 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50158         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50159         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50160         * elf/rtld.c (dl_main): Set l_name of vDSO.
50161         Call _dl_show_scope when DL_DEBUG_SCOPES.
50162         (process_dl_debug): Recognize scopes flag and also set it for all.
50163         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50164         Declare _dl_show_scope.
50166         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50167         (do_dlopen): Pass caller_dlopen to dl_open.
50168         (__libc_dlopen_mode): Initialize caller_dlopen.
50170         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50171         of libc.  Make tolower call locale-independent.  Optimize a bit by
50172         using isdigit instead of isalnum.
50173         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50175 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50177         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50178         was a dependency or dynamically loaded.
50180 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50182         * intl/l10nflist.c: Allow architecture-specific pop function.
50183         * sysdeps/x86_64/l10nflist.c: New file.
50185         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50186         classification.
50188 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50190         * include/dirent.h: Add libc_hidden_proto for scandirat and
50191         scandirat64.  Don't declare __scandirat64.
50192         * dirent/scandirat.c: Add libc_hidden_def.
50193         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50194         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50196 2011-08-10  David S. Miller  <davem@davemloft.net>
50198         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50199         enum.
50200         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50201         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50202         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50204 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50206         * Versions.def [libc]: Add GLIBC_2.15.
50207         * dirent/Makefile (routines): Add scandirat and scandirat64.
50208         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50209         GLIBC_2.15.
50210         * dirent/dirent.h: Declare scandirat and scandirat64.
50211         * dirent/scandirat.c: New file.
50212         * dirent/scandirat64.c: New file.
50213         * sysdeps/wordsize-64/scandirat.c: New file.
50214         * sysdeps/wordsize-64/scandirat64.c: New file.
50215         * dirent/opendir.c: Define opendirat.
50216         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50217         using scandirat.
50218         * dirent/scandir64.c: Adjust for scandir.c change.
50219         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50220         __scandirat64, and __scandir_cancel_handler.
50221         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50222         additional parameter and use openat instead of open (outside of ld.so).
50223         Add new __opendir as wrapper around __opendirat.
50224         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50225         here without requiring old scandirat implementation.
50227 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50229         * dirent/scandir.c (cancel_handler): Renamed to
50230         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50231         defined.  Adjust users.
50232         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50233         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50235 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50237         * string/test-string.h (IMPL): Use __STRING to expand name and then
50238         stringify it.
50240         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50241         of cleanups.
50243 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50245         * string/Makefile: Update.
50246         (strop-tests): Append strncat.
50247         * string/test-wcscmp.c: New file.
50248         New comprehensive test for wcscmp.
50249         * string/test-strcmp.c: Update.
50250         (WIDE): New define.
50252 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50254         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50255         line.
50257 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50259         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50260         encoding to ACE if AI_IDN.
50262 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50264         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50265         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50267 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50269         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50270         Fix overflow bug in strncat.
50271         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50273         * string/test-strncat.c: Update.
50274         Add new tests for checking overflow bugs.
50276 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50278         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50279         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50280         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50281         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50282         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50283         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50284         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50285         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50286         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50288         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50289         (USE_AS_STRCAT): Define.
50290         Add strcat and strncat support.
50291         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50293 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50295         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50296         __n bigger than INT_MAX+1.
50297         (__strncmp_g): Likewise.
50299 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50301         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50302         * libio/stido.h: Likewise.
50304         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50305         (AF_NFC): Define.
50306         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50307         (AF_NFC): Define.
50309         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50310         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50311         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50312         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50313         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50315         [BZ #13021]
50316         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50317         installed.
50319         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50320         typo.
50321         (_dl_x86_64_save_sse): Likewise.
50323 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50325         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50326         OSXSAVE.
50327         (_dl_x86_64_save_sse): Likewise.
50329         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50331         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50333 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50335         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50336         change.
50337         (_dl_x86_64_save_sse): Use correct AVX check.
50339 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50341         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50342         bug in strncpy/strncat.
50343         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50345 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50347         * string/tester.c (test_strcat): Add tests for different alignments
50348         of source and destination.
50349         (test_strncat): Likewise.
50351 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50353         [BZ #12852]
50354         * posix/glob.c (glob): Check passed in values before using them in
50355         expressions to avoid some overflows.
50356         (glob_in_dir): Likewise.
50358         [BZ #13007]
50359         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50360         check for AVX enablement so that we don't crash with old kernels and
50361         new hardware.
50362         * elf/tst-audit4.c: Add same checks here.
50363         * elf/tst-audit6.c: Likewise.
50365         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50367 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50369         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50371 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50373         * po/cs.po: Update from translation team.
50374         * po/bg.po: Likewise.
50376 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50378         * misc/sys/cdefs.h: Add support for const attribute.
50379         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50380         to gnu_dev_{major,minor,makedev} functions.
50382 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50384         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50386 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50388         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50389         strlen results.
50391 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50393         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50394         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50395         register in order to avoid conflicts with the soft frame pointer
50396         being held in r11 when necessary.
50397         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50398         (INTERNAL_VSYSCALL_NCS): Likewise.
50400 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50402         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50403         * elf/dl-fini.c (_dl_fini): Adjust caller.
50404         * elf/dl-close.c (_dl_close_worker): Likewise.
50405         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50407 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50409         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50410         "aux_cache->nlibs < 0".
50412         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50413         in the reload-count case.
50415 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50417         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50418         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50419         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50420         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50421         * sysdeps/x86_64/multiarch/strcat.S: New file.
50422         * sysdeps/x86_64/multiarch/strncat.S: New file.
50423         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50424         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50425         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50426         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50427         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50428         (USE_AS_STRCAT): Define.
50429         Add strcat and strncat support.
50430         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50431         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50432         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50433         * string/strncat.c: Update.
50434         (USE_AS_STRNCAT): Define.
50435         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50436         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50437         and i7.
50438         * sysdeps/x86_64/multiarch/init-arch.h
50439         (bit_Prefer_PMINUB_for_stringop): New.
50440         (index_Prefer_PMINUB_for_stringop): Likewise.
50441         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50442         bit_Prefer_PMINUB_for_stringop.
50444 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50446         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50447         buffer64.
50448         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50449         of casting of buffer.
50450         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50451         buffer32 and buffer64.
50452         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50453         writes instead of casting of buffer.
50454         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50455         buffer32.
50456         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50457         casting of buffer.
50459 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50461         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50463 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50465         * nscd/nscd.c (termination_handler): Don't do anything for a database
50466         if it has not yet been initialized.
50468 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50470         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50472 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50474         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50476 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50478         * po/nl.po: Update from translation team.
50479         * po/sv.po: Likewise.
50481 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50483         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50484         now disallowed by GCC.
50486         * configure.in (use-default-link): Default to yes if a test -shared
50487         link meets our qualifications.
50488         * configure: Regenerated.
50490         * config.make.in (output-format): New variable.
50491         * configure.in: Check for ld --print-output-format support.
50492         * configure: Regenerated.
50493         * Makerules ($(common-objpfx)format.lds)
50494         [$(output-format) != unknown]: Just use $(output-format),
50495         instead of the linker-script munging.
50497 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50499         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50500         of $(common-objpfx)shlib.lds.
50501         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50503         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50504         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50506         * configure.in (-z relro check): Adjust test code to add a large
50507         writable data section after it.
50508         * configure: Regenerated.
50510 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50512         * configure.in (-z relro check): Fix test code to make the variable
50513         truly const.
50514         * configure: Regenerated.
50516 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50518         * nscd/nscd.h (struct traced_file): Define.
50519         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50520         elements.  Add traced_files.
50521         (inotify_fd): Declare.
50522         (register_traced_file): Declare.
50523         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50524         (inotify_fd): Export.
50525         (resolv_conf_descr): Remove.
50526         (nscd_init): Move inotify descriptor creation to main.
50527         Don't register files for notification here.
50528         (register_traced_file): New function.
50529         (invalidate_cache): Don't use reset_res to determine whether to call
50530         res_init, go through the list of registered files.
50531         (main_loop_poll): The inotify descriptors are now stored in the
50532         structures for the traced files.
50533         (main_loop_epoll): Likewise
50534         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50535         to __nss_disable_nscd.
50536         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50537         for a database anymore.  Check the records for all the registered
50538         files instead.
50539         * nss/Makefile (libnss_files-routines): Add files-init.
50540         (libnss_db-routines): Add db-init.
50541         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50542         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50543         * nss/nss_db/db-init.c: New file.
50544         * nss/nss_files/files-init.c: New file.
50545         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50546         __nss_lookup_function.
50547         (__nss_lookup_function): Call nss_load_library.
50548         (nss_load_all_libraries): New function.
50549         (__nss_disable_nscd): Take parameter with callback function for files
50550         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50551         used for the cached services.
50552         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50553         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50554         options for features to all the files in nscd.
50556         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50558 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50560         * csu/elf-init.c (__libc_csu_init): Comment typo.
50562 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50564         * po/pl.po: Update from translation team.
50565         * po/ja.po: Likewise.
50566         * po/ru.po: Likewise.
50567         * po/ko.po: Likewise.
50568         * po/fr.po: Likewise.
50570 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50572         * configure.in (.ctors/.dtors header and trailer check):
50573         Use an empirical test on a built program.
50574         * configure: Regenerated.
50576         * configure.in (-z relro check): Use an empirical test on a built DSO.
50577         Detect, but do not require, on ia64.
50578         * configure: Regenerated.
50580         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50581         Update tests that use readelf to use $READELF instead.
50582         * configure: Regenerated.
50584 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50586         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50587         if the result is not used.
50589 2011-07-05  Andreas Jaeger  <aj@suse.de>
50591         [BZ#9696]
50592         * stdlib/tst-strtod.c: Add testcase.
50594 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50596         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50597         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50598         The latter has a higher limit.  Take additional parameter to pass to
50599         the new function.
50600         (__pathconf): Pass file to __statfs_link_max.
50601         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50602         __statfs_link_max.
50603         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50604         __statfs_link_max.
50606         [BZ #12868]
50607         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50608         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50609         Handle Lustre.
50610         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50611         (__statfs_filesize_max): Likewise.
50612         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50614 2011-07-05  Andreas Jaeger  <aj@suse.de>
50616         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50618 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50620         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50621         `status' variable.
50622         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50623         Likewise.
50625 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50627         * Makefile (strop-tests): Add strncat.
50628         * string/test-strncat.c: New file.
50630 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50632         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50634 2011-06-21  Andreas Jaeger  <aj@suse.de>
50636         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50637         Copy rule from iconvdata/Makefile.
50639 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50641         [BZ #12922]
50642         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50643         but no long options are defined, just return 'W'.
50645 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50647         [BZ #9696]
50648         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50650 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50652         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50653         netgroups to read.
50654         (innetgr): Likewise.
50656 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50658         * config.make.in (install_root): Default to $(DESTDIR).
50660 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50662         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50664 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50666         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50668         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50669         containing directory rather than embedding absolute directory names.
50671         * scripts/check-local-headers.sh: Rewritten using awk.
50672         Match by word, not by line.  Print error messages for matches.
50673         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50675         * Makerules [shlib-lds-flags empty]:
50676         ($(common-objpfx)libc_pic.opts): New target.
50677         ($(common-objpfx)libc_pic.os.clean): New target.
50678         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50680         * config.make.in (OBJCOPY): New variable.
50681         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50682         * configure: Regenerated.
50684         * config.make.in (use-default-link): New variable.
50685         * configure.in (use_default_link): Grok --with-default-link to set it.
50686         * configure: Regenerated.
50687         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50688         (shlib-lds, shlib-lds-flags): Define to empty.
50690         * Makerules (shlib-lds): New variable.
50691         (shlib-lds-flags): New variable.
50692         (build-shlib, build-moduile, build-module-asneeded): Use it.
50693         ($(common-objpfx)libc.so): Use $(shlib-lds).
50694         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50695         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50697         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50698         DT_FLAGS/DT_FLAGS_1 with zero flags.
50700         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50701         linker script munging.
50703 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50705         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50706         as 128-bit value.
50707         * crypt/sha512.c (sha512_process_block): Perform total addition using
50708         128-bit if possible.
50709         (__sha512_finish_ctx): Likewise.
50710         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50711         as 64-bit value.
50712         * crypt/sha256.c (SWAP64): Define.
50713         (sha256_process_block): Perform total addition using 64-bit if
50714         possible.
50715         (__sha256_finish_ctx): Likewise.
50717 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50719         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50720         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50721         * nscd/hstcache.c (cache_addhst): Likewise.
50722         * nscd/grpcache.c (cache_addgr): Likewise.
50723         * nscd/aicache.c (addhstaiX): Likewise
50724         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50726 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50728         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50729         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50730         * nscd/hstcache.c (cache_addhst): Likewise.
50731         * nscd/grpcache.c (cache_addgr): Likewise.
50732         * nscd/aicache.c (addhstaiX): Likewise
50734 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50736         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50737         domain only when needed.
50739 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50741         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50742         is always restored.
50744 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50746         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50747         are re-adding the entry.
50748         * nscd/servicescache.c (cache_addserv): Likewise.
50750 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50752         * sysdeps/generic/dl-irel.h: fix protection against multiple
50753         inclusions.
50754         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50756 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50758         [BZ #12935]
50759         * malloc/memusage.sh: Fix quoting in message.
50760         * debug/xtrace.sh: Likewise.
50762         * configure.in: Remove support for --experimental-malloc option, make
50763         it the default.
50764         * config.make.in: Likewise.
50765         * malloc/Makefile: Likewise.
50767 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50769         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50770         two-byte characters.
50772 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50774         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50775         AC_CACHE_CHECK invocation.
50776         * configure: Regenerated.
50778         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50780 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50782         [BZ #12350]
50783         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50784         bit from old_res_options.
50786         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50788         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50789         value type for setfct.
50791 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50793         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50794         __gettimeofday instead of gettimeofday.
50796 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50798         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50800 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50802         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50804         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50805         info.
50807 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50809         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50810         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50811         strcpy-sse2-unaligned strncpy-sse2-unaligned
50812         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50813         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50814         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50815         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50816         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50817         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50818         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50819         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50820         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50821         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50822         (STRCPY): Support SSE2 and SSSE3 versions.
50824 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50826         [BZ #12874]
50827         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50828         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50829         kernels which artificially limit size of requests.
50831 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50833         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50834         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50835         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50836         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50837         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50838         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50839         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50840         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50841         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50842         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50843         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50844         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50845         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50846         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50847         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50848         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50849         Enable unaligned load optimization for Intel Core i3, i5 and i7
50850         processors.
50851         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50852         Define.
50853         (index_Fast_Unaligned_Load): Define.
50854         (HAS_FAST_UNALIGNED_LOAD): Define.
50856 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50858         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50860 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50862         [BZ #12907]
50863         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50864         until it is clear that the information is realy needed.
50865         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50867 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50869         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50871 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50873         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50874         /sys/devices/system/cpu/online if it is usable.
50876         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50877         reading the information from the /proc filesystem to once a second.
50879 2011-06-21  Andreas Jaeger  <aj@suse.de>
50881         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50882         NULL after inclusion of kernel headers.
50884 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50886         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50887         calls to internal_setent.
50889         [BZ #12885]
50890         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50891         addresses using gethostbyname4_r ignore IPv4 addresses.
50893         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50894         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50896         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50898 2011-06-20  David S. Miller  <davem@davemloft.net>
50900         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50901         inclusions.
50902         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50904         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50905         (elf_irel): Use it.
50906         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50907         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50908         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50909         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50910         * sysdeps/x86_64/dl-irel.h: Likewise.
50912         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50913         * elf/dl-sym.c: Likewise.
50915 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50917         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50918         need to dereference resplen2.
50920 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50922         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50924 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50926         * Makeconfig: Define vardbdir and inst_vardbdir.
50927         * nss/Makefile: Add rules to install db-Makefile.
50929         * nss/nss_db/db-XXX.c: Cleanup.
50931         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50932         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50933         GLIBC_PRIVATE.
50934         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50935         * nss/makedb.c: Implement -g option to specify that value strings
50936         are generated and should not be added to table iterated over for
50937         get*ent calls.
50938         * nss/nss_db/db-initgroups.c: New file.
50940         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50941         interface.
50943         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50944         (internal_getgrouplist): Adjust to name change.
50945         Update use_initgroups_entry if this is not the first call.
50946         * nss/databases.def: Add initgroups entry.
50948         * nss/makedb.c (compute_tables): Check result of multiple hash table
50949         sizes to minimize maximum chain length.
50951 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50953         * Versions.def: Add entry for libnss_db.
50954         * shlib-versions: Likewise.
50955         * nss/Makefile: Add rules to build libnss_db.
50956         * nss/Versions: Add libnss_db information.  Organize libnss_files
50957         entries better.
50958         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50959         makedb progra.  Some minor improvements to generate smaller files.
50960         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50961         here from...
50962         * nss/makedb.c: ...here.
50963         Improve database format to be smaller and require less memory at
50964         runtime.
50965         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50966         db anymore.
50967         * nss/nss_db/db-netgrp.c: Likewise.
50968         * nss/nss_db/db-open.c: Likewise.
50969         * nss/nss_files/flies-XXX.x: Adjust comments.
50970         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50971         * nss/nss_files/files-grp.c: Likewise.
50972         * nss/nss_files/files-hosts.c: Likewise.
50973         * nss/nss_files/files-network.c: Likewise.
50974         * nss/nss_files/files-proto.c: Likewise.
50975         * nss/nss_files/files-pwd.c: Likewise.
50976         * nss/nss_files/files-rpc.c: Likewise.
50977         * nss/nss_files/files-service.c: Likewise.
50978         * nss/nss_files/files-sgrp.c: Likewise.
50979         * nss/nss_files/files-spwd.c: Likewise.
50980         * nss/nss_db/db-alias.c: Removed.
50981         * nss/nss_db/dummy-db.h: Removed.
50983 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50985         * nss/makedb.c: Rewritten to not use database library.
50986         * nss/Makefile: Update to build new makedb program.
50988 2011-06-14  Andreas Jaeger  <aj@suse.de>
50990         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50991         memset declaration.
50993 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50995         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50996         tmpbuf.
50998 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51000         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51001         * elf/Makefile ($(objpfx)ld.so): Likewise.
51003         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51004         Don't list ld.so twice in dependencies.
51006         * posix/bug-regex31.c: Include <stdlib.h>.
51008         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51010         * nis/nss_compat/compat-spwd.c
51011         (getspent_next_nss_netgr): Remove unused variable.
51012         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51014         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51015         nonmembers" output to use the right array.
51017         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51019         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51021         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51022         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51023         * catgets/gencat.c (read_input_file): Likewise.
51024         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51026         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51027         variable definition inside #if's controlling its use.
51029         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51031         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51033         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51035         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51036         unreachable code.
51038         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51040         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51041         * configure: Regenerated.
51043         * Makerules: Revert last change.
51044         * elf/Makefile: Likewise.
51046 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51048         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51049         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51050         (reloc-link): Likewise.
51052 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51054         * elf/Makefile: Add rules to build pldd.
51055         * elf/pldd.c: New file.
51056         * elf/pldd-xx.c: New file.
51058 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51060         * version.h: Update for 2.15 development version.
51062 2011-06-07  David S. Miller  <davem@davemloft.net>
51064         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51065         ifuncs.
51066         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51067         elf_machine_lazy_rel): Likewise.
51068         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51069         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51070         elf_machine_lazy_rel): Likewise.
51071         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51072         dl_hwcap via passed in argument.
51073         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51074         Likewise.
51076 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51078         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51080 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51082         [BZ #12849]
51083         * manual/fdl-1.1.texi: New file, verbatim from:
51084         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51085         * manual/lgpl-2.1.texi: New file, verbatim from:
51086         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51087         * manual/Makefile (licenses): New variable, list those new file names.
51088         (texis): Use it.
51089         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51091         * manual/fdl.texi: File removed.
51092         * manual/lesser.texi: File removed.
51093         * manual/libc.texinfo (Copying, Documentation License):
51094         Use new @include file names, put @appendix directive before @include.
51096 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51098         [BZ #12841]
51099         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51100         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51101         (mq_open): Add __NTH.
51103 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51105         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51106         Assume Intel Core i3/i5/i7 processor if AVX is available.
51108 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51110         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51111         typo.
51113 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51115         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51116         memory.  Use alloca_account.  Fix memory leak when retrying.
51118 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51120         * version.h (RELEASE): Bump for 2.14 release.
51121         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51123         * config.make.in (RANLIB): Remove entry.
51125 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51127         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51128         (libc.pot): Work around missing support for .ksh extension in xgettext.
51130         [BZ #12684]
51131         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51132         if both request failed.
51133         (send_dg): In case of server errors clear resplen or *resplen2.
51135         [BZ #12454]
51136         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51137         when there are multiple maps.
51138         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51139         (_dl_fini): Remove test here.
51141         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51143 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51145         [BZ #12350]
51146         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51147         bit from old_res_options.
51148         (gaih_inet): Likewise.
51150         [BZ #11099]
51151         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51152         as signed.
51154         * resolv/res_init.c (res_setoptions): Make the code more compact.
51156         [BZ #11558]
51157         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51158         set RES_USEVC.
51160         [BZ #11634]
51161         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51163         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51165         [BZ #11781]
51166         * malloc/malloc.h: Declare malloc hook variables as volatile.
51168         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51169         in last patch.
51171         [BZ #11799]
51172         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51173         raise in the comment.
51174         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51175         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51176         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51178 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51180         [BZ #12811]
51181         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51182         grow the buffers more if it already has to be sufficient.
51183         (build_wcs_upper_buffer): Likewise.
51184         * posix/regexec.c (check_matching): Likewise.
51185         (clean_state_log_if_needed): Likewise.
51186         (extend_buffers): Don't enlarge buffers beyond size of the input
51187         buffer.
51188         Patches mostly by Emil Wojak <emil@wojak.eu>.
51189         * posix/bug-regex32.c: New file.
51190         * posix/Makefile (tests): Add bug-regex32.
51192         * locale/findlocale.c (_nl_find_locale): Return right away if
51193         _nl_explode_name failed.
51194         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51196         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51198         * debug/xtrace.sh: Unify messages.
51199         * malloc/memusage.sh: Likewise.
51201         [BZ #12813]
51202         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51203         time symbol from vDSO.  Substitute with vsyscall if not available.
51204         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51205         __vdso_time.
51207         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51208         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51209         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51210         Add sendmmsg and internal_sendmmsg.
51211         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51212         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51213         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51215         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51216         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51217         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51219 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51221         [BZ #12813]
51222         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51223         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51224         available.
51225         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51226         __vdso_getcpu.
51228         [BZ #12814]
51229         * iconvdata/Makefile (tests): Add bug-iconv9.
51230         * iconvdata/bug-iconv9.c: New file.
51232 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51234         [BZ #12814]
51235         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51237 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51239         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51240         (struct user_regs_struct): Change intcs field back to cs.
51242 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51244         * po/ja.po: Update from translation team.
51246 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51248         [BZ #12795]
51249         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51250         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51252 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51254         * stdlib/longlong.h: Update from GCC.
51256 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51258         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51259         parameter name.
51260         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51261         Add parameter name.
51262         (__sysconf): Pass it down.
51264 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51266         [BZ #12671]
51267         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51268         some situations.
51269         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51270         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51271         add in in __libc_use_alloca calls.  Adjust callers.
51272         (glob): Use malloc in some situations.
51274         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51275         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51276         pltexit.
51278 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51280         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51281         and CLOCK_BOOTTIME_ALARM.
51283         [BZ #12782]
51284         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51285         is returned.
51287         * string/_strerror.c (__strerror_r): Print negative errors as signed
51288         numbers.
51290         [BZ #12777]
51291         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51292         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51293         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51295         * configure.in: Fix typo in redirection and correct removal of test
51296         files in two cases.
51298         [BZ #12788]
51299         * locale/setlocale.c (new_composite_name): Fix test to check for
51300         identical name of all categories.
51302         [BZ #12792]
51303         * libio/filedoalloc.c (local_isatty): New function.
51304         (_IO_file_doallocate): Use local_isatty.
51305         * stdio-common/perror.c (perror): In case a new stream is used
51306         forward the stream error.
51307         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51308         error flag.
51310 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51312         [BZ #11869]
51313         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51314         alloca.
51315         * include/alloca.h (extend_alloca_account): Define.
51317         [BZ #11857]
51318         * posix/regex.h: Fix comments with documentation of user-accessible
51319         fields after compilation and describe correct free'ing of pattern
51320         after re_compile_pattern.
51321         Patch by Reuben Thomas <rrt@sc3d.org>.
51323 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51325         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51326         and -mno-altivec to prevent the compiler from using Altivec and/or
51327         VSX instructions when the corresponding registers are not available.
51329 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51331         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51333 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51335         * libio/freopen.c (freopen): Use __dup2, not dup2.
51336         * libio/freopen64.c (freopen64): Likewise.
51338 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51340         [BZ #12775]
51341         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51342         * math/Makefile (tests): Add test-powl.
51343         (CFLAGS-test-powl.c): Define.
51344         * math/test-powl.c: New file.
51346 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51348         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51350 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51352         [BZ #11837]
51353         * iconvdata/gb18030.c: Update to GB18020-2005.
51355 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51357         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51358         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51359         Patch by Aharon Robbins <arnold@skeeve.com>.
51361         [BZ #11892]
51362         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51363         on the stack.
51365         [BZ #11895]
51366         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51367         through underflows.
51369         [BZ #12766]
51370         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51371         point to strings before performing equality test for error_one_per_line
51372         mode.
51374         [BZ #11697]
51375         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51377         [BZ #11820]
51378         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51379         (struct user_fpregs_struct): Avoid __uint*_t types.
51381         [BZ #6420]
51382         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51383         symbol info.  Use it instead of calling _dl_addr locally.
51384         (lock_and_info): New function.
51385         (tr_freehook): Call lock_and_info and pass symbol info as additional
51386         parameter to tr_where.
51387         (tr_mallochook): Likewise.
51388         (tr_reallochook): Likewise.
51389         (tr_memalignhook): Likewise.
51391         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51392         used and couldn't be at all thread-safe.
51394 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51396         * libio/freopen.c (freopen): Don't close old file descriptor
51397         before the new one is opened.  Instead dup the new file descriptor
51398         to the old one after the new stream is created.
51399         * libio/freopen64.c (freopen64): Likewise.
51400         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51401         * libio/fileops.c (_IO_new_file_close_it): Handle new
51402         _IO_FLAGS2_NOCLOSE flag.
51403         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51404         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51405         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51406         _IO_FLAGS2_NOCLOSE flag.
51407         * include/unistd.h: Add hidden_proto for dup3.
51408         Define __have_dup3.
51409         * io/dup3.c: Define hidden symbol.
51410         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51412         [BZ #7101]
51413         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51414         when an incomplete long option is used.
51415         * posix/tst-getopt_long1.c: New file.
51416         * posix/Makefile (tests): Add tst-getopt_long1.
51418         [BZ #10138]
51419         * scripts/config.guess: Update from autoconf-2.68.
51420         * scripts/config.sub: Likewise.
51422         [BZ #10157]
51423         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51424         tests into ...
51425         (has_cpuclock): ...this.  New function.
51426         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51427         macro here based on has_cpuclock code.
51429         [BZ #10149]
51430         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51431         First byte (not low byte) is now always NUL.
51432         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51434         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51435         Use non-cancelable interfaces.
51437         [BZ #9809]
51438         * locale/iso-639.def: Add entry for Sorani.
51440         [BZ #11901]
51441         * include/stdlib.h: Move include protection to the right place.
51442         Define abort_msg_s.  Declare __abort_msg with it.
51443         * stdlib/abort.c (__abort_msg): Adjust type.
51444         * assert/assert.c (__assert_fail_base): New function.  Majority
51445         of code from __assert_fail.  Allocate memory for __abort_msg with
51446         mmap.
51447         (__assert_fail): Now call __assert_fail_base.
51448         * assert/assert-perr.c: Remove bulk of implementation.  Use
51449         __assert_fail_base.
51450         * include/assert.hL Declare __assert_fail_base.
51451         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51452         mmap.
51453         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51455 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51457         [BZ #11952]
51458         [BZ #12453]
51459         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51460         until all modules are registered in the DTV.
51461         * elf/Makefile: Add rules to build and run tst-tls19.
51462         * elf/tst-tls19.c: New file.
51463         * elf/tst-tls19mod1.c: New file.
51464         * elf/tst-tls19mod2.c: New file.
51465         * elf/tst-tls19mod3.c: New file.
51466         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51468         [BZ #12083]
51469         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51470         correctly.
51472         [BZ #12601]
51473         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51474         two-byte sequence errors.
51475         * iconvdata/Makefile (tests): Add bug-iconv8.
51476         * iconvdata/bug-iconv8.c: New file.
51478         [BZ #12626]
51479         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51480         buf2 definition.
51482         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51484         [BZ #12432]
51485         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51486         (dummy_getcfa): New function.
51487         (init): Get _Unwind_GetCFA address, use dummy if not found.
51488         (backtrace_helper): In recursion check, also check whether CFA changes.
51489         (__backtrace): Completely initialize arg.
51491         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51492         storing incomplete byte sequence in state object.  Avoid testing for
51493         guaranteed too small input if we know there is enough data available.
51495 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51497         * Makeconfig (+link-pie): Indent.
51498         * Rules (binaries-pie): Define if $(have-fpie) and
51499         $(build-shared).
51500         (binaries-shared): Also filter out $(binaries-pie).
51501         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51502         * nscd/Makefile (others-pie): Add nscd.
51503         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51504         ($(objpfx)nscd): Remove command override.
51505         * login/Makefile (others-pie): Add pt_chown.
51506         ($(objpfx)pt_chown): Remove command override.
51507         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51508         remove command overrides.
51510 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51512         * libio/tst_putwc.c: Fix error messages.
51514         [BZ #12724]
51515         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51516         currently writing and seek to current position when not.
51517         * libio/Makefile (tests): Add bug-fclose1.
51518         * libio/bug-fclose1.c: New file.
51520 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51522         [BZ #12511]
51523         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51524         don't set DF_1_NODELETE here.
51525         (do_lookup_x): When entering new entry test for copy relocation
51526         and if necessary set DF_1_NODELETE flag.
51527         * elf/tst-unique4.cc: New file.
51528         * elf/tst-unique4.h: New file.
51529         * elf/tst-unique4lib.cc: New file.
51530         * elf/Makefile: Add rules to build and run tst-unique4.
51531         Patch by Piotr Bury <pbury@goahead.com>.
51533 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51535         [BZ #12052]
51536         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51538         [BZ #12625]
51539         * misc/mntent_r.c (addmntent): Flush the stream after the output
51541         [BZ #12393]
51542         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51543         (is_trusted_path_normalize): Skip initial colon.  Append slash
51544         to empty buffer.  Duplicate is_trusted_path code but allow
51545         constructed patch to be prefix.
51546         (is_dst): Allow $ORIGIN followed by /.
51547         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51548         Correct testing of result of is_trusted_path_normalize
51549         (decompose_rpath): Fix warning.
51551 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51553         [BZ #11257]
51554         * grp/initgroups.c (internal_getgrouplist): When we found the service
51555         list through the initgroups entry in nsswitch.conf do not always
51556         continue on a successful lookup.  Don't always use the
51557         __nss_group_database value if it is set.
51558         * nss/nsswitch.conf (initgroups): Change action for successful db
51559         lookup to continue for compatibility.
51561 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51563         [BZ #11532]
51564         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51565         and CP774 modules.
51566         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51567         and CP774 modules.
51568         * iconvdata/tst-tables.sh: Likewise.
51569         * iconvdata/cp770.c: New file.
51570         * iconvdata/cp771.c: New file.
51571         * iconvdata/cp772.c: New file.
51572         * iconvdata/cp773.c: New file.
51573         * iconvdata/cp774.c: New file.
51574         * iconvdata/testdata/CP770: New file.
51575         * iconvdata/testdata/CP770..UTF8: New file.
51576         * iconvdata/testdata/CP771: New file.
51577         * iconvdata/testdata/CP771..UTF8: New file.
51578         * iconvdata/testdata/CP772: New file.
51579         * iconvdata/testdata/CP772..UTF8: New file.
51580         * iconvdata/testdata/CP773: New file.
51581         * iconvdata/testdata/CP773..UTF8: New file.
51582         * iconvdata/testdata/CP774: New file.
51583         * iconvdata/testdata/CP774..UTF8: New file.
51585         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51586         END CHARMAP line.
51587         * iconvdata/gen-8bit-gap.sh: Likewise.
51588         * iconvdata/gen-8bit.sh: Likewise.
51590         * locale/iso-639.def: Add ary entry.
51592         [BZ #11258]
51593         * locale/C-translit.h.in: Add U20A1 transliteration.
51595         [BZ #12178]
51596         * locale/iso-639.def: Add wae entry.
51597         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51599         [BZ #12545]
51600         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51601         for n.
51603         [BZ #12711]
51604         * locale/C-translit.h.in: Add entry for U20B9.
51605         Patch by pravin.d.s@gmail.com.
51607 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51609         [BZ #12713]
51610         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51611         ENAMETOOLONG use generic getcwd.
51612         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51613         in rtld.  Use *stat64.
51614         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51615         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51616         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51617         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51618         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51619         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51620         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51621         __fstatat64 macros.
51622         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51623         * dirent/rewinddir.c: Add libc_hidden_def.
51624         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51625         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51627         * include/dirent.h (__alloc_dir): Add flags parameter.
51628         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51629         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51630         __alloc_dir.
51631         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51632         from fdopendir if O_CLOEXEC is already set.
51634 2011-03-15  Alan Modra  <amodra@gmail.com>
51636         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51637         l_tls_firstbyte_offset non-zero.  Save padding offset in
51638         l_tls_firstbyte_offset for later use.
51639         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51640         freeing static tls block.
51642 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51644         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51645         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51646         being defined by the kernel headers.
51648 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51650         [BZ #12734]
51651         * resolv/resolv.h: Define RES_NOTLDQUERY.
51652         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51653         no-tld-query and set RES_NOTLDQUERY.
51654         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51655         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51656         modern BIND to search name as TLD unless forbidden.
51658 2011-05-07  Petr Baudis  <pasky@suse.cz>
51659             Ulrich Drepper  <drepper@gmail.com>
51661         [BZ #12393]
51662         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51663         (is_trusted_path): ...to here.
51664         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51665         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51666         using is_trusted_path_normalize() in setuid scripts.
51668 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51670         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51671         __BEGIN/__END_DECLS.
51673 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51675         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51676         NSS_STATUS_NOTFOUND if no record was found.
51678 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51680         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51681         (headers-not-in-tirpc): Remove rpc/netdb.h
51682         * resolv/netdb.h: Revert last change.
51684 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51686         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51687         circular dependency between libgcc.a and libc.a.
51689 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51691         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51692         * nis/Makefile: Don't install rpcsvc/*.
51693         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51694         instead of <rpc/types.h>.
51695         (MAXHOSTNAMELEN): Define.
51697 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51699         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51701 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51703         [BZ #12714]
51704         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51705         gethostbyname4_r when IPv6 results are possible.
51707 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51709         [BZ #12723]
51710         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51711         _PC_PIPE_BUF handling.
51713 2011-04-30  Bruno Haible  <bruno@clisp.org>
51715         [BZ #12717]
51716         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51717         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51718         to 'int'.
51719         * inet/getnameinfo.c (getnameinfo): Likewise.
51721 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51723         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51724         to groups setting in database lookup.
51725         * nss/nsswitch.conf: Add initgroups entry.
51727 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51729         [BZ #12685]
51730         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51731         mode string.
51732         Patch by Eric Blake <eblake@redhat.com>.
51734 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51736         * sunrpc/Makefile (need-export-routines): Add svc_run.
51737         (routines): Remove svc_run.
51738         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51739         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51740         * sunrpc/svc_run.c (svc_run): Likewise.
51741         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51743 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51745         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51746         problem in reallocation in last patch.
51748 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51750         * sunrpc/Makefile: Move inclusion of Rules.
51752 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51754         * nss/nss_files/files-initgroups.c: New file.
51755         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51756         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51757         _nss_files_initgroups_dyn.
51759 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51761         * elf/elf.h (R_ARM_IRELATIVE): Define.
51763 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51765         * po/ru.po: Update from translation team.
51767 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51769         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51770         dependencies.
51772 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51774         [BZ #12653]
51775         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51776         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51777         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51778         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51779         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51781 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51783         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51784         differing bytes.
51785         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51786         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51787         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51789 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51791         [BZ #12420]
51792         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51793         storing it.
51794         * stdlib/bug-getcontext.c: New file.
51795         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51797 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51799         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51800         instructions into .machine "z9-109".
51801         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51802         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51804 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51806         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51807         between environment variables and auxiliary vector.
51809 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51811         * Makefile: Add rules to build linkobj/libc.so.
51812         * include/libc-symbols.h: Define libc_hidden_nolink.
51813         * include/rpc/auth.h: Mark functions which are to be hidden.
51814         * include/rpc/auth_des.h: Likewise.
51815         * include/rpc/auth_unix.h: Likewise.
51816         * include/rpc/clnt.h: Likewise.
51817         * include/rpc/des_crypt.h: Likewise.
51818         * include/rpc/key_prot.h: Likewise.
51819         * include/rpc/pmap_clnt.h: Likewise.
51820         * include/rpc/pmap_prot.h: Likewise.
51821         * include/rpc/pmap_rmt.h: Likewise.
51822         * include/rpc/rpc_msg.h: Likewise.
51823         * include/rpc/svc.h: Likewise.
51824         * include/rpc/svc_auth.h: Likewise.
51825         * include/rpc/xdr.h: Likewise.
51826         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51827         * nss/Makefile: Likewise.
51828         * sunrpc/Makefile: Don't install headers.  Build library with normal
51829         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51830         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51831         for the compat linking library.  Remove use of INTDEF/INTUSE.
51832         * sunrpc/auth_none.c: Likewise.
51833         * sunrpc/auth_unix.c: Likewise.
51834         * sunrpc/authdes_prot.c: Likewise.
51835         * sunrpc/authuxprot.c: Likewise.
51836         * sunrpc/clnt_gen.c: Likewise.
51837         * sunrpc/clnt_perr.c: Likewise.
51838         * sunrpc/clnt_raw.c: Likewise.
51839         * sunrpc/clnt_simp.c: Likewise.
51840         * sunrpc/clnt_tcp.c: Likewise.
51841         * sunrpc/clnt_udp.c: Likewise.
51842         * sunrpc/clnt_unix.c: Likewise.
51843         * sunrpc/des_crypt.c: Likewise.
51844         * sunrpc/des_soft.c: Likewise.
51845         * sunrpc/get_myaddr.c: Likewise.
51846         * sunrpc/key_call.c: Likewise.
51847         * sunrpc/key_prot.c: Likewise.
51848         * sunrpc/netname.c: Likewise.
51849         * sunrpc/pm_getmaps.c: Likewise.
51850         * sunrpc/pm_getport.c: Likewise.
51851         * sunrpc/pmap_clnt.c: Likewise.
51852         * sunrpc/pmap_prot.c: Likewise.
51853         * sunrpc/pmap_prot2.c: Likewise.
51854         * sunrpc/pmap_rmt.c: Likewise.
51855         * sunrpc/publickey.c: Likewise.
51856         * sunrpc/rpc_cmsg.c: Likewise.
51857         * sunrpc/rpc_common.c: Likewise.
51858         * sunrpc/rpc_dtable.c: Likewise.
51859         * sunrpc/rpc_prot.c: Likewise.
51860         * sunrpc/rpc_thread.c: Likewise.
51861         * sunrpc/rtime.c: Likewise.
51862         * sunrpc/svc.c: Likewise.
51863         * sunrpc/svc_auth.c: Likewise.
51864         * sunrpc/svc_authux.c: Likewise.
51865         * sunrpc/svc_raw.c: Likewise.
51866         * sunrpc/svc_run.c: Likewise.
51867         * sunrpc/svc_simple.c: Likewise.
51868         * sunrpc/svc_tcp.c: Likewise.
51869         * sunrpc/svc_udp.c: Likewise.
51870         * sunrpc/svc_unix.c: Likewise.
51871         * sunrpc/svcauth_des.c: Likewise.
51872         * sunrpc/xcrypt.c: Likewise.
51873         * sunrpc/xdr.c: Likewise.
51874         * sunrpc/xdr_array.c: Likewise.
51875         * sunrpc/xdr_float.c: Likewise.
51876         * sunrpc/xdr_intXX_t.c: Likewise.
51877         * sunrpc/xdr_mem.c: Likewise.
51878         * sunrpc/xdr_rec.c: Likewise.
51879         * sunrpc/xdr_ref.c: Likewise.
51880         * sunrpc/xdr_sizeof.c: Likewise.
51881         * sunrpc/xdr_stdio.c: Likewise.
51883 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51885         [BZ #12650]
51886         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51887         * sysdeps/ia64/dl-tls.h: Likewise.
51888         * sysdeps/powerpc/dl-tls.h: Likewise.
51889         * sysdeps/s390/dl-tls.h: Likewise.
51890         * sysdeps/sh/dl-tls.h: Likewise.
51891         * sysdeps/sparc/dl-tls.h: Likewise.
51892         * sysdeps/x86_64/dl-tls.h: Likewise.
51893         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51895 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51897         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51898         rpath element also skip the following colon.
51899         (expand_dynamic_string_token): Add is_path parameter and pass
51900         down to DL_DST_REQUIRED and _dl_dst_substitute.
51901         (decompose_rpath): Call expand_dynamic_string_token with
51902         non-zero is_path.  Ignore empty rpaths.
51903         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51904         with zero is_path.
51906 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51909         Make cancelable.
51911 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51913         [BZ #12655]
51914         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51915         Patch by Filipe David Manana <fdmanana@apache.org>.
51917 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51919         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51920         Maintain aligned stack.
51921         (CHECK_RSP): Remove unused macro.
51923 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51925         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51926         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51928 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51930         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51932         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51934 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51936         [BZ #12518]
51937         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51938         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51939         * sysdeps/x86_64/memmove.c: New file.
51940         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51941         (memcpy): Renamed to ...
51942         (__new_memcpy): This.
51943         (memcpy): Provide GLIBC_2_14 memcpy.
51944         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51945         (memcpy): Provide GLIBC_2_2_5 memcpy.
51947 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51949         [BZ #12631]
51950         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51952 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51954         * misc/syncfs.c: New file.
51955         * misc/Makefile (routines): Add syncfs.
51956         * posix/unistd.h: Declare syncfs.
51957         * sysdeps/unix/syscalls.list: Add syncfs.
51959 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51961         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51962         open_by_handle_at.
51963         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51964         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51965         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51966         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51967         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51968         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51969         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51971 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51973         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51974         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51975         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51976         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51977         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51978         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51979         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51981         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51982         sync_file_range.c with -fexceptions.
51983         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51984         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51985         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51986         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51987         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51988         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51989         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51990         sync_file_range as cancellation point
51991         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51992         now a wrapper around __call_sync_file_range with cancellation handling.
51993         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51994         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51995         function name to __call_sync_file_range.
51996         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51997         Add call_sync_file_range.
51999 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52001         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52002         bits/timex.h.
52004 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52006         * iconv/iconv.h: Fix typo in comment.
52007         * io/fcntl.h: Likewise.
52008         * libio/stdio.h: Likewise.
52009         * posix/spawn.h: Likewise.
52010         * posix/unistd.h: Likewise.
52011         * stdlib/stdlib.h: Likewise.
52012         * time/time.h: Likewise.
52013         * wcsmbs/wchar.h: Likewise.
52015         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52016         open_by_handle): Add.
52017         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52018         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52019         Augment a few comments.
52020         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52021         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52022         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52023         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52024         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52025         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52026         open_by_handle.
52028         * io/fcntl.h (AT_EMPTY_PATH): Define.
52030 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52032         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52033         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52034         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52035         to...
52036         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52037         * Versions.def: Add GLIBC_2.14.
52038         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52039         Export.
52041 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52043         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52044         round counter.
52045         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52047 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52049         [BZ #12597]
52050         * string/test-strncmp.c (do_page_test): New function.
52051         (check2): Likewise.
52052         (test_main): Call check2.
52053         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52055 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52057         [BZ #12587]
52058         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52059         Handle cache information in CPU leaf 4.
52060         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52062 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52064         [BZ #12583]
52065         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52066         character representation.
52067         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52069 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52071         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52072         END(__isnan) to END(__isnanf) to match function entry point/label
52073         EALIGN(__isnanf,...).
52075 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52077         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52079 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52081         [BZ #12510]
52082         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52083         copy from the symbol referenced in the relocation to initialize the
52084         used variable.
52085         Patch by Piotr Bury <pbury@goahead.com>.
52086         * elf/Makefile: Add rules to build and tst-unique3.
52087         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52088         * elf/tst-unique3.cc: New file.
52089         * elf/tst-unique3.h: New file.
52090         * elf/tst-unique3lib.cc: New file.
52091         * elf/tst-unique3lib2.cc: New file.
52093         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52095 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52097         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52098         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52099         to _start.
52101 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52103         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52104         to-be-loaded object along a path to loader is ld.so.
52106 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52107             Ulrich Drepper  <drepper@gmail.com>
52109         * sysdeps/x86_64/memset.S: After aligning destination, code
52110         branches to different locations depending on the value of
52111         misalignment, when multiarch is enabled. Fix this.
52113 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52115         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52116         Set _x86_64_preferred_memory_instruction for AMD processsors.
52117         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52118         Set bit_Prefer_SSE_for_memop for AMD processors.
52120 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52122         * libio/fmemopen.c (fmemopen): Optimize a bit.
52124 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52126         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52128 2011-03-03  Roland McGrath  <roland@redhat.com>
52130         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52132 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52134         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52135         __bzero_ultra1 instead of __memset_ultra1.
52137 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52138             Ulrich Drepper  <drepper@gmail.com>
52140         [BZ #12509]
52141         * include/link.h (struct link_map): Add l_orig_initfini.
52142         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52143         returning unsuccessfully.
52144         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52145         close of a file loaded at startup, restore the original l_initfini
52146         list.
52147         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52148         list, store the pointer.
52149         * elf/Makefile ($(objpfx)noload-mem): New rule.
52150         (noload-ENV): Define.
52151         (tests): Add $(objpfx)noload-mem.
52152         * elf/noload.c: Include <memcheck.h>.
52153         (main): Call mtrace.  Close all opened handles.
52155 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52157         [BZ #12454]
52158         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52159         dependencies are missing.
52161 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52163         Fix __if_freereq crash: Unlike the generic version which uses free,
52164         Hurd needs munmap.
52165         * sysdeps/mach/hurd/ifreq.h: New file.
52167 2011-01-27  Petr Baudis  <pasky@suse.cz>
52168             Ulrich Drepper  <drepper@gmail.com>
52170         [BZ 12445]#
52171         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52172         to extend_alloca().
52173         * stdio-common/bug23.c: New file.
52174         * stdio-common/Makefile (tests): Add bug23.
52176 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52177             Ulrich Drepper  <drepper@gmail.com>
52179         [BZ #12489]
52180         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52181         before performing relro protection.  At old place add assertion
52182         to make sure nothing changed.
52184 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52185             Glauber de Oliveira Costa  <glommer@gmail.com>
52187         * elf/elf.h: Add new ARM TLS relocs.
52189 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52192         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52193         cast from r3.
52194         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52195         'tests' variable.
52196         * sysdeps/wordsize-64/tst-writev.c: New file.
52198 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52200         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52201         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52202         insns in _dl_start to prevent a TOC reference before relocs are
52203         resolved.
52205 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52207         [BZ #12469]
52208         * Makeconfig: Remove RANLIB definition.
52209         * Makerules: Don't use RANLIB.
52210         * aclocal.m4: Remove ranlib test.
52211         * configure.in: No need to check for ranlib.
52212         * elf/rtld-Rules: Don't use RANLIB.
52214 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52216         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52217         protection macro.
52218         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52219         inclusion protection macro.
52221         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52222         SIGRTMIN and SIGRTMAX and print information in that case only when
52223         SIGRTMIN is defined.
52225 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52227         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52228         arginfo fn returning -1.
52230         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52231         and thousands string is zero terminated.
52233 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52235         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52236         sysdeps/unix/sysv/linux/bits/socket.h.
52238 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52240         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52241         (__CPU_COUNT): Remove old macros.
52242         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52243         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52244         (__CPU_ALLOC, __CPU_FREE): Add macros.
52245         (__sched_cpualloc, __sched_cpufree): Add declarations.
52247 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52249         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52250         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52251         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52252         (readdhstai): Return value of addhstaiX call.
52253         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52254         (addgrbyX): Return value returned by cache_addgr.
52255         (readdgrbyname): Return value returned by addgrbyX.
52256         (readdgrbygid): Likewise.
52257         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52258         (addpwbyX): Return value returned by cache_addpw.
52259         (readdpwbyname): Return value returned by addhstbyX.
52260         (readdpwbyuid): Likewise.
52261         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52262         (addservbyX): Return value returned by cache_addserv.
52263         (readdservbyname): Return value returned by addservbyX:
52264         (readdservbyport): Likewise.
52265         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52266         (addhstbyX): Return value returned by cache_addhst.
52267         (readdhstbyname): Return value returned by addhstbyX.
52268         (readdhstbyaddr): Likewise.
52269         (readdhstbynamev6): Likewise.
52270         (readdhstbyaddrv6): Likewise.
52271         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52272         (readdinitgroups): Return value returned by addinitgroupsX.
52273         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52274         (prune_cache): Keep track of timeout value of re-added entries.
52275         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52276         * nscd/nscd.h: Adjust prototypes of readd* functions.
52278 2011-02-04  Roland McGrath  <roland@redhat.com>
52280         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52281         (nis_stats): Likewise.
52282         * nis/nis_modify.c (nis_modify): Likewise.
52283         * nis/nis_remove.c (nis_remove): Likewise.
52284         * nis/nis_add.c (nis_add): Likewise.
52286         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52288         * posix/fnmatch_loop.c: Add some consts.
52290         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52292 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52294         [BZ #12460]
52295         * config.make.in (config-cflags-novzeroupper): Define.
52296         * configure.in: Substitute libc_cv_cc_novzeroupper.
52297         * elf/Makefile (AVX-CFLAGS): Define.
52298         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52299         (CFLAGS-tst-auditmod4a.c): Likewise.
52300         (CFLAGS-tst-auditmod4b.c): Likewise.
52301         (CFLAGS-tst-auditmod6b.c): Likewise.
52302         (CFLAGS-tst-auditmod6c.c): Likewise.
52303         (CFLAGS-tst-auditmod7b.c): Likewise.
52304         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52306 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52308         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52309         function to the callback.
52310         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52312 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52314         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52315         of errno.
52317 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52319         [BZ #11724]
52320         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52321         of constructors.
52322         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52323         of destructors.
52324         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52326         [BZ #11724]
52327         * elf/Makefile: Add rules to build and run new test.
52328         * elf/tst-initorder.c: New file.
52329         * elf/tst-initorder.exp: New file.
52330         * elf/tst-initordera1.c: New file.
52331         * elf/tst-initordera2.c: New file.
52332         * elf/tst-initordera3.c: New file.
52333         * elf/tst-initordera4.c: New file.
52334         * elf/tst-initorderb1.c: New file.
52335         * elf/tst-initorderb2.c: New file.
52336         * elf/tst-order-a1.c: New file.
52337         * elf/tst-order-a2.c: New file.
52338         * elf/tst-order-a3.c: New file.
52339         * elf/tst-order-a4.c: New file.
52340         * elf/tst-order-b1.c: New file.
52341         * elf/tst-order-b2.c: New file.
52342         * elf/tst-order-main.c: New file.
52343         New test case by George Gensure <werkt0@gmail.com>.
52345 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52347         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52348         decoding ACE if AI_CANONIDN.
52350 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52352         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52354 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52356         * version.h (RELEASE): Bump for 2.13 release.
52357         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52359         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52361         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52362         MADV_NOHUGEPAGE.
52363         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52364         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52365         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52366         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52367         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52368         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52370         * posix/getconf.c: Update copyright year.
52371         * catgets/gencat.c: Likewise.
52372         * csu/version.c: Likewise.
52373         * debug/catchsegv.sh: Likewise.
52374         * debug/xtrace.sh: Likewise.
52375         * elf/ldconfig.c: Likewise.
52376         * elf/ldd.bash.in: Likewise.
52377         * elf/sprof.c (print_version): Likewise.
52378         * iconv/iconv_prog.c: Likewise.
52379         * iconv/iconvconfig.c: Likewise.
52380         * locale/programs/locale.c: Likewise.
52381         * locale/programs/localedef.c: Likewise.
52382         * malloc/memusage.sh: Likewise.
52383         * malloc/mtrace.pl: Likewise.
52384         * nscd/nscd.c (print_version): Likewise.
52385         * nss/getent.c: Likewise.
52387         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52388         PF_CAIF, and PF_ALG.
52389         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52391 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52393         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52394         (modules-names): Use them.
52395         (ifunc-test-modules, ifunc-pie-tests): Define.
52396         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52397         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52398         (test-extras): Likewise.
52399         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52400         $(compile-command.c).
52401         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52402         (all-built-dso): Define.
52403         (check-textrel.out, check-execstack.out): Depend on it.
52405         * configure.in: Don't override --enable-multi-arch.
52407 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52409         [BZ #6812]
52410         * nscd/hstcache.c (tryagain): Define.
52411         (cache_addhst): Return tryagain not notfound for temporary errors.
52412         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52413         failed.
52415 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52417         [BZ #10563]
52418         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52419         to make the syscall.
52420         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52422         [BZ #12378]
52423         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52424         and fall back to matching as normal character if the string ends before
52425         the matching ']' is found.  This is what POSIX requires.
52426         * posix/testfnm.c: Adjust test result.
52427         * posix/globtest.sh: Adjust test result.  Add new test.
52428         * posix/tst-fnmatch.input: Likewise.
52429         * posix/tst-fnmatch2.c: Add new test.
52431 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52433         * elf/Makefile (check-execstack): Revert last change.  Depend on
52434         check-execstack.h.
52435         (check-execstack.h): New target.
52436         (generated): Add check-execstack.h.
52437         * elf/check-execstack.c: Include "check-execstack.h".
52438         (main): Revert last change.
52439         (handle_file): Return zero if GNU_STACK is absent and
52440         DEFAULT_STACK_PERMS doesn't include PF_X.
52442 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52444         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52445         in child fails because the descriptor is already closed.
52446         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52447         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52448         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52450         [BZ #12397]
52451         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52452         syscall.
52454         [BZ #10484]
52455         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52456         temporary buffer used to handle multi lookups locally.
52457         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52459 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52461         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52462         loader is ld.so.
52464 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52466         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52467         alignment for SSE2.
52469 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52471         [BZ #12394]
52472         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52473         characters.  When rounding increased number of integer digits recompute
52474         number of groups.
52475         * stdio-common/tst-grouping.c: New file.
52476         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52478 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52480         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52481         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52483         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52484         void.
52485         * bits/select.h: Likewise.
52487 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52489         * po/ja.po: Update from translation team.
52491 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52493         [BZ #11155]
52494         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52495         implementation just like for lxstat, fxstatat, et al.
52497 2010-12-27  Jim Meyering  <meyering@redhat.com>
52499         [BZ #12348]
52500         * posix/regexec.c (build_trtable): Return failure indication upon
52501         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52503 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52505         [BZ #12201]
52506         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52507         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52508         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52509         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52511         [BZ #12207]
52512         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52514         [BZ #12204]
52515         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52516         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52518 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52520         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52521         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52522         script has SORT_BY_INIT_PRIORITY.
52523         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52524         NO_CTORS_DTORS_SECTIONS is defined.
52525         * elf/soinit.c: Likewise.
52526         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52527         NO_CTORS_DTORS_SECTIONS is defined.
52528         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52529         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52530         * sysdeps/sh/init-first.c: Likewise.
52531         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52533 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52535         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52536         always use the slow path.
52538 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52540         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52541         similar rule which adds the sysdep directories to the header search in
52542         order to pick up the correct platform stackinfo.h.
52543         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52544         perform test if it is, otherwise return successfully without testing.
52545         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52546         DEFAULT_STACK_PERMS define in stackinfo.h.
52547         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52548         defined in stackinfo.h.
52549         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52550         DEFAULT_STACK_PERMS defined in stackinfo.h.
52551         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52552         * sysdeps/ia64/stackinfo.h: Likewise.
52553         * sysdeps/s390/stackinfo.h: Likewise.
52554         * sysdeps/sh/stackinfo.h: Likewise.
52555         * sysdeps/sparc/stackinfo.h: Likewise.
52556         * sysdeps/x86_64/stackinfo.h: Likewise.
52557         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52558         PF_X for powerpc64.  Retain PF_X for powerpc32.
52560 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52562         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52563         accurately.
52564         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52565         GETDENTS_64BIT_ALIGNED.
52567 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52569         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52571 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52573         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52574         _GNU_SOURCE.
52576         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52577         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52578         Remove __restrict.
52579         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52580         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52582 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52584         [BZ #11655]
52585         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52586         are initialized.
52588 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52590         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52592 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52594         * po/it.po: Update from translation team.
52596 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52598         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52599         unused codes.
52601 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52603         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52605 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52607         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52608         specially.
52609         (gaih_getanswer_slice): Likewise.
52611 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52613         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52615 2010-05-31  Petr Baudis  <pasky@suse.cz>
52617         [BZ #11149]
52618         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52619         silently even in the chroot mode.
52621 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52623         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52624         last patch a bit.  Pretty printing
52626 2010-05-31  Petr Baudis <pasky@suse.cz>
52628         [BZ #10085]
52629         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52630         initialization of skip_initgroups_dyn.
52632 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52634         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52635         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52637 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52639         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52641 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52643         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52644         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52645         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52646         ($(objpfx)tst-fnmatch-mem): New rule.
52647         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52648         * posix/tst-fnmatch.c (main): Call mtrace.
52650 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52653         Support Intel processor model 6 and model 0x2c.
52655 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52657         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52658           signed comparison.
52660 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52662         [BZ #12205]
52663         * string/test-strncasecmp.c (check_result): New function.
52664         (do_one_test): Use it.
52665         (check1): New function.
52666         (test_main): Use it.
52667         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52668         Support strcasecmp and strncasecmp.
52670 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52672         [BZ #12194]
52673         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52674         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52676 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52678         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52679         IFUNC support.
52680         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52681         memset-x86-64.
52682         * sysdeps/x86_64/multiarch/bzero.S: New file.
52683         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52684         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52685         * sysdeps/x86_64/multiarch/memset.S: New file.
52686         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52687         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52688         Set bit_Prefer_SSE_for_memop for Intel processors.
52689         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52690         Define.
52691         (index_Prefer_SSE_for_memop): Define.
52692         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52694 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52696         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52697         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52699 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52701         [BZ #12191]
52702         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52703         (__x86_64_raw_data_cache_size_half): Likewise.
52704         (__x86_64_raw_shared_cache_size): Likewise.
52705         (__x86_64_raw_shared_cache_size_half): Likewise.
52707         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52708         (__x86_64_raw_data_cache_size_half): Likewise.
52709         (__x86_64_raw_shared_cache_size): Likewise.
52710         (__x86_64_raw_shared_cache_size_half): Likewise.
52711         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52712         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52713         and __x86_64_raw_shared_cache_size_half.  Round
52714         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52715         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52716         to multiple of 256 bytes.
52718 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52720         [BZ #12167]
52721         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52722         of inacessible symlinks.  Verify result of symlink before returning it.
52723         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52724         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52726 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52728         * math/math.h (isinf): Fix typo in comment.
52730 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52732         * po/da.po: Update from translation team.
52734 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52736         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52737         is added to the list.
52739 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52740             Ulrich Drepper  <drepper@gmail.com>
52742         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52743         the global list here.  Move code to...
52744         (_dl_add_to_namespace_list): ...here.  New function.
52745         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52746         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52747         * elf/dl-load.c (lose): Don't remove the element from the list.
52748         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52749         (_dl_map_object): Likewise.
52751 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52753         [BZ #12159]
52754         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52755         into all bytes of SSE register.
52756         Patch by Richard Li <richardpku@gmail.com>.
52758 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52760         [BZ #12140]
52761         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52762         perturbing.
52764 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52766         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52767         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52768         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52769         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52771         submachine.
52772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52774 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52776         * include/dlfcn.h (__RTLD_SECURE): Define.
52777         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52778         mode & __RTLD_SECURE instead.
52779         (open_path): Rename preloaded parameter to secure.
52780         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52781         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52782         * elf/dl-deps.c (openaux): Likewise.
52783         * elf/rtld.c (struct map_args): Remove is_preloaded.
52784         (map_doit): Don't use it.
52785         (dl_main): Likewise.
52786         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52787         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52789 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52791         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52792         (sysd-rules-targets): Remove duplicates.
52793         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52794         rtld-%.$o dependency.
52796 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52798         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52799         _dl_map_object do it.
52801 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52803         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52804         fast fma builtins, define the macros in the C99 standard.
52805         (FP_FAST_FMAF): Likewise.
52806         (FP_FAST_FMAL): Likewise.
52807         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52809         * bits/mathdef.h: Update copyright year.
52810         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52812 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52814         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52815         builtins, define the macros in the C99 standard.
52816         (FP_FAST_FMAF): Likewise.
52817         (FP_FAST_FMAL): Likewise.
52818         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52819         multiply/add.
52820         (FP_FAST_FMAF): Likewise.
52822 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52824         [BZ #3268]
52825         * math/libm-test.inc (fma_test): Some new testcases.
52826         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52827         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52828         y and infinite z.  Do multiplication by C already in long double.
52829         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52830         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52831         y and infinite z.  Do bitwise or of inexact bit into u.d.
52832         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52833         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52834         * sysdeps/i386/fpu/s_fma.S: Removed.
52835         * sysdeps/i386/fpu/s_fmal.S: Removed.
52837 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52839         [BZ #3268]
52840         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52841         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52842         computation is not scheduled after fetestexcept.  Fix value
52843         of minimum denormal long double.
52845 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52847         [BZ #3268]
52848         * math/libm-test.inc (fma_test): Add some more tests.
52849         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52850         correctly.
52852 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52854         * scripts/data/localplt-s390-linux-gnu.data: New file.
52855         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52857 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52859         [BZ #3268]
52860         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52861         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52862         instead of dbl-64.
52863         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52864         inlines.
52865         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52866         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52867         if one of x and y is very large and the other is subnormal.
52868         * sysdeps/s390/fpu/s_fmaf.c: New file.
52869         * sysdeps/s390/fpu/s_fma.c: New file.
52870         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52871         * sysdeps/powerpc/fpu/s_fma.S: New file.
52872         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52873         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52874         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52876 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52878         [BZ #3268]
52879         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52880         fma tests.
52881         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52882         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52883         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52884         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52885         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52886         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52887         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52889 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52891         [BZ #12078]
52892         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52893         * posix/bug-regex31.input: Add test case.
52895 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52897         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52898         * posix/bug-regex31.input: New file.
52900         [BZ #12078]
52901         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52902         (parse_sub_exp): Fix last change, use postorder.
52904         * posix/bug-regex31.c: New file.
52905         * posix/Makefile: Add rules to build and run bug-regex31.
52907         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52909         [BZ #12078]
52910         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52912         [BZ #12108]
52913         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52914         to have entries in sys_siglist.
52916         [BZ #12093]
52917         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52918         be NULL.
52920 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52922         [BZ #3268]
52923         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52924         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52925         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52926         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52927         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52928         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52929         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52930         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52931         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52932         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52933         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52934         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52935         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52936         * math/ftestexcept.c (fetestexcept): Likewise.
52937         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52938         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52939         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52940         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52941         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52942         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52943         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52945 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52947         [BZ #12107]
52948         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52949         newline.
52951 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52953         * string/bug-strstr1.c: New file.
52954         * string/Makefile: Add rules to build and run bug-strstr1.
52956 2010-10-05  Eric Blake  <eblake@redhat.com>
52958         [BZ #12092]
52959         * string/str-two-way.h (two_way_long_needle): Always clear memory
52960         when skipping input due to the shift table.
52962 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52964         [BZ #12005]
52965         * malloc/mcheck.c: Handle large requests.
52967         [BZ #12077]
52968         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52969         for strncmp and strncasecmp.
52970         * string/stratcliff.c: Add tests for strcmp and strncmp.
52971         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52973 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52975         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52976         __set_fpscr.
52978 2010-09-30  Andreas Jaeger  <aj@suse.de>
52980         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52981         (CGROUP_SUPER_MAGIC): Define.
52982         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52983         Handle btrfs and cgroup file systems.
52984         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52985         Likewise.
52987 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52989         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52990         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52992 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52994         [BZ #12067]
52995         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52996         trying to locate the ELF header.
52998 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53000         [BZ #11611]
53001         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53002         Mask out sign-bit copies when constructing f_fsid.
53004 2010-09-24  Petr Baudis <pasky@suse.cz>
53006         * debug/stack_chk_fail_local.c: Add missing licence exception.
53007         * debug/warning-nop.c: Likewise.
53009 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53011         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53012         implementing getdents64 using getdents syscall, set d_type if
53013         __ASSUME_GETDENTS32_D_TYPE.
53015 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53017         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53018         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53020 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53022         [BZ #12037]
53023         * posix/unistd.h: Undo change of feature selection for ftruncate from
53024         2010-01-11.
53026 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53028         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53029         detection.
53031 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53033         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53034         fanotify_mark.
53035         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53037 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53039         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53040         variables after CHECK_SP call.
53041         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53043 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53044             Ulrich Drepper  <drepper@redhat.com>
53046         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53047         re-relocationg ld.so.
53048         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53049         _dl_init_paths call.
53050         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53051         here anymore.
53053 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53055         * resolv/res_init.c (__res_vinit): Count the default server we added.
53057 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53058             Ulrich Drepper  <drepper@redhat.com>
53060         [BZ #11968]
53061         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53062         (____longjmp_chk): Use %ebx for saving value across system call.
53063         Add unwind info.
53065 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53067         * manual/Makefile: Don't mix pattern rules with normal rules.
53069 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53071         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53072         operation.
53073         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53074         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53075         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53076         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53077         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53078         Likewise.
53080 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53082         [BZ #11979]
53083         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53084         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53086 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53088         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53089         * sysdeps/x86_64/addmul_1.S: Likewise.
53090         * sysdeps/x86_64/lshift.S: Likewise.
53091         * sysdeps/x86_64/mul_1.S: Likewise.
53092         * sysdeps/x86_64/rshift.S: Likewise.
53093         * sysdeps/x86_64/sub_n.S: Likewise.
53094         * sysdeps/x86_64/submul_1.S: Likewise.
53096 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53098         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53099         Define __sched_param instead of SCHED_* and sched_param when
53100         <bits/sched.h> is included with __need_schedparam defined.
53101         * bits/sched.h [__need_schedparam]
53102         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53103         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53104         (__defined_schedparam): Define to 1.
53105         (__sched_param): New structure, identical to sched_param.
53106         (__need_schedparam): Undefine.
53108 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53110         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53111         (epoll_create1): Declare.
53113         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53115 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53117         [BZ #7066]
53118         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53119         shifting retval into place.
53121 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53123         * nis/rpcsvc/nis.h: Update copyright notice.
53124         * nis/rpcsvc/nis.x: Likewise.
53125         * nis/rpcsvc/nis_callback.h: Likewise.
53126         * nis/rpcsvc/nis_callback.x: Likewise.
53127         * nis/rpcsvc/nis_object.x: Likewise.
53128         * nis/rpcsvc/nis_tags.h: Likewise.
53129         * nis/rpcsvc/yp.h: Likewise.
53130         * nis/rpcsvc/yp.x: Likewise.
53131         * nis/rpcsvc/ypupd.h: Likewise.
53132         * nis/yp_xdr.c: Likewise.
53133         * nis/ypupdate_xdr.c: Likewise.
53135         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53136         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53137         (pmap_getport): Use __libc_rpc_getport.
53138         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53139         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53140         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53142 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53145         fanotify_mark.
53147 2010-08-27  Roland McGrath  <roland@redhat.com>
53149         * sysdeps/i386/i686/multiarch/Makefile
53150         (CFLAGS-varshift.c): New variable.
53152 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53154         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53155         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53157         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53159         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53161 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53163         * sysdeps/x86_64/strlen.S: Unroll the loop.
53164         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53165         strlen-sse2 strlen-sse2-bsf.
53166         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53167         __strlen_no_bsf if bit_Slow_BSF is set.
53168         (__strlen_sse42): Removed.
53169         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53170         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53172 2010-08-25  Roland McGrath  <roland@redhat.com>
53174         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53175         * sysdeps/x86_64/multiarch/varshift.c: New file.
53176         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53177         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53178         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53179         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53181 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53183         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53184         strlen-sse2 strlen-sse2-bsf.
53185         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53186         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53187         (__strlen_sse2): Removed.
53188         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53189         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53191         bit_Slow_BSF for Atom.
53192         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53193         (index_Slow_BSF): Define.
53194         (HAS_SLOW_BSF): Define.
53196 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53198         [BZ #10851]
53199         * resolv/res_init.c (__res_vinit): When no server address at all
53200         is given default to loopback.
53202 2010-08-24  Roland McGrath  <roland@redhat.com>
53204         * configure.in: Remove config-name.h generation.
53205         * configure: Regenerated.
53206         * config-name.in: File removed.
53207         * scripts/config-uname.sh: New file.
53208         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53209         ($(objdir)config-name.h): New target.
53211         * sunrpc/rpc_parse.h: Avoid nested comment.
53213 2010-08-24  Richard Henderson  <rth@redhat.com>
53214             Ulrich Drepper  <drepper@redhat.com>
53215             H.J. Lu  <hongjiu.lu@intel.com>
53217         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53219         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53220         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53221         _mm_alignr_epi8 with _mm_loadu_si128.
53222         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53223         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53224         (__m128i_shift_right): Removed.
53225         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53226         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53227         * sysdeps/x86_64/multiarch/varshift.h: New file.
53228         * sysdeps/x86_64/multiarch/varshift.S: New file.
53230 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53232         * configure.in: Move assembler checks to before sysdep dir checking.
53234 2010-08-20  Petr Baudis  <pasky@suse.cz>
53236         * LICENSES: Sync the sunrpc license.
53238 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53240         * sunrpc/auth_des.c: Update copyright notice once again.
53241         * sunrpc/auth_none.c: Likewise.
53242         * sunrpc/auth_unix.c: Likewise.
53243         * sunrpc/authdes_prot.c: Likewise.
53244         * sunrpc/authuxprot.c: Likewise.
53245         * sunrpc/bindrsvprt.c: Likewise.
53246         * sunrpc/clnt_gen.c: Likewise.
53247         * sunrpc/clnt_perr.c: Likewise.
53248         * sunrpc/clnt_raw.c: Likewise.
53249         * sunrpc/clnt_simp.c: Likewise.
53250         * sunrpc/clnt_tcp.c: Likewise.
53251         * sunrpc/clnt_udp.c: Likewise.
53252         * sunrpc/clnt_unix.c: Likewise.
53253         * sunrpc/des_crypt.c: Likewise.
53254         * sunrpc/des_soft.c: Likewise.
53255         * sunrpc/get_myaddr.c: Likewise.
53256         * sunrpc/getrpcport.c: Likewise.
53257         * sunrpc/key_call.c: Likewise.
53258         * sunrpc/key_prot.c: Likewise.
53259         * sunrpc/openchild.c: Likewise.
53260         * sunrpc/pm_getmaps.c: Likewise.
53261         * sunrpc/pm_getport.c: Likewise.
53262         * sunrpc/pmap_clnt.c: Likewise.
53263         * sunrpc/pmap_prot.c: Likewise.
53264         * sunrpc/pmap_prot2.c: Likewise.
53265         * sunrpc/pmap_rmt.c: Likewise.
53266         * sunrpc/rpc/auth.h: Likewise.
53267         * sunrpc/rpc/auth_unix.h: Likewise.
53268         * sunrpc/rpc/clnt.h: Likewise.
53269         * sunrpc/rpc/des_crypt.h: Likewise.
53270         * sunrpc/rpc/key_prot.h: Likewise.
53271         * sunrpc/rpc/netdb.h: Likewise.
53272         * sunrpc/rpc/pmap_clnt.h: Likewise.
53273         * sunrpc/rpc/pmap_prot.h: Likewise.
53274         * sunrpc/rpc/pmap_rmt.h: Likewise.
53275         * sunrpc/rpc/rpc.h: Likewise.
53276         * sunrpc/rpc/rpc_des.h: Likewise.
53277         * sunrpc/rpc/rpc_msg.h: Likewise.
53278         * sunrpc/rpc/svc.h: Likewise.
53279         * sunrpc/rpc/svc_auth.h: Likewise.
53280         * sunrpc/rpc/types.h: Likewise.
53281         * sunrpc/rpc/xdr.h: Likewise.
53282         * sunrpc/rpc_clntout.c: Likewise.
53283         * sunrpc/rpc_cmsg.c: Likewise.
53284         * sunrpc/rpc_common.c: Likewise.
53285         * sunrpc/rpc_cout.c: Likewise.
53286         * sunrpc/rpc_dtable.c: Likewise.
53287         * sunrpc/rpc_hout.c: Likewise.
53288         * sunrpc/rpc_main.c: Likewise.
53289         * sunrpc/rpc_parse.c: Likewise.
53290         * sunrpc/rpc_parse.h: Likewise.
53291         * sunrpc/rpc_prot.c: Likewise.
53292         * sunrpc/rpc_sample.c: Likewise.
53293         * sunrpc/rpc_scan.c: Likewise.
53294         * sunrpc/rpc_scan.h: Likewise.
53295         * sunrpc/rpc_svcout.c: Likewise.
53296         * sunrpc/rpc_tblout.c: Likewise.
53297         * sunrpc/rpc_util.c: Likewise.
53298         * sunrpc/rpc_util.h: Likewise.
53299         * sunrpc/rpcinfo.c: Likewise.
53300         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53301         * sunrpc/rpcsvc/key_prot.x: Likewise.
53302         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53303         * sunrpc/rpcsvc/mount.x: Likewise.
53304         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53305         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53306         * sunrpc/rpcsvc/rex.x: Likewise.
53307         * sunrpc/rpcsvc/rstat.x: Likewise.
53308         * sunrpc/rpcsvc/rusers.x: Likewise.
53309         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53310         * sunrpc/rpcsvc/spray.x: Likewise.
53311         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53312         * sunrpc/rtime.c: Likewise.
53313         * sunrpc/svc.c: Likewise.
53314         * sunrpc/svc_auth.c: Likewise.
53315         * sunrpc/svc_authux.c: Likewise.
53316         * sunrpc/svc_raw.c: Likewise.
53317         * sunrpc/svc_run.c: Likewise.
53318         * sunrpc/svc_simple.c: Likewise.
53319         * sunrpc/svc_tcp.c: Likewise.
53320         * sunrpc/svc_udp.c: Likewise.
53321         * sunrpc/svc_unix.c: Likewise.
53322         * sunrpc/svcauth_des.c: Likewise.
53323         * sunrpc/xcrypt.c: Likewise.
53324         * sunrpc/xdr.c: Likewise.
53325         * sunrpc/xdr_array.c: Likewise.
53326         * sunrpc/xdr_float.c: Likewise.
53327         * sunrpc/xdr_mem.c: Likewise.
53328         * sunrpc/xdr_rec.c: Likewise.
53329         * sunrpc/xdr_ref.c: Likewise.
53330         * sunrpc/xdr_sizeof.c: Likewise.
53331         * sunrpc/xdr_stdio.c: Likewise.
53333         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53334         handling.
53336 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53338         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53340 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53342         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53343         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53344         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53345         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53346         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53347         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53348         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53349         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53350         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53351         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53352         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53353         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53354         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53355         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53357 2010-07-26  Anton Blanchard  <anton@samba.org>
53359         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53360         * malloc/arena.c (heap_trim): Likewise.
53362 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53364         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53365         here.  Not...
53366         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53367         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53369 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53371         * sysdeps/i386/elf/Makefile: New file.
53373 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53375         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53376         from fanotify_init.
53377         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53378         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53380 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53382         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53383         of strncasecmp_l.
53384         * sysdeps/multiarch/strcmp.S: Likewise.
53386 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53388         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53389         strncase_l-nonascii.
53390         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53391         Add strncase_l-ssse3.
53392         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53393         * sysdeps/x86_64/strcmp.S: Likewise.
53394         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53395         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53396         * sysdeps/x86_64/strncase.S: New file.
53397         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53398         * sysdeps/x86_64/strncase_l.S: New file.
53399         * string/Makefile (strop-tests): Add strncasecmp.
53400         * string/test-strncasecmp.c: New file.
53402         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53403         warning.
53405         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53406         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53408 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53410         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53412 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53414         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53415         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53416         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53418 2010-05-01  Alan Modra  <amodra@gmail.com>
53420         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53421         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53422         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53423         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53424         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53425         tidying.  Don't tail-call __sigjmp_save for static lib.
53426         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53427         save location.
53428         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53429         (CALL_MCOUNT): Add eh info, and nop after bl.
53430         (TAIL_CALL_SYSCALL_ERROR): New macro.
53431         (PSEUDO_RET): Use it.
53432         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53433         Correct save location of integer regs and cr.
53434         (_dl_profile_resolve): Correct cr save location.  Delete nops
53435         after bl when SHARED.  Reduce cfi size a little by better
53436         placement of cfi directives.
53437         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53438         make a stack frame.  Instead use parm save area as a temp.
53439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53440         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53442         Don't make a stack frame for parent, use parm save area.
53443         Increase child stack frame to 112 bytes.  Don't save unused reg,
53444         and adjust reg usage.  Set up cfi on error recovery and
53445         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53447         (__makecontext): Add dummy nop after jump to exit.
53448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53449         Use correct parm save area and cr save, reduce stack frame.
53450         Correct cfi for possible PSEUDO_RET frame setup.
53451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53452         Branch to local label emitted by PSEUDO_RET rather than
53453         __syscall_error.
53455 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53457         [BZ #11904]
53458         * locale/programs/locale.c (print_assignment): New function.
53459         (show_locale_vars): Use it.
53461 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53463         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53464         field.
53465         (struct statfs64): Likewise.
53466         (_STATFS_F_FLAGS): Define.
53467         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53468         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53469         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53470         (ST_VALID): Define locally.
53471         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53472         __statvfs_getflags, use the provided value.
53473         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53474         __ASSUME_STATFS_F_FLAGS.
53476         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53478         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53479         Add sys/fanotify.h.
53480         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53481         fanotify_mask for GLIBC_2.13.
53482         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53483         fanotify_init and fanotify_mark.
53484         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53485         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53487         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53488         Add prlimit.
53489         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53490         prlimit64 for GLIBC_2.13.
53491         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53492         prlimit64.
53493         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53494         syscall.
53495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53496         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53497         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53498         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53499         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53500         add prlimit alias.
53501         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53503         [BZ #11903]
53504         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53505         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53507         * nss/Makefile: Add rules to build and run tst-nss-test1.
53508         * shlib-versions: Add entry for libnss_test1.
53509         * nss/nss_test1.c: New file.
53510         * nss/tst-nss-test1.c: New file.
53512         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53513         (__nss_configure_lookup): Set appropriate entry in
53514         __nss_configure_lookup to true.
53515         * nss/nsswitch.h: Define enum with indeces of databases in
53516         databases and __nss_database_custom arrays.  Declare
53517         __nss_database_custom.
53518         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53519         to avoid using nscd when custom rules are installed.
53520         * nss/getXXbyYY_r.c: Likewise.
53521         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53523         * nss/nss_files/files-parse.c: Whitespace fixes.
53525 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53527         [BZ #11883]
53528         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53529         * posix/fnmatch_loop.c: Likewise.
53531 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53533         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53534         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53535         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53536         * Versions.def [GLIBC_2.13]: Add.
53538 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53540         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53541         Also fail if tpwd after pwuid call is NULL.
53543 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53545         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53546         when converting to ms.
53548 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53550         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53551         EOPNOTSUPP errors with ENOTTY.
53552         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53553         EOPNOTSUPP errors with ENOTTY.
53555 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53557         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53558         Add strcasecmp_l-ssse3.
53559         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53560         strcasecmp.
53561         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53562         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53563         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53565 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53567         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53569         * string/Makefile (strop-tests): Add strcasecmp.
53570         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53571         strcasecmp_l-nonascii.
53572         (gen-as-const-headers): Add locale-defines.sym.
53573         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53574         * sysdeps/x86_64/strcasecmp.S: New file.
53575         * sysdeps/x86_64/strcasecmp_l.S: New file.
53576         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53577         * sysdeps/x86_64/locale-defines.sym: New file.
53578         * string/test-strcasecmp.c: New file.
53580         * string/test-strcasestr.c: Test both ends of the range of characters.
53581         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53583 2010-07-29  Roland McGrath  <roland@redhat.com>
53585         [BZ #11856]
53586         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53588 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53590         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53591         for ld.so.
53593 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53595         * manual/memory.texi (Malloc Tunable Parameters): Document
53596         M_PERTURB.
53598 2010-07-26  Roland McGrath  <roland@redhat.com>
53600         [BZ #11840]
53601         * configure.in (-fgnu89-inline check): Set and substitute
53602         gnu89_inline, not libc_cv_gnu89_inline.
53603         * configure: Regenerated.
53604         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53606 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53608         * string/test-strnlen.c: New file.
53609         * string/Makefile (strop-tests): Add strnlen.
53610         * string/tester.c (test_strnlen): Add a few more test cases.
53611         * string/tst-strlen.c: Better error reporting.
53613         * sysdeps/x86_64/strnlen.S: New file.
53615 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53617         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53618         lower-latency instructions.
53620 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53622         * string/test-strcasestr.c: New file.
53623         * string/test-strstr.c: New file.
53624         * string/Makefile (strop-tests): Add strstr and strcasestr.
53625         * string/str-two-way.h: Don't undefine MAX.
53626         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53628 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53630         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53631         strcasestr-nonascii.
53632         (CFLAGS-strcasestr-nonascii.c): Define.
53633         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53634         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53635         Remove unused attribute.
53637 2010-07-20  Roland McGrath  <roland@redhat.com>
53639         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53640         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53641         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53642         like LD_HWCAP_MASK can disable hwcaps.
53644 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53646         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53648 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53650         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53651         call in strcasestr.
53652         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53653         __strcasestr_sse42_nonascii.
53654         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53655         strcasestr-nonascii.c.
53656         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53658 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53660         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53661         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53662         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53663         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53665 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53667         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53668         fcntl.
53670 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53672         [BZ #11577]
53673         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53674         dl_signal_cerror.
53676 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53678         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53679         _PC_PIPE_BUF using F_GETPIPE_SZ.
53681 2010-07-05  Roland McGrath  <roland@redhat.com>
53683         * manual/arith.texi (Rounding Functions): Fix rint description
53684         implicit in round description.
53686 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53688         * elf/Makefile: Fix linking for a few tests to make recent linker
53689         happy.
53691 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53693         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53694         $(common-objpfx)libc_nonshared.a.
53696 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53698         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53699         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53700         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53701         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53702         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53703         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53704         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53705         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53720         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53721         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53722         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53723         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53724         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53725         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53726         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53727         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53728         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53729         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53730         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53731         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53747 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53749         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53750         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53751         * string/memmove.c (memmove): Renamed to ...
53752         (MEMMOVE): ...this.  Default to memmove.
53753         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53754         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53755         (END_CHK): Define.
53756         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53757         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53758         mempcpy-ssse3-back memmove-ssse3-back.
53759         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53760         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53761         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53762         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53763         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53764         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53765         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53766         * sysdeps/x86_64/multiarch/memmove.c: New file.
53767         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53768         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53769         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53770         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53771         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53772         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53773         Define.
53774         (index_Fast_Copy_Backward): Define.
53775         (HAS_ARCH_FEATURE): Define.
53776         (HAS_FAST_REP_STRING): Define.
53777         (HAS_FAST_COPY_BACKWARD): Define.
53779 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53781         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53782         Restore proper fallback handling.
53784 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53786         [BZ #11701]
53787         * posix/group_member.c (__group_member): Correct checking loop.
53789         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53790         OOM in getpwuid_r correctly.  Return error number when the caller
53791         should return, otherwise -1.
53792         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53793         call returning > 0 value.
53794         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53796 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53798         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53799         libc_nonshared.a from targets in modules-names.
53801 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53803         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53804         requires it.
53806 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53808         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53809         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53810         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53811         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53813 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53815         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53817 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53819         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53820         and F_GETPIPE_SZ.
53821         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53822         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53823         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53824         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53825         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53826         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53828 2010-06-14  Roland McGrath  <roland@redhat.com>
53830         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53832 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53834         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53835         __REDIRECT followed by __THROW.
53836         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53837         * posix/getopt.h (getopt): Likewise.
53839 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53841         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53842         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53843         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53844         in AT_FLAGS.
53845         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53846         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53848 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53850         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53852 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53854         [BZ #11640]
53855         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53856         Properly check family and model.
53858 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53860         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53862 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53864         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53866 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53868         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53869         symbol reference.
53871 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53873         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53874         symbol reference.
53876 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53878         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53879         and internal_recvmmsg.
53880         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53881         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53882         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53883         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53885         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53886         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53887         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53889 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53891         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53893 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53895         POWER7 optimizations.
53896         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53897         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53899 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53901         * version.h: Update for 2.13 development version.
53903 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53905         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53906         exceptions.  Return 0.
53908 2010-05-07  Roland McGrath  <roland@redhat.com>
53910         * elf/ldconfig.c (main): Add a const.
53912 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53914         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53915         (args_options): Add no-idn option.
53916         (ahosts_keys_int): Add idn_flags to ai_flags.
53917         (parse_option): Handle 'i' option to clear idn_flags.
53919         * malloc/malloc.c (_int_free): Possible race in the most recently
53920         added check.  Only act on the data if no current modification
53921         happened.
53923 See ChangeLog.17 for earlier changes.