Fix -Wformat-security warnings in posix/regexbug1.c
[glibc.git] / ChangeLog
blob59d95d166fb6d97bb4670b25a8bbb652f656067d
1 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4         rather than assuming they won't contain any '%'s.
6 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
8         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
9         inhibit_loop_to_libcall to avoid recursive calls.
10         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
11         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
13 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
15         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
16         prototype.
18 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
20         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
21         integer value instead of boolean.
23 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
25         * malloc/malloc.c: Fix powerof2 check.
27 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
29         * locale/programs/locfile.h (maybe_swap_uint32):
30         Remove inline and add unused attribute.
32 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
34         sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
35         Truncating assembler expression to a .long expression.
37 2014-12-11  Andreas Schwab  <schwab@suse.de>
39         * elf/rtld.c (struct map_args): Constify str member.
40         (do_preload): Constify fname argument.
42 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
45         constants definition.
47 2014-12-11  Andreas Schwab  <schwab@suse.de>
49         [BZ #16657]
50         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
51         FORCE_ELISION instead of DO_ELISION.
52         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
53         Remove.
54         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
55         Likewise.
57         * iconvdata/gconv-modules: Remove duplicate entry.
59 2014-12-11  Will Newton  <will.newton@linaro.org>
61         Merge gettext 0.19.3 into intl/.
63         This involves a number of cosmetic changes to comments
64         and ANSI function definitions and prototypes throughout
65         all the files. The gettext copyright header is used but
66         with the date ranges taken from the glibc copy.
68         * NEWS: Add gettext merge to 2.21.
69         * intl/bindtextdom.c: Switch to gettext copyright.
70         Use ANSI definitions and prototypes.
71         Use gl_* locking primitives rather than __libc_* ones.
72         Use __builtin_expect rather than __glibc_likely/unlikely.
73         * intl/dcgettext.c: Switch to gettext copyright.
74         Use ANSI definitions and prototypes.
75         * intl/dcigettext.c: Switch to gettext copyright.
76         Use ANSI definitions and prototypes.
77         (INTDIV0_RAISES_SIGFPE): New define.
78         Use gl_* locking primitives rather than __libc_* ones.
79         Include eval-plural.h instead of plural-eval.c.
80         Use __builtin_expect rather than __glibc_likely/unlikely.
81         * intl/dcngettext.c: Switch to gettext copyright.
82         Use ANSI definitions and prototypes.
83         * intl/dgettext.c: Likewise.
84         * intl/dngettext.c: Likewise.
85         * intl/plural-eval.c: Renamed to...
86         * intl/eval-plural.h: ...this.
87         * intl/explodename.c: Switch to gettext copyright.
88         Use ANSI definitions and prototypes.
89         (_nl_explode_name): Use strchr instead of __rawmemchr.
90         * intl/finddomain.c: Switch to gettext copyright.
91         Use ANSI definitions and prototypes.
92         Use gl_* locking primitives rather than __libc_* ones.
93         (_nl_find_domain): Use malloc rather than alloca for
94         allocation of temporary locale name.
95         * intl/gettext.c: Switch to gettext copyright.
96         Use ANSI definitions and prototypes.
97         * intl/gettextP.h: Switch to gettext copyright.
98         Use ANSI definitions and prototypes.
99         Use gl_* locking primitives rather than __libc_* ones.
100         * intl/gmo.h: Switch to gettext copyright.
101         (struct sysdep_string): Move struct segment_pair outside of
102         struct definition.
103         * intl/hash-string.c: Use ANSI definitions and prototypes.
104         * intl/hash-string.h: Switch to gettext copyright.
105         Use ANSI definitions and prototypes.
106         * intl/l10nflist.c: Switch to gettext copyright.
107         Use ANSI definitions and prototypes.
108         (_nl_normalize_codeset): Avoid integer overflow.
109         * intl/loadinfo.h: Switch to gettext copyright.
110         Use ANSI definitions and prototypes.
111         (LIBINTL_DLL_EXPORTED): New define.
112         (PATH_SEPARATOR): New define.
113         * intl/loadmsgcat.c: Switch to gettext copyright.
114         * intl/localealias.c: Switch to gettext copyright.
115         Use ANSI definitions and prototypes.
116         (_nl_expand_alias): Use PATH_SEPARATOR.
117         * intl/ngettext.c: Switch to gettext copyright.
118         Use ANSI definitions and prototypes.
119         * intl/plural-exp.c: Likewise.
120         * intl/plural-exp.h: Switch to gettext copyright.
121         Use ANSI definitions and prototypes.
122         (struct expression): Move definition of enum operator outside
123         of struct definition.
124         * intl/plural.c: Regenerate.
125         * intl/plural.y: Switch to gettext copyright.
126         Use ANSI definitions and prototypes.
127         Port to bison 3.0.
128         * intl/textdomain.c: Switch to gettext copyright.
129         Use ANSI definitions and prototypes.
130         Use gl_* locking primitives rather than __libc_* ones.
132 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
134         * debug/warning-nop.c: Add used atrribute.
136 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
138         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
140         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
141         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
142         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
144 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
145             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
147         [BZ #17634]
148         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
149         Undefine after defining function.  Define as weak alias of
150         __wcschr.  Use libc_hidden_weak.
151         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
152         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
153         (libc_hidden_def): Also define __GI___wcschr alias.
154         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
155         __wcschr and define as weak alias of __wcschr.
156         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
157         __wcschr.
158         [!WCSCHR] (DEFAULT_WCSCHR): Define.
159         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
160         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
161         libc_hidden_weak.  Do not use libc_hidden_def.
162         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
163         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
164         __GI___wcschr alias.
165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
166         [IS_IN (libc)] (wcschr): Define as macro expanding to
167         __redirect_wcschr.
168         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
169         [IS_IN (libc)] (__wcschr_power6): Likewise.
170         [IS_IN (libc)] (__wcschr_power7): Likewise.
171         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
172         instead of wcschr.
173         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
174         __libc_wcschr.
175         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
176         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
177         __wcschr and define as weak alias of __wcschr.  Use
178         libc_hidden_builtin_def.
179         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
180         as weak alias of __wcschr.  Use libc_hidden_weak.
181         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
182         wcschr.
183         * time/era.c (_nl_init_era_entries): Likewise.
184         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
185         variable.
186         (test-xfail-XPG3/time.h/linknamespace): Likewise.
187         (test-xfail-XPG4/time.h/linknamespace): Likewise.
189 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
191         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
192         format for long int variable.
194 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
196         [BZ #10672]
197         * manual/search.texi: (Array Sort Function): Remove claim how to make
198         qsort stable.
200 2014-12-10  Andreas Schwab  <schwab@suse.de>
202         [BZ #12847]
203         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
204         user-controlled locks.
206 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
208         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
209         register.
211 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
213         * configure.ac (--disable-werror): New configure option.
214         (enable_werror): New AC_SUBST.
215         * configure: Regenerated.
216         * config.make.in (enable-werror): New variable.
217         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
218         -Wno-error=undef.
219         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
220         * manual/install.texi (Configuring and compiling): Document
221         --disable-werror.
222         * INSTALL: Regenerated.
223         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
224         (CFLAGS-tst-chk2.c): Likewise.
225         (CFLAGS-tst-chk3.c): Likewise.
226         (CFLAGS-tst-chk4.cc): Likewise.
227         (CFLAGS-tst-chk5.cc): Likewise.
228         (CFLAGS-tst-chk6.cc): Likewise.
229         (CFLAGS-tst-lfschk1.c): Likewise.
230         (CFLAGS-tst-lfschk2.c): Likewise.
231         (CFLAGS-tst-lfschk3.c): Likewise.
232         (CFLAGS-tst-lfschk4.cc): Likewise.
233         (CFLAGS-tst-lfschk5.cc): Likewise.
234         (CFLAGS-tst-lfschk6.cc): Likewise.
236         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
237         (main): Disable -Wdeprecated-declarations around calls to
238         register_printf_function.
240         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
241         (do_test): Disable -Wdiv-by-zero around some calls to
242         fwrite_unlocked and fread_unlocked.
244         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
245         (DIAG_POP_NEEDS_COMMENT): Likewise.
246         (_DIAG_STR1): Likewise.
247         (_DIAG_STR): Likewise.
248         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
249         * stdio-common/bug21.c: Include <libc-internal.h>.
250         (do_test): Disable -Wformat around call to sscanf.
251         * stdio-common/scanf14.c: Include <libc-internal.h>.
252         (main): Disable -Wformat around some calls to scanf functions.
254 2014-12-09  Torvald Riegel  <triegel@redhat.com>
256         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
258 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
260         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
261         stack variable alignment.
263 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
265         [BZ #17682]
266         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
267         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
268         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
269         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
270         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
271         __getrlimit instead of getrlimit.
272         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
273         __gettimeofday instead of gettimeofday.
274         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
275         Likewise.
276         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
277         Likewise.
278         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
279         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
280         Remove variable.
281         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
282         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
284 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
286         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
287         for wide-character tests.
289 2014-12-04  Roland McGrath  <roland@hack.frob.com>
291         * io/openat64.c: #include <libc-internal.h>
292         (__openat64): Prototypify.  Use ignore_value on MODE.
293         * io/openat.c: Likewise.
294         * misc/reboot.c: #include <libc-internal.h>
295         (reboot): Prototypify.  Use ignore_value on HOWTO.
296         * misc/ptrace.c: #include <libc-internal.h>
297         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
299 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
301         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
302         XPG4, UNIX98 and XOPEN2K.
303         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
304         Remove variable.
305         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
307 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
309         * libio/fileops.c: Use ISO C style for function definitions.
310         * libio/iofopen.c: Likewise.
311         * libio/wfileops.c: Likewise.
313         [BZ #17653]
314         * libio/fileops.c (_IO_new_file_underflow): Unset cached
315         offset on EOF.
316         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
317         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
318         (fgets_func): Function pointer to fgets and fgetws.
319         (do_ftell_test): Add test to verify ftell value after read
320         EOF.
321         (do_test): Set fgets_func.
323         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
324         O_TRUNC flag for w and w+ modes.
325         (do_rewind_test): Likewise.
326         (do_ftell_test): Likewise.
327         (do_write_test): Likewise.
329         [BZ #17647]
330         * libio/fileops.c (do_ftell): Seek only when there are
331         unflushed writes.
332         * libio/wfileops.c (do_ftell_wide): Likewise.
333         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
334         test case.
335         (do_one_test): Call it.
337 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
339         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
340         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
341         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
342         Remove variable.
343         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
344         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
345         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
347 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
349         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
350         Remove variable.
351         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
353         [BZ #17668]
354         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
355         as weak alias of __getifaddrs.  Use libc_hidden_weak.
356         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
357         __freeifaddrs.  Use libc_hidden_weak.
358         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
359         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
360         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
361         __freeifaddrs.  Use libc_hidden_weak.
362         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
363         __getifaddrs and define as weak alias of __getifaddrs.  Use
364         libc_hidden_weak.
365         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
366         __freeifaddrs.  Use libc_hidden_weak.
367         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
368         Remove variable.
369         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
370         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
372 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
374         [BZ #17601]
375         * sysdeps/mips/start.S (__start): Use indirect jump to call
376         __libc_start_main.
378 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
380         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
382         * nptl/tst-mutex1.c: Include <stdbool.h>.
383         [!ATTR] (ATTR_NULL): New macro.
384         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
385         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
386         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
388         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
389         to char *.
391         [BZ #17665]
392         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
393         Change conditional to [__USE_MISC].
395         [BZ #17664]
396         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
397         fgets_unlocked.
398         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
399         __fgets_unlocked.
400         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
401         fgets_unlocked.
402         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
403         Remove variable.
404         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
405         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
406         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
407         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
408         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
409         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
410         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
411         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
412         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
414         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
416 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
418         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
419         Remove strpbrk objects.
420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
421         (__libc_ifunc_impl_list): Remove strpbrk implementation.
422         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
423         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
424         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
425         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
427         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
428         Remove strcspn objects.
429         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
430         (__libc_ifunc_impl_list): Remove strcspn implementation.
431         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
432         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
433         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
434         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
436         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
437         Remove strspn objetcs.
438         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
439         (__libc_ifunc_impl_list): Remove strspn implementation.
440         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
441         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
442         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
443         * sysdeps/powerpc/powerpc64/strspn.S: New file.
445 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
447         [BZ #17581]
448         * malloc/hooks.c
449         (mem2mem_check): Add a terminator to the chain of checking blocks.
450         (malloc_check_get_size): Use it here.
451         (mem2chunk_check): Ditto.
453 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
455         * sysdeps/powerpc/powerpc64/strtok.S: New file.
456         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
458 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
460         * bits/ioctl-types.h: Indent preprocessor directives correctly.
462         * nptl/nptl-init.c: Include libc-internal.h.
463         (__pthread_initialize_minimal_internal): Use ROUND_UP.
465         * elf/ldconfig.c (search_dir): Expand comment.
467 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
469         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
470         variable.
471         (linknamespace-symlist-stdlibs-tests): Likewise.
472         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
473         instead of $(objpfx)symlist-stdlibs.
474         (linknamespace-libs-isoc): New variable.
475         (linknamespace-libs): Use $(linknamespace-libs-isoc).
476         (linknamespace-libs-ISO): New variable.
477         (linknamespace-libs-ISO99): Likewise.
478         (linknamespace-libs-ISO11): Likewise.
479         (linknamespace-libs-XPG3): Likewise.
480         (linknamespace-libs-XPG4): Likewise.
481         (linknamespace-libs-POSIX): Likewise.
482         (linknamespace-libs-UNIX98): Likewise.
483         (linknamespace-libs-XOPEN2K): Likewise.
484         (linknamespace-libs-POSIX2008): Likewise.
485         (linknamespace-libs-XOPEN2K8): Likewise.
486         ($(objpfx)symlist-stdlibs): Replace by
487         $(linknamespace-symlist-stdlibs-tests).  Use
488         $(linknamespace-libs-$*) as set of libraries.
489         ($(linknamespace-header-tests)): Update dependencies.  Use
490         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
491         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
492         * conform/linknamespace.pl: Remove comment about considering
493         definitions of symbols from irrelevant libraries.
495 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
497         [BZ #13862]
498         * elf/dl-tls.c: Include <atomic.h>.
499         (oom): Remove #ifdef SHARED/#endif.
500         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
501         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
502         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
503         big enough.
504         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
505         * nptl/Makefile (tests): Add tst-stack4.
506         (modules-names): Add tst-stack4mod.
507         ($(objpfx)tst-stack4): New.
508         (tst-stack4mod.sos): Likewise.
509         ($(objpfx)tst-stack4.out): Likewise.
510         ($(tst-stack4mod.sos)): Likewise.
511         (clean): Likewise.
512         * nptl/tst-stack4.c: New file.
513         * nptl/tst-stack4mod.c: Likewise.
515 2014-11-27  J. Brown  <jb999@gmx.de>
517         * sysdeps/x86/bits/string.h: Add recent CPUs.
519 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
521         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
522         sigblock.
524         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
525         feof.
527         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
528         variable.
530 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
532         * nscd/connections.c: Include libc-internal.h because of macro
533         usage ignore_value.
535 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
537         * string/bits/string3.h (__warn_memset_zero_len): Don't
538         declare for gcc newer than 5.0.
539         (memset): Don't test for zero-length __LEN for gcc newer than
540         5.0.
542 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
544         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
545         size_t for %zu format.
547         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
548         difference, not %ju.
550 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
552         * include/libc-internal.h (ignore_value): New macro.
553         * nscd/connections.c (restart): Wrap calls to setuid and setgid
554         with ignore_value.
556         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
557         definition.
559         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
560         pthread_cleanup_push to void *.
562         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
563         Undefine.
565         [BZ #16619]
566         [BZ #16740]
567         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
568         instead of 1L << 52.
570         * libio/bug-rewind.c (do_test): Check fwscanf return values.
571         * libio/bug-rewind2.c (do_test): Likewise.
573         * debug/test-stpcpy_chk-ifunc.c: Remove file.
574         * debug/test-strcpy_chk-ifunc.c: Likewise.
575         * wcsmbs/test-wcschr-ifunc.c: Likewise.
576         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
577         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
578         * wcsmbs/test-wcslen-ifunc.c: Likewise.
579         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
580         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
581         * Rules [$(multi-arch) = no] (tests): Do not filter out
582         $(tests-ifunc).
583         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
584         * debug/Makefile (tests-ifunc): Remove variable.
585         (tests): Do not add $(tests-ifunc).
586         * wcsmbs/Makefile (tests-ifunc): Remove variable.
587         (tests): Do not add $(tests-ifunc).
588         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
589         [TEST_IFUNC]: Remove conditionals.
590         * string/test-string.h (TEST_IFUNC): Remove macro.
591         [TEST_IFUNC]: Remove conditionals.
593         * string/test-strchr.c [!WIDE] (L): New macro.
594         [WIDE] (L): Likewise.
595         (check1): Use CHAR instead of char.  Use L on string and character
596         constants.
598 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
600         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
601         tests.
602         * sysdeps/powerpc/bits/atomic.h
603         (__arch_atomic_exchange_and_add_32_acq): Add definition.
604         (__arch_atomic_exchange_and_add_32_rel): Likewise.
605         (atomic_exchange_and_add_acq): Likewise.
606         (atomic_exchange_and_add_rel): Likewise.
607         * sysdeps/powerpc/powerpc32/bits/atomic.h
608         (__arch_atomic_exchange_and_add_64_acq): Add definition.
609         (__arch_atomic_exchange_and_add_64_rel): Likewise.
610         * sysdeps/powerpc/powerpc64/bits/atomic.h
611         (__arch_atomic_exchange_and_add_64_acq): Add definition.
612         (__arch_atomic_exchange_and_add_64_rel): Likewise.
614 2014-11-26  Torvald Riegel  <triegel@redhat.com>
616         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
617         Change synchronization of __sched_fifo_min_prio and
618         __sched_fifo_max_prio.
619         * nptl/pthread_mutexattr_getprioceiling.c
620         (pthread_mutexattr_getprioceiling): Likewise.
621         * nptl/pthread_mutexattr_setprioceiling.c
622         (pthread_mutexattr_setprioceiling): Likewise.
623         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
624         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
625         Likewise.
627 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
629         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
630         void.
632 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
634         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
635         third argument const.
637 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
639         fnmatch: work around GCC compiler warning bug with uninit var
640         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
641         This works around a bug with x86-64 GCC 4.9.2 and earlier
642         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
643         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
644         used uninitialized in this function [-Wmaybe-uninitialized]".
646 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
648         * posix/bug-regex31.c (main): Return RES not 0.
650 2014-11-25  Anton Blanchard <anton@samba.org>
652         * sysdeps/powerpc/bits/atomic.h
653         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
655 2014-11-24  Sterling Augustine  <saugustine@google.com>
657         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
659 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
661         [BZ #17608]
662         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
664 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
666         [BZ #17633]
667         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
668         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
669         variable.
670         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
671         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
673 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
675         * string/strncpy.c (strncpy): Improve performance by using memset.
677 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
679         * string/strcpy.c (strcpy):
680         Improve performance by using strlen and memcpy.
682 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
684         * string/strcoll_l.c (get_next_seq): __always_inline.
685         * string/strcoll_l.c (do_compare): __always_inline.
687 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
689         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
690         defined.
691         * include/mqueue.h: Likewise.
692         * include/stdlib.h: Likewise.
694         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
695         (get_null_defines): Adjust.
696         * sunrpc/Makefile: Adjust comment.
697         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
698         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
699         (CFLAGS-interp.c): Likewise.
700         (CFLAGS-ldconfig.c): Likewise.
701         (CPPFLAGS-.os): Likewise.
702         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
703         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
704         * extra-modules.mk (extra-modules.mk): Likewise.
705         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
706         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
707         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
708         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
709         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
710         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
711         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
712         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
713         * iconvdata/Makefile (CPPFLAGS): Likewise.
714         (cpp-srcs-left): Add libof for all iconvdata routines.
715         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
716         * include/assert.h: Likewise.
717         * include/ctype.h: Likewise.
718         * include/errno.h: Likewise.
719         * include/libc-symbols.h: Likewise.
720         * include/math.h: Likewise.
721         * include/netdb.h: Likewise.
722         * include/resolv.h: Likewise.
723         * include/stdio.h: Likewise.
724         * include/stdlib.h: Likewise.
725         * include/string.h: Likewise.
726         * include/sys/stat.h: Likewise.
727         * include/wctype.h: Likewise.
728         * intl/l10nflist.c: Likewise.
729         * libidn/idn-stub.c: Likewise.
730         * libio/libioP.h: Likewise.
731         * nptl/libc_multiple_threads.c: Likewise.
732         * nptl/pthreadP.h: Likewise.
733         * posix/regex_internal.h: Likewise.
734         * resolv/res_hconf.c: Likewise.
735         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
736         * sysdeps/arm/memmove.S: Likewise.
737         * sysdeps/arm/sysdep.h: Likewise.
738         * sysdeps/generic/_itoa.h: Likewise.
739         * sysdeps/generic/symbol-hacks.h: Likewise.
740         * sysdeps/gnu/errlist.awk: Likewise.
741         * sysdeps/gnu/errlist.c: Likewise.
742         * sysdeps/i386/i586/memcpy.S: Likewise.
743         * sysdeps/i386/i586/memset.S: Likewise.
744         * sysdeps/i386/i686/memcpy.S: Likewise.
745         * sysdeps/i386/i686/memmove.S: Likewise.
746         * sysdeps/i386/i686/mempcpy.S: Likewise.
747         * sysdeps/i386/i686/memset.S: Likewise.
748         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
749         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
750         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
751         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
752         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
753         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
754         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
755         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
756         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
757         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
758         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
759         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
760         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
761         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
762         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
763         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
764         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
765         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
766         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
767         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
768         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
769         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
770         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
771         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
772         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
773         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
774         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
775         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
776         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
777         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
778         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
779         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
780         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
781         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
782         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
783         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
784         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
785         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
786         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
787         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
788         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
789         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
790         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
791         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
792         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
793         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
794         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
795         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
796         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
797         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
798         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
799         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
800         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
801         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
802         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
803         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
804         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
805         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
806         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
807         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
808         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
809         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
810         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
811         * sysdeps/nptl/bits/libc-lock.h: Likewise.
812         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
813         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
814         * sysdeps/posix/closedir.c: Likewise.
815         * sysdeps/posix/opendir.c: Likewise.
816         * sysdeps/posix/readdir.c: Likewise.
817         * sysdeps/posix/rewinddir.c: Likewise.
818         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
819         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
820         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
821         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
822         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
823         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
824         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
825         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
826         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
827         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
828         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
829         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
830         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
831         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
832         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
833         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
834         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
835         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
836         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
837         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
838         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
839         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
840         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
841         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
842         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
843         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
844         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
845         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
846         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
847         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
848         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
849         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
850         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
851         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
852         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
853         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
854         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
855         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
856         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
857         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
858         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
859         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
860         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
861         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
862         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
863         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
864         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
865         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
866         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
867         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
868         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
869         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
870         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
871         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
872         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
873         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
874         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
875         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
876         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
877         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
878         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
879         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
880         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
881         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
882         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
883         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
884         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
885         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
886         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
887         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
888         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
889         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
890         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
891         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
892         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
893         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
894         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
895         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
896         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
897         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
898         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
899         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
900         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
901         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
902         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
903         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
904         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
905         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
906         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
907         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
908         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
909         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
910         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
911         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
912         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
913         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
914         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
915         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
916         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
917         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
918         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
919         * sysdeps/unix/alpha/sysdep.S: Likewise.
920         * sysdeps/unix/alpha/sysdep.h: Likewise.
921         * sysdeps/unix/make-syscalls.sh: Likewise.
922         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
923         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
924         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
925         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
926         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
927         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
928         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
929         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
930         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
931         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
932         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
933         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
934         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
935         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
936         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
937         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
938         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
939         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
940         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
941         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
942         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
943         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
944         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
945         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
946         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
947         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
948         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
951         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
952         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
953         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
954         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
955         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
956         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
957         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
958         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
959         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
960         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
961         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
962         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
963         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
964         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
965         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
966         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
967         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
968         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
969         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
970         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
971         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
972         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
973         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
974         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
975         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
976         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
977         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
978         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
979         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
980         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
981         * sysdeps/x86_64/memcpy.S: Likewise.
982         * sysdeps/x86_64/memmove.c: Likewise.
983         * sysdeps/x86_64/memset.S: Likewise.
984         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
985         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
986         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
987         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
988         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
989         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
990         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
991         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
992         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
993         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
994         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
995         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
996         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
997         * sysdeps/x86_64/multiarch/memset.S: Likewise.
998         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
999         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1000         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1001         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1002         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1003         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1004         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1005         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1006         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1007         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1008         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1009         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1010         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1011         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1012         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1013         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1014         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1015         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1016         * sysdeps/x86_64/strcmp.S: Likewise.
1018         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1020         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1021         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1022         * elf/rtld-Rules: Likewise.
1023         * elf/setup-vdso.h: Likewise.
1024         * include/assert.h: Likewise.
1025         * include/bits/stdlib-float.h: Likewise.
1026         * include/errno.h: Likewise.
1027         * include/sys/stat.h: Likewise.
1028         * include/unistd.h: Likewise.
1029         * sysdeps/aarch64/setjmp.S: Likewise.
1030         * sysdeps/alpha/setjmp.S: Likewise.
1031         * sysdeps/arm/__longjmp.S: Likewise.
1032         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1033         * sysdeps/arm/setjmp.S: Likewise.
1034         * sysdeps/arm/sysdep.h: Likewise.
1035         * sysdeps/generic/_itoa.h: Likewise.
1036         * sysdeps/generic/dl-sysdep.h: Likewise.
1037         * sysdeps/generic/ldsodefs.h: Likewise.
1038         * sysdeps/i386/dl-tls.h: Likewise.
1039         * sysdeps/i386/setjmp.S: Likewise.
1040         * sysdeps/m68k/setjmp.c: Likewise.
1041         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1042         * sysdeps/mach/hurd/opendir.c: Likewise.
1043         * sysdeps/posix/getcwd.c: Likewise.
1044         * sysdeps/posix/opendir.c: Likewise.
1045         * sysdeps/posix/profil.c: Likewise.
1046         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1047         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1048         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1049         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1050         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1051         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1052         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1053         * sysdeps/s390/dl-tls.h: Likewise.
1054         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1055         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1056         * sysdeps/sh/sh3/setjmp.S: Likewise.
1057         * sysdeps/sh/sh4/setjmp.S: Likewise.
1058         * sysdeps/unix/alpha/sysdep.h: Likewise.
1059         * sysdeps/unix/arm/sysdep.S: Likewise.
1060         * sysdeps/unix/i386/sysdep.S: Likewise.
1061         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1062         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1063         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1064         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1065         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1066         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1067         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1068         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1069         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1070         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1071         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1072         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1073         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1076         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1077         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1078         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1079         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1080         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1081         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1082         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1083         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1084         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1085         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1086         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1087         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1088         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1089         * sysdeps/x86_64/setjmp.S: Likewise.
1091         * include/math.h: Use IS_IN instead of IS_IN_libm.
1092         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1093         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1094         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1095         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1096         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1097         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1098         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1099         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1100         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1101         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1102         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1103         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1104         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1105         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1106         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1107         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1108         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1109         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1110         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1111         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1112         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1113         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1114         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1115         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1116         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1117         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1118         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1119         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1120         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1121         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1122         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1123         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1124         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1126         Likewise.
1127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1128         Likewise.
1129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1130         Likewise.
1131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1132         Likewise.
1133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1134         Likewise.
1135         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1136         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1137         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1138         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1139         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1140         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1146         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1147         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1148         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1149         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1150         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1151         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1152         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1153         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1154         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1155         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1156         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1157         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1158         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1159         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1161         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1163         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1164         * nptl/pthreadP.h: Likewise.
1165         * nptl_db/structs.def: Likewise.
1166         * sysdeps/arm/sysdep.h: Likewise.
1167         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1168         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1169         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1170         * sysdeps/unix/alpha/sysdep.h: Likewise.
1171         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1172         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1173         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1174         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1175         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1176         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1177         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1178         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1179         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1180         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1181         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1182         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1183         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1184         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1187         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1188         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1189         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1190         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1191         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1192         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1193         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1194         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1195         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1196         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1198         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1199         * nptl/pthreadP.h: Likewise.
1200         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1201         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1202         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1203         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1204         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1205         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1206         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1207         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1208         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1209         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1210         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1211         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1213         Likewise.
1214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1215         Likewise.
1216         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1217         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1218         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1219         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1220         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1221         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1222         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1223         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1225         * dlfcn/dladdr.c: Use IS_IN.
1226         * dlfcn/dladdr1.c: Likewise.
1227         * dlfcn/dlclose.c: Likewise.
1228         * dlfcn/dlerror.c: Likewise.
1229         * dlfcn/dlinfo.c: Likewise.
1230         * dlfcn/dlmopen.c: Likewise.
1231         * dlfcn/dlopen.c: Likewise.
1232         * dlfcn/dlsym.c: Likewise.
1233         * dlfcn/dlvsym.c: Likewise.
1235         * include/ifaddrs.h: Use IS_IN.
1236         * inet/check_pf.c: Likewise.
1237         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1238         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1240         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1241         IS_IN_ldconfig.
1242         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1243         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1245         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1246         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1247         IS_IN (libc).
1249         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1251         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1252         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1253         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1254         * include/libc-symbols.h (IS_IN_LIB): New macro.
1255         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1256         * include/netdb.h: Likewise.
1257         * include/stap-probe.h: Remove all uses of IN_LIB.
1259         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1260         instead of IN_MODULE.
1261         * include/libc-symbols.h (IN_MODULE): Define using
1262         MODULE_NAME.
1263         (PASTE_NAME, PASTE_NAME1): New macros.
1264         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1265         of IN_LIB.
1266         (STAP_PROBE_ASM): Likewise.
1268 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1270         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1271         __mach_init in dlopened libc.
1273 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1275         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1276         * sysdeps/arm/preconfigure: Regenerate.
1278 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1280         * nptl/pthread_create.c (__pthread_create_2_1): Set
1281         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1282         when copying values from IATTR into PD.
1284 2014-11-21  Will Newton  <will.newton@linaro.org>
1285             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1287         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1288         Refactor inline-asm.  Also add comment.
1290         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1291         ElfW macro instead of hardcoded Elf64 types.
1292         (la_aarch64_gnu_pltenter): Likewise.
1293         * sysdeps/aarch64/dl-machine.h
1294         (elf_machine_runtime_setup): Use ElfW(Addr).
1296         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1297         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1298         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1299         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1300         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1301         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1302         (R_AARCH64_TLS_DTPMOD): This.
1303         (R_AARCH64_TLS_DTPREL64): Rename to ...
1304         (R_AARCH64_TLS_DTPREL): This.
1305         (R_AARCH64_TLS_TPREL64): Rename to ...
1306         (R_AARCH64_TLS_TPREL): This.
1307         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1308         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1309         R_AARCH64_TLS_TPREL64.
1310         (elf_machine_rela): Likewise.
1312 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1314         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1315         by setting it to 0.  64b atomics are not supported currently.
1317 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1319         [BZ #16469]
1320         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1321         search domain names.
1323 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1325         [BZ #16469]
1326         * NEWS: Update.
1327         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1328         trailing dot.
1329         * posix/tst-getaddrinfo5.c: New.
1330         * posix/Makefile (tests): Add it.
1332 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1334         [BZ #14498]
1335         * NEWS: Fixed.
1336         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1337         after parsing line but before break_if_match.
1338         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1339         if there is a protocol mismatch.
1341 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1343         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1344         because the potential race is on the user-supplied stream.
1346 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1348         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1349         string literal if not passed a buffer.
1350         * manual/job.texi (ctermid): Update reasoning, note deviation
1351         from posix, suggest mtasurace when not passed a buffer, for
1352         future non-preliminary safety notes.
1354 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1356         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1357         of not passing it a buffer.
1358         Reported by Peng Haitao.
1360 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1362         * manual/Makefile ($(objpfx)stamp-summary): Require
1363         check-safety.sh to pass.
1364         * manual/check-safety.sh: Wish for verification that every
1365         @deftypefn and @deftypefun is followed by a @safety remark.
1367 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1369         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1371         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1372         PTHREAD_CANCEL_ASYNCHRONOUS.
1373         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1374         send SIGCANCEL.
1376         * nptl/default-sched.h: New file.
1377         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1378         * nptl/pthread_create.c: Include it.
1379         (__pthread_create_2_1): Use collect_default_sched instead of making
1380         Linux syscalls here directly.
1382 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1384         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1385         __pthread_once): Use C11 atomics.
1387 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1389         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1391 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1393         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1394         atomic_thread_fence_acquire, atomic_thread_fence_release,
1395         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1396         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1397         atomic_compare_exchange_weak_relaxed,
1398         atomic_compare_exchange_weak_acquire,
1399         atomic_compare_exchange_weak_release,
1400         atomic_exchange_acquire, atomic_exchange_release,
1401         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1402         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1403         atomic_fetch_and_acquire,
1404         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1406 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1408         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1409         USE_ATOMIC_COMPILER_BUILTINS): Define.
1410         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1411         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1412         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1413         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1414         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1415         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1416         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1417         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1418         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1419         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1420         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1421         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1422         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1423         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1424         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1425         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1426         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1427         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1428         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1429         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1430         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1431         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1432         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1433         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1434         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1435         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1436         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1437         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1438         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1439         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1440         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1441         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1442         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1443         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1444         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1445         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1446         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1447         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1448         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1449         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1451 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1453         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1454         the sched_priority value here.  It was already checked when the user
1455         called pthread_attr_setschedparam.
1457         * nptl/tst-bad-schedattr.c: New file.
1458         * nptl/Makefile (tests): Add it.
1460 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1461             Florian Weimer  <fweimer@redhat.com>
1462             Joseph Myers  <joseph@codesourcery.com>
1463             Adam Conrad  <adconrad@0c3.net>
1464             Andreas Schwab  <schwab@suse.de>
1465             Brooks  <bmoses@google.com>
1467         [BZ #17625]
1468         * wordexp-test.c (__dso_handle): Add prototype.
1469         (__register_atfork): Likewise.
1470         (__app_register_atfork): New function.
1471         (registered_forks): New global.
1472         (register_fork): New function.
1473         (test_case): Add 3 new tests for WRDE_CMDSUB.
1474         (main): Call __app_register_atfork.
1475         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1476         fork count is non-zero fail the test.
1477         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1478         is set.
1479         (parse_dollars): Remove check for WRDE_NOCMD.
1480         (parse_dquote): Likewise.
1482 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1484         * Makeconfig (built-modules): List non-library modules to be
1485         built.
1486         (module-cppflags): Include libc-modules.h for
1487         everything except shlib-versions.v.i.
1488         (CPPFLAGS): Use it.
1489         (before-compile): Add libc-modules.h.
1490         ($(common-objpfx)libc-modules.h,
1491         $(common-objpfx)libc-modules.stmp): New targets.
1492         (common-generated): Add libc-modules.h and libc-modules.stmp.
1493         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1494         * include/libc-symbols.h: Don't include libc-modules.h.
1495         * include/libc-modules.h: Remove file.
1496         * scripts/gen-libc-modules.awk: New script to generate
1497         libc-modules.h.
1498         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1499         Depend on libc-modules.stmp.
1501         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1503         * Makeconfig (in-module): Get value of libof set for the
1504         translation unit.
1505         (CPPFLAGS): Use $(in-module).
1506         * Makerules: Don't suffix routine names for nonlib.
1507         * include/libc-modules.h: New file.
1508         * include/libc-symbols.h: Include libc-modules.h
1509         (IS_IN): New macro to replace IS_IN_* macros.
1510         * elf/Makefile: Set libof-* for each routine.
1511         * elf/rtld-Rules: Likewise.
1512         * extra-modules.mk: Likewise.
1513         * iconv/Makefile: Likewise.
1514         * iconvdata/Makefile: Likewise.
1515         * locale/Makefile: Likewise.
1516         * malloc/Makefile: Likewise.
1517         * nss/Makefile: Likewise.
1518         * sysdeps/gnu/Makefile: Likewise.
1519         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1520         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1521         * sysdeps/s390/s390-64/Makefile: Likewise.
1522         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1523         CPPFLAGS for nscd instead of nonlib.
1525 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1527         * nptl/createthread.c: New file.
1529         * nptl/createthread.c: Moved ...
1530         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1532         * nptl/createthread.c: Add proper top-line comment.
1533         (do_clone): Folded into ...
1534         (create_thread): ... here.  Take new arguments STOPPED_START and
1535         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1536         increment __nptl_threads, do event-reporting logic, do
1537         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1538         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1539         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1540         just send SIGCANCEL.
1541         * nptl/pthread_create.c: Forward-declare create_thread before
1542         including createthread.c.
1543         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1544         declaration, and new macro START_THREAD_SELF to replace argument.
1545         Remove return statement.
1546         (report_thread_creation): New function.
1547         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1548         synchronization logic, and __nptl_nthreads increment here, around
1549         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1550         PD->parent_cancelhandling here, before create_thread.  When
1551         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1552         __deallocate_stack, and ENOMEM translation here.
1554 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1556         [BZ #17616]
1557         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1558         (mptwo): Rename to __mptwo.
1559         (__inv): Use __mptwo instead of mptwo.
1560         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1561         (mptwo): Rename to __mptwo.
1562         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1563         of mpone and __mptwo instead of mptwo.
1564         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1565         instead of mpone.
1566         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1567         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1568         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1569         of mpone and __mptwo instead of mptwo.
1570         (__mpranred): Use __mpone instead of mpone.
1571         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1572         variable.
1573         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1574         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1575         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1576         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1577         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1578         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1579         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1580         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1581         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1582         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1583         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1584         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1585         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1586         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1587         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1588         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1589         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1590         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1591         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1593 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1595         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1596         replace BSD Handler xref with BSD Signal Handling.
1598 2014-11-17  Richard Henderson  <rth@redhat.com>
1600         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1601         (_FP_PACK_RAW_2): Remove.
1602         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1603         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1604         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1605         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1606         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1607         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1608         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1609         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1610         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1611         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1612         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1613         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1614         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1615         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1616         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1617         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1619 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1621         * signal/signal.h [__USE_MISC]
1622         (struct sigvec): Remove type.
1623         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1624         (sigvec): Remove declaration.
1625         * sysdeps/posix/sigvec.c: Moved ...
1626         * signal/sigvec.c: ... here, replacing old file.
1627         (struct sigvec): New type, copied from old signal.h definition.
1628         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1629         (__sigvec): Convert definition to prototype.
1630         (sigvec): Replace weak_alias with compat_symbol.
1631         * signal/Versions (libc: GLIBC_2.21): New version set.
1632         * include/signal.h: Remove __sigvec declaration.
1633         * sysdeps/unix/bsd/sigvec.c: Remove file.
1634         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1635         * manual/signal.texi (BSD Handler): Remove subsection.
1636         Move siginterrupt up to ...
1637         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1638         (Blocking in BSD): Fold subsection into its parent.
1639         * NEWS: Mention sigvec removal.
1641 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1643         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1644         (DLA_FMS): Make definition conditional only on [__FMA4__].
1645         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1646         definition.
1648         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1649         Make definition conditional only on [PROF].
1650         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1651         definition.
1652         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1653         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1655         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1656         !__GNUC__].
1657         * include/signal.h (__sigpause): Move declaration above call to
1658         libc_hidden_proto.
1659         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1660         variable.
1661         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1662         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1664 2014-11-14  David S. Miller  <davem@davemloft.net>
1666         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1667         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1669 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1671         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1672         * configure: Regenerated.
1673         * manual/install.texi (Tools for Compilation): Document a
1674         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1675         compiler verified to work.
1676         * INSTALL: Regenerated.
1678         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1679         redeclare with asm name.
1680         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1681         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1682         including <string.h>.
1683         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1684         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1685         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1686         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1687         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1688         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1689         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1691 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1693         * stdlib/strtol.c (__strtol): Use prototype definition.
1695         [BZ #17594]
1696         * stdlib/strtol.c (SYM__): New macro.
1697         (SYM__1): Likewise.
1698         (__strtol): Likewise.
1699         (strtol): Rename to __strtol and define as weak alias of
1700         __strtol.  Use libc_hidden_weak.
1702 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1704         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1705         Use numbered labels in inline assembly.
1707 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1709         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1710         Add setjmp LIBC_PROBE.
1711         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1712         Likewise.
1713         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1714         Add longjmp, longjmp_target LIBC_PROBE.
1715         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1716         Likewise.
1718 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1720         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1721         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1722         to get rid of unused variable warning.
1724 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1726         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1727         Check for unwind_backtrace ==  NULL only in SHARED case.
1728         (__backchain_backtrace): Compile only in SHARED case.
1729         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1730         Likewise.
1731         (__backchain_backtrace): Declare as static.
1733 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1735         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1736         (__libc_multiple_threads_ptr): Variable moved ...
1737         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1739 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1741         * conform/GlibcConform.pm: New file.
1742         * conform/conformtest.pl: Use GlibcConform module.
1743         * conform/linknamespace.pl: New file.
1744         * conform/list-header-symbols.pl: Likewise.
1745         * conform/Makefile (linknamespace-symlists-base): New variable.
1746         (linknamespace-symlists-tests): Likewise.
1747         (linknamespace-header-base): Likewise.
1748         (linknamespace-header-tests): Likewise.
1749         (tests-special): Add new tests.
1750         ($(linknamespace-symlists-tests)): New rule.
1751         (linknamespace-libs): New variable.
1752         ($(objpfx)symlist-stdlibs): New rule.
1753         ($(linknamespace-header-tests)): Likewise.
1754         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1755         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1756         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1757         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1758         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1759         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1760         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1761         (test-xfail-ISO/math.h/linknamespace): Likewise.
1762         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1763         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1764         (test-xfail-ISO/time.h/linknamespace): Likewise.
1765         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1766         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1767         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1768         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1769         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1770         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1771         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1772         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1773         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1774         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1775         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1776         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1777         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1778         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1779         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1780         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1781         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1782         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1783         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1784         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1785         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1786         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1787         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1788         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1789         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1790         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1791         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1792         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1793         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1794         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1795         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1796         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1797         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1798         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1799         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1800         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1801         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1802         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1803         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1804         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1805         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1806         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1807         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1808         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1809         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1810         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1811         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1812         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1813         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1814         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1815         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1816         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1817         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1818         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1819         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1820         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1821         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1822         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1823         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1824         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1825         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1826         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1827         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1828         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1829         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1830         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1831         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1832         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1833         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1834         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1835         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1836         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1837         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1838         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1839         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1840         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1841         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1842         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1843         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1844         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1845         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1846         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1847         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1848         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1849         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1850         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1851         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1852         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1853         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1854         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1855         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1856         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1857         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1858         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1859         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1860         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1861         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1862         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1863         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1864         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1865         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1866         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1867         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1868         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1869         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1870         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1871         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1872         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1873         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1874         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1875         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1876         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1877         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1878         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1879         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1880         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1881         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1882         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1883         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1884         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1885         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1886         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1887         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1888         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1889         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1890         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1891         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1892         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1893         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1894         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1895         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1896         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1897         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1898         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1899         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1900         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1901         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1902         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1903         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1904         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1905         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1906         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1907         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1908         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1909         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1910         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1911         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1912         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1913         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1914         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1916         [BZ #17589]
1917         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1918         of fgets_unlocked.
1920         [BZ #17585]
1921         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1922         (memmem): Rename to __memmem and define as weak alias of
1923         __memmem.  Use libc_hidden_weak.
1924         (__memmem): Use libc_hidden_def.
1925         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1926         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1927         memmem.
1929         [BZ #17582]
1930         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1931         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1932         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1933         and define as weak alias of __fgets_unlocked.  Use
1934         libc_hidden_weak.
1935         (__fgets_unlocked): Use libc_hidden_def.
1936         * include/stdio.h (__fgets_unlocked): Declare.  Use
1937         libc_hidden_proto.
1938         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1939         __fgets_unlocked instead of fgets_unlocked.
1940         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1941         (GET_NPROCS_CONF_PARSER): Likewise.
1942         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1943         (GET_NPROCS_CONF_PARSER): Likewise.
1945         [BZ #17574]
1946         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1947         weak alias of __wmemset.  Use libc_hidden_weak.
1948         (__wmemset): Use libc_hidden_def.
1949         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1950         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1951         of wmemset.
1953         [BZ #17573]
1954         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1955         with asm name __mempcpy.
1956         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1958         [BZ #17572]
1959         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1960         and define as weak alias of __rawmemchr.
1961         (__rawmemchr): Do not define as strong alias of rawmemchr.
1963         [BZ #17571]
1964         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1965         alias of __qsort_r.
1966         (qsort): Call __qsort_r instead of qsort_r.
1967         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1968         (__qsort_r): Declare.  Call libc_hidden_proto.
1969         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1970         instead of qsort_r.
1971         * nscd/gai.c (__qsort_r): Define to qsort_r.
1972         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1973         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1974         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1976         [BZ #17570]
1977         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1978         define as weak alias of __malloc_info.
1980         [BZ #17584]
1981         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1982         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1983         (__rewinddir): Use libc_hidden_def.
1984         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1985         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1986         (__rewinddir): Use libc_hidden_def.
1987         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1988         weak alias of __rewinddir.  Don't use libc_hidden_def.
1989         (__rewinddir): Use libc_hidden_def.
1990         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1991         (__rewinddir): Use libc_hidden_proto.
1992         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1993         rewinddir.
1994         (__getcwd): Use __rewinddir instead of rewinddir.
1996         [BZ #17583]
1997         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1998         alias of __fileno.  Use libc_hidden_weak.
1999         (__fileno): Use libc_hidden_def.
2000         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2001         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2002         alias of __ftello.
2003         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2004         __ftello.
2005         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2006         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2007         libc_hidden_def.
2008         (fread_unlocked): Don't use libc_hidden_ver.
2009         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2010         and define as weak alias of __fread_unlocked.  Don't use
2011         libc_hidden_def.
2012         (__fread_unlocked): Use libc_hidden_def.
2013         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2014         (ftello): Don't use libc_hidden_proto.
2015         (__ftello): Declare.  Use libc_hidden_proto.
2016         (fread_unlocked): Don't use libc_hidden_proto.
2017         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2018         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2019         and __ftello instead of fileno, fread_unlocked and ftello.
2021 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2023         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2024         GOT12.
2025         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2026         Likewise.
2027         (_dl_start_user): Likewise.
2028         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2030 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2031             Siddhesh Poyarekar  <siddhesh@redhat.com>
2033         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2034         Move argv and envp down instead of moving argc up.
2035         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2037 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2039         [BZ #17506]
2040         * test-skeleton.c (main): Return successful if one of
2041         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2042         * string/tst-strcoll-overflow.c: Define expected status.
2044 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2046         [BZ #17475]
2047         * locale/iso-639.def: Define Bhili and Tulu language codes.
2049 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2051         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2053 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2055         [BZ #17555]
2056         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2058 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2060         * configure.ac: Updated check of minimal required version to
2061         2.22.
2062         * manual/install.texi (Tools for Compilation): Updated version
2063         number.
2064         * configure: Regenerated.
2065         * INSTALL: Likewise.
2067 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2069         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2070         __tls_get_addr.
2072 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2074         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2075         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2076         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2077         libc_hidden_weak.
2078         (waitpid): Define as alias of __waitpid.
2079         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2080         __waitpid.
2081         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2082         libc_hidden_weak.
2083         (waitpid): Define as alias of __waitpid.
2084         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2085         __libc_waitpid alias.
2086         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2087         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2088         Likewise.
2089         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2090         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2091         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2092         alias.
2093         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2094         __waitpid.
2095         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2096         libc_hidden_weak.
2097         (waitpid): Define as alias of __waitpid.
2099 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2101         * manual/llio.texi: Add comment that write safety has been
2102         fixed in Linux.
2104         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2105         (localplt-build-dso): Add elf/ld.so.
2106         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2107         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2108         and free for ld.so.
2109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2110         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2112         Likewise.
2113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2114         Likewise.
2115         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2116         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2117         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2118         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2119         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2120         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2121         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2122         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2123         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2124         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2125         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2127 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2129         [BZ #14132]
2130         * include/libc-symbols.h (INTUSE): Remove macro.
2131         (INTDEF): Likewise.
2132         (INTVARDEF): Likewise.
2133         (_INTVARDEF): Likewise.
2134         (INTDEF2): Likewise.
2135         (INTVARDEF2): Likewise.
2136         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2137         rtld_hidden_def instead of INTVARDEF.
2138         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2139         (_dl_starting_up_internal): Remove declaration.
2140         (_dl_starting_up): Use rtld_hidden_proto.
2141         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2142         declaration.
2143         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2144         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2145         _dl_starting_up.
2146         * elf/dl-writev.h (_dl_writev): Likewise.
2147         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2148         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2149         _dl_starting_up_internal.
2151 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2153         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2154         test-skeleton.c.
2156 2014-11-05  Will Newton  <will.newton@linaro.org>
2158         * benchtests/Makefile: (bench-malloc): Add malloc thread
2159         scalability benchmark.
2160         * benchtests/bench-malloc-threads.c: New file.
2162 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2164         * sysdeps/aarch64/strchrnul.S: New file.
2166 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2168         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2169         definition.
2170         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2171         Likwise.
2172         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2173         Likewise.
2174         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2175         Likewise.
2176         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2177         Likewise.
2178         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2179         Likewise.
2181 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2183         * catgets/test-gencat.c: Use test-skeleton.c.
2184         * catgets/tst-catgets.c: Likewise.
2185         * csu/tst-empty.c: Likewise.
2186         * elf/tst-audit2.c: Likewise.
2187         * elf/tst-global1.c: Likewise.
2188         * elf/tst-pathopt.c: Likewise.
2189         * elf/tst-piemod1.c: Likewise.
2190         * elf/tst-tls10.c: Likewise.
2191         * elf/tst-tls11.c: Likewise.
2192         * elf/tst-tls12.c: Likewise.
2193         * gnulib/tst-gcc.c: Likewise.
2194         * iconvdata/tst-e2big.c: Likewise.
2195         * iconvdata/tst-loading.c: Likewise.
2196         * iconv/tst-iconv1.c: Likewise.
2197         * iconv/tst-iconv2.c: Likewise.
2198         * inet/test-inet6_opt.c: Likewise.
2199         * inet/tst-gethnm.c: Likewise.
2200         * inet/tst-network.c: Likewise.
2201         * inet/tst-ntoa.c: Likewise.
2202         * intl/tst-codeset.c: Likewise.
2203         * intl/tst-gettext2.c: Likewise.
2204         * intl/tst-gettext3.c: Likewise.
2205         * intl/tst-ngettext.c: Likewise.
2206         * intl/tst-translit.c: Likewise.
2207         * io/test-stat.c: Likewise.
2208         * libio/test-fmemopen.c: Likewise.
2209         * libio/tst-freopen.c: Likewise.
2210         * libio/tst-sscanf.c: Likewise.
2211         * libio/tst-ungetwc1.c: Likewise.
2212         * libio/tst-ungetwc2.c: Likewise.
2213         * libio/tst-widetext.c: Likewise.
2214         * localedata/tst-ctype.c: Likewise.
2215         * localedata/tst-digits.c: Likewise.
2216         * localedata/tst-leaks.c: Likewise.
2217         * localedata/tst-mbswcs1.c: Likewise.
2218         * localedata/tst-mbswcs2.c: Likewise.
2219         * localedata/tst-mbswcs3.c: Likewise.
2220         * localedata/tst-mbswcs4.c: Likewise.
2221         * localedata/tst-mbswcs5.c: Likewise.
2222         * localedata/tst-setlocale.c: Likewise.
2223         * localedata/tst-trans.c: Likewise.
2224         * localedata/tst-wctype.c: Likewise.
2225         * localedata/tst-xlocale1.c: Likewise.
2226         * login/tst-grantpt.c: Likewise.
2227         * malloc/tst-calloc.c: Likewise.
2228         * malloc/tst-malloc.c: Likewise.
2229         * malloc/tst-mallocstate.c: Likewise.
2230         * malloc/tst-mcheck.c: Likewise.
2231         * malloc/tst-mtrace.c: Likewise.
2232         * malloc/tst-obstack.c: Likewise.
2233         * math/atest-exp2.c: Likewise.
2234         * math/atest-exp.c: Likewise.
2235         * math/atest-sincos.c: Likewise.
2236         * math/test-matherr.c: Likewise.
2237         * math/test-misc.c: Likewise.
2238         * math/test-powl.c: Likewise.
2239         * math/tst-definitions.c: Likewise.
2240         * misc/tst-dirname.c: Likewise.
2241         * misc/tst-efgcvt.c: Likewise.
2242         * misc/tst-fdset.c: Likewise.
2243         * misc/tst-hsearch.c: Likewise.
2244         * misc/tst-mntent2.c: Likewise.
2245         * nptl/tst-sem7.c: Likewise.
2246         * nptl/tst-sem8.c: Likewise.
2247         * nptl/tst-sem9.c: Likewise.
2248         * nss/test-netdb.c: Likewise.
2249         * posix/tst-fnmatch.c: Likewise.
2250         * posix/tst-getlogin.c: Likewise.
2251         * posix/tst-gnuglob.c: Likewise.
2252         * posix/tst-mmap.c: Likewise.
2253         * pwd/tst-getpw.c: Likewise.
2254         * resolv/tst-inet_ntop.c: Likewise.
2255         * rt/tst-timer.c: Likewise.
2256         * stdio-common/test-fseek.c: Likewise.
2257         * stdio-common/test-popen.c: Likewise.
2258         * stdio-common/test-vfprintf.c: Likewise.
2259         * stdio-common/tst-cookie.c: Likewise.
2260         * stdio-common/tst-fileno.c: Likewise.
2261         * stdio-common/tst-gets.c: Likewise.
2262         * stdio-common/tst-obprintf.c: Likewise.
2263         * stdio-common/tst-perror.c: Likewise.
2264         * stdio-common/tst-sprintf2.c: Likewise.
2265         * stdio-common/tst-sprintf3.c: Likewise.
2266         * stdio-common/tst-sprintf.c: Likewise.
2267         * stdio-common/tst-swprintf.c: Likewise.
2268         * stdio-common/tst-tmpnam.c: Likewise.
2269         * stdio-common/tst-unbputc.c: Likewise.
2270         * stdio-common/tst-wc-printf.c: Likewise.
2271         * stdlib/tst-environ.c: Likewise.
2272         * stdlib/tst-fmtmsg.c: Likewise.
2273         * stdlib/tst-limits.c: Likewise.
2274         * stdlib/tst-rand48-2.c: Likewise.
2275         * stdlib/tst-rand48.c: Likewise.
2276         * stdlib/tst-random2.c: Likewise.
2277         * stdlib/tst-random.c: Likewise.
2278         * stdlib/tst-strtol.c: Likewise.
2279         * stdlib/tst-strtoll.c: Likewise.
2280         * stdlib/tst-tls-atexit.c: Likewise.
2281         * stdlib/tst-xpg-basename.c: Likewise.
2282         * string/test-ffs.c: Likewise.
2283         * string/tst-bswap.c: Likewise.
2284         * string/tst-inlcall.c: Likewise.
2285         * string/tst-strtok.c: Likewise.
2286         * string/tst-strxfrm.c: Likewise.
2287         * sysdeps/x86_64/tst-audit10.c: Likewise.
2288         * sysdeps/x86_64/tst-audit3.c: Likewise.
2289         * sysdeps/x86_64/tst-audit4.c: Likewise.
2290         * sysdeps/x86_64/tst-audit5.c: Likewise.
2291         * time/tst-ftime_l.c: Likewise.
2292         * time/tst-getdate.c: Likewise.
2293         * time/tst-mktime3.c: Likewise.
2294         * time/tst-mktime.c: Likewise.
2295         * time/tst-posixtz.c: Likewise.
2296         * time/tst-strptime2.c: Likewise.
2297         * time/tst-strptime3.c: Likewise.
2298         * wcsmbs/tst-btowc.c: Likewise.
2299         * wcsmbs/tst-mbrtowc.c: Likewise.
2300         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2301         * wcsmbs/tst-wchar-h.c: Likewise.
2302         * wcsmbs/tst-wcpncpy.c: Likewise.
2303         * wcsmbs/tst-wcrtomb.c: Likewise.
2304         * wcsmbs/tst-wcsnlen.c: Likewise.
2305         * wcsmbs/tst-wcstof.c: Likewise.
2307 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2309         [BZ #14132]
2310         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2311         INTDEF.
2312         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2313         declaration.
2314         (_dl_mcount): Use rtld_hidden_proto.
2315         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2316         _dl_mcount.
2317         * elf/rtld.c (_rtld_global_ro): Likewise.
2319         [BZ #14132]
2320         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2321         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2322         of _dl_init_internal.
2323         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2324         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2325         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2326         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2327         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2328         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2329         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2330         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2331         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2332         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2333         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2334         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2335         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2336         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2337         * sysdeps/tile/dl-start.S (_start): Likewise.
2338         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2339         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2341         [BZ #14132]
2342         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2343         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2344         (rtld_progname): Make macro definition unconditional.
2345         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2346         INTDEF.
2347         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2348         (dl_main): Likewise.
2349         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2350         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2351         instead of _dl_argv_internal.
2352         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2353         __GI__dl_argv instead of INTUSE(_dl_argv).
2354         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2355         __GI__dl_argv instead of _dl_argv_internal.
2357         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2358         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2359         macro.
2360         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2361         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2362         New macro.
2363         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2364         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2365         macro.
2366         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2367         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2369 2014-11-04  Andreas Schwab  <schwab@suse.de>
2371         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2373 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2375         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2376         mtvsrd instruction in binary form.
2378 2014-11-03  Andreas Schwab  <schwab@suse.de>
2380         [BZ #17522]
2381         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2382         for less than MB_LEN_MAX use a local buffer of that size.
2383         * libio/tst-fputws.c: New file.
2384         * libio/Makefile (tests): Add tst-fputws.
2386 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2388         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2389         the size of the fpu_fr.fpu_dregs[] array.
2391 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2393         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2394         (__nanosleep): Do not define as alias.
2395         (nanosleep): Define as alias of __nanosleep.
2396         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2397         __libc_nanosleep name.
2399 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2401         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2402         install.texi in comment.
2404 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2406         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2407         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2408         ... add here and use lwsync or sync ...
2409         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2410         ... and add here using lwsync.
2412 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2414         * elf/dl-machine-reject-phdr.h: New file.
2415         * elf/dl-load.c: #include that.
2416         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2417         if that returned true.
2419 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2421         [BZ #17496]
2422         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2423         gen-as-const-headers chunk.  Add a big scare comment after the last
2424         safe place to touch before-compile.
2426 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2428         * manual/install.texi (Tools for Compilation): Update autoconf
2429         version requirements.
2430         * INSTALL: Regenerated.
2432         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2433         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2434         (__libc_pselect): Likewise.
2436         [BZ #14138]
2437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2442 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2444         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2445         correct barrier instruction.
2446         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2447         Likewise.
2448         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2449         Likewise.
2451 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2453         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2454         after defining inlines.  Instead, just use parens to defeat macro
2455         expansion of __isctype in its declaration.
2457 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2459         * include/sys/uio.h (__libc_readv): Remove declaration.
2460         (__libc_writev): Likewise.
2461         * misc/readv.c (__libc_readv): Rename to __readv.
2462         (__readv): Do not define as alias.
2463         (readv): Define as alias of __readv.
2464         * misc/writev.c (__libc_writev): Rename to __writev.
2465         (__writev): Do not define as alias.
2466         (writev): Define as alias of __writev.
2467         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2468         (__readv): Do not define as alias.
2469         (readv): Define unconditionally as alias of __readv.
2470         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2471         (__writev): Do not define as alias.
2472         (writev): Define unconditionally as alias of __writev.
2473         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2474         name.
2475         (writev): Do not define __libc_writev name.
2477 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2479         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2480         (convert_charseq): New function, broken out of ...
2481         (use_from_charmap): ... here.  Call it.
2482         (use_to_charmap): Use convert_charseq and free instead of duplicating
2483         its code with a variable-length stack struct.
2485 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2487         * include/fcntl.h (__libc_creat): Remove declaration.
2488         * io/creat.c (__libc_creat): Rename to creat.
2489         (creat): Do not define as alias.
2490         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2491         of creat instead of __libc_creat.
2492         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2493         to creat.
2494         (creat): Do not define as alias.
2495         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2496         __libc_creat.
2497         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2498         __libc_creat name.
2499         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2500         Likewise.
2502 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2504         * manual/llio.texi: Add comments discussing why write() may be
2505         considered MT-unsafe on Linux.
2507 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2509         * dl-load.c (local_strdup): Remove.
2510         (expand_dynamic_string_token): Use __strdup.
2511         (decompose_rpath): Likewise.
2512         (_dl_map_object): Likewise.
2514 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2516         [BZ #14132]
2517         * sysdeps/generic/unwind-dw2-fde.c
2518         (__register_frame_info_bases_internal): Do not declare.
2519         (__register_frame_info_table_bases_internal): Likewise.
2520         (__deregister_frame_info_bases_internal): Likewise.
2521         (__register_frame_info_bases): Declare and use hidden_proto before
2522         definition.  Use hidden_def instead of INTDEF.
2523         (__register_frame_info_table_bases): Likewise.
2524         (__deregister_frame_info_bases): Likewise.
2525         (__register_frame_info): Do not use INTUSE.
2526         (__register_frame): Likewise.
2527         (__register_frame_info_table): Likewise.
2528         (__register_frame_table): Likewise.
2529         (__deregister_frame_info): Likewise.
2530         (__deregister_frame): Likewise.
2532 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2534         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2535         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2536         not undefine.
2537         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2538         Likewise.
2539         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2540         Likewise.
2542 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2544         [BZ #14138]
2545         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2546         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2547         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2548         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2549         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2550         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2551         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2552         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2553         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2554         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2555         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2556         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2557         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2558         syscall.
2559         (setfsuid): Likewise.
2560         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2561         (setfsuid): Likewise.
2562         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2563         (setfsuid): Likewise.
2564         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2565         Likewise.
2566         (setfsuid): Likewise.
2567         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2568         (setfsuid): Likewise.
2569         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2570         Likewise.
2571         (setfsuid): Likewise.
2573 2014-10-27  Andreas Schwab  <schwab@suse.de>
2575         [BZ #17501]
2576         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2577         check for Slow_SSE4_2 feature bit.
2578         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2579         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2580         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2581         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2583 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2585         * configure.ac: Validate compiler version with a empirical test of
2586         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2587         $CC -v output.
2588         * configure: Regenerated.
2590         * inet/htons.c (htons): Prototypify.
2591         * inet/htonl.c (htonl): Likewise.
2593 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2595         * string/strncat.c (strncat): Improve performance by using strlen.
2597 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2599         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2601 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2603         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2604         Call libc_fetestexcept_aarch64.
2606 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2608         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2609         Call libc_feholdexcept_aarch64.
2611 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2613         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2614         Call get_rounding_mode.
2616 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2618         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2619         Simplify logic.
2621 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2623         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2624         Simplify logic.
2626 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2628         [BZ #14138]
2629         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2630         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2631         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2632         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2633         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2634         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2635         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2636         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2637         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2638         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2639         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2640         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2641         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2642         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2643         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2644         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2645         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2646         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2647         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2648         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2649         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2650         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2651         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2652         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2653         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2654         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2655         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2656         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2657         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2658         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2659         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2660         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2661         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2662         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2663         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2664         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2665         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2666         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2667         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2668         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2669         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2670         syscall.
2671         (geteuid): Likewise.
2672         (getgid): Likewise.
2673         (getuid): Likewise.
2674         (getresgid): Likewise.
2675         (getresuid): Likewise.
2676         (getgroups): Likewise.
2677         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2678         (geteuid): Likewise.
2679         (getgid): Likewise.
2680         (getuid): Likewise.
2681         (getresgid): Likewise.
2682         (getresuid): Likewise.
2683         (getgroups): Likewise.
2684         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2685         (geteuid): Likewise.
2686         (getgid): Likewise.
2687         (getuid): Likewise.
2688         (getresgid): Likewise.
2689         (getresuid): Likewise.
2690         (getgroups): Likewise.
2691         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2692         Likewise.
2693         (geteuid): Likewise.
2694         (getgid): Likewise.
2695         (getuid): Likewise.
2696         (getresgid): Likewise.
2697         (getresuid): Likewise.
2698         (getgroups): Likewise.
2699         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2700         (geteuid): Likewise.
2701         (getgid): Likewise.
2702         (getuid): Likewise.
2703         (getresgid): Likewise.
2704         (getresuid): Likewise.
2705         (getgroups): Likewise.
2706         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2707         Likewise.
2708         (geteuid): Likewise.
2709         (getgid): Likewise.
2710         (getuid): Likewise.
2711         (getgroups): Likewise.
2713         [BZ #14138]
2714         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2715         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2716         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2717         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2718         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2719         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2720         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2721         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2722         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2723         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2724         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2725         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2726         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2727         __chown.
2728         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2729         (lchown): Likewise.
2730         (fchown): Likewise.
2731         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2732         Likewise.
2733         (lchown): Likewise.
2734         (fchown): Likewise.
2735         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2736         (lchown): Likewise.
2737         (fchown): Likewise.
2738         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2739         Likewise.
2740         (lchown): Likewise.
2741         (fchown): Likewise.
2743 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2745         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2746         Simplify logic.
2748 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2750         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2751         Cleanup logic.
2753 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2755         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2756         Remove unused include.
2758 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2760         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2761         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2762         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2763         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2765 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2766             Helge Deller <deller@gmx.de>
2768         [BZ #17508]
2769         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2770         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2771         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2773 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2775         [BZ #14132]
2776         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2777         Remove macro definition.
2778         (__ashrdi3_v_glibc20): Likewise.
2779         (__lshrdi3_v_glibc20): Likewise.
2780         (__cmpdi2_v_glibc20): Likewise.
2781         (__ucmpdi2_v_glibc20): Likewise.
2782         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2783         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2784         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2785         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2786         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2787         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2789 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2791         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2792         old GNU extension [0] syntax.
2793         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2794         alloca rather than an array member with variable length.
2795         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2796         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2797         (parse_opt): ... here.  Likewise use alloca there.
2798         Validate the -i argument before checking for rootness.
2799         (send_shutdown): New function, broken out of ...
2800         (parse_opt): ... here.
2802 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2804         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2805         macro to get at the _rt_local_ro field.
2806         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2807         ([PIC] case) or _dl_hwcap ([!PIC] case).
2808         * sysdeps/arm/setjmp.S: Likewise.
2810         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2811         * sysdeps/arm/configure.ac: New check to define it.
2812         * sysdeps/arm/configure: Regenerated.
2813         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2814         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2815         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2816         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2817         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2818         Use move/movt pair instead of a load.
2819         (LDST_GLOBAL): Macro removed.
2820         (LDR_GLOBAL): New macro replaces it.
2821         (LDR_HIDDEN): New macro.
2822         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2823         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2825         * setjmp/tst-setjmp-static.c: New file.
2826         * setjmp/Makefile (tests): Add it.
2827         (tests-static): New variable.
2829 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2831         [BZ #17485]
2832         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2834 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2836         [BZ #14132]
2837         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2839 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2841         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2843 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2845         * io/fts.c (dirent_not_directory): New function.
2846         (fts_build): Call it.
2848 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2850         * nptl/version.c (__nptl_main): Use normal __write rather than
2851         INTERNAL_SYSCALL.
2852         (banner): Update copyright years.
2854         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2855         gettimeofday.
2856         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2857         * nptl/pthread_cond_timedwait.c: Likewise.
2858         * nptl/pthread_mutex_timedlock.c: Likewise.
2859         * nptl/sem_timedwait.c: Likewise.
2861         * sysdeps/nptl/bits/libc-lock.h
2862         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2863         (__libc_lock_init_recursive): Return void, not 0.
2864         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2865         (__libc_rwlock_init): Likewise.
2866         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2868 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2870         [BZ #15215]
2871         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2872         (__pthread_once_slow): ... here.
2873         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2874         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2876 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2878         [BZ #15215]
2879         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2880         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2881         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2882         * nptl/pthread_once.c (__pthread_once): Likewise.
2883         Update comments.
2885 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2887         [BZ #14138]
2888         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2889         name.
2890         (writev): Use __libc_writev as strong name.
2891         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2892         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2894 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2896         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2898         * sysdeps/i386/nptl/tls.h
2899         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2900         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2901         New macros.
2902         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2903         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2904         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2905         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2906         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2907         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2909         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2910         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2911         on [__NR_futex].
2912         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2913         broken out of ...
2914         (__pthread_mutex_init): ... here.  Call it.
2915         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2916         Conditionalize PI cases on [__NR_futex].
2917         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2918         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2919         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2921         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2922         conditional on [SIGSETXID].
2923         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2924         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2925         is defined.  Likewise for SIGSETXID.
2926         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2927         Conditionalize definitions on [SIGSETXID].
2928         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2929         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2930         unblocking on [SIGCANCEL].
2932         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2933         [__NR_set_robust_list].
2935 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2937         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2938         (do_compare): Likewise.
2940 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2942         [BZ #15884]
2943         * string/strcoll_l.c: Don't include stdio.h.
2944         (coll_seq): Remove members idxarr and rulearr.
2945         (get_next_seq_cached): Remove function.
2946         (get_next_seq): Likewise.
2947         (get_next_seq_nocache): Rename to get_next_seq.
2948         (do_compare): Remove function.
2949         (do_compare_nocache): Rename to do_compare.
2950         (STRCOLL): Remove weight and rules cache.
2952 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2954         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2955         * sysdeps/arm/sfp-machine.h: ... to here.
2956         * sysdeps/arm/Implies: Remove arm/soft-fp.
2958 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2960         * conform/data/sys/utsname.h-data (*_t): Allow.
2961         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2962         [POSIX] (WEXITED): Do not expect constant.
2963         [POSIX] (WSTOPPED): Likewise.
2964         [POSIX] (WNOHANG): Likewise.
2965         [POSIX] (WNOWAIT): Likewise.
2966         [POSIX] (siginfo_t): Do not expect type or elements.
2967         [POSIX] (pid_t): Do not expect type.
2968         [POSIX] (signal.h): Do not allow header.
2969         [POSIX] (sys/resource.h): Likewise.
2970         [POSIX] (si_*): Do not allow pattern.
2971         [POSIX] (W*): Likewise.
2972         [POSIX] (P_*): Likewise.
2973         [POSIX] (BUS_*): Likewise.
2974         [POSIX] (CLD_*): Likewise.
2975         [POSIX] (FPE_*): Likewise.
2976         [POSIX] (ILL_*): Likewise.
2977         [POSIX] (POLL_*): Likewise.
2978         [POSIX] (SEGV_*): Likewise.
2979         [POSIX] (SI_*): Likewise.
2980         [POSIX] (TRAP_*): Likewise.
2981         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2982         variable.
2984 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2986         [BZ #12926]
2987         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2988         infinite loop when __recvmsg returns 0.
2990 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2992         * CANCEL-FCT-WAIVE: Remove file.
2993         * CANCEL-FILE-WAIVE: Likewise.
2995         [BZ #14132]
2996         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2997         instead of INTVARDEF.
2998         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2999         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3000         rtld_hidden_data_def instead of INTVARDEF.
3001         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3002         * elf/dl-deps.c (expand_dst): Likewise.
3003         * elf/dl-load.c (_dl_dst_count): Likewise.
3004         (_dl_dst_substitute): Likewise.
3005         (decompose_rpath): Likewise.
3006         (_dl_init_paths): Likewise.
3007         (open_path): Likewise.
3008         (_dl_map_object): Likewise.
3009         * elf/rtld.c (dl_main): Likewise.
3010         (process_dl_audit): Likewise.
3011         (process_envvars): Likewise.
3012         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3013         Remove declaration.
3014         (__libc_enable_secure): Use rtld_hidden_proto.
3016 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3018         * elf/dl-load.c
3019         (add_path): New function broken out of _dl_rtld_di_serinfo.
3020         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3022 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3024         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3025         parentheses around macro arguments.
3026         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3027         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3028         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3029         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3030         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3031         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3032         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3033         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3034         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3035         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3036         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3037         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3038         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3039         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3040         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3041         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3042         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3043         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3044         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3045         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3046         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3047         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3048         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3049         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3050         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3051         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3052         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3053         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3054         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3055         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3056         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3057         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3058         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3059         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3060         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3061         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3062         Likewise.
3063         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3064         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3065         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3066         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3067         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3068         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3069         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3070         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3071         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3072         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3073         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3074         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3075         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3076         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3077         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3078         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3079         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3080         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3081         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3082         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3083         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3084         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3085         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3086         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3087         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3088         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3089         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3090         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3091         (_FP_FRAC_SRS_1): Likewise.
3092         (_FP_FRAC_CLZ_1): Likewise.
3093         (_FP_MUL_MEAT_1_imm): Likewise.
3094         (_FP_MUL_MEAT_1_wide): Likewise.
3095         (_FP_MUL_MEAT_1_hard): Likewise.
3096         (_FP_SQRT_MEAT_1): Likewise.
3097         (_FP_FRAC_ASSEMBLE_1): Likewise.
3098         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3099         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3100         (__FP_CLZ_2): Likewise.
3101         (_FP_MUL_MEAT_2_wide): Likewise.
3102         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3103         (_FP_MUL_MEAT_2_gmp): Likewise.
3104         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3105         (_FP_SQRT_MEAT_2): Likewise.
3106         (_FP_FRAC_ASSEMBLE_2): Likewise.
3107         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3108         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3109         (_FP_FRAC_CLZ_4): Likewise.
3110         (_FP_MUL_MEAT_4_wide): Likewise.
3111         (_FP_MUL_MEAT_4_gmp): Likewise.
3112         (_FP_SQRT_MEAT_4): Likewise.
3113         (_FP_FRAC_ASSEMBLE_4): Likewise.
3114         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3115         * soft-fp/op-common.h (_FP_CMP): Likewise.
3116         (_FP_CMP_EQ): Likewise.
3117         (_FP_CMP_UNORD): Likewise.
3118         (_FP_TO_INT): Likewise.
3119         (_FP_FROM_INT): Likewise.
3120         [!__FP_CLZ] (__FP_CLZ): Likewise.
3121         (_FP_DIV_HELP_imm): Likewise.
3122         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3123         Likewise.
3124         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3125         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3126         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3127         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3128         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3129         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3130         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3131         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3132         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3133         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3134         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3135         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3136         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3137         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3138         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3139         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3140         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3141         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3142         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3143         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3144         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3145         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3146         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3147         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3148         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3149         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3150         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3151         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3152         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3153         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3154         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3155         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3156         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3157         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3158         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3159         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3160         (FP_UNPACK_RAW_SP): Likewise.
3161         (FP_PACK_RAW_S): Likewise.
3162         (FP_PACK_RAW_SP): Likewise.
3163         (FP_UNPACK_S): Likewise.
3164         (FP_UNPACK_SP): Likewise.
3165         (FP_UNPACK_SEMIRAW_S): Likewise.
3166         (FP_UNPACK_SEMIRAW_SP): Likewise.
3167         (FP_PACK_S): Likewise.
3168         (FP_PACK_SP): Likewise.
3169         (FP_PACK_SEMIRAW_S): Likewise.
3170         (FP_PACK_SEMIRAW_SP): Likewise.
3171         (_FP_SQRT_MEAT_S): Likewise.
3172         (FP_CMP_S): Likewise.
3173         (FP_CMP_EQ_S): Likewise.
3174         (FP_CMP_UNORD_S): Likewise.
3175         (FP_TO_INT_S): Likewise.
3176         (FP_FROM_INT_S): Likewise.
3178         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3180         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3181         (FP_EX_INVALID_IMZ): Likewise.
3182         (FP_EX_INVALID_IMZ_FMA): Likewise.
3183         (FP_EX_INVALID_ISI): Likewise.
3184         (FP_EX_INVALID_ZDZ): Likewise.
3185         (FP_EX_INVALID_IDI): Likewise.
3186         (FP_EX_INVALID_SQRT): Likewise.
3187         (FP_EX_INVALID_CVI): Likewise.
3188         (FP_EX_INVALID_VC): Likewise.
3189         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3190         "invalid" exceptions.
3191         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3192         (_FP_ADD_INTERNAL): Likewise.
3193         (_FP_MUL): Likewise.
3194         (_FP_FMA): Likewise.
3195         (_FP_DIV): Likewise.
3196         (_FP_CMP_CHECK_NAN): Likewise.
3197         (_FP_SQRT): Likewise.
3198         (_FP_TO_INT): Likewise.
3199         (FP_EXTEND): Likewise.
3201 2014-10-09  Allan McRae  <allan@archlinux.org>
3203         * po/fr.po: Update French translation from translation project.
3205 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3207         [BZ #14132]
3208         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3209         of INTDEF.
3210         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3211         (__cxa_atexit): Use libc_hidden_proto.
3212         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3214         [BZ #14132]
3215         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3216         declaration.
3217         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3218         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3219         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3220         [!_ISOMAC] (__iswctype_internal): Likewise.
3221         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3222         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3223         alias.
3224         (fcntl): Remove __fcntl_internal alias.
3225         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3226         __connect_internal alias.
3227         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3228         Likewise.
3230         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3231         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3232         FP_DENORM_ZERO.
3233         (_FP_CHECK_FLUSH_ZERO): New macro.
3234         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3235         (_FP_CMP): Likewise.
3236         (_FP_CMP_EQ): Likewise.
3237         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3238         FP_DENORM_ZERO.
3239         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3240         (FP_TRUNC): Likewise.
3242         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3243         treated as invalid conversion, not as normal exponent.
3245         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3246         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3247         (_FP_CMP_EQ): Likewise.
3248         (_FP_CMP_UNORD): Likewise.
3249         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3250         (FP_CMP_EQ_D): Likewise.
3251         (FP_CMP_UNORD_D): Likewise.
3252         * soft-fp/extended.h (FP_CMP_E): Likewise.
3253         (FP_CMP_EQ_E): Likewise.
3254         (FP_CMP_UNORD_E): Likewise.
3255         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3256         (FP_CMP_EQ_Q): Likewise.
3257         (FP_CMP_UNORD_Q): Likewise.
3258         * soft-fp/single.h (FP_CMP_S): Likewise.
3259         (FP_CMP_EQ_S): Likewise.
3260         (FP_CMP_UNORD_S): Likewise.
3261         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3262         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3263         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3264         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3265         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3266         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3267         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3268         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3269         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3270         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3271         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3272         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3273         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3274         to FP_CMP_Q.
3275         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3276         FP_CMP_Q.
3277         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3278         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3279         FP_CMP_EQ_Q.
3280         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3281         FP_CMP_Q.
3282         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3283         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3284         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3285         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3286         FP_CMP_EQ_Q.
3287         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3288         FP_CMP_Q.
3289         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3290         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3291         FP_CMP_EQ_Q.
3292         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3293         FP_CMP_Q.
3294         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3295         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3296         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3297         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3298         FP_CMP_EQ_Q.
3300         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3301         a subnormal result, set the underflow exception if trapping on
3302         underflow is enabled.
3303         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3304         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3305         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3306         redefine to 0.
3307         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3308         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3309         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3310         * soft-fp/extendxftf2.c (__extendxftf2): Use
3311         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3313         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3314         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3315         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3316         FP_HANDLE_EXCEPTIONS.
3317         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3318         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3319         FP_HANDLE_EXCEPTIONS.
3320         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3321         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3322         FP_HANDLE_EXCEPTIONS.
3323         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3324         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3325         FP_HANDLE_EXCEPTIONS.
3327 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3329         [BZ #14132]
3330         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3331         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3332         use INTUSE.
3333         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3334         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3335         Remove alias.
3336         (__adjtimex): Define using libc_hidden_ver.
3337         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3338         Remove declaration.
3339         (ntp_gettime): Call __adjtimex directly.
3340         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3341         Remove declaration.
3342         (ntp_gettimex): Call __adjtimex directly.
3343         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3344         __adjtimex_internal alias.
3346 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3348         [BZ #17460]
3349         * nscd/nscd.c (more_help): Rewrite list of tables collection
3350         using xstrdup and asprintf.
3352         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3354 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3355             Roland McGrath  <roland@hack.frob.com>
3357         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3358         (do_lookup_unique): ... local function 'enter' here; update callers.
3360 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3362         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3363         compat_symbol calls on [SHARED].
3364         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3365         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3366         Remove.
3367         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3368         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3369         (oldsetrlimit): Remove.
3370         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3372         (lchown): New syscall entry.
3373         (oldsetrlimit): Remove.
3374         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3375         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3376         (oldsetrlimit): Remove.
3377         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3379         [BZ #14138]
3380         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3381         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3382         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3383         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3384         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3385         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3386         (fchown): Likewise.
3387         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3388         (fchown): Likewise.
3389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3390         Likewise.
3392 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3394         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3395         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3396         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3397         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3398         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3399         Likewise.
3400         (__old_sem_post): Likewise.
3402 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3404         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3405         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3406         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3407         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3408         Use INLINE_VSYSCALL macro.
3409         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3410         __vdso_clock_gettime.
3411         * sysdeps/unix/sysv/linux/tile/init-first.c
3412         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3413         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3414         __vdso_clock_gettime.
3416         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3417         to set up frame more cleanly.
3419         * sysdeps/tile/memcmp.c: New file.
3421         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3423         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3424         * sysdeps/tile/tilegx/strcasestr.c: New file.
3425         * sysdeps/tile/tilegx/strnlen.c: New file.
3426         * sysdeps/tile/tilegx/strstr.c: New file.
3428         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3430 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3432         * nptl/tst-setuid3.c: Write errors to stdout.
3434 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3436         * elf/dl-deps.c
3437         (preload): New functions broken out of _dl_map_object_deps.
3438         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3440 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3442         [BZ #14138]
3443         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3444         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3446 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3448         * sysdeps/mips/strcmp.S: New.
3450 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3452         [BZ #14138]
3453         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3454         (linkat): Likewise.
3455         (mkdirat): Likewise.
3456         (readlinkat): Likewise.
3457         (renameat): Likewise.
3458         (symlinkat): Likewise.
3459         (unlinkat): Likewise.
3460         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3461         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3462         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3463         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3464         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3465         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3466         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3468 2014-09-30  Will Newton  <will.newton@linaro.org>
3470         * math/math.h: Define long double math functions if
3471         _LIBC_TEST is defined.
3472         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3474         * localedata/Makefile: Move assignment to tests-special
3475         into an ifdef testing run-built-tests.
3476         * timezone/Makefile: Likewise.
3478 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3480         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3481         with $(BASH) not $(SHELL).
3483 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3484             Matthew LeGendre  <legendre1@llnl.gov>
3486         [BZ #17411]
3487         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3488         l_reloc_result.
3490 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3492         * stdio-common/printf_fp.c
3493         (hack_digit): New function, broken out of ...
3494         (__printf_fp): ... local function here.  Update call sites.
3495         hack_digit now takes an additional parameter that is a pointer
3496         to a struct of the referenced locals.  Those locals moved inside
3497         the struct and references updated.
3499 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3501         * aclocal.m4: Require autoconf 2.69.
3502         * configure: Regenerated.
3503         * sysdeps/aarch64/configure: Likewise.
3504         * sysdeps/alpha/configure: Likewise.
3505         * sysdeps/arm/armv7/configure: Likewise.
3506         * sysdeps/arm/configure: Likewise.
3507         * sysdeps/ia64/configure: Likewise.
3508         * sysdeps/mach/configure: Likewise.
3509         * sysdeps/mips/configure: Likewise.
3510         * sysdeps/s390/configure: Likewise.
3511         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3514         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3515         file.
3516         * sysdeps/ia64/configure.ac: Likewise.
3518 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3521         specify symbol version for ld.so.  Do not include entry for
3522         libpthread.
3523         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3524         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3525         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3527         [BZ #14171]
3528         * Makeconfig [$(build-shared) = yes]
3529         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3530         makefiles.
3531         [$(build-shared) = yes && $(soversions.mk-done) = t]
3532         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3533         [$(build-shared) = yes && $(soversions.mk-done) = t]
3534         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3535         to Makerules.
3536         [$(build-shared) = yes && $(soversions.mk-done) = t]
3537         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3538         here.
3539         [$(build-shared) = yes && $(soversions.mk-done) = t]
3540         (common-generated): Don't append gnu/lib-names.h and
3541         gnu/lib-names.stmp here.
3542         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3543         (lib-names-h-abi): New variable.
3544         [$(build-shared) = yes && $(soversions.mk-done) = t]
3545         (lib-names-stmp-abi): Likewise.
3546         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3547         abi-variants] (before-compile): Append
3548         $(common-objpfx)$(lib-names-h-abi).
3549         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3550         abi-variants] (common-generated): Append gnu/lib-names.h.
3551         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3552         abi-variants] (install-others-nosubdir): Depend on
3553         $(inst_includedir)/$(lib-names-h-abi).
3554         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3555         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3556         [$(build-shared) = yes && $(soversions.mk-done) = t]
3557         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3558         [$(build-shared) = yes && $(soversions.mk-done) = t]
3559         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3560         [$(build-shared) = yes && $(soversions.mk-done) = t]
3561         (common-generated): Append $(lib-names-h-abi) and
3562         $(lib-names-stmp-abi).
3563         * scripts/lib-names.awk: Do not handle multi being set.
3564         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3565         Remove variable.
3566         (abi-lp64_be-ld-soname): Likewise.
3567         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3568         Likewise.
3569         (abi-hard-ld-soname): Likewise.
3570         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3571         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3572         Remove variable.
3573         (abi-o32_hard-ld-soname): Likewise.
3574         (abi-o32_soft_2008-ld-soname): Likewise.
3575         (abi-o32_hard_2008-ld-soname): Likewise.
3576         (abi-n32_soft-ld-soname): Likewise.
3577         (abi-n32_hard-ld-soname): Likewise.
3578         (abi-n32_soft_2008-ld-soname): Likewise.
3579         (abi-n32_hard_2008-ld-soname): Likewise.
3580         (abi-n64_soft-ld-soname): Likewise.
3581         (abi-n64_hard-ld-soname): Likewise.
3582         (abi-n64_soft_2008-ld-soname): Likewise.
3583         (abi-n64_hard_2008-ld-soname): Likewise.
3584         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3585         Likewise.
3586         (abi-64-v2-ld-soname): Likewise.
3587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3588         ld.so entries.
3589         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3590         variable.
3591         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3592         entry.
3593         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3594         variable.
3595         (abi-64-ld-soname): Likewise.
3596         (abi-x32-ld-soname): Likewise.
3597         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3598         entry.
3599         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3601 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3603         [BZ #14138]
3604         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3605         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3606         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3607         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3608         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3609         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3610         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3611         syscall entry for GLIBC_2.2 symbol version.
3612         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3613         Likewise.
3614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3615         (setrlimit): Likewise.
3616         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3617         Likewise.
3619 2014-09-23  Will Newton  <will.newton@linaro.org>
3621         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3622         _LINUX_ARM_SYSDEP_H include guard too.
3623         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3624         define.
3626 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3628         * sysdeps/unix/sysv/linux/eventfd.c:
3629         Make first argument unsigned.
3630         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3631         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3633 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3635         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3636         * socket/sys/socket.h: Likewise
3637         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3639 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3641         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3643 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3645         * time/tst-ftime.c: New test.
3646         * time/Makefile (tests): Add tst-ftime.
3648 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3650         * soft-fp/extended.h: Fix comment formatting.
3651         * soft-fp/op-1.h: Likewise.
3652         * soft-fp/op-2.h: Likewise.
3653         * soft-fp/op-4.h: Likewise.
3654         * soft-fp/op-8.h: Likewise.
3655         * soft-fp/op-common.h: Likewise.
3656         * soft-fp/soft-fp.h: Likewise.
3658         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3660 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3662         [BZ #6652]
3663         * Makeconfig (soversions-default-setname): Remove variable.
3664         ($(common-objpfx)soversions.i): Don't pass default_setname to
3665         soversions.awk.
3666         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3667         oldest_abi to abi-versions.awk.
3668         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3669         * config.make.in (oldest-abi): Remove variable.
3670         * configure.ac (--enable-oldest-abi): Remove configure option.
3671         * configure: Regenerated.
3672         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3673         text.
3674         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3675         * scripts/soversions.awk: Do not handle default_setname variable.
3676         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3677         variable.
3678         * sysdeps/mach/hurd/configure: Regenerated.
3679         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3680         variable.
3681         * sysdeps/unix/sysv/linux/configure: Regenerated.
3683 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3685         * elf/Makefile (CFLAGS-interp.c): Remove.
3686         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3687         path string.
3688         * elf/interp.c: Include generated runtime-linker.h
3690         * Makerules (lib%.so): Don't include $(+interp) in
3691         prerequisites.
3692         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3693         * dlfcn/eval.c: Remove file.
3695         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3696         macros.
3698         [BZ #17266]
3699         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3700         4.2 and newer.
3702         [BZ #17370]
3703         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3705 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3706             Jakub Jelinek  <jakub@redhat.com>
3708         [BZ #17266]
3709         * libio/stdio.h: Check definition of __fortify_function
3710         instead of __extern_always_inline to include bits/stdio2.h.
3711         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3712         check if __extern_always_inline is defined.
3713         [__USE_MISC || __USE_XOPEN]: Likewise.
3714         [__USE_ISOC99] Likewise.
3715         * misc/sys/cdefs.h (__fortify_function): Define only if
3716         __extern_always_inline is defined.
3717         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3718         __extern_always_inline and __extern_inline only for g++-4.3
3719         and newer or a compatible gcc.
3721 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3723         [BZ #17371]
3724         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3725         last change to handle zero prefix length.
3727 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3729         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3730         _SC_REGEX_VERSION.
3732         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3733         _POSIX_RAW_SOCKETS.
3735 2014-09-13  Allan McRae  <allan@archlinux.org>
3737         * po/ru.po: Update Russian translation from translation project.
3739 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3741         * locale/programs/locale.c (show_locale_vars): Inline local function
3742         into its sole call site.  Clean up some style nits.
3743         (print_item): New function, broken out of ...
3744         (show_info): ... local function here.  Clean up style nits.
3746         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3747         out of ...
3748         (set_class_defaults): ... local function set_default here.
3749         Define set_default as a macro locally to pass constant parameters.
3750         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3751         rather than a shared local.
3753         * stdlib/rpmatch.c (try): New function, broken out of ...
3754         (rpmatch): ... local function here.  Also, prototypify definition.
3756 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3758         * scripts/soversions.awk: Do not handle configuration names.
3759         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3760         vendor and os variables to soversions.awk.
3761         * configure.ac: Do not modify gnu-* host_os.
3762         * configure: Regenerated
3763         * shlib-versions: Remove first column with configuration names.
3764         * nptl/shlib-versions: Likewise.
3765         * nptl_db/shlib-versions: Likewise.
3766         * sysdeps/hppa/shlib-versions: Likewise.
3767         * sysdeps/m68k/shlib-versions: Likewise.
3768         * sysdeps/mach/hurd/shlib-versions: Likewise.
3769         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3770         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3771         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3772         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3773         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3774         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3775         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3776         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3778         Likewise.
3779         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3780         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3781         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3782         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3783         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3784         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3785         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3786         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3789         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3791         Regenerated.
3792         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3794         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3796         * shlib-versions: Remove OS-specific entries.  Moved to files in
3797         sysdeps.
3798         * sysdeps/mach/hurd/shlib-versions: New file.
3799         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3801         * nptl/shlib-versions: Remove architecture-specific entries.
3802         Moved to files in sysdeps.
3803         * shlib-versions: Likewise.
3804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3805         file.
3806         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3807         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3808         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3809         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3811         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3812         (UDP_NO_CHECK6_RX): Likewise.
3814 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3816         * sysdeps/posix/sysconf.c (__sysconf): Spell
3817         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3819 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3821         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3822         loading.
3823         * iconv/Versions (__gconv_transliterate): Export for use from
3824         gconv modules.
3825         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3826         (struct __gconv_trans_data, __gconv_trans_fct,
3827         __gconv_trans_context_fct, __gconv_trans_query_fct,
3828         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3829         definitions.
3830         (struct __gconv_step_data): Remove __trans member.
3831         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3832         longer hidden.  Remove unused trans_data argument.
3833         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3834         (__gconv_translit_find): Remove declaration.
3835         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3836         prototype.
3837         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3838         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3839         trans_data argument.  Add hidden definition.
3840         (__gconv_translit_find): Remove.
3841         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3842         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3843         * iconv/skeleton.c: Remove transliteration initialization.
3844         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3845         __gconv_step_data initialization.
3846         * libio/iofwide.c (__libio_translit_): Remove.
3847         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3848         * wcsmbs/btowc.c (__btowc): Likewise.
3849         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3850         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3851         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3852         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3853         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3854         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3855         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3856         * wcsmbs/wctob.c (wctob): Likewise.
3858 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3860         [BZ #16194]
3861         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3862         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3863         register usage.
3864         * sysdeps/x86/Makefile: Adjust.
3866 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3867             Roland McGrath  <roland@hack.frob.com>
3869         * locale/weight.h: Add include guard.
3870         (findidx): Make static rather than auto; take new parameters
3871         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3872         * locale/weightwc.h: Likewise.
3873         * posix/fnmatch_loop.c
3874         (FCT): Change type of EXTRA from int32_t to wint_t.
3875         Don't include either header inside the function.
3876         Call FINDIDX rather than findidx, and pass new arguments.
3877         #undef FINDIDX at the end of the file.
3878         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3879         FINDIDX before including fnmatch_loop.c for the non-wide version.
3880         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3881         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3882         for the wide version.
3883         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3884         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3885         Pass new arguments to findidx.
3886         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3887         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3888         Don't #include it inside the function.  Pass new arguments to findidx.
3889         * posix/regex_internal.h
3890         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3891         (re_string_elem_size_at): Don't #include it inside the function.
3892         Pass new arguments to findidx.
3893         * string/strcoll_l.c: #include WEIGHT_H at top level.
3894         (get_next_seq): Don't #include it inside the function.
3895         Pass new arguments to findidx.
3896         (get_next_seq_nocache): Likewise.
3897         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3898         (STRXFRM): Don't #include it inside the function.
3899         Pass new arguments to findidx.
3901 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3903         [BZ #17344]
3904         * malloc/malloc.c (unlink): Turn asserts into a call to
3905         malloc_printerr.
3907 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3909         [BZ #17370]
3910         * libio/wfileops (do_ftell_wide): Free OUT.
3912 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3914         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3916 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3918         [BZ #17363]
3919         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3920         group if the current group is empty.
3922 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3924         * benchtests/bench-memset.c (test_main): Add more test from size
3925         from 32 to 512 bytes.
3926         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3927         Add POWER8 memset object.
3928         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3929         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3930         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3931         implementation.
3932         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3933         Likewise.
3934         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3935         multiarch POWER8 memset optimization.
3936         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3937         POWER8 memset optimization.
3939         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3940         Remove bzero multiarch objects.
3941         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3942         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3943         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3944         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3945         Remove define.
3946         [__bzero]: Redefine to specific name.
3947         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3948         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3949         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3950         define.
3951         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3952         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3954 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3956         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3957         warnings into errors.
3959         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3960         __cxa_thread_atexit_impl prototype.
3962 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3964         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3965         Fix capitalization of error message.
3967 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3969         * sysdeps/mips/preconfigure: Modify ABI tests.
3971 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3973         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3975 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3976             Carlos O'Donell  <carlos@systemhalted.org>
3978         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3979         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3980         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3981         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3982         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3983         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3984         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3985         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3986         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3987         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3988         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3989         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3990         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3991         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3992         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3993         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3994         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3995         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3996         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3997         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3998         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3999         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4000         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4001         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4002         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4003         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4004         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4005         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4006         Deconditionalize the code that was previously under [RESET_PID].
4007         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4008         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4009         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4010         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4011         include sysdep.h.
4013 2014-09-08  Allan McRae  <allan@archlinux.org>
4015         * version.h (RELEASE): Set to "development".
4016         (VERSION): Set to "2.20.90"
4018 2014-09-07  Allan McRae  <allan@archlinux.org
4020         * version.h (RELEASE): Set to "stable".
4021         (VERSION): Set to "2.20"
4022         * include/features.h (__GLIBC_MINOR__): Set to 20.
4024         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4025         Liebler.
4027         * po/ko.po: Update Korean translation from translation project.
4029 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4031         [BZ #17354]
4032         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4033         macro for handling signed relocations.
4035 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4037         [BZ #17325]
4038         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4039         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4040         assert.
4041         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4042         * iconvdata/ibm935.c (BODY): Likewise.
4043         * iconvdata/ibm937.c (BODY): Likewise.
4044         * iconvdata/ibm939.c (BODY): Likewise.
4045         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4046         assert.
4047         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4048         script.
4049         * iconvdata/run-iconv-test.sh: New test loop for checking for
4050         decoder crashers.
4052 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4054         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4055         libm_hidden_ver.
4057 2014-09-01  Allan McRae  <allan@archlinux.org>
4059         * po/eo.po: Update Esperanto translation from translation project.
4061         * po/ca.po: Update Catalan translation from translation project.
4063 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4065         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4066         __proc_dostop call.
4068 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4070         [BZ #17319]
4071         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4072         to call set_thread_area instead of hand written asm.
4073         (__NR_set_thread_area): Removed define.
4074         (TLS_FLAG_WRITABLE): Likewise.
4075         (__ASSUME_SET_THREAD_AREA): Remove check.
4076         (TLS_EBX_ARG): Remove define.
4077         (TLS_LOAD_EBX): Likewise.
4079 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4081         Simplify atomicity of socket creation in bind.
4083         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4084         looking up the name after linking the file.
4086 2014-08-27  Allan McRae  <allan@archlinux.org>
4088         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4090 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4092         [BZ #17187]
4093         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4094         trans_compare, open_translit, __gconv_translit_find):
4095         Remove module loading code.
4097 2014-08-26  Allan McRae  <allan@archlinux.org>
4099         * po/vi.po: Update Vietnamese translation from translation project.
4101         * po/uk.po: Update Ukrainian translation from translation project.
4103         * po/fr.po: Update French translation from translation project.
4105         * po/ru.po: Update Russian translation from translation project.
4107         * po/pl.po: Update Polish translation from translation project.
4109         * po/cs.po: Update Czech translation from translation project.
4111         * po/de.po: Update German translation from translation project.
4113         * po/bg.po: Update Bulgarian translation from translation project.
4115         * po/sv.po: Update Sweedish translation from translation project.
4117         * po/nl.po: Update Dutch translation from translation project.
4119         * po/es.po: Update Spanish translation from translation project.
4121 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4123         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4125         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4126         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4127         (CPPFLAGS-iconvconfig): Likewise.
4128         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4130         * include/libc-symbols.h: Remove unnecessary check for
4131         NOT_IN_libc.
4132         * nptl/pthreadP.h: Likewise.
4133         * sysdeps/aarch64/setjmp.S: Likewise.
4134         * sysdeps/alpha/setjmp.S: Likewise.
4135         * sysdeps/arm/sysdep.h: Likewise.
4136         * sysdeps/i386/setjmp.S: Likewise.
4137         * sysdeps/m68k/setjmp.c: Likewise.
4138         * sysdeps/posix/getcwd.c: Likewise.
4139         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4140         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4141         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4142         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4143         * sysdeps/sh/sh3/setjmp.S: Likewise.
4144         * sysdeps/sh/sh4/setjmp.S: Likewise.
4145         * sysdeps/unix/alpha/sysdep.h: Likewise.
4146         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4147         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4148         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4149         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4152         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4153         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4154         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4155         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4156         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4157         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4158         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4159         * sysdeps/x86_64/setjmp.S: Likewise.
4161 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4163         [BZ #17263]
4164         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4165         <stdint.h>.
4166         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4167         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4169 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4171         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4173         [BZ #17262]
4174         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4175         and __x86_64__ when disabling x87 inline functions.
4177 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4179         [BZ #17259]
4180         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4181         asm statement with __cpuid_count.
4183 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4185         * configure.ac: Change __ehdr_start code to dereference the struct.
4186         Run readelf on the output to look for relocations.
4187         * configure: Regenerated.
4189 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4191         [BZ #17261]
4192         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4193         value to 0.
4194         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4196 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4198         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4200 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4202         [BZ #16892]
4203         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4204         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4206 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4208         * malloc/malloc.c: Fix typo in comment.
4210 2014-08-09  Allan McRae  <allan@archlinux.org>
4212         * Regenerate libc.po.
4214 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4216         * intl/tst-gettext2.sh: Check every lang file for creation.
4218 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4220         * sysdeps/aarch64/fpu/math_private.h
4221         (libc_feholdsetround_noex_aarch64_ctx): New function.
4223 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4225         * sysdeps/arm/armv6/strcpy.S (strcpy):
4226         Fix performance issue in misaligned cases.
4228 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4230         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4231         Move definition from termios.h.
4232         (struct termio): Likewise.
4233         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4234         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4235         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4236         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4237         Likewise.
4238         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4239         Move definition to ioctl-types.h
4240         (struct termio): Likewise.
4241         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4242         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4243         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4244         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4245         Likewise.
4247 2014-08-05  Richard Henderson  <rth@redhat.com>
4249         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4250         exceptions.
4251         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4252         Add fraiseexcpt.
4253         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4254         Use __feraiseexcept.
4255         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4256         Protect libm symbols with IS_IN_libm.
4258         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4260 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4262         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4264 2014-08-04  Will Newton  <will.newton@linaro.org>
4266         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4267         file.
4269 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4271         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4272         variants for each function.
4274 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4276         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4277         appended ...
4278         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4279         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4280         appended ...
4281         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4282         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4283         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4284         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4285         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4286         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4287         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4288         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4289         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4290         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4291         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4292         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4293         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4294         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4295         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4296         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4297         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4298         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4299         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4300         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4301         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4302         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4303         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4304         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4305         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4306         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4307         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4308         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4309         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4310         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4311         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4312         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4313         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4314         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4315         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4316         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4317         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4318         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4319         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4320         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4321         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4322         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4323         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4324         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4325         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4326         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4327         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4328         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4329         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4330         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4331         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4332         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4333         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4334         Update #include.
4335         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4336         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4338 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4340         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4341         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4342         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4343         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4344         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4345         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4347 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4349         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4350         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4351         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4352         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4354 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4356         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4357         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4358         (__libc_vfork): Define function under this name.
4359         (__vfork): Define as an alias.
4360         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4361         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4363 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4365         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4366         that was previously under [RESET_PID].
4367         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4369 2014-08-04  Andreas Schwab  <schwab@suse.de>
4371         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4373 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4375         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4376         (main): Likewise.
4378 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4380         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4382 2014-08-01  Richard Henderon  <rth@redhat.com>
4384         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4385         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4386         typo in exact zero test.
4387         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4388         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4389         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4391 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4393         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4394         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4395         * sysdeps/arm/sysdep.h: ... here.
4396         [!__ASSEMBLER__]: Include <stdint.h>.
4398 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4400         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4401         (HAVE_WCTYPE_H): Likewise.
4402         (HAVE_ISWCTYPE): Likewise.
4403         (ENABLE_NLS): Likewise.
4404         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4405         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4407         * posix/regex_internal.c: Check if DEBUG is defined and is
4408         set.
4410         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4411         (HAVE_MBSRTOWCS): Likewise.
4412         * posix/fnmatch.c: Include string.h unconditionally.
4414 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4416         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4417         reversal.
4419 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4421         * sysdeps/generic/safe-fatal.h: New file.
4422         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4423         * nptl/forward.c: Include it.
4424         (__pthread_unwind): Use __safe_fatal as default action, rather
4425         than a bogus use of INTERNAL_SYSCALL that could never work.
4427         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4428         * configure.ac (libc_cv_builtin_trap): New test.
4429         * configure: Regenerated.
4430         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4431         (ABORT_INSTRUCTION): Define using __builtin_trap.
4433         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4434         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4435         * sysdeps/nptl/nptl-signals.h: New file.
4436         * nptl/pthreadP.h: Include <nptl-signals.h>.
4438 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4440         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4441         (ONE_DIRECTION): Define.
4442         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4443         (ONE_DIRECTION): Define.
4444         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4445         (ONE_DIRECTION): Define.
4447 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4449         * sysdeps/s390/Makefile: Delete file.
4450         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4451         * sysdeps/s390/__longjmp.c: Delete file.
4452         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4453         Remove fields __flags and __reserved.
4454         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4455         and add versioning.
4456         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4457         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4458         * sysdeps/s390/rtld-setjmp.S: Likewise.
4459         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4460         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4461         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4462         * sysdeps/s390/s390-32/setjmp.S: ... here.
4463         Add versioning.
4464         (__sigsetjmp): Remove setting __flags field.
4465         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4466         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4467         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4468         * sysdeps/s390/s390-64/setjmp.S: ... here.
4469         Add versioning.
4470         (__sigsetjmp): Remove setting __flags field.
4471         * sysdeps/s390/setjmp.S: Delete file.
4472         * sysdeps/s390/sigjmp.c: Likewise.
4473         * sysdeps/s390/v1-longjmp.c: Likewise.
4474         * sysdeps/s390/v1-setjmp.h: Likewise.
4475         * sysdeps/s390/v1-sigjmp.c: Likewise.
4476         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4477         Remove v1-longjmp_chk.
4478         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4479         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4480         Include debug/longjmp_chk.c and add versioning.
4481         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4482         Include nptl/pt-longjmp.c and add versioning.
4483         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4484         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4485         Include __longjmp.c.
4486         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4487         Move to ...
4488         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4489         (__getcontext): Remove setting __flags field.
4490         Add versioning.
4491         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4492         Don't restore upper high grps.
4493         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4494         Likewise.
4495         (__swapcontext): Remove setting uc_flags field.
4496         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4497         Delete file.
4498         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4499         Include __longjmp.c.
4500         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4501         Move to ...
4502         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4503         (__getcontext): Remove setting __flags field.
4504         Add versioning.
4505         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4506         (__swapcontext): Remove setting uc_flags field.
4507         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4508         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4509         Remove fields uc_high_gprs and __reserved.
4510         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4511         New file with reverted content.
4512         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4513         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4514         Regenerated.
4515         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4516         Regenerated.
4518 2014-07-31  Andreas Schwab  <schwab@suse.de>
4520         * config.h.in (HAVE_IFUNC): Define to 0.
4521         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4522         definedness.
4524 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4526         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4527         memmove-avx-unaligned, memcpy-avx-unaligned and
4528         mempcpy-avx-unaligned.
4529         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4530         Add tests for AVX memcpy functions.
4531         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4532         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4533         memcpy_chk.
4534         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4535         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4536         memmove_chk.
4537         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4538         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4539         mempcpy_chk.
4540         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4541         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4542         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4544 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4546         [BZ #17213]
4547         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4548         powerpc64le.
4550 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4552         [BZ #16839]
4553         * manual/llio.texi: Add section about open file description locks.
4554         * manual/examples/ofdlocks.c: Example of open file description
4555         lock usage.
4556         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4557         F_OFD_SETLK, and F_OFD_SETLKW.
4559 2014-07-23  Allan McRae  <allan@archlinux.org>
4561         * po/es.po: Update Spanish translation from translation project.
4563 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4565         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4567 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4569         [BZ #17078]
4570         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4571         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4572         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4574 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4576         [BZ #17088]
4577         * math/fesetenv.c (__fesetenv)
4578         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4579         * math/feupdateenv.c (__feupdateenv)
4580         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4582         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4583         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4584         (__ASSUME_SOCKETCALL): Do not define.
4586         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4587         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4588         (__ASSUME_SOCKETCALL): Do not define.
4589         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4590         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4591         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4592         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4593         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4594         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4595         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4596         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4598         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4599         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4600         (__ASSUME_SOCKETCALL): Do not define.
4601         (__ASSUME_IPC64): Define unconditionally.
4602         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4603         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4604         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4605         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4606         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4607         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4608         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4609         Likewise.
4611         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4612         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4613         (__ASSUME_SOCKETCALL): Do not define.
4614         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4615         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4616         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4617         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4618         (__ASSUME_REQUEUE_PI): Define unconditionally.
4619         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4620         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4621         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4622         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4623         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4624         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4626         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4627         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4628         (__ASSUME_SOCKETCALL): Do not define.
4629         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4630         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4631         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4632         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4633         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4634         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4636         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4637         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4638         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4639         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4640         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4641         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4642         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4643         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4644         (__ASSUME_GETCPU_SYSCALL): Likewise.
4646         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4647         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4648         cases for individual architectures.
4649         * sysdeps/gnu/configure: Regenerated.
4650         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4651         LIBC_SLIBDIR_RTLDDIR.
4652         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4653         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4654         LIBC_SLIBDIR_RTLDDIR.
4655         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4657         LIBC_SLIBDIR_RTLDDIR.
4658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4659         Regenerated.
4660         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4661         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4662         file.
4663         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4664         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4665         file.
4666         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4667         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4668         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4669         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4671         * sysdeps/aarch64/shlib-versions: Move to ...
4672         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4673         * sysdeps/alpha/shlib-versions: Move to ...
4674         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4675         * sysdeps/arm/shlib-versions: Move to ...
4676         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4677         * sysdeps/hppa/shlib-versions: Move all contents except for
4678         libgcc_s entry to ...
4679         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4680         entry from ...
4681         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4682         * sysdeps/ia64/shlib-versions: Move to ...
4683         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4684         entry from ...
4685         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4686         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4687         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4688         * sysdeps/microblaze/shlib-versions: Move to ...
4689         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4690         * sysdeps/mips/shlib-versions: Move to ...
4691         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4692         entry from ...
4693         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4694         * sysdeps/tile/shlib-versions: Move to ...
4695         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4696         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4697         from ...
4698         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4699         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4700         entry from ...
4701         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4703 2014-07-17  Will Newton  <will.newton@linaro.org>
4705         * sysdeps/arm/bits/atomic.h
4706         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4707         (__arch_compare_and_exchange_bool_16_int): Likewise.
4708         (__arch_compare_and_exchange_bool_64_int): Likewise.
4710         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4711         into an #else block.
4713 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4715         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4716         just Linux configurations.  Test empirically that the compiler sets
4717         __ARM_EABI__, rather than using the tuple to decide.
4718         * sysdeps/arm/preconfigure: Regenerated.
4719         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4720         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4721         contents appended ...
4722         * sysdeps/arm/configure.ac: ... here.
4723         * sysdeps/arm/configure: Regenerated.
4725 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4727         * nptl/pthread_kill.c: New file.
4728         * nptl/pthread_sigmask.c: New file.
4729         * nptl/pthread_sigqueue.c: New file.
4731         * sysdeps/nptl/lowlevellock.h: New file.
4732         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4733         * sysdeps/nptl/lowlevellock-futex.h: New file.
4735         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4736         Remove dead declarations.
4738 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4740         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4741         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4742         config-cflags-avx2.
4743         * sysdeps/x86_64/configure.ac: Likewise.
4744         * sysdeps/i386/configure: Regenerated.
4745         * sysdeps/x86_64/configure: Likewise.
4746         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4747         memset-avx2 only if config-cflags-avx2 is yes.
4748         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4749         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4750         defined.
4751         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4752         only if HAVE_AVX2_SUPPORT is defined.
4753         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4755 2014-07-14  Alan Modra  <amodra@gmail.com>
4757         [BZ #17153]
4758         * elf/elf.h (DT_PPC64_NUM): Correct value.
4759         * NEWS: Add to fixed bug list.
4761 2014-07-13  Jim Meyering  <meyering@fb.com>
4763         [BZ 17150]
4764         regex: don't deref NULL upon heap allocation failure
4765         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4766         failure in one more place.
4767         To trigger the segfault, configure grep -with-included-regex,
4768         build it, and run these commands:
4769         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4771 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4773         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4775 2014-07-11  Richard Henderson  <rth@redhat.com>
4777         * sysdeps/aarch64/libm-test-ulps: Update.
4779 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4781         [BZ #17135]
4782         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4783         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4784         (__nptl_setxid): Initialize error member.  Call
4785         __nptl_setxid_error.
4786         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4787         * nptl/descr.h (struct xid_command): Add error member.
4788         * nptl/tst-setuid3.c: New file.
4789         * nptl/Makefile (tests): Add it.
4791 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4793         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4794         New define.
4795         (__lll_trylock): Use __lll_base_trylock.
4796         (__lll_cond_trylock): Likewise.
4798 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4800         * nptl/pthread_create.c (start_thread): Use atomic_or and
4801         lll_futex_wake directly rather than lll_robust_dead.
4802         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4803         (lll_robust_dead): Macro removed.
4804         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4805         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4806         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4807         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4808         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4809         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4810         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4811         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4812         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4813         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4814         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4815         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4816         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4817         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4818         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4820         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4821         Use atomic_compare_and_exchange_val_acq directly rather than
4822         lll_robust_trylock.
4823         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4824         (__lll_robust_trylock, lll_robust_trylock): Removed.
4825         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4826         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4827         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4828         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4829         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4830         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4831         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4832         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4833         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4834         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4835         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4836         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4837         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4838         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4840 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4842         * manual/locale.texi (Locale Names): New section documenting
4843         locale name syntax.  Adjust menu and node chaining accordingly.
4844         (Choosing Locale): Reference Locale Names, Locale Categories.
4845         Mention setting LC_ALL=C.  Reflect that name syntax is now
4846         documented.
4847         (Locale Categories): New section title.  Reference Locale Names.
4848         LC_ALL is an environment variable, but not a category.
4849         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4850         description, now in Locale Name.  Reference that section.  Locale
4851         name syntax is now documented.
4853 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4855         [BZ #17137]
4856         * locale/findlocale.c (name_present, valid_locale_name): New
4857         functions.
4858         (_nl_find_locale): Use the loc_name variable to store name
4859         candidates.  Call name_present and valid_locale_name to check and
4860         validate locale names.  Return an error if the locale is invalid.
4862 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4864         * locale/setlocale.c (setlocale): Use strdup for allocating
4865         composite name copy.
4867 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4869         Sync up with gnulib.
4870         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4871         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4872         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4873         and _GL_ARG_NONNULL.
4874         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4875         [!_LIBC]: Include code for Windows and Cygwin.
4876         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4877         Include prototype for int strerror_r.
4878         [!_LIBC] (is_open): New function.
4879         (flush_stdout): New function.
4880         (print_errno_message): Use it.
4881         (error): Likewise.
4882         (error_at_line): Likewise.
4883         (error_tail) Add function attribute macros.  Use
4884         __builtin_expect.
4886         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4888         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4890         * io/ftw.c: Include sys/param.h unconditionally.
4892         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4894         [BZ #17125]
4895         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4896         libc_freeres_ptr.
4897         (freecache): New function to free CACHE on exit.
4899         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4900         initialization.
4902 2014-07-09  David S. Miller  <davem@davemloft.net>
4904         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4906         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4907         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4908         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4909         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4910         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4911         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4912         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4913         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4914         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4915         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4916         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4917         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4918         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4920 2014-07-09  Andreas Schwab  <schwab@suse.de>
4922         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4923         output.
4924         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4925         (do_test): Likewise.
4927         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4929 2014-07-09  Will Newton  <will.newton@linaro.org>
4931         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4932         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4933         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4934         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4935         * sysdeps/hppa/start.S (_start): Likewise.
4937 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4939         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4941         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4942         defined.
4944 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4946         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4947         after checking that it is non-NULL.
4949         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4951 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4953         * sysdeps/powerpc/memmove.c: Remove file.
4954         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4955         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4956         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4957         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4958         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4959         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4960         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4961         string memmove instead of removed powerpc one.
4963         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4964         [weak_alias]: Fix compiler warning due trailing data.
4965         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4966         [weak_alias]: Likewise.
4967         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4968         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4970         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4971         (__libc_ifunc_impl_list): Add memmove functions.
4973 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4975         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4976         Remove code.
4977         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4978         Likewise
4979         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4980         Likewise
4981         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4982         Likewise
4983         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4984         Likewise
4985         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4986         Likewise
4987         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4988         Likewise
4989         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4990         Likewise
4991         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4992         Likewise
4993         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4994         Likewise
4995         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4996         Likewise
4997         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4998         Likewise
4999         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5000         Likewise
5001         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5002         Likewise
5003         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5004         Likewise
5005         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5006         Likewise
5007         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5008         Likewise
5010 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5012         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5013         to avoid alignment traps in non-cacheable memory.
5014         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5016         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5017         multiarch objects.
5018         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5019         file: multiarch power7 memmove.
5020         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5021         multiarch default memmove.
5022         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5023         multiarch memove for powerpc32/power4.
5025         * string/bcopy.c: Use full path to include memmove.c.
5026         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5027         multiarch objects.
5028         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5029         bcopy for powerpc64.
5030         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5031         bcopy for powerpc64.
5032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5033         and memmove implementations.
5034         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5035         optimized multiarch memmove for POWER7/powerpc64.
5036         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5037         default multiarch memmove for powerpc64.
5038         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5039         multiarch for powerpc64.
5040         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5041         for POWER7/powerpc64.
5042         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5043         memmove for POWER7/powerpc64.
5045         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5046         glibc default one.
5048         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5049         __ELF_NATIVE_CLASS equal to 64.
5051 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5053         * sysdeps/nptl/lowlevellock.h: File removed.
5055         * NEWS: NPTL is no longer an add-on!
5056         * nptl/internaltypes.h: Moved ...
5057         * sysdeps/nptl/internaltypes.h: ... here.
5058         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5059         * sysdeps/nptl/fork.c: Likewise.
5060         * sysdeps/nptl/gai_misc.h: Likewise.
5061         * sysdeps/nptl/librt-cancellation.c: Likewise.
5062         * sysdeps/nptl/jmp-unwind.c: Likewise.
5063         * sysdeps/nptl/setxid.h: Likewise.
5064         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5065         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5066         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5067         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5068         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5069         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5070         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5071         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5072         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5073         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5074         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5075         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5076         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5077         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5078         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5079         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5080         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5081         * nptl/Makeconfig: Moved ...
5082         * sysdeps/nptl/Makeconfig: ... here.
5083         * nptl/configure: File removed.
5084         * nptl/ANNOUNCE: File removed.
5085         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5086         * sysdeps/unix/sysv/linux/configure: Regenerated.
5088         * nptl/Makefile (routines): Add libc_pthread_init,
5089         libc_multiple_threads, register-atfork and unregister-atfork.
5090         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5091         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5092         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5093         pthread-pi-defines.sym, structsem.sym.
5094         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5095         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5096         [$(subdir) = nptl] (tests): Add tst-setgetname.
5097         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5098         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5099         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5100         [!LIBC_SIGACTION]: Remove aliases.
5101         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5102         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5103         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5104         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5105         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5106         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5107         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5108         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5109         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5110         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5111         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5112         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5113         __libc_allocate_rtsig_private.
5114         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5115         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5116         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5117         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5118         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5119         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5120         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5121         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5122         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5123         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5124         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5125         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5126         * nptl/internaltypes.h: ... here.
5127         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5128         * sysdeps/nptl/jmp-unwind.c: ... here.
5129         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5130         * nptl/libc-lowlevellock.c: ... here.
5131         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5132         * nptl/libc_multiple_threads.c: ... here.
5133         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5134         * nptl/libc_pthread_init.c: ... here.
5135         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5136         * nptl/lowlevelbarrier.sym: ... here.
5137         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5138         * nptl/lowlevelcond.sym: ... here.
5139         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5140         * nptl/lowlevellock.c: ... here.
5141         * nptl/lowlevellock.h: Moved ...
5142         * sysdeps/nptl/lowlevellock.h: ... here.
5143         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5144         * nptl/lowlevelrobustlock.c: ... here.
5145         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5146         * nptl/lowlevelrobustlock.sym: ... here.
5147         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5148         * nptl/lowlevelrwlock.sym: ... here.
5149         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5150         * nptl/pt-fork.c: ... here.
5151         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5152         * nptl/pthread-pi-defines.sym: ... here.
5153         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5154         * nptl/pthread_attr_getaffinity.c: ... here.
5155         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5156         * nptl/pthread_attr_setaffinity.c: ... here.
5157         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5158         * nptl/pthread_mutex_cond_lock.c: ... here.
5159         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5160         Update #include.
5161         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5162         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5163         * nptl/pthread_once.c: ... here, replacing old file.
5164         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5165         * nptl/pthread_yield.c: ... here.
5166         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5167         * nptl/register-atfork.c: ... here.
5168         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5169         * nptl/sem_post.c: ... here.
5170         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5171         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5172         * nptl/sem_timedwait.c: ... here.
5173         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5174         * nptl/sem_trywait.c: ... here.
5175         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5176         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5177         * nptl/sem_wait.c: ... here.
5178         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5179         * nptl/structsem.sym: ... here.
5180         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5181         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5182         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5183         * nptl/unregister-atfork.c: ... here.
5184         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5185         * nptl/unwindbuf.sym: ... here.
5186         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5187         * sysdeps/nptl/fork.c: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5189         * sysdeps/nptl/fork.h: ... here.
5190         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5191         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5192         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5193         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5194         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5195         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5196         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5197         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5198         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5199         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5200         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5201         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5202         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5203         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5204         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5205         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5206         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5207         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5208         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5209         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5210         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5212         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5213         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5214         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5215         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5216         * sysdeps/unix/sysv/linux/raise.c: ... here.
5217         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5218         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5219         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5220         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5221         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5222         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5223         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5224         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5225         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5226         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5227         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5228         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5229         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5230         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5231         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5233 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5235         * sysdeps/generic/memcopy.h: Add comment for
5236         MEMCPY_OK_FOR_FWD_MEMMOVE.
5238 2014-07-04  Will Newton  <will.newton@linaro.org>
5240         * string/memchr.c: Merge from gnulib.
5241         [_LIBC]: Remove conditionals.
5242         (__ptr_t): Remove define.
5243         (LONG_MAX_32_BITS): Likewise.
5244         (LONG_MAX): Likewise.
5245         (MEMCHR): Use ANSI prototype and optimize algorithm.
5247         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5249 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5251         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5252         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5254         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5255         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5256         in a bare environment with no <stdlib.h> installed.
5257         * sysdeps/nptl/configure: Regenerated.
5259         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5261         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5262         AC_EGREP_CPP for kernel header checks, so they only succeed if
5263         including <linux/version.h> actually works right.
5264         * sysdeps/unix/sysv/linux/configure: Regenerated.
5266         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5267         value so it's not diagnosed as unused.
5269         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5270         thing) with "ifeq ($(subdir),rt)".
5272 2014-07-03  Richard Henderson  <rth@redhat.com>
5274         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5275         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5276         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5278         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5279         (math_force_eval): New.
5281         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5282         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5284         * sysdeps/alpha/fpu/s_round.c: Remove file.
5285         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5287         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5288         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5289         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5290         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5291         (_dl_start, print_statistics): Likewise.
5292         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5293         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5295         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5296         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5297         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5298         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5299         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5300         (HP_SMALL_TIMING_AVAIL): Define.
5301         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5302         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5303         (HP_SMALL_TIMING_AVAIL): Define.
5304         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5305         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5307         * sysdeps/aarch64/hp-timing.h: New file.
5309         * sysdeps/generic/hp-timing.h: Remove dead comment.
5310         * sysdeps/generic/hp-timing-common.h: New file.
5311         * sysdeps/alpha/hp-timing.h: Include it.
5312         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5313         * sysdeps/i386/i686/hp-timing.h: Likewise.
5314         * sysdeps/ia64/hp-timing.h: Likewise.
5315         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5316         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5317         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5318         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5319         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5320         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5321         (hp_timing_t): New.
5323         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5324         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5325         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5326         * elf/rtld.c (_dl_start_final): Likewise.
5327         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5328         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5329         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5330         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5331         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5332         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5333         (HP_TIMING_DIFF_INIT): Remove.
5334         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5335         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5336         (HP_TIMING_DIFF_INIT): Remove.
5337         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5338         * sysdeps/i386/i686/hp-timing.c: Remove file.
5339         * sysdeps/x86_64/hp-timing.c: Remove file.
5340         * sysdeps/ia64/hp-timing.c: Remove file.
5341         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5342         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5343         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5344         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5346         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5347         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5348         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5349         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5350         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5351         (HP_TIMING_ACCUM): Remove.
5352         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5353         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5354         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5356         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5357         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5358         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5359         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5360         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5361         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5362         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5363         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5365         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5367 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5369         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5371 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5373         Sync up with gettext.
5374         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5375         [_MSC_VER]: Include malloc.h
5376         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5377         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5378         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5379         TEMP_FAILURE_RETRY.  Cast return of alloca.
5380         [!_LIBC] Call gl_rwlock_init.
5381         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5383 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5385         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5386         before checking its value.
5388 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5390         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5392         * debug/memcpy_chk.c: Don't include pagecopy.h.
5393         * debug/mempcpy_chk.c: Likewise.
5394         * string/memcpy.c: Likewise.
5395         * string/memmove.c: Likewise.
5396         * sysdeps/powerpc/memmove.c: Likewise.
5397         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5398         definition of PAGE_COPY_FWD_MAYBE here...
5399         * sysdeps/generic/pagecopy.h: ... from here.
5400         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5402 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5403             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5405         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5406         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5407         optimizations.
5408         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5409         (__libc_ifunc_impl_list): Likewise.
5410         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5411         multiarch strcat for PPC64.
5412         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5413         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5415 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5417         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5419 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5421         * intl/loadmsgcat.c: Remove declaration of
5422         get_sysdep_segment_value.
5423         (get_sysdep_segment_value): Use ISO C style.
5424         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5425         semicolon.  Fix typo and formatting in comment.
5426         (_nl_unload_domain): Use ISO C style.
5428         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5430 2014-07-02  Will Newton  <will.newton@linaro.org>
5432         * malloc/obstack.c: Merge from gnulib master.
5433         [HAVE_CONFIG_H]: Remove conditional code.
5434         [!_LIBC]: Include config.h.
5435         [!ELIDE_CODE]: Don't include inttypes.h, include
5436         stdint.h unconditionally.
5437         (print_and_abort): Mark as _Noreturn.
5438         (_obstack_allocated_p): Mark as __attribute_pure__.
5439         (obstack_free): Rename to __obstack_free.
5440         [!__attribute__]: Remove conditional code.
5441         * malloc/obstack.h: Merge from gnulib master.
5442         [__cplusplus]: Move conditional down.
5443         [!__attribute_pure__]: Define __attribute_pure__ here
5444         if it is not already defined.
5445         (_obstack_memory_used): Mark as __attribute_pure__.
5446         [!__obstack_free]: Define as obstack_free.
5447         [__GNUC__]: Remove check for ancient NeXT gcc.
5449 2014-07-02  Will Newton  <will.newton@linaro.org>
5450             Paul Eggert  <eggert@cs.ucla.edu>
5452         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5454 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5456         * resolv/gethnamaddr.c: Add comment warning that the file is
5457         not maintained.
5459 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5461         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5462         entries.
5464         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5465         entry for aio_cancel and aio_cancel64.
5466         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5467         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5468         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5469         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5470         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5471         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5472         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5473         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5474         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5475         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5476         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5477         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5478         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5480 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5482         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5483         * nptl/pthread_mutex_lock.c: Likewise.
5484         * nptl/pthread_mutex_timedlock.c: Likewise.
5485         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5487 2014-07-01  Richard henderson  <rth@redhat.com>
5489         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5490         (__isnan, __isnanl): Remove.
5491         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5493         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5495 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5497         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5499 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5501         * resolv/nss_dns/dns-host.c (getanswer_r)
5502         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5504 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5506         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5507         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5508         undefine.
5509         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5510         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5512 2014-07-01  Roland McGrath <roland@hack.frob.com>
5514         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5515         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5517         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5518         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5520         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5521         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5522         ... here.
5523         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5524         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5526         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5527         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5528         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5529         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5531         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5532         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5533         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5534         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5535         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5536         Moved ...
5537         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5538         ... here.
5539         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5540         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5541         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5544         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5546         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5547         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5548         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5549         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5550         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5551         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5552         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5553         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5554         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5555         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5556         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5557         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5558         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5559         ... here.
5560         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5561         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5562         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5563         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5564         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5565         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5566         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5567         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5569 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5571         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5572         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5573         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5574         Add sysdep.
5576 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5580 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5582         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5583         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5585         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5587         * sysdeps/arm/libm-test-ulps: Regenerated.
5589 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5590             Roland McGrath <roland@hack.frob.com>
5592         * test-skeleton.c (signal_handler): Kill the whole process group
5593         before killing the child individually.
5594         (main): Report any failure on `setpgid'.
5596 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5598         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5599         from _TLS_H to _ARM_NPTL_TLS_H.
5600         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5601         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5603 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5605         [BZ #16539]
5606         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5607         (__expm1l): Return argument unchanged when small but not
5608         subnormal.
5610         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5611         include macro name.
5612         (_FP_UNPACK_RAW_1_P): Likewise.
5613         (_FP_PACK_RAW_1): Likewise.
5614         (_FP_PACK_RAW_1_P): Likewise.
5615         (_FP_MUL_MEAT_1_wide): Likewise.
5616         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5617         (_FP_MUL_MEAT_1_hard): Likewise.
5618         (_FP_DIV_MEAT_1_imm): Likewise.
5619         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5620         (_FP_DIV_MEAT_1_udiv): Likewise.
5621         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5622         (_FP_UNPACK_RAW_2): Likewise.
5623         (_FP_UNPACK_RAW_2_P): Likewise.
5624         (_FP_PACK_RAW_2): Likewise.
5625         (_FP_PACK_RAW_2_P): Likewise.
5626         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5627         (_FP_MUL_MEAT_2_wide): Likewise.
5628         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5629         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5630         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5631         (_FP_MUL_MEAT_2_gmp): Likewise.
5632         (_FP_DIV_MEAT_2_udiv): Likewise.
5633         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5634         (_FP_FRAC_SRL_4): Likewise.
5635         (_FP_FRAC_SRST_4): Likewise.
5636         (_FP_FRAC_SRS_4): Likewise.
5637         (_FP_UNPACK_RAW_4): Likewise.
5638         (_FP_UNPACK_RAW_4_P): Likewise.
5639         (_FP_PACK_RAW_4): Likewise.
5640         (_FP_PACK_RAW_4_P): Likewise.
5641         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5642         (_FP_MUL_MEAT_4_wide): Likewise.
5643         (_FP_MUL_MEAT_4_gmp): Likewise.
5644         (umul_ppppmnnn): Likewise.
5645         (_FP_DIV_MEAT_4_udiv): Likewise.
5646         (__FP_FRAC_ADD_4): Likewise.
5647         (__FP_FRAC_SUB_3): Likewise.
5648         (__FP_FRAC_SUB_4): Likewise.
5649         (__FP_FRAC_DEC_3): Likewise.
5650         (__FP_FRAC_DEC_4): Likewise.
5651         (__FP_FRAC_ADDI_4): Likewise.
5652         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5653         (_FP_FRAC_SRL_8): Likewise.
5654         (_FP_FRAC_SRS_8): Likewise.
5656         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5657         include macro name.
5658         (FP_UNPACK_RAW_EP): Likewise.
5659         (FP_PACK_RAW_E): Likewise.
5660         (FP_PACK_RAW_EP): Likewise.
5661         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5662         (_FP_ISSIGNAN): Likewise.
5663         (_FP_ADD_INTERNAL): Likewise.
5664         (_FP_FMA): Likewise.
5665         (_FP_CMP): Likewise.
5666         (_FP_SQRT): Likewise.
5667         (_FP_TO_INT): Likewise.
5668         (_FP_FROM_INT): Likewise.
5669         (FP_EXTEND): Likewise.
5670         (_FP_DIV_MEAT_N_loop): Likewise.
5672 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5674         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5675         throughout.
5677 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5679         [BZ #17097]
5680         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5681         result with correct sign in case of exponents that produce
5682         overflow except for X very close to 1.
5684 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5686         mktime: merge #if/#ifdef usage from glibc
5687         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5688         as that works with both Glibc's and Gnulib's style.
5689         See thread starting at Siddhesh Poyarekar's bug report at:
5690         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5692 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5694         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5695         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5696         * sysdeps/tile/tilegx/memmove.c: Remove file.
5698 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5700         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5701         abi-name definition.
5702         * scripts/soversions.awk: Do not handle or generate ABI lines.
5703         * shlib-versions: Remove ABI entries.
5704         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5705         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5707 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5709         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5710         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5711         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5712         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5714         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5715         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5716         Moved ...
5717         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5718         ... here.
5719         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5720         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5721         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5722         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5723         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5724         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5725         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5726         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5727         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5728         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5729         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5730         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5731         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5732         Moved ...
5733         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5734         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5735         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5736         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5739         Moved ...
5740         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5741         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5742         Moved ...
5743         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5744         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5745         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5747         Moved ...
5748         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5749         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5750         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5751         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5752         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5754         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5755         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5756         Moved ...
5757         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5758         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5759         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5760         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5761         Moved ...
5762         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5763         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5764         Moved ...
5765         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5766         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5767         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5768         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5769         Moved ...
5770         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5771         ... here.
5772         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5773         Identical file removed.
5774         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5775         Moved ...
5776         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5778         Identical file removed.
5779         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5780         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5781         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5782         Moved ...
5783         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5784         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5785         Identical file removed.
5786         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5787         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5788         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5789         Identical file removed.
5790         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5791         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5792         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5793         Identical file removed.
5794         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5795         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5796         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5797         Identical file removed.
5798         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5799         Moved ...
5800         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5801         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5802         Identical file removed.
5803         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5804         Moved ...
5805         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5806         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5807         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5808         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5809         Identical file removed.
5810         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5811         Moved ...
5812         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5813         ... here.
5814         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5815         Identical file removed.
5816         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5817         Moved ...
5818         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5819         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5820         Identical file removed.
5821         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5822         Moved ...
5823         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5824         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5825         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5826         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5827         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5828         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5829         Moved ...
5830         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5831         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5832         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5834         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5835         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5836         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5837         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5838         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5840 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5842         [BZ #17092]
5843         * nscd/nscd.c (monitor_child): Return exit status of child
5844         instead of return value from wait syscall.
5846 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5848         * configure.ac (libc_commonpagesize): Remove variable.
5849         (libc_relro_required): Likewise.
5850         (libc_cv_z_relro): Remove configure test.
5851         * configure: Regenerated.
5852         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5853         variable.
5854         (libc_relro_required): Likewise.
5855         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5856         (libc_relro_required): Likewise.
5857         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5858         (libc_relro_required): Likewise.
5859         * sysdeps/arm/preconfigure: Regenerated.
5860         * sysdeps/ia64/preconfigure: Remove file.
5861         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5862         variable.
5863         (libc_relro_required): Likewise.
5865         [BZ #16561]
5866         [BZ #16562]
5867         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5868         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5869         recompute overflowing results in original rounding mode.
5870         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5871         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5872         recompute overflowing results in original rounding mode.
5873         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5874         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5875         recompute overflowing results in original rounding mode.
5876         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5877         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5878         recompute overflowing results in original rounding mode.
5879         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5880         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5881         recompute overflowing results in original rounding mode.
5882         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5883         (libc_feholdsetround_ctx): New macro.
5884         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5885         * sysdeps/i386/fpu/libm-test-ulps: Update.
5886         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5888 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5890         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5891         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5892         corresponding .cpsetup call.
5894 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5896         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5897         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5898         * sysdeps/arm/Makefile [$(subdir) = csu]
5899         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5900         (static-only-routines): Add aeabi_read_tp here.
5901         (shared-only-routines): Add libc-aeabi_read_tp here.
5902         (CFLAGS-libc-start.c): Add -fexceptions here.
5903         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5904         (sysdep_routines, static-only-routines, shared-only-routines):
5905         Don't add to these here.
5906         (CFLAGS-libc-start.c): Likewise.
5908         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5909         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5910         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5911         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5912         * sysdeps/arm/Makefile [$(subdir) = rt]
5913         (librt-sysdep_routines, librt-shared-only-routines):
5914         Append rt-aeabi_unwind_cpp_pr1 here.
5915         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5916         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5917         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5918         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5919         Append nptl-aeabi_unwind_cpp_pr1 here.
5920         (tests): Filter out tst-cleanupx4 here.
5921         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5922         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5923         Don't do those here.
5925 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5927         * scripts/list-sources.sh: Do not handle ports specially.
5929 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5931         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5932         * sysdeps/arm/feupdateenv.c: Likewise.
5934         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5936 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5938         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5939         trailing whitespace removed.
5940         * scripts/config.guess: Update to version 2014-03-23.
5941         * scripts/config.sub: Update to version 2014-05-01
5942         * scripts/install-sh: Update to version 2013-12-25.23.
5943         * scripts/move-if-change: Update from gnulib.
5945 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5947         * debug/memmove_chk.c: Remove pagecopy.h include.
5949 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5951         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5952         identical to gnulib mktime.
5954 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5956         * configure.ac: Do not test for machine being rs6000.  Do not test
5957         for powerpc*-*soft.
5958         * configure: Regenerated.
5960         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5961         test.
5962         * configure: Regenerated.
5963         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5964         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5965         Remove configure test.
5966         * sysdeps/arm/configure: Regenerated.
5967         * sysdeps/nptl/configure.ac: Do not check
5968         libc_cv_asm_cfi_directives.
5969         * sysdeps/nptl/configure: Regenerated.
5970         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5971         * sysdeps/x86_64/nptl/configure: Remove generated file.
5972         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5973         unconditional.
5974         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5976 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5978         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5979         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5980         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5981         it is defined.
5983         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5984         instead of whether it is defined.
5985         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5986         * sysdeps/hppa/dl-machine.h: Likewise.
5987         * sysdeps/ia64/dl-machine.h: Likewise.
5988         * sysdeps/m68k/dl-machine.h: Likewise.
5989         * sysdeps/microblaze/dl-machine.h: Likewise.
5990         * sysdeps/mips/dl-machine.: Likewise.
5991         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5992         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5993         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5994         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5995         * sysdeps/sh/dl-machine.h: Likewise.
5996         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5997         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5998         * sysdeps/tile/dl-machine.h: Likewise.
5999         * sysdeps/x86_64/dl-machine.h: Likewise.
6001         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6002         code.
6003         (verify_persistent_db): Likewise.
6005 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6007         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6008         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6010         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6012         Moved ...
6013         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6014         ... here.
6015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6016         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6018         Identical file removed.
6019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6020         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6021         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6022         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6024         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6026         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6027         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6028         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6029         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6030         Moved ...
6031         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6032         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6033         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6034         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6035         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6036         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6037         Moved ...
6038         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6039         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6040         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6041         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6042         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6043         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6044         Identical file removed.
6045         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6046         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6047         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6048         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6049         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6050         Moved ...
6051         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6052         ... here.
6053         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6054         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6055         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6056         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6057         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6058         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6059         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6060         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6061         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6062         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6063         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6064         Moved ...
6065         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6066         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6067         Moved ...
6068         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6069         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6070         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6072         Moved ...
6073         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6075         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6077         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6078         folded into ...
6079         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6080         * sysdeps/unix/sysv/linux/s390/Versions
6081         (libpthread: GLIBC_2.19): New version set.
6082         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6083         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6084         (librt: GLIBC_2.3.3): New version set.
6085         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6086         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6087         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6089         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6090         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6091         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6092         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6093         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6094         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6095         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6096         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6097         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6098         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6099         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6100         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6101         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6102         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6103         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6104         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6105         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6106         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6107         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6108         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6109         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6110         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6111         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6112         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6113         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6114         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6115         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6116         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6117         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6118         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6119         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6120         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6121         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6122         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6123         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6124         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6125         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6126         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6127         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6128         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6129         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6131         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6132         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6133         (__libc_vfork): Define the function under this name.
6134         [!NOT_IN_libc] (__vfork): Make this an alias.
6135         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6136         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6137         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6138         (__libc_vfork): Define the function under this name.
6139         [!NOT_IN_libc] (__vfork): Make this an alias.
6140         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6141         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6142         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6143         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6144         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6145         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6147         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6148         code that was previously under [RESET_PID].
6149         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6150         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6151         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6153         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6154         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6155         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6156         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6157         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6158         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6159         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6160         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6161         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6162         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6163         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6164         Moved ...
6165         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6166         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6167         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6168         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6169         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6170         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6171         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6172         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6173         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6174         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6175         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6176         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6177         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6178         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6179         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6180         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6181         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6182         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6183         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6184         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6185         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6186         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6187         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6188         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6189         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6190         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6191         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6192         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6193         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6195 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6197         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6198         that was previously under [RESET_PID].
6199         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6201 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6203         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6204         not undefine and redefine.
6205         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6206         [O_CLOEXEC]: Make code unconditional.
6207         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6208         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6209         <kernel-features.h>.
6210         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6211         conditional variable definition.
6212         (shm_open) [O_CLOEXEC]: Make code unconditional.
6213         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6214         code.
6216         * configure.ac (USE_REGPARMS): Don't define here.
6217         * configure: Regenerated.
6218         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6219         * sysdeps/i386/configure: Regenerated.
6221         * nptl/createthread.c: Don't include kernel-features.h.
6222         * nptl/pthread_cancel.c: Likewise.
6223         * nptl/pthread_condattr_setclock.c: Likewise.
6224         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6225         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6226         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6227         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6228         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6229         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6230         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6231         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6232         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6233         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6234         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6235         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6236         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6237         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6238         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6239         * nscd/gai.c: Likewise.
6240         * nss/nss_db/db-open.c: Likewise.
6241         * sysdeps/generic/ldsodefs.h: Likewise.
6242         * sysdeps/sh/nptl/tls.h: Likewise.
6243         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6244         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6245         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6246         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6247         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6248         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6249         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6250         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6251         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6252         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6253         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6254         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6255         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6256         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6257         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6258         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6259         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6260         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6261         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6262         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6263         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6264         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6265         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6266         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6267         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6268         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6269         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6270         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6271         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6272         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6273         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6274         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6275         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6276         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6277         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6278         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6279         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6280         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6281         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6282         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6283         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6284         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6285         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6286         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6287         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6288         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6289         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6290         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6291         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6292         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6293         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6294         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6295         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6296         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6297         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6298         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6299         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6300         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6323         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6324         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6325         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6326         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6327         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6328         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6329         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6330         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6331         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6332         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6333         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6334         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6335         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6336         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6337         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6338         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6339         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6340         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6341         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6342         * sysdeps/unix/sysv/linux/system.c: Likewise.
6343         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6344         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6345         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6346         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6347         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6348         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6349         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6351         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6352         * configure: Regenerated.
6353         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6355         * configure.ac (base_machine): Do not set specially for particular
6356         machines here.
6357         * configure: Regenerated.
6358         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6359         settings from configure.ac.
6360         * sysdeps/i386/preconfigure: New file.
6361         * sysdeps/s390/preconfigure: Likewise.
6362         * sysdeps/sh/preconfigure: Likewise.
6363         * sysdeps/sparc/preconfigure: Likewise.
6365 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6367         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6368         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6369         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6370         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6371         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6372         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6373         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6374         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6375         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6376         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6377         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6378         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6379         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6380         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6381         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6382         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6383         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6384         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6385         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6387         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6388         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6389         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6390         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6391         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6392         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6393         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6394         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6395         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6396         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6397         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6398         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6399         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6400         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6401         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6402         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6403         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6404         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6405         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6406         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6407         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6408         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6410         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6411         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6412         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6413         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6414         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6415         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6416         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6417         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6418         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6419         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6420         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6421         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6422         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6423         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6424         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6426         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6427         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6428         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6431         Moved ...
6432         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6433         ... here.
6434         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6435         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6436         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6437         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6438         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6439         Moved ...
6440         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6441         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6442         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6446         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6447         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6448         Moved ...
6449         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6451         Moved ...
6452         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6453         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6454         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6456         Moved ...
6457         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6459         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6461         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6462         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6463         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6464         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6465         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6466         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6467         Moved ...
6468         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6469         ... here.
6470         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6471         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6472         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6473         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6474         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6475         Moved ...
6476         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6477         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6478         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6479         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6480         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6482         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6484         Moved ...
6485         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6487         Moved ...
6488         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6490         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6492         Moved ...
6493         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6497         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6499 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6501         * timezone/checktab.awk: Update from tzcode 2014e.
6502         * timezone/private.h: Likewise.
6503         * timezone/tzfile.h: Likewise.
6504         * timezone/zdump.c: Likewise.
6505         * timezone/zic.c: Likewise.
6507         * sysdeps/unix/sysv/linux/kernel-features.h
6508         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6509         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6510         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6511         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6512         Remove conditional code.
6514 2014-06-25  Will Newton  <will.newton@linaro.org>
6516         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6517         (_dl_arm_cap_flags): Add HWCAP2 values.
6518         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6519         (_DL_HWCAP_COUNT): Increase to 37.
6520         (_DL_HWCAP_LAST): New define.
6521         (_DL_HWCAP2_LAST): New define.
6522         (_dl_procinfo): Add support for printing
6523         AT_HWCAP2 entries.
6524         (_dl_string_hwcap): Use _dl_hwcap_string.
6526 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6528         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6530 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6532         * README: Do not mention ports directory.
6534         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6535         Remove macro.
6536         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6537         <kernel-features.h>.
6538         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6539         conditional variable definition.
6540         (__futimes): Update comment.
6541         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6542         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6544         [BZ #16560]
6545         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6546         arguments close to 0.
6547         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6548         Likewise.
6549         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6550         Likewise.
6551         * math/auto-libm-test-in: Add more tests of exp10.
6552         * math/auto-libm-test-out: Regenerated.
6553         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6555         * sysdeps/unix/sysv/linux/kernel-features.h
6556         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6557         * sysdeps/unix/sysv/linux/readv.c: Do not include
6558         <kernel-features.h>.
6559         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6560         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6561         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6562         unconditional.
6563         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6564         conditional code.
6565         * sysdeps/unix/sysv/linux/writev.c: Do not include
6566         <kernel-features.h>.
6567         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6568         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6569         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6570         unconditional.
6571         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6572         conditional code.
6574 2014-06-25  Will Newton  <will.newton@linaro.org>
6576         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6577         comment changes throughout the file.  Remove checks
6578         for HAVE_*_H definitions that are not required.
6579         (__gen_tempname): Call abort if an unknown kind value is
6580         passed.
6582 2014-06-25  Andreas Schwab  <schwab@suse.de>
6584         [BZ #17086]
6585         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6586         scalbln, scalblnf, scalblnl in libc.
6588 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6590         [BZ #17086]
6591         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6592         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6593         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6595 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6597         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6598         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6599         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6600         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6601         Update #include.
6602         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6603         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6604         Update #include.
6605         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6606         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6607         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6608         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6609         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6610         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6611         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6612         * sysdeps/x86/bits/semaphore.h: ... here.
6613         * sysdeps/x86/nptl/elide.h: Moved ...
6614         * sysdeps/x86/elide.h: ... here.
6615         * sysdeps/x86_64/nptl/Implies: File removed.
6616         * sysdeps/i386/nptl/Implies: File removed.
6618 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6620         [BZ #16539]
6621         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6622         return the argument for normal arguments with exponent below -64.
6623         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6624         Likewise.
6625         * math/auto-libm-test-in: Add another test of expm1.
6626         * math/auto-libm-test-out: Regenerated.
6628         [BZ #16287]
6629         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6630         calling __erfcl for arguments at least 16.
6631         * math/auto-libm-test-in: Add more tests of erf.
6632         * math/auto-libm-test-out: Regenerated.
6634         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6635         individual architectures.
6636         * sysdeps/unix/sysv/linux/configure: Regenerated.
6637         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6638         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6639         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6640         (ldd_rewrite_script): Define variable.
6641         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6643         file.
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6645         generated file.
6646         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6647         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6648         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6649         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6650         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6651         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6652         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6653         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6655 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6657         [BZ #17084]
6658         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6659         Rename member __data.d to __data.__elision_data.
6661 2014-06-24  Wilco  <wdijkstr@arm.com>
6663         * NEWS: Add 16918 to fixed bug list.
6665 2014-06-24  Wilco  <wdijkstr@arm.com>
6667         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6669 2014-06-24  Wilco  <wdijkstr@arm.com>
6671         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6672         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6673         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6674         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6675         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6676         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6677         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6678         Use _FPU_MASK_RM.
6680 2014-06-24  Wilco  <wdijkstr@arm.com>
6682         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6684 2014-06-24  Wilco  <wdijkstr@arm.com>
6686         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6687         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6688         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6689         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6691 2014-06-24  Wilco  <wdijkstr@arm.com>
6693         [BZ #16918]
6694         * sysdeps/arm/feupdateenv.c (feupdateenv):
6695         Rewrite to reduce FPSCR accesses and fix return value.
6697 2014-06-24  Wilco  <wdijkstr@arm.com>
6699         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6700         Optimize to avoid unnecessary FPSCR writes.
6701         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6702         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6703         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6704         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6706 2014-06-24  Wilco  <wdijkstr@arm.com>
6708         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6709         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6710         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6711         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6712         Call libc_fetestexcept_vfp.
6713         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6714         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6715         __SOFTFP__ ifdef so that they can be built for softfp.
6717 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6719         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6720         argument type signed char.
6722         * Makerules (check-abi): Dump diff of symlist if the test
6723         fails.
6725 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6727         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6728         using abort.
6730         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6731         Remove unused variable ST.
6733 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6735         [BZ #16354]
6736         [BZ #17061]
6737         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6738         small arguments before calling __expm1.
6739         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6740         small arguments before calling __expm1f.
6741         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6742         small arguments before calling __expm1l.
6743         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6744         Likewise.
6745         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6746         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6747         spurious underflow for some cosh tests.
6748         * math/auto-libm-test-out: Regenerated.
6749         * sysdeps/i386/fpu/libm-test-ulps: Update.
6751         [BZ #17050]
6752         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6753         (__ieee754_y1): Set errno if return value overflows.
6754         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6755         (__ieee754_y1f): Set errno if return value overflows.
6756         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6757         (__ieee754_y1l): Set errno if return value overflows.
6758         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6759         (__ieee754_y1l): Set errno if return value overflows.
6760         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6761         * math/auto-libm-test-out: Regenerated.
6763         * math/gen-auto-libm-tests.c: Document use of
6764         ignore-zero-inf-sign.
6765         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6766         (input_flags): Add ignore-zero-inf-sign.
6767         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6768         * math/gen-libm-test.pl (generate_testfile): Handle
6769         ignore-zero-inf-sign.
6770         * math/auto-libm-test-in: Mark some cpow tests with
6771         ignore-zero-inf-sign and some with xfail-rounding.
6772         * math/auto-libm-test-out: Regenerated.
6773         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6774         * sysdeps/i386/fpu/libm-test-ulps: Update.
6775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6777         [BZ #16315]
6778         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6779         overflowing or underflowing operations take place with sign of
6780         result.
6781         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6782         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6783         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6784         (__ieee754_pow): Recompute overflowing and underflowing results in
6785         original rounding mode.
6786         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6787         (__powl_helper): Allow negative argument X and scale negated value
6788         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6789         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6790         overflowing or underflowing operations take place with sign of
6791         result.
6792         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6793         Include <math.h>.
6794         * math/auto-libm-test-in: Add more tests of pow.
6795         * math/auto-libm-test-out: Regenerated.
6796         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6797         (pow_tonearest_test_data): Remove.
6798         (pow_test_tonearest): Likewise.
6799         (pow_towardzero_test_data): Likewise.
6800         (pow_test_towardzero): Likewise.
6801         (pow_downward_test_data): Likewise.
6802         (pow_test_downward): Likewise.
6803         (pow_upward_test_data): Likewise.
6804         (pow_test_upward): Likewise.
6805         (main): Don't call removed functions.
6806         * sysdeps/i386/fpu/libm-test-ulps: Update.
6807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6809 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6812         Moved ...
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6815         Moved ...
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6818         Moved ...
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6824         File removed.
6825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6826         File removed.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6828         File removed.
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6830         File removed.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6832         File removed.
6833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6834         File removed.
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6836         File removed.
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6838         File removed.
6839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6840         File removed.
6841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6842         File removed.
6843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6844         File removed.
6845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6846         File removed.
6847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6848         Moved ...
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6851         Moved ...
6852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6853         ... here.
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6855         Moved ...
6856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6858         Moved ...
6859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6861         Moved ...
6862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6864         Moved ...
6865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6867         Moved ...
6868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6870         Moved ...
6871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6873         Moved ...
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6877         ... here.
6878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6879         Moved ...
6880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6882         Moved ...
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6884         ... here.
6885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6886         Moved ...
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6888         ... here.
6889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6890         Moved ...
6891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6892         ... here.
6893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6894         Moved ...
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6897         Moved ...
6898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6902         Moved ...
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6904         ... here.
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6906         Moved ...
6907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6908         ... here.
6909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6910         Moved ...
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6913         Moved ...
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6916         Moved ...
6917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6919         Moved ...
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6922         Moved ...
6923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6924         ... here.
6925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6926         Moved ...
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6929         Moved ...
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6932         Moved ...
6933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6935         Moved ...
6936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6940         Moved ...
6941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6943         Moved ...
6944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6946         Moved ...
6947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6948         ... here.
6949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6950         Moved ...
6951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6952         ... here.
6953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6954         Moved ...
6955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6956         ... here.
6957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6958         Moved ...
6959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6961         Moved ...
6962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6964         Moved ...
6965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6967         Moved ...
6968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6969         ... here.
6970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6971         Moved ...
6972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6973         ... here.
6974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6975         Moved ...
6976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6977         ... here.
6978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6979         Moved ...
6980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6982         Moved ...
6983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6985 2014-06-23  Will Newton  <will.newton@linaro.org>
6986             Wilco  <wdijkstr@arm.com>
6988         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6989         implementation.  Include get-rounding-mode.h.
6990         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6991         [!libc_feholdsetround_noex_ctx]: Define
6992         libc_feholdsetround_noex_ctx.
6993         [!libc_feholdsetround_noexf_ctx]: Define
6994         libc_feholdsetround_noexf_ctx.
6995         [!libc_feholdsetround_noexl_ctx]: Define
6996         libc_feholdsetround_noexl_ctx.
6997         (libc_feholdsetround_ctx): New function.
6998         (libc_feresetround_ctx): New function.
6999         (libc_feholdsetround_noex_ctx): New function.
7000         (libc_feresetround_noex_ctx): New function.
7002 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7004         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7005         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7006         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7007         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7008         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7009         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7011         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7012         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7013         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7014         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7015         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7016         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7017         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7018         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7019         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7020         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7021         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7022         Moved ...
7023         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7024         ... here.
7025         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7026         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7027         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7028         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7029         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7030         Moved ...
7031         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7032         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7033         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7035         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7036         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7037         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7039         Moved ...
7040         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7041         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7042         Moved ...
7043         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7044         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7045         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7047         Moved ...
7048         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7049         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7050         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7051         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7052         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7053         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7054         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7055         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7056         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7057         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7058         Moved ...
7059         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7060         ... here.
7061         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7062         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7063         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7064         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7066         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7068         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7069         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7070         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7071         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7072         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7073         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7074         Moved ...
7075         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7076         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7077         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7078         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7079         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7080         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7081         Moved ...
7082         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7083         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7084         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7085         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7086         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7088         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7089         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7090         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7091         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7093         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7094         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7095         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7096         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7097         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7098         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7099         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7100         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7101         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7102         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7103         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7104         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7105         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7106         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7107         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7108         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7109         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7110         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7111         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7112         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7113         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7114         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7115         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7117 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7119         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7120         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7121         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7122         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7123         (IPV6_PMTUDISC_INTERFACE): Likewise.
7124         (IPV6_PMTUDISC_OMIT): Likewise.
7126 2014-06-23  Andreas Schwab  <schwab@suse.de>
7128         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7129         Remove unused errout label.
7131 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7133         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7134         macro: hardware supports Vector Crypto instructions.
7136 2014-06-23  Will Newton  <will.newton@linaro.org>
7138         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7139         rather than __builtin_expect.
7141         * elf/dl-lookup.c (undefined_msg): Remove variable.
7142         (_dl_lookup_symbol_x): Replace undefined_msg with string
7143         literal.
7145         * elf/dl-lookup.c (do_lookup_unique): New function.
7146         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7147         to a separate function.
7149 2014-06-23  Andreas Schwab  <schwab@suse.de>
7151         [BZ #17079]
7152         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7153         before reading the next line.
7155 2014-06-23  Will Newton  <will.newton@linaro.org>
7157         * test-skeleton.c (signal_handler): Use printf and %m
7158         rather than perror.  Use printf rather than fprintf to
7159         stderr.  Use puts rather than fputs to stderr.
7160         (main): Likewise.
7162 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7164         * nscd/nscd.c (thread_info_t): Remove typedef.
7165         (thread_info): Remove variable.
7167 2014-06-21  Allan McRae  <allan@archlinux.org>
7169         * NEWS: Mention CVE-2014-4043.
7171 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7173         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7174         * nptl/smp.h: ... here.
7176         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7178         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7179         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7180         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7181         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7183         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7184         * nptl/stack-aliasing.h: New file.
7185         * sysdeps/i386/i686/stack-aliasing.h: New file.
7186         * sysdeps/i386/i686/nptl/Makefile: File removed.
7187         * sysdeps/x86_64/stack-aliasing.h: New file.
7188         * sysdeps/x86_64/nptl/Makefile
7189         (CFLAGS-pthread_create.c): Variable removed.
7191         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7192         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7193         old file.
7194         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7195         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7196         old file.
7198 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7200         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7201         (__ASSUME_SIGFRAME_V2): Remove macro.
7202         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7203         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7204         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7205         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7206         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7207         Declare as function.  Remove conditional macro definitions.
7208         (__default_rt_sa_restorer): Likewise.
7209         (__default_sa_restorer_v1): Remove declaration.
7210         (__default_sa_restorer_v2): Likewise.
7211         (__default_rt_sa_restorer_v1): Likewise.
7212         (__default_rt_sa_restorer_v2): Likewise.
7213         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7214         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7215         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7217 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7219         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7220         (libpthread-routines): Add sysdep.
7221         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7222         * sysdeps/unix/sysv/linux/sparc/Versions
7223         (libpthread: GLIBC_2.3.3): New version set.
7224         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7225         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7226         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7227         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7228         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7229         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7230         Moved ...
7231         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7232         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7233         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7234         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7235         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7236         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7237         * sysdeps/sparc/nptl/sem_init.c: ... here.
7238         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7239         * sysdeps/sparc/nptl/sem_post.c: ... here.
7240         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7241         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7242         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7243         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7244         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7245         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7246         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7247         (libpthread-routines): Add cpu_relax.
7248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7249         File removed.
7250         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7251         (librt: GLIBC_2.3.3): New version set.
7252         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7253         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7254         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7255         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7256         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7257         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7258         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7259         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7260         Moved ...
7261         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7262         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7263         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7264         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7265         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7266         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7267         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7268         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7269         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7270         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7271         Moved ...
7272         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7273         Update #include.
7274         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7275         Moved ...
7276         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7277         Update #include.
7278         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7279         Moved ...
7280         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7281         Update #include.
7282         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7283         Moved ...
7284         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7285         Update #include.
7286         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7287         Moved ...
7288         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7289         Update #include.
7290         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7291         Moved ...
7292         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7293         Update #include.
7294         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7295         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7296         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7297         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7298         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7299         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7300         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7301         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7302         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7303         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7304         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7305         Moved ...
7306         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7308         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7309         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7310         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7312 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7314         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7315         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7316         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7317         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7318         * nscd/nscd.c: Likewise.
7319         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7320         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7321         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7322         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7324         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7325         <kernel-features.h>.
7326         (init_mq_netlink): Remove conditional have_sock_cloexec
7327         definitions.  Remove code conditional on have_sock_cloexec < 0.
7328         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7329         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7330         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7331         <kernel-features.h>.
7332         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7333         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7335 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7337         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7338         Add tests for memset_chk and memset.
7340         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7341         with AVX2_Usable.
7343 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7345         [BZ #16046]
7346         * elf/tst-dl-iter-static.c: New file.
7347         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7349         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7350         error.
7352 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7354         * sysdeps/unix/sysv/linux/kernel-features.h
7355         (__ASSUME_F_GETOWN_EX): Remove macro.
7356         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7357         <kernel-features.h>.
7358         (miss_F_GETOWN_EX): Remove variable or macro.
7359         (do_fcntl): Do not check miss_F_GETOWN_EX.
7360         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7362         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7363         Remove macro.
7364         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7365         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7366         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7368         * sysdeps/unix/sysv/linux/kernel-features.h
7369         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7370         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7371         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7372         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7374 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7376         [BZ #17075]
7377         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7378         Fix calculation of the symbol's value.
7379         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7380         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7381         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7382         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7383         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7384         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7385         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7386         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7387         (modules-names): Add `tst-armtlsdescmod',
7388         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7389         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7390         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7391         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7392         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7393         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7394         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7395         ($(objpfx)tst-armtlsdescloc): New dependency.
7396         ($(objpfx)tst-armtlsdescextnow): Likewise.
7397         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7398         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7399         TLS scheme support.
7400         * sysdeps/arm/configure: Regenerate.
7402 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7404         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7405         (__atfct_seterrno_2): Likewise.
7406         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7407         <kernel-features.h>.
7408         (__ASSUME_ATFCTS): Do not undefine and redefine.
7409         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7410         (__have_atfcts): Remove conditional definition.
7411         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7412         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7413         unreachable if [__ASSUME_ATFCTS].
7414         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7415         not undefine and redefine.
7416         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7417         <kernel-features.h>.
7418         (faccessat) [__NR_faccessat]: Make code unconditional.
7419         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7420         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7421         <kernel-features.h>.
7422         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7423         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7424         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7425         <kernel-features.h>.
7426         (fchownat) [__NR_fchownat]: Make code unconditional.
7427         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7428         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7429         <kernel-features.h>.
7430         (futimesat) [__NR_futimesat]: Make code unconditional.
7431         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7432         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7433         <kernel-features.h>.
7434         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7435         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7436         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7437         <kernel-features.h>.
7438         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7439         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7440         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7441         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7442         <kernel-features.h>.
7443         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7444         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7445         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7446         <kernel-features.h>.
7447         (linkat) [__NR_linkat]: Make code unconditional.
7448         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7449         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7450         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7451         <kernel-features.h>.
7452         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7453         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7454         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7455         <kernel-features.h>.
7456         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7457         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7458         * sysdeps/unix/sysv/linux/openat.c: Do not include
7459         <kernel-features.h>.
7460         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7461         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7462         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7463         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7464         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7465         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7466         <kernel-features.h>.
7467         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7468         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7469         result of INLINE_SYSCALL directly, not via int variable.
7470         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7471         <kernel-features.h>.
7472         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7473         (renameat) [__NR_renameat]: Make code unconditional.
7474         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7475         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7476         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7477         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7478         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7479         (__ASSUME_ATFCTS): Do not undefine and redefine.
7480         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7481         <kernel-features.h>.
7482         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7483         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7484         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7485         <kernel-features.h>.
7486         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7487         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7488         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7489         (__ASSUME_ATFCTS): Do not undefine and redefine.
7490         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7491         <kernel-features.h>.
7492         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7493         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7494         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7495         <kernel-features.h>.
7496         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7497         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7499 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7501         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7503 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7505         [BZ #17069]
7506         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7507         constructed tree before returning error.
7508         * posix/bug-regexp36.c: Expand test case.
7510 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7512         [BZ #6803]
7513         * math/libm-test.inc (scalbln_test_date):
7514         Add errno expectations.
7515         * math/w_scalblnf.c: New File.
7516         Add wrapper which checks for setting errno to ERANGE.
7517         Add weak_alias for corresponding scalbln function.
7518         * math/w_scalbln.c: Likewise.
7519         * math/w_scalblnl.c: Likewise.
7520         * math/Makefile (libm-calls): Add w_scalbln.
7521         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7522         Remove weak_alias for corresponding scalbln function.
7523         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7524         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7525         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7526         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7527         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7528         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7529         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7530         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7531         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7532         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7533         Remove long_double_symbol for scalblnl function in libm, libc.
7534         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7535         Add wrapper which checks for setting errno to ERANGE.
7536         Add long_double_symbol for scalblnl function in libm, libc.
7537         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7538         Remove long_double_symbol for scalblnl in libm.
7539         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7540         Add wrapper which checks for setting errno to ERANGE.
7541         Add long_double_symbol for scalblnl function in libm.
7542         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7543         Do not use wrapper because of own implementation.
7545 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7547         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7548         3 bytes for __pad1 for x32.
7549         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7551 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7552             H.J. Lu  <hongjiu.lu@intel.com>
7554         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7555         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7556         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7557         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7558         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7560 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7562         [BZ #17069]
7563         * posix/regcomp.c (parse_expression): Deallocate partially
7564         constructed tree before returning error.
7565         * posix/Makefile.c (tests): Add bug-regex36.
7566         (generated): Add bug-regex36.mtrace.
7567         (tests-special): Add $(objpfx)bug-regex36-mem.out
7568         (bug-regex36-ENV): New variable.
7569         ($(objpfx)bug-regex36-mem.out): New rule.
7570         * posix/bug-regex36.c: New file.
7572 2014-06-19  Will Newton  <will.newton@linaro.org>
7574         * malloc/malloc.c (systrim): If extra is zero then return
7575         early.
7577 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7579         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7581 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7583         * sysdeps/aarch64/strchr.S: New file.
7585 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7587         [BZ #17022]
7588         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7589         from arguments -2 or below.
7590         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7591         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7593 2014-06-18  Andreas Schwab  <schwab@suse.de>
7595         [BZ #17062]
7596         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7597         of a bracket expr not to run off the end of the string.
7598         * posix/Makefile (tests): Add tst-fnmatch3.
7599         * posix/tst-fnmatch3.c: New file.
7601 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7603         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7604         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7605         [$(cross-compiling) = no]: Likewise.
7606         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7607         [$(cross-compiling) = no]: Likewise.
7609 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7611         [BZ #17031]
7612         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7613         double, adjusted for any remainder from the high double.
7614         * math/libm-test.inc (nearbyint): Add tests.
7615         (rint): Likewise.
7617 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7619         * nptl/sysdeps/powerpc/Makefile: Moved ...
7620         * sysdeps/powerpc/nptl/Makefile: ... here.
7621         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7622         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7623         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7624         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7625         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7626         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7627         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7628         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7629         * nptl/sysdeps/powerpc/tls.h: Moved ...
7630         * sysdeps/powerpc/nptl/tls.h: ... here.
7632 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7634         [BZ #16681]
7635         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7636         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7637         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7638         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7639         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7640         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7641         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7642         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7643         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7645 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7647         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7649 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7651         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7652         defined operator.
7654         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7655         $TIMEOUTFACTOR.
7657 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7659         [BZ #17058]
7660         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7661         non-executed part of the test.
7663 2014-06-16  Andreas Schwab  <schwab@suse.de>
7665         * string/bits/string2.h (strdup, strndup): Update feature guard.
7667 2014-06-14  David S. Miller  <davem@davemloft.net>
7669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7671 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7673         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7674         that was previously under [RESET_PID].
7675         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7677         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7678         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7679         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7680         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7681         (__libc_vfork): New strong alias.
7682         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7684 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7686         * sysdeps/generic/elide.h: New file.
7688 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7690         * Makefile (installed-headers): Adjust path of pthread.h header.
7692 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7694         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7695         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7696         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7697         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7699         * nptl/sysdeps/s390/Makefile: Moved ...
7700         * sysdeps/s390/nptl/Makefile: ... here.
7701         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7702         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7703         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7704         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7705         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7706         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7707         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7708         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7709         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7710         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7711         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7712         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7713         * nptl/sysdeps/s390/tls.h: Moved ...
7714         * sysdeps/s390/nptl/tls.h: ... here.
7716         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7717         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7719 2014-06-13  David S. Miller  <davem@davemloft.net>
7721         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7722         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7724         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7725         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7726         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7727         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7728         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7729         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7730         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7731         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7732         Remove RESET_PID cpp guards.
7733         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7734         Remove RESET_PID cpp guards.
7735         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7737 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7739         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7740         __sp to uintptr_t.
7742 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7744         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7745         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7746         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7747         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7748         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7749         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7750         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7751         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7752         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7753         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7754         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7755         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7756         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7757         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7758         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7759         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7760         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7761         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7762         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7763         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7765         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7766         (pthread_rwlock_rdlock): Add elision.
7767         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7768         (pthread_rwlock_wrlock): Add elision.
7769         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7770         (pthread_rwlock_trywrlock): Add elision.
7771         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7772         (pthread_rwlock_tryrdlock): Add elision.
7773         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7774         (pthread_rwlock_tryrdlock): Add elision unlock.
7775         * nptl/sysdeps/pthread/pthread.h:
7776         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7777         (PTHREAD_RWLOCK_INITIALIZER,
7778         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7779         Handle new elision field.
7780         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7781         * sysdeps/arm/nptl/bits/pthreadtypes.h
7782         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7783         * sysdeps/sh/nptl/bits/pthreadtypes.h
7784         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7785         * sysdeps/tile/nptl/bits/pthreadtypes.h
7786         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7787         * sysdeps/a/nptl/bits/pthreadtypes.h
7788         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7789         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7790         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7791         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7792         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7793         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7794         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7795         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7796         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7797         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7798         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7799         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7800         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7801         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7802         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7803         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7804         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7805         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7806         (elision_init): Set try_xbegin to zero when no RTM.
7807         * sysdeps/x86/nptl/bits/pthreadtypes.h
7808         (pthread_rwlock_t): Change __pad1 to __rwelision.
7809         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7811 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7813         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7814         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7815         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7816         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7818 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7820         [BZ #16996]
7821         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7822         that the cached result has been set before returning it.
7824 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7826         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7827         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7828         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7829         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7830         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7831         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7833         * nptl/sysdeps/sparc/Makefile: Moved ...
7834         * sysdeps/sparc/nptl/Makefile: ... here.
7835         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7836         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7837         * nptl/sysdeps/sparc/tls.h: Moved ...
7838         * sysdeps/sparc/nptl/tls.h: ... here.
7839         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7840         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7841         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7842         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7843         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7844         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7845         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7846         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7847         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7848         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7849         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7850         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7851         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7852         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7853         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7854         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7855         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7856         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7857         Update #include.
7858         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7859         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7860         Update #include.
7861         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7862         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7863         Update #include.
7864         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7865         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7866         Update #include.
7868         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7870         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7871         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7873         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7874         (struct list_links): Type removed.
7875         (struct thread_node, struct timer_node): Replace struct list_links
7876         with struct list_head.
7877         (list_unlink_ip): Likewise.
7878         * sysdeps/pthread/timer_routines.c
7879         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7880         (list_append, list_insbefore): Likewise.
7881         (list_init): Function removed.
7882         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7883         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7884         * sysdeps/pthread/Makefile: ... here, new file.
7886         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7887         * sysdeps/nptl/Implies: ... here.
7888         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7889         * nptl/sysdeps/pthread/list.h: Moved ...
7890         * include/list.h: ... here.
7891         * nptl/sysdeps/pthread/createthread.c: Moved ...
7892         * nptl/createthread.c: ... here.
7893         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7894         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7895         * nptl/pt-longjmp.c: ... here.
7896         * nptl/sysdeps/pthread/Makefile: Moved ...
7897         * sysdeps/nptl/Makefile: ... here.
7898         * nptl/sysdeps/pthread/Subdirs: Moved ...
7899         * sysdeps/nptl/Subdirs: ... here.
7900         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7901         * sysdeps/nptl/aio_misc.h: ... here.
7902         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7903         * sysdeps/nptl/bits/libc-lock.h: ... here.
7904         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7905         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7906         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7907         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7908         * nptl/sysdeps/pthread/configure: Moved ...
7909         * sysdeps/nptl/configure: ... here.
7910         * nptl/sysdeps/pthread/configure.ac: Moved ...
7911         * sysdeps/nptl/configure.ac: ... here.
7912         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7913         * sysdeps/nptl/gai_misc.h: ... here.
7914         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7915         * sysdeps/nptl/librt-cancellation.c: ... here.
7916         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7917         * sysdeps/nptl/malloc-machine.h: ... here.
7918         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7919         * sysdeps/nptl/pthread-functions.h: ... here.
7920         * nptl/sysdeps/pthread/pthread.h: Moved ...
7921         * sysdeps/nptl/pthread.h: ... here.
7922         * nptl/sysdeps/pthread/setxid.h: Moved ...
7923         * sysdeps/nptl/setxid.h: ... here.
7924         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7925         * sysdeps/nptl/sigfillset.c: ... here.
7926         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7927         * sysdeps/nptl/tcb-offsets.h: ... here.
7928         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7929         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7930         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7931         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7932         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7933         * sysdeps/pthread/allocalim.h: ... here.
7934         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7935         * sysdeps/pthread/bits/sigthread.h: ... here.
7936         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7937         * sysdeps/pthread/flockfile.c: ... here.
7938         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7939         * sysdeps/pthread/ftrylockfile.c: ... here.
7940         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7941         * sysdeps/pthread/funlockfile.c: ... here.
7942         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7943         * sysdeps/pthread/posix-timer.h: ... here.
7944         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7945         * sysdeps/pthread/timer_create.c: ... here.
7946         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7947         * sysdeps/pthread/timer_delete.c: ... here.
7948         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7949         * sysdeps/pthread/timer_getoverr.c: ... here.
7950         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7951         * sysdeps/pthread/timer_gettime.c: ... here.
7952         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7953         * sysdeps/pthread/timer_routines.c: ... here.
7954         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7955         * sysdeps/pthread/timer_settime.c: ... here.
7956         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7957         * sysdeps/pthread/tst-timer.c: ... here.
7958         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7959         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7961         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7962         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7964         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7965         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7966         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7967         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7968         Update #include target.
7969         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7970         * sysdeps/i386/i686/nptl/Makefile: ... here.
7971         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7972         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7973         Update #include target.
7974         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7975         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7976         * nptl/sysdeps/i386/Makefile: Moved ...
7977         * sysdeps/i386/nptl/Makefile: ... here.
7978         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7979         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7980         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7981         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7982         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7983         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7984         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7985         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7986         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7987         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7988         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7989         * nptl/sysdeps/i386/tls.h: Moved ...
7990         * sysdeps/i386/nptl/tls.h: ... here.
7992         * sysdeps/sh/Makefile [$(subdir) = csu]
7993         (gen-as-const-headers): Add tcb-offsets.sym.
7994         * nptl/sysdeps/sh/Makefile: File removed.
7995         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7996         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7997         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7998         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7999         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8000         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8001         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8002         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8003         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8004         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8005         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8006         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8007         * nptl/sysdeps/sh/tls.h: Moved ...
8008         * sysdeps/sh/nptl/tls.h: ... here.
8009         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8010         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8011         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8012         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8013         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8014         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8015         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8016         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8017         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8018         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8019         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8020         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8021         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8022         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8023         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8024         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8025         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8026         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8027         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8028         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8029         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8030         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8031         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8032         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8033         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8034         Moved ...
8035         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8036         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8037         Moved ...
8038         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8039         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8040         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8041         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8042         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8043         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8044         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8045         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8046         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8047         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8048         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8049         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8050         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8051         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8052         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8053         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8054         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8055         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8056         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8058 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8060         * posix/spawn_faction_addopen.c: Include string.h.
8062 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8064         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8065         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8066         * nptl/sysdeps/x86_64/Makefile: Moved ...
8067         * sysdeps/x86_64/nptl/Makefile: ... here.
8068         * nptl/sysdeps/x86_64/configure: Moved ...
8069         * sysdeps/x86_64/nptl/configure: ... here.
8070         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8071         * sysdeps/x86_64/nptl/configure.ac: ... here.
8072         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8073         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8074         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8075         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8076         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8077         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8078         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8079         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8080         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8081         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8082         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8083         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8084         * nptl/sysdeps/x86_64/tls.h: Moved ...
8085         * sysdeps/x86_64/nptl/tls.h: ... here.
8086         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8087         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8088         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8089         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8091         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8093 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8095         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8097 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8099         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8100         type.
8101         [POSIX] (off_t): Likewise.
8102         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8103         [POSIX] (S_ISBLK): Require macro.
8104         [POSIX] (S_ISCHR): Likewise.
8105         [POSIX] (S_ISDIR): Likewise.
8106         [POSIX] (S_ISFIFO): Likewise.
8107         [POSIX] (S_ISREG): Likewise.
8108         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8109         optional-macro.
8110         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8111         type.
8112         [POSIX] (time_t): Likewise.
8113         [POSIX] (timer_t): Likewise.
8115 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8117         [BZ #17048]
8118         * posix/spawn_int.h (struct __spawn_action): Make the path string
8119         non-const to support deallocation.
8120         * posix/spawn_faction_addopen.c
8121         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8122         * posix/spawn_faction_destroy.c
8123         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8124         path in all spawn_do_open actions.
8125         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8126         posix_spawn_file_actions_addopen.
8128 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8130         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8131         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8132         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8133         conditional code always true.
8134         (__libc_vfork): New alias.
8136 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8138         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8139         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8141         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8143         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8144         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8146         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8147         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8149         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8150         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8152 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8154         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8155         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8156         multiarch strcmp for PPC64.
8157         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8158         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8159         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8160         multiarch optimizations.
8161         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8162         (__libc_ifunc_impl_list): Likewise.
8164 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8166         * benchtests/scripts/validate_benchout.py: New script.
8167         * benchtests/Makefile (bench-func): Call it.
8168         * benchtests/scripts/benchout.schema.json: New file.
8170 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8172         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8173         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8174         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8175         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8176         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8177         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8178         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8179         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8180         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8181         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8182         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8183         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8184         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8185         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8186         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8187         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8189         Moved ...
8190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8191         ... here.
8192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8193         Moved ...
8194         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8195         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8196         Moved ...
8197         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8198         ... here.
8199         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8200         Moved ...
8201         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8202         ... here.
8203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8204         Moved ...
8205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8206         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8207         Moved ...
8208         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8209         ... here.
8210         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8211         Moved ...
8212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8213         ... here.
8214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8215         Moved ...
8216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8217         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8218         Moved ...
8219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8220         ... here.
8221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8222         Moved ...
8223         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8224         ... here.
8225         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8226         Moved ...
8227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8228         ... here.
8229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8230         Moved ...
8231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8233         Moved ...
8234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8235         ... here.
8236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8237         Moved ...
8238         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8239         ... here.
8240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8241         Moved ...
8242         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8243         ... here.
8244         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8245         Moved ...
8246         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8247         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8248         Moved ...
8249         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8250         ... here.
8251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8252         Moved ...
8253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8254         ... here.
8255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8256         Moved ...
8257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8258         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8259         Moved ...
8260         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8261         ... here.
8262         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8263         Moved ...
8264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8266         Moved ...
8267         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8269         Moved ...
8270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8271         ... here.
8272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8273         Moved ...
8274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8275         ... here.
8276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8277         Moved ...
8278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8279         ... here.
8280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8281         Moved ...
8282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8284         Moved ...
8285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8286         ... here.
8287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8288         Moved ...
8289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8290         ... here.
8291         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8292         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8293         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8294         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8295         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8296         Moved ...
8297         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8298         ... here.
8299         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8300         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8301         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8302         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8303         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8304         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8305         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8306         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8307         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8308         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8309         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8310         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8311         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8312         Moved ...
8313         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8314         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8315         Moved ...
8316         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8317         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8318         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8319         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8320         Moved ...
8321         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8322         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8323         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8324         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8325         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8326         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8327         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8329 2014-06-10  Wilco  <wdijkstr@arm.com>
8331         * math/test-fenv-return.c: New file.
8332         * math/Makefile: Add new test test-fenv-return.
8334 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8336         [BZ #17042]
8337         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8338         when x - 1 is zero.
8339         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8340         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8341         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8342         0.0L for an argument of 1.0L.
8343         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8344         Likewise.
8345         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8346         value when x - 1 is zero.
8347         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8348         * sysdeps/i386/fpu/libm-test-ulps: Update.
8349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8351 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8353         [BZ #15119]
8354         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8356 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8358         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8359         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8361 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8363         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8364         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8366         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8367         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8369         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8370         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8372         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8373         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8375         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8376         if not already defined.
8377         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8378         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8379         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8380         (TLS_INIT_TP): Use it.
8381         (TLS_DEFINE_INIT_TP): New macro.
8382         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8384 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8386         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8387         constant.
8388         [POSIX] (IXANY): Likewise.
8389         [POSIX] (OLCUC): Likewise.
8390         [POSIX || POSIX2008] (CBAUD): Do not allow.
8391         [POSIX || POSIX2008] (DEFECHO): Likewise.
8392         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8393         [POSIX || POSIX2008] (ECHOKE): Likewise.
8394         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8395         [POSIX || POSIX2008] (EXTA): Likewise.
8396         [POSIX || POSIX2008] (EXTB): Likewise.
8397         [POSIX || POSIX2008] (FLUSHO): Likewise.
8398         [POSIX || POSIX2008] (LOBLK): Likewise.
8399         [POSIX || POSIX2008] (PENDIN): Likewise.
8400         [POSIX || POSIX2008] (SWTCH): Likewise.
8401         [POSIX || POSIX2008] (VDISCARD): Likewise.
8402         [POSIX || POSIX2008] (VDSUSP): Likewise.
8403         [POSIX || POSIX2008] (VLNEXT): Likewise.
8404         [POSIX || POSIX2008] (VREPRINT): Likewise.
8405         [POSIX || POSIX2008] (VSTATUS): Likewise.
8406         [POSIX || POSIX2008] (VWERASE): Likewise.
8407         (B*): Change to B[0123456789]*.
8408         * conform/data/time.h-data [POSIX || UNIX98]
8409         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8410         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8411         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8412         [POSIX] (tm_*): Do not allow.
8414 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8416         * Makefile (install): Don't set LANGUAGE.
8417         * Makefile.in (install): Likewise.
8418         * assert/Makefile (test-assert-ENV): Remove variable.
8419         (test-assert-perr-ENV): Likewise.
8420         * elf/Makefile (neededtest4-ENV): Likewise.
8421         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8422         [$(cross-compiling) = no]: Don't set LANGUAGE.
8423         * io/ftwtest-sh (LANG): Remove variable.
8424         * libio/Makefile (tst-widetext-ENV): Likewise.
8425         * manual/install.texi (Running make install): Don't refer to
8426         environment settings for make install.
8427         * INSTALL: Regenerated.
8428         * nptl/tst-tls6.sh: Don't set LANG.
8429         * posix/globtest.sh (LANG): Remove variable.
8430         * string/Makefile (tester-ENV): Likewise.
8431         (inl-tester-ENV): Likewise.
8432         (noinl-tester-ENV): Likewise.
8433         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8434         [$(cross-compiling) = no]: Don't set LANGUAGE.
8435         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8436         without explicit environment settings.
8438 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8440         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8441         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8442         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8443         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8445 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8447         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8448         other files in the crypt directory.
8449         * crypt/crypt.c: Remove duplicate includes.
8450         * crypt/crypt-entry.c: Likewise.
8451         * crypt/crypt_util.c: Likewise.
8453 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8455         * Makeconfig (run-program-env): New variable.
8456         (run-program-prefix-before-env): Likewise.
8457         (run-program-prefix-after-env): Likewise.
8458         (run-program-prefix): Define in terms of new variables.
8459         (built-program-cmd-before-env): New variable.
8460         (built-program-cmd-after-env): Likewise.
8461         (built-program-cmd): Define in terms of new variables.
8462         (test-program-prefix-before-env): New variable.
8463         (test-program-prefix-after-env): Likewise.
8464         (test-program-prefix): Define in terms of new variables.
8465         (test-program-cmd-before-env): New variable.
8466         (test-program-cmd-after-env): Likewise.
8467         (test-program-cmd): Define in terms of new variables.
8468         * Rules (make-test-out): Use $(run-program-env).
8469         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8470         (help): Do not mention environment variables.  Mention
8471         --timeoutfactor option.
8472         (timeoutfactor): New variable.
8473         (blacklist_exports): Remove function.
8474         (exports): Remove variable.
8475         (command): Do not include ${exports}.
8476         * manual/install.texi (Configuring and compiling): Do not mention
8477         test wrappers preserving environment variables.  Mention that last
8478         assignment to a variable must take precedence.
8479         * INSTALL: Regenerated.
8480         * benchtests/Makefile (run-bench): Use $(run-program-env).
8481         * catgets/Makefile ($(objpfx)test1.cat): Use
8482         $(built-program-cmd-before-env), $(run-program-env) and
8483         $(built-program-cmd-after-env).
8484         ($(objpfx)test2.cat): Do not specify environment variables
8485         explicitly.
8486         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8487         $(run-program-env) and $(built-program-cmd-after-env).
8488         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8489         $(run-program-env) and $(test-program-cmd-after-env).
8490         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8491         explicitly.
8492         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8493         run_program_env and test_program_cmd_after_env arguments.
8494         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8495         * elf/tst-pathopt.sh: Use run_program_env argument.
8496         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8497         $(test-wrapper-env) and $(run-program-env).
8498         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8499         run_program_env arguments.
8500         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8501         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8502         $(test-program-prefix-before-env), $(run-program-env) and
8503         $(test-program-prefix-after-env).
8504         ($(objpfx)tst-gettext2.out): Likewise.
8505         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8506         run_program_env and test_program_prefix_after_env arguments.
8507         * intl/tst-gettext2.sh: Likewise.
8508         * intl/tst-gettext4.sh: Do not set environment variables
8509         explicitly.
8510         * intl/tst-gettext6.sh: Likewise.
8511         * intl/tst-translit.sh: Likewise.
8512         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8513         $(test-program-prefix-before-env), $(run-program-env) and
8514         $(test-program-prefix-after-env).
8515         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8516         run_program_env and test_program_prefix_after_env arguments.
8517         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8518         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8519         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8520         explicitly with each use of ${test_wrapper_env}.
8521         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8522         $(test-program-prefix-before-env), $(run-program-env) and
8523         $(test-program-prefix-after-env).
8524         * posix/tst-getconf.sh: Do not set environment variables
8525         explicitly.
8526         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8527         run_program_env and test_program_prefix_after_env arguments.
8528         * stdio-common/tst-printf.sh: Do not set environment variables
8529         explicitly.
8530         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8531         $(test-program-prefix-before-env), $(run-program-env) and
8532         $(test-program-prefix-after-env).
8533         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8534         run_program_env and test_program_prefix_after_env arguments.
8535         Split $test calls into $test_pre and $test.
8536         * timezone/Makefile (build-testdata): Use
8537         $(built-program-cmd-before-env), $(run-program-env) and
8538         $(built-program-cmd-after-env).
8540 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8542         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8543         strlen for non SHARED builds.
8545 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8547         * nptl/allocatestack.c (check_list): Inlined function...
8548         (__reclaim_stacks): ... here.
8550 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8552         [BZ #15698]
8553         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8554         memory overrun.
8556 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8558         * Rules (make-test-out): Include
8559         LOCPATH=$(common-objpfx)localedata in default environment.
8560         * debug/Makefile (tst-chk1-ENV): Remove variable.
8561         (tst-chk2-ENV): Likewise.
8562         (tst-chk3-ENV): Likewise.
8563         (tst-chk4-ENV): Likewise.
8564         (tst-chk5-ENV): Likewise.
8565         (tst-chk6-ENV): Likewise.
8566         (tst-lfschk1-ENV): Likewise.
8567         (tst-lfschk2-ENV): Likewise.
8568         (tst-lfschk3-ENV): Likewise.
8569         (tst-lfschk4-ENV): Likewise.
8570         (tst-lfschk5-ENV): Likewise.
8571         (tst-lfschk6-ENV): Likewise.
8572         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8573         (tst-iconv7-ENV): Likewise.
8574         * intl/Makefile (LOCPATH-ENV): Likewise.
8575         (tst-codeset-ENV): Likewise.
8576         (tst-gettext3-ENV): Likewise.
8577         (tst-gettext5-ENV): Likewise.
8578         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8579         (tst-fopenloc-ENV): Likewise.
8580         (tst-fgetws-ENV): Remove variable.
8581         (tst-ungetwc1-ENV): Likewise.
8582         (tst-ungetwc2-ENV): Likewise.
8583         (bug-ungetwc2-ENV): Likewise.
8584         (tst-swscanf-ENV): Likewise.
8585         (bug-ftell-ENV): Likewise.
8586         (tst-fgetwc-ENV): Likewise.
8587         (tst-fseek-ENV): Likewise.
8588         (tst-ftell-partial-wide-ENV): Likewise.
8589         (tst-ftell-active-handler-ENV): Likewise.
8590         (tst-ftell-append-ENV): Likewise.
8591         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8592         (tst-regexloc-ENV): Likewise.
8593         (bug-regex1-ENV): Likewise.
8594         (tst-regex-ENV): Likewise.
8595         (tst-regex2-ENV): Likewise.
8596         (bug-regex5-ENV): Likewise.
8597         (bug-regex6-ENV): Likewise.
8598         (bug-regex17-ENV): Likewise.
8599         (bug-regex18-ENV): Likewise.
8600         (bug-regex19-ENV): Likewise.
8601         (bug-regex20-ENV): Likewise.
8602         (bug-regex22-ENV): Likewise.
8603         (bug-regex23-ENV): Likewise.
8604         (bug-regex25-ENV): Likewise.
8605         (bug-regex26-ENV): Likewise.
8606         (bug-regex30-ENV): Likewise.
8607         (bug-regex32-ENV): Likewise.
8608         (bug-regex33-ENV): Likewise.
8609         (bug-regex34-ENV): Likewise.
8610         (bug-regex35-ENV): Likewise.
8611         (tst-rxspencer-ENV): Likewise.
8612         (tst-rxspencer-no-utf8-ENV): Likewise.
8613         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8614         (tst-sscanf-ENV): Likewise.
8615         (tst-swprintf-ENV): Likewise.
8616         (tst-swscanf-ENV): Likewise.
8617         (test-vfprintf-ENV): Likewise.
8618         (scanf13-ENV): Likewise.
8619         (bug14-ENV): Likewise.
8620         (tst-grouping-ENV): Likewise.
8621         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8622         (tst-strtod3-ENV): Likewise.
8623         (tst-strtod4-ENV): Likewise.
8624         (tst-strtod5-ENV): Likewise.
8625         (testmb2-ENV): Likewise./
8626         * string/Makefile (tst-strxfrm-ENV): Likewise.
8627         (tst-strxfrm2-ENV): Likewise.
8628         (bug-strcoll1-ENV): Likewise.
8629         (test-strcasecmp-ENV): Likewise.
8630         (test-strncasecmp-ENV): Likewise.
8631         * time/Makefile (tst-strptime-ENV): Likewise.
8632         (tst-ftime_l-ENV): Likewise.
8633         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8634         (tst-mbrtowc-ENV): Likewise.
8635         (tst-wcrtomb-ENV): Likewise.
8636         (tst-mbrtowc2-ENV): Likewise.
8637         (tst-c16c32-1-ENV): Likewise.
8638         (tst-mbsnrtowcs-ENV): Likewise.
8640 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8642         * manual/resource.texi (How to get information about the memory
8643         subsystem?): Fix typo.
8644         Reported by Peon de la Parra Ivan <peon@keba.com>
8646 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8648         [BZ #16882]
8649         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8650         (pthread_spin_lock): Branch out of spin loop to proper location.
8651         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8652         (pthread_spin_lock): Likewise.
8654         * nptl/tst-spin4.c: New test.
8655         * nptl/Makefile (tests): Add tst-spin4.
8657 2014-06-03  Andreas Schwab  <schwab@suse.de>
8659         [BZ #15946]
8660         * resolv/res_send.c (send_dg): Reload file descriptor after
8661         calling reopen.
8663 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8665         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8667 2014-06-03  Richard Henderson  <rth@redhat.com>
8669         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8670         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8671         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8672         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8673         in the SAVE_PID block.
8674         (__libc_vfork): New alias.
8675         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8677         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8678         child in registers, not on the stack.  Remove RESET_PID conditionals.
8679         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8681 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8683         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8685 2014-06-03  Wilco  <wdijkstr@arm.com>
8687         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8688         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8689         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8690         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8691         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8692         Likewise.
8694 2014-06-03  Wilco  <wdijkstr@arm.com>
8696         * sysdeps/aarch64/fpu/math_private.h
8697         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8698         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8699         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8700         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8701         Fix declarations.
8703 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8705         * crypt/crypt-private.h: Include ufc-crypt.h.
8706         (__b64_from_24bit): Declare extern.
8707         * crypt/crypt_util.c(__b64_from_24bit): New function.
8708         (b64t): New static const variable.
8709         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8710         (b64t): Remove variable.
8711         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8712         * crypt/sha256-crypt.c: Include crypt-private.h.
8713         (b64t): Remove variable.
8714         (__sha256_crypt_r): Remove b64_from_24bit and replace
8715         with __b64_from_24bit.
8716         * crypt/sha512-crypt.c: Likewise.
8718 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8720         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8721         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8722         Label the code __libc_vfork rather than __vfork.
8723         [!NOT_IN_libc] (vfork): Define as weak alias.
8724         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8725         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8726         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8728 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8730         * malloc/malloc.c (malloc_info): Fix format specifier for
8731         n_mmaps.
8733 2014-06-02  Wilco  <wdijkstr@arm.com>
8735         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8736         FPCR write.
8738 2014-06-02  Wilco  <wdijkstr@arm.com>
8740         [BZ #17009]
8741         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8742         Rewrite to reduce FPCR/FPSR accesses.
8744 2014-06-01  David S. Miller  <davem@davemloft.net>
8746         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8748 2014-05-31  David S. Miller  <davem@davemloft.net>
8750         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8751         to occur in round to nearest mode when |x| >= 2.0
8753 2014-05-30  Richard Henderson  <rth@twiddle.net>
8755         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8756         (PSEUDO_RET_NOERRNO): Remove.
8757         (ret): Don't redefine.
8758         (ret_NOERRNO): Define in terms of ret.
8759         (ret_ERRVAL): Likewise.
8761         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8762         use of PSEUDO_RET; perform the error check directly.
8764 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8766         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8767         with __int128_t.
8769 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8771         * malloc/malloc (malloc_info): Fix formatting.
8773 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8774             Roland McGrath  <roland@hack.frob.com>
8776         * malloc/malloc (malloc_info): Also print mmapped statistics.
8778 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8780         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8781         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8783 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8785         * malloc/malloc.c (malloc_info): Inline mi_arena.
8787 2014-05-29  Richard Henderson  <rth@twiddle.net>
8789         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8790         Remove comma before expanding ASM_ARGS_##nr.
8791         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8792         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8793         of ASM_ARGS_##nr.
8794         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8795         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8796         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8797         (ASM_ARGS_1): Add leading comma.
8799         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8800         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8801         to __errno_location.
8802         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8803         Remove the expected plt for __errno_location.
8805         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8806         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8807         call to __read_tp.
8809         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8810         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8811         it and break it down.
8812         (DOCARGS_0, DOCARGS_1): Do nothing.
8813         (DOCARGS_2): Update to store into the new stack frame.
8814         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8815         (UNDOCARGS_1): Update to restore from the new stack frame.
8816         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8817         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8819         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8820         (SINGLE_THREAD_P): New parameter for result regno.
8821         (PSEUDO): Update to match; use cbz instead of beq.
8823         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8824         Use ENTRY to define the _nocancel entry point.  Share the syscall
8825         and syscall error check paths with the cancel path.
8826         (PSEUDO_END): New.
8828         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8829         whitespace; tabs before and after asm mnemonics.
8831 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8833         [BZ #15132]
8834         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8835         Call fstat64 or stat64 internally, depending on arguments passed.
8836         Replace stat buffer argument with file descriptor argument.
8837         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8838         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8839         Pass fd to __internal_statvfs instead of calling fstat64.
8840         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8841         Pass fd to __internal_statvfs64 instead of calling fstat64.
8842         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8843         Pass -1 to __internal_statvfs instead of calling stat64.
8844         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8845         Pass -1 to __internal_statvfs64 instead of calling stat64.
8847 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8849         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8850         that was previously under [RESET_PID].
8851         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8853         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8854         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8856 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8858         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8860         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8861         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8863 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8865         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8867 2014-05-27  Andreas Schwab  <schwab@suse.de>
8869         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8870         TLS_INIT_TP macro.
8871         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8872         * elf/rtld.c (init_tls, dl_main): Likewise.
8873         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8874         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8875         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8876         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8877         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8878         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8879         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8880         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8881         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8882         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8883         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8884         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8885         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8886         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8887         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8888         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8889         * sysdeps/generic/tls.h: Update description.
8891 2014-05-27  Will Newton  <will.newton@linaro.org>
8893         [BZ #16990]
8894         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8895         and restore r2 rather than just restoring.
8897 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8899         [BZ #16724]
8900         * libio/tst-ftell-append.c: New test case.
8901         * libio/Makefile (tests): Add test case.
8902         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8903         append mode.
8904         * libio/wfileops.c (do_ftell_wide): Likewise.
8906 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8908         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8910         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8911         ...
8912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8914         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8915         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8916         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8917         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8918         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8919         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8920         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8921         Moved ...
8922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8923         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8924         Moved ...
8925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8926         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8927         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8928         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8929         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8930         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8931         ...
8932         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8933         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8934         Moved ...
8935         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8936         here.
8937         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8938         ...
8939         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8940         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8941         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8943         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8944         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8945         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8946         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8948         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8949         merge into ...
8950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8951         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8952         ...
8953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8954         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8955         ...
8956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8957         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8958         Moved ...
8959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8960         here.
8961         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8962         Moved ...
8963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8964         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8969         conditional [RESET_PID].
8970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8971         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8972         removed.
8973         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8974         removed.
8976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8977         <tcb-offsets.h>.
8978         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8979         (__libc_vfork): New strong alias.
8980         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8981         removed.
8982         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8983         Removed.
8985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8986         <tcb-offsets.h>.
8987         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8988         (__libc_vfork): New strong alias.
8989         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8990         removed.
8991         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8992         removed.
8994 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8996         * malloc/malloc.c (mi_arena): New function.
8997         (malloc_info): Remove nested function mi_arena. Call non-nosted
8998         function mi_arena.
9000 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9002         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9003         by insrwi.
9004         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9005         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9006         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9007         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9008         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9009         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9010         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9012 2014-05-26  Andreas Schwab  <schwab@suse.de>
9014         [BZ #16984]
9015         * locale/programs/repertoire.c (repertoire_read): Add slash
9016         between I18NPATH element and file name.
9017         * locale/programs/locfile.c (locfile_read): Likewise.
9019 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9021         * nptl/pthread_mutexattr_settype.c
9022         (__pthread_mutexattr_settype):
9023         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9025 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9027         * nptl/tst-mutex5 (do_test):
9028         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9030 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9032         * benchtests/README: Document 'init' directive.
9033         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9034         BENCH_INIT.
9035         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9036         (parse_file): Recognize 'init' directive.
9038 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9040         [BZ #16796]
9041         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9042         alignment of struct pthread.
9044 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9046         [BZ #16878]
9047         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9048         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9049         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9050         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9052 2014-05-25  Richard Henderson  <rth@twiddle.net>
9054         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9055         (SINGLE_THREAD_P_PIC): Remove.
9056         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9057         (SINGLE_THREAD_P_PIC): Remove.
9059         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9060         branch to syscall error ...
9061         (PSEUDO): ... here.
9062         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9063         from __local_syscall_error to .Lsyscall_error.
9064         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9065         (SYSCALL_ERROR): Update label name.
9067         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9068         Do not use DOARGS/UNDOARGS.
9069         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9070         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9071         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9072         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9073         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9075         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9076         block comment.
9078         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9079         define if !NOT_IN_libc.
9080         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9081         define with non-default symbol versions.
9083 2014-05-23  Richard Henderson  <rth@twiddle.net>
9085         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9086         (vfork, __vfork): Define via compat_symbol.
9088         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9089         [!HAVE_IFUNC] (vfork_compat): Remove.
9090         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9092 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9094         [BZ #16978]
9095         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9096         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9097         variable.
9099 2014-05-23  Richard Henderson  <rth@twiddle.net>
9101         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9102         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9103         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9104         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9106         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9107         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9108         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9109         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9110         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9111         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9112         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9113         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9114         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9115         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9116         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9117         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9118         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9119         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9120         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9121         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9122         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9123         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9124         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9125         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9126         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9127         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9128         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9129         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9130         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9131         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9132         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9133         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9134         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9135         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9136         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9137         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9138         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9139         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9140         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9141         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9142         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9143         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9145         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9146         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9147         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9148         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9149         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9150         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9151         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9152         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9153         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9154         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9155         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9156         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9157         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9158         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9159         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9160         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9161         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9163         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9164         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9165         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9166         before exiting on error.
9167         (__libc_vfork): New strong alias.
9168         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9169         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9171         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9172         that was previously under [RESET_PID].
9173         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9175         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9177 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9179         [BZ #16977]
9180         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9181         value when x - 1 is zero.
9182         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9183         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9184         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9185         0.0L for an argument of 1.0L.
9186         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9187         Likewise.
9188         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9189         value when x - 1 is zero.
9190         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9191         * sysdeps/i386/fpu/libm-test-ulps: Update.
9192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9194 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9196         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9197         alphasort and versionsort.
9199 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9201         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9202         macro.
9203         [copysignf]: Likewise.
9205 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9207         * crypt/md5-crypt.c: Fix formatting.
9209 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9211         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9212         (b64_from_24bit): New function.
9214 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9216         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9217         libc_hidden_builtin_def to ifunc.
9218         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9219         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9221 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9223         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9224         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9226 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9228         * nscd/Depend (linuxthreads): Remove.
9229         (nptl): Add.
9230         * resolv/Depend (linuxthreads): Remove.
9231         * rt/Depend (linuxthreads): Remove.
9233         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9234         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9235         $(common-objpfx)elf/.
9236         (link-libc-before-gnulib): Likewise.
9237         (elfobjdir): Remove variable.
9238         * Makefile (install): Use $(elf-objpfx) instead of
9239         $(common-objpfx)elf/.
9240         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9241         $(elfobjdir)/.
9242         (link-libc-deps): Likewise.
9243         ($(common-objpfx)libc.so): Likewise.
9244         ($(common-objpfx)linkobj/libc.so): Likewise.
9245         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9246         instead of $(common-objpfx)elf/.
9247         (symbolic-link-list): Likewise.
9248         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9249         [$(cross-compiling) = no]: Likewise.
9250         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9251         $(elfobjdir)/.
9252         (static-gnulib-arch): Likewise.
9253         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9254         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9255         $(common-objpfx)elf/.
9257 2014-05-21  Richard Henderson  <rth@redhat.com>
9259         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9260         (SINGLE_THREAD_P): Use the correct width load.  Fold
9261         into the ldr offset.
9263         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9264         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9266 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9268         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9269         (libgcc_s_resume): Use __attribute_used__.
9270         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9271         Likewise.
9273 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9275         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9276         optimization when used with float constants.
9278         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9280 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9282         [BZ #16915]
9283         * locale/nl_langinfo_l.c: Make direct reference to every
9284         _nl_current_CATEGORY symbol.
9285         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9286         (tests-static): Add tst-langinfo-static.
9287         (tests-special): Add tst-langinfo-static.out.
9288         ($(objpfx)tst-langinfo.out): Redirect output.
9289         ($(objpfx)tst-langinfo-static.out): New.
9290         * localedata/tst-langinfo.sh: Send output to stdout.
9291         * localedata/tst-langinfo-static.c: New file.
9293         [BZ #16965]
9294         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9295         when the shift amount is modulo the limb size.
9297 2014-05-20  Richard Henderson  <rth@redhat.com>
9299         [BZ #16967]
9300         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9301         Change type of sa_flags from unsigned int to int.
9303         [BZ #16966]
9304         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9306         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9308 2014-05-20  Will Newton  <will.newton@linaro.org>
9310         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9311         Test the return value of the system call in the nocancel case.
9313 2014-05-20  Will Newton  <will.newton@linaro.org>
9314             Yvan Roux  <yvan.roux@linaro.org>
9316         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9317         #include of asm/ptrace.h.
9318         (PTRACE_GET_THREAD_AREA): Remove #undef.
9319         (PTRACE_GETHBPREGS): Likewise.
9320         (PTRACE_SETHBPREGS): Likewise.
9321         (struct user_regs_struct): New structure.
9322         (struct user_fpsimd_struct): New structure.
9323         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9324         #include of asm/ptrace.h and second #include of sys/user.h.
9325         (PTRACE_GET_THREAD_AREA): Remove #undef.
9326         (PTRACE_GETHBPREGS): Likewise.
9327         (PTRACE_SETHBPREGS): Likewise.
9328         (ELF_NGREG): Use new struct user_regs_struct.
9329         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9331 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9333         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9334         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9336 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9338         [BZ #16958]
9339         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9340         membar to avoid block loads/stores to overlap previous stores.
9342 2014-05-17  Richard Henderson  <rth@redhat.com>
9344         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9345         Create the __##syscall_name##_nocancel entry point.
9346         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9347         Remove; let the sysdep-cancel.h code create it.
9349 2014-05-17  David S. Miller  <davem@davemloft.net>
9351         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9352         Protect with __USE_GNU.
9353         (TIOCSET_TEMPT): Likewise.
9354         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9355         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9356         these are already provided in bits/ioctl-types.h
9358 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9360         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9361         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9363         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9364         Use wait4 regardless of [__NR_waitpid].
9366 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9368         PR libgcc/60166
9369         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9370         (_FP_NANSIGN_Q): Set the quiet bit.
9372 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9374         * benchtests/Makefile
9375         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9376         not $(common-objpfx)math/libm.so.
9377         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9378         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9379         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9380         $(common-objpfx)dlfcn/libdl.so.
9381         ($(objpfx)tst-audit8): Depend on $(libm), not
9382         $(common-objpfx)math/libm.so.
9383         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9384         not $(common-objpfx)dlfcn/libdl.so.
9385         * math/Makefile
9386         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9387         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9388         [$(build-shared) = yes].
9389         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9390         $(common-objpfx)nptl/libpthread.so.
9391         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9392         $(common-objpfx)math/libm.so$(libm.so-version) or
9393         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9394         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9395         $(common-objpfx)dlfcn/libdl.so.
9396         * setjmp/Makefile (link-libm): Remove variable.
9397         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9398         * stdio-common/Makefile (link-libm): Remove variable.
9399         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9400         * stdlib/Makefile (link-libm): Remove variable.
9401         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9402         ($(objpfx)tst-strtod-round): Likewise.
9403         ($(objpfx)tst-tininess): Likewise.
9404         ($(objpfx)tst-strtod-underflow): Likewise.
9405         ($(objpfx)tst-strtod6): Likewise.
9406         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9407         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9408         $(common-objpfx)dlfcn/libdl.so.
9410 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9412         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9413         BSD terminal modes definitions.
9415 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9417         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9418         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9420         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9421         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9422         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9423         Don't do #include_next.
9424         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9425         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9426         Don't do #include_next.
9427         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9428         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9429         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9430         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9432 2014-05-16  Allan McRae  <allan@archlinux.org>
9434         * po/sv.po: Update Swedish translation from translation project.
9436         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9437         in sed expression.
9439 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9441         [BZ #16917]
9442         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9443         errno if the TIOCGPTN ioctl fails with an error different than
9444         EINVAL.
9445         * login/tst-ptsname.c: New file.
9446         * login/Makefile (tests): Add tst-ptsname.
9448         [BZ #16943]
9449         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9450         and prlimit64.
9452 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9454         [BZ #16849]
9455         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9456         herrno to return EAI_AGAIN.
9458 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9460         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9461         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9462         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9463         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9464         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9465         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9466         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9467         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9468         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9469         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9470         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9471         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9472         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9473         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9475         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9476         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9477         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9479         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9489         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9490         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9491         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9492         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9493         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9494         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9495         Moved ...
9496         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9497         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9498         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9499         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9500         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9501         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9502         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9505         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9506         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9507         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9508         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9509         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9510         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9511         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9512         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9514         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9516         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9517         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9518         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9519         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9520         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9521         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9522         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9523         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9524         Moved ...
9525         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9535         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9539         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9540         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9541         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9543         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9545         Moved ...
9546         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9548         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9551         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9552         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9553         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9554         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9555         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9556         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9558         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9559         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9560         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9561         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9562         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9563         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9564         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9565         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9566         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9567         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9568         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9570         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9572         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9574         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9576         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9577         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9578         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9580         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9582         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9583         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9585         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9586         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9587         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9588         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9589         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9591         Moved ...
9592         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9594         Moved ...
9595         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9596         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9597         Moved ...
9598         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9599         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9600         Moved ...
9601         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9602         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9603         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9604         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9605         Moved ...
9606         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9608         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9609         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9610         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9611         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9612         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9614         Moved ...
9615         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9617         Moved ...
9618         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9619         ... here.
9620         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9621         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9622         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9623         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9624         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9625         Moved ...
9626         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9627         ... here.
9628         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9629         Moved ...
9630         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9631         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9632         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9633         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9634         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9635         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9636         Moved ...
9637         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9638         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9639         Moved ...
9640         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9641         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9642         Moved ...
9643         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9645         Moved ...
9646         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9647         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9648         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9649         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9650         Moved ...
9651         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9652         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9653         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9654         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9655         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9656         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9657         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9658         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9659         Moved ...
9660         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9661         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9662         Moved ...
9663         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9664         ... here.
9665         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9666         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9667         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9668         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9669         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9670         Moved ...
9671         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9672         ... here.
9673         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9674         Moved ...
9675         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9676         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9677         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9678         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9679         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9680         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9681         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9682         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9683         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9684         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9685         Moved ...
9686         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9687         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9688         Moved ...
9689         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9690         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9691         Moved ...
9692         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9693         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9694         Moved ...
9695         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9696         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9697         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9698         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9699         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9700         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9701         Moved ...
9702         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9703         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9704         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9705         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9706         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9707         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9708         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9709         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9710         Moved ...
9711         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9712         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9713         Moved ...
9714         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9715         ... here.
9716         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9717         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9718         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9719         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9720         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9721         Moved ...
9722         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9723         ... here.
9724         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9725         Moved ...
9726         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9727         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9728         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9730         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9732         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9734         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9736         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9738         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9739         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9741         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9742         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9744         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9745         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9748         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9749         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9750         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9751         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9752         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9753         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9754         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9755         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9756         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9758         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9759         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9760         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9761         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9762         Moved ...
9763         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9764         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9765         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9767         Moved ...
9768         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9769         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9770         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9771         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9772         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9773         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9774         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9775         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9776         Moved ...
9777         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9778         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9779         Moved ...
9780         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9781         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9782         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9783         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9784         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9785         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9786         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9787         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9788         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9789         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9790         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9791         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9792         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9794         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9795         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9796         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9798         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9799         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9800         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9801         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9802         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9804         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9805         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9806         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9807         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9808         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9809         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9810         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9811         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9812         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9813         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9815         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9816         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9818         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9819         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9820         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9821         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9822         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9823         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9824         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9825         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9826         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9827         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9828         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9829         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9830         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9831         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9832         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9833         Update #include.
9834         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9835         Likewise.
9836         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9837         Likewise.
9838         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9839         Likewise.
9840         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9841         Likewise.
9842         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9843         Likewise.
9844         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9845         Likewise.
9846         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9847         Likewise.
9848         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9849         Likewise.
9850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9851         Likewise.
9852         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9853         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9854         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9855         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9856         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9857         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9858         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9859         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9860         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9861         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9862         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9863         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9864         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9865         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9866         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9868         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9869         that was previously under [RESET_PID].
9870         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9871         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9872         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9874         * sysdeps/i386/nptl/Implies: New file.
9875         * sysdeps/x86_64/nptl/Implies: New file.
9876         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9877         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9878         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9879         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9881         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9882         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9883         (__libc_vfork): New strong alias.
9884         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9885         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9887         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9888         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9889         (__libc_vfork): New strong alias.
9890         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9891         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9893         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9894         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9895         (__libc_vfork): New strong alias.
9896         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9897         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9898         * nptl/pt-vfork.c: New file.
9899         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9900         (libpthread: GLIBC_2.20): New version set (empty).
9902 2014-05-14  Will Newton  <will.newton@linaro.org>
9904         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9905         rather than #if.
9907 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9909         [BZ #16564]
9910         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9911         arguments with exponent 65 or above.
9912         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9913         arguments 0x1p113L or above.
9914         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9915         to arguments 0x1p107L or above.
9916         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9917         positive arguments with exponent 65 or above.
9918         * math/auto-libm-test-in: Add more tests of log1p.
9919         * math/auto-libm-test-out: Regenerated.
9921         [BZ #16928]
9922         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9923         non-finite arguments is +0.
9924         * math/s_cacosf.c (__cacosf): Likewise.
9925         * math/s_cacosl.c (__cacosl): Likewise.
9926         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9927         * sysdeps/i386/fpu/libm-test-ulps: Update.
9928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9930         [BZ #16927]
9931         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9932         value.
9933         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9934         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9935         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9936         for explicit high bit of mantissa when testing for argument equal
9937         to 1.
9938         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9939         * sysdeps/i386/fpu/libm-test-ulps: Update.
9940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9942         [BZ #16516]
9943         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9944         (__erf): Scale by 16 instead of 8 in potentially underflowing
9945         case.  Ensure exception if result actually underflows.
9946         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9947         (__erff): Scale by 16 instead of 8 in potentially underflowing
9948         case.  Ensure exception if result actually underflows.
9949         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9950         (efx8): Remove variable.
9951         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9952         case.  Ensure exception if result actually underflows.
9953         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9954         (efx8): Remove variable.
9955         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9956         case.  Ensure exception if result actually underflows.
9957         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9958         (efx8): Remove variable.
9959         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9960         case.  Ensure exception if result actually underflows.
9961         * math/auto-libm-test-in: Add more tests of erf.
9962         * math/auto-libm-test-out: Regenerated.
9964 2014-05-14  Andreas Schwab  <schwab@suse.de>
9966         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9967         Remove code conditionalized on USE___THREAD.
9969         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9970         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9971         not definedness.
9973 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9975         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9976         Define unconditionally.
9977         (__ASSUME_O_CLOEXEC): Likewise.
9978         (__ASSUME_SOCK_CLOEXEC): Likewise.
9979         (__ASSUME_IN_NONBLOCK): Likewise.
9980         (__ASSUME_PIPE2): Likewise.
9981         (__ASSUME_EVENTFD2): Likewise.
9982         (__ASSUME_SIGNALFD4): Likewise.
9983         (__ASSUME_DUP3): Likewise.
9984         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9985         (__ASSUME_DUP3): Do not define.
9986         (__ASSUME_EVENTFD2): Likewise.
9987         (__ASSUME_IN_NONBLOCK): Likewise.
9988         (__ASSUME_O_CLOEXEC): Likewise.
9989         (__ASSUME_PIPE2): Likewise.
9990         (__ASSUME_SIGNALFD4): Likewise.
9991         (__ASSUME_SOCK_CLOEXEC): Likewise.
9992         (__ASSUME_UTIMES): Undefine.
9993         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9994         (__ASSUME_UTIMES): Do not define.
9995         (__ASSUME_O_CLOEXEC): Likewise.
9996         (__ASSUME_SOCK_CLOEXEC): Likewise.
9997         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9998         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9999         0x020621].
10000         (__ASSUME_PIPE2): Likewise.
10001         (__ASSUME_EVENTFD2): Likewise.
10002         (__ASSUME_SIGNALFD4): Likewise.
10003         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10004         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10005         Do not define.
10006         (__ASSUME_EVENTFD2): Likewise.
10007         (__ASSUME_SIGNALFD4): Likewise.
10008         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10009         (__ASSUME_32BITUIDS): Likewise.
10010         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10011         (__ASSUME_IPC64): Likewise.
10012         (__ASSUME_ST_INO_64_BIT): Likewise.
10013         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10014         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10015         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10016         (__ASSUME_UTIMES): Do not define.
10017         (__ASSUME_PSELECT): Likewise.
10018         (__ASSUME_PPOLL): Likewise.
10019         (__ASSUME_O_CLOEXEC): Likewise.
10020         (__ASSUME_SOCK_CLOEXEC): Likewise.
10021         (__ASSUME_IN_NONBLOCK): Likewise.
10022         (__ASSUME_PIPE2): Likewise.
10023         (__ASSUME_EVENTFD2): Likewise.
10024         (__ASSUME_SIGNALFD4): Likewise.
10025         (__ASSUME_DUP3): Likewise.
10026         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10027         (__ASSUME_UTIMES): Likewise.
10028         (__ASSUME_O_CLOEXEC): Likewise.
10029         (__ASSUME_SOCK_CLOEXEC): Likewise.
10030         (__ASSUME_IN_NONBLOCK): Likewise.
10031         (__ASSUME_PIPE2): Likewise.
10032         (__ASSUME_EVENTFD2): Likewise.
10033         (__ASSUME_SIGNALFD4): Likewise.
10034         (__ASSUME_DUP3): Likewise.
10035         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10036         (__ASSUME_UTIMES): Likewise.
10037         (__ASSUME_O_CLOEXEC): Likewise.
10038         (__ASSUME_SOCK_CLOEXEC): Likewise.
10039         (__ASSUME_IN_NONBLOCK): Likewise.
10040         (__ASSUME_PIPE2): Likewise.
10041         (__ASSUME_EVENTFD2): Likewise.
10042         (__ASSUME_SIGNALFD4): Likewise.
10043         (__ASSUME_DUP3): Likewise.
10044         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10045         Likewise.
10046         (__ASSUME_UTIMES): Likewise.
10047         (__ASSUME_EVENTFD2): Likewise.
10048         (__ASSUME_SIGNALFD4): Likewise.
10049         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10050         (__ASSUME_O_CLOEXEC): Likewise.
10051         (__ASSUME_SOCK_CLOEXEC): Likewise.
10052         (__ASSUME_IN_NONBLOCK): Likewise.
10053         (__ASSUME_PIPE2): Likewise.
10054         (__ASSUME_EVENTFD2): Likewise.
10055         (__ASSUME_SIGNALFD4): Likewise.
10056         (__ASSUME_DUP3): Likewise.
10057         (__ASSUME_UTIMES): Undefine.
10059         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10060         feclearexcept.  Remove symbol versioning code.
10061         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10062         symbol versioning code.
10063         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10064         symbol versioning code.
10065         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10066         feupdateenv.  Remove symbol versioning code.
10067         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10068         fegetexceptflag.  Remove symbol versioning code.
10069         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10070         fesetexceptflag.  Remove symbol versioning code.
10071         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10072         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10073         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10074         (__posix_fadvise64_l32): Remove prototype.
10075         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10076         code.
10078 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10080         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10081         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10082         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10083         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10085 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10087         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10088         current working directory
10090 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10092         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10093         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10094         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10095         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10096         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10097         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10098         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10107         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10108         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10109         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10110         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10111         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10113         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10114         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10115         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10116         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10117         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10118         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10119         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10120         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10121         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10122         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10123         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10124         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10125         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10126         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10127         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10128         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10129         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10130         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10131         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10132         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10133         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10135         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10136         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10138         * sysdeps/unix/sysv/linux/arm/Makefile
10139         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10140         Add rt-aeabi_unwind_cpp_pr1.
10141         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10142         Add nptl-aeabi_unwind_cpp_pr1.
10143         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10144         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10145         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10146         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10147         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10148         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10150         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10151         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10152         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10153         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10155         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10156         Deconditionalize the code that was previously under [RESET_PID].
10157         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10159         * sysdeps/generic/exit-thread.h: New file.
10160         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10161         * include/unistd.h (__exit_thread): Remove declaration.
10162         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10163         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10164         * csu/libc-start.c: Include <exit-thread.h>.
10165         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10166         * nptl/pthread_create.c: Include <exit-thread.h>.
10167         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10168         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10169         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10170         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10171         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10172         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10173         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10174         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10175         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10176         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10177         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10178         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10179         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10180         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10181         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10182         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10183         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10185 2014-05-13  Andreas Schwab  <schwab@suse.de>
10187         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10189 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10191         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10192         (__ASSUME_UTIMES): Do not condition on kernel version.
10193         (__ASSUME_PSELECT): Define unconditionally.
10194         (__ASSUME_PPOLL): Likewise.
10195         (__ASSUME_ATFCTS): Likewise.
10196         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10197         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10198         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10199         (__ASSUME_UTIMENSAT): Define unconditionally.
10200         (__ASSUME_PRIVATE_FUTEX): Likewise.
10201         (__ASSUME_FALLOCATE): Likewise.
10202         (__ASSUME_O_CLOEXEC): Likewise.
10203         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10204         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10205         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10206         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10207         (__ASSUME_IN_NONBLOCK): Likewise.
10208         (__ASSUME_PIPE2): Likewise.
10209         (__ASSUME_EVENTFD2): Likewise.
10210         (__ASSUME_SIGNALFD4): Likewise.
10211         (__ASSUME_DUP3): Likewise.
10212         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10213         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10214         (__ASSUME_AT_RANDOM): Likewise.
10215         (__ASSUME_PREADV): Likewise.
10216         (__ASSUME_PWRITEV): Likewise.
10217         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10218         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10219         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10220         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10221         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10222         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10223         (__ASSUME_O_CLOEXEC): Define unconditionally.
10224         (__ASSUME_PSELECT): Do not undefine conditionally.
10225         (__ASSUME_PPOLL): Likewise.
10226         (__ASSUME_ATFCTS): Likewise.
10227         (__ASSUME_SET_ROBUST_LIST): Likewise.
10228         (__ASSUME_UTIMENSAT): Likewise.
10229         (__ASSUME_FDATASYNC): Define unconditionally.
10230         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10231         (__ASSUME_SIGFRAME_V2): Likewise.
10232         )__ASSUME_EVENTFD2): Likewise.
10233         (__ASSUME_SIGNALFD4): Likewise.
10234         (__ASSUME_PSELECT): Do not undefine conditionally.
10235         (__ASSUME_PPOLL): Likewise.
10236         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10237         (__ASSUME_PSELECT): Define unconditionally.
10238         (__ASSUME_PPOLL): Likewise.
10239         (__ASSUME_O_CLOEXEC): Likewise.
10240         (__ASSUME_SOCK_CLOEXEC): Likewise.
10241         (__ASSUME_IN_NONBLOCK): Likewise.
10242         (__ASSUME_PIPE2): Likewise.
10243         (__ASSUME_EVENTFD2): Likewise.
10244         (__ASSUME_SIGNALFD4): Likewise.
10245         (__ASSUME_DUP3): Likewise.
10246         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10247         (__ASSUME_O_CLOEXEC): Likewise.
10248         (__ASSUME_SOCK_CLOEXEC): Likewise.
10249         (__ASSUME_IN_NONBLOCK): Likewise.
10250         (__ASSUME_PIPE2): Likewise.
10251         (__ASSUME_EVENTFD2): Likewise.
10252         (__ASSUME_SIGNALFD4): Likewise.
10253         (__ASSUME_DUP3): Likewise.
10254         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10255         (__ASSUME_EVENTFD2): Likewise.
10256         (__ASSUME_SIGNALFD4): Likewise.
10257         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10259 2014-05-12  Andreas Schwab  <schwab@suse.de>
10261         [BZ #16932]
10262         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10263         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10264         than maximum RPC packet size.
10265         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10266         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10267         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10268         (_nss_nis_getservbyport_r): Likewise.
10270 2014-05-12  Will Newton  <will.newton@linaro.org>
10272         * malloc/Makefile (tests): Add tst-mallopt.
10273         * malloc/tst-mallopt.c: New file.
10275 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10277         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10278         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10280 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10282         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10283         (tst-tlsmod6.so): Likewise.
10285 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10287         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10289 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10291         [BZ #16064]
10292         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10293         and <dl-procinfo.h>.
10294         (__fegetenv): Save SSE state in envp->__eip if supported.
10295         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10296         envp->__eip if supported.
10297         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10298         and <dl-procinfo.h>.
10299         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10300         __data_offset and __data_selector in environment to 0.  Set SSE
10301         state if supported.
10302         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10303         test-fenv-sse.
10304         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10305         -mfpmath=sse.
10306         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10308 2014-05-09  Will Newton  <will.newton@linaro.org>
10310         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10311         and libc_relro_required for ARM.
10312         * sysdeps/arm/preconfigure: Regenerate.
10314 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10315             Stefan Liebler  <stli@linux.vnet.ibm.com>
10317         * config.make.in (enable-lock-elision): New Makefile variable.
10318         * configure.ac: Likewise.
10319         * configure: Regenerate.
10320         * sysdeps/s390/configure.ac:
10321         Add check for gcc transactions support.
10322         * sysdeps/s390/configure: Regenerate.
10323         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10324         Build elision files if enabled.
10325         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10326         Add lock elision support for s390.
10327         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10328         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10329         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10330         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10331         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10332         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10333         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10334         Likewise.
10335         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10336         Likewise.
10337         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10338         Likewise.
10339         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10340         Likewise.
10341         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10342         (__lll_timedlock_elision, __lll_lock_elision)
10343         (__lll_unlock_elision, __lll_trylock_elision)
10344         (lll_timedlock_elision, lll_lock_elision)
10345         (lll_unlock_elision, lll_trylock_elision): Add.
10346         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10347         (pthread_mutex_t): Add lock elision support for s390.
10349 2014-05-14  Wilco  <wdijkstr@arm.com>
10351         * sysdeps/arm/fclrexcpt.c: Cleanup.
10352         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10353         * sysdeps/arm/feenablxcpt.c: Cleanup.
10354         * sysdeps/arm/fegetenv.c: Cleanup.
10355         * sysdeps/arm/fegetexcept.c: Cleanup.
10356         * sysdeps/arm/fegetround.c: Cleanup.
10357         * sysdeps/arm/feholdexcpt.c: Cleanup.
10358         * sysdeps/arm/fesetenv.c: Cleanup.
10359         * sysdeps/arm/fesetround.c: Cleanup.
10360         * sysdeps/arm/feupdateenv.c: Cleanup.
10361         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10362         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10363         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10364         * sysdeps/arm/ftestexcept.c: Cleanup.
10365         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10366         * sysdeps/arm/setfpucw.c: Cleanup.
10368 2014-05-09  Will Newton  <will.newton@linaro.org>
10370         * sysdeps/arm/armv7/strcmp.S: New file.
10371         * NEWS: Mention addition of ARMv7 optimized strcmp.
10373 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10375         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10376         look for %.ac rather than %.in.
10378         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10379         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10380         * sysdeps/mach/hurd/configure: Regenerated.
10381         * sysdeps/unix/sysv/linux/configure: Regenerated.
10383         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10385 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10387         [BZ# 16922]
10388         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10389         (LONG_SUB): Ditto.
10390         (PTR_SUB): Ditto.
10392 2014-05-07  Andreas Schwab  <schwab@suse.de>
10394         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10395         when skipping over non-matching result from nscd.
10397 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10399         [BZ #16876]
10400         * nptl/sockperf.c (client): Check socket return value.
10402         [BZ #16877]
10403         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10404         nscd security class.
10406 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10408         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10409         * sysdeps/arm/unwind.h: ... here.
10411 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10413         [BZ# 16916]
10414         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10415         Define.
10417 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10419         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10420         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10421         multiarch strncpy for PPC64.
10422         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10423         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10424         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10425         multiarch optimizations.
10426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10427         (__libc_ifunc_impl_list): Likewise.
10428         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10429         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10430         multiarch stpncpy for PPC64.
10431         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10432         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10434 2014-05-06  Andreas Schwab  <schwab@suse.de>
10436         [BZ #16912]
10437         * gmon/mcount.c (_MCOUNT_DECL): Use
10438         atomic_compare_and_exchange_bool_acq instead of
10439         catomic_compare_and_exchange_bool_acq.
10441 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10443         * elf/Makefile (others, install-bin): Remove pldd.
10444         (pldd-modules): Variable removed.
10445         ($(objpfx)pldd): Target removed.
10446         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10447         (others, install-bin): Append pldd here.
10448         ($(objpfx)pldd): New target.
10450         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10451         to 0, so the first #if test emitted later doesn't see it undefined.
10452         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10453         * sysdeps/gnu/errlist.c: Regenerated.
10455 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10457         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10458         [libc_hidden_builtin_def]: Define to empty value.
10459         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10460         [libc_hidden_builtin_def]: Likewise.
10461         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10462         [libc_hidden_builtin_def]: Likewise.
10463         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10464         [libc_hidden_builtin_def]: Likewise.
10465         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10466         __redirect_memcpy and define ifunc as default hidden symbol.
10467         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10468         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10470 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10472         * locale/iso-4217.def: Reintroduce XDR currency.
10474 2014-05-04  Allan McRae  <allan@archlinux.org>
10476         * po/eo.po: Update Esperanto translation from translation project.
10478 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10480         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10481         and FEATURE_INDEX_MAX to 1.
10482         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10484 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10486         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10487         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10488         * iconvdata/big5.c (ONE_DIRECTION): Define.
10489         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10490         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10491         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10492         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10493         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10494         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10495         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10496         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10497         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10498         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10499         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10500         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10501         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10502         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10503         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10504         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10505         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10506         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10507         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10508         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10509         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10510         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10511         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10512         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10513         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10514         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10515         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10516         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10517         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10518         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10519         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10520         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10521         * iconvdata/johab.c (ONE_DIRECTION): Define.
10522         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10523         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10524         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10525         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10526         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10527         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10528         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10529         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10530         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10531         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10533 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10535         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10536         (_IO_JUMPS_OFFSET): Define to 0.
10538         * nptl/sysdeps/pthread/bits/libc-lock.h
10539         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10540         (__libc_lock_define_initialized_recursive): Always define using
10541         initializer.  Modern compilers treat uninitialized (implicit zero) and
10542         explicit zero initializers the same (i.e. put the datum in bss).
10544 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10546         * nscd/nscd-client.h: Include <string.h>.
10548 2014-05-01  David S. Miller  <davem@davemloft.net>
10550         [BZ #16885]
10551         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10552         multiple zero bytes exist at the end of a string.
10553         Reported by Aurelien Jarno <aurelien@aurel32.net>
10555         * string/test-strcmp.c (check): Add explicit test for situations where
10556         there are multiple zero bytes after the first.
10558 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10560         [BZ #16890]
10561         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10562         when compiling wprintf.
10563         * stdio-common/tstdiomisc.c (t3): New function.
10564         (main): Call it.
10566 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10568         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10569         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10570         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10571         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10573 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10575         * stdlib/longlong.h: Updated from GCC.
10577 2014-05-01  Will Newton  <will.newton@linaro.org>
10578             Bernard Ogden  <bernie.ogden@linaro.org>
10580         * NEWS: Update fixed bug list.
10582         [BZ #15119]
10583         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10585 2014-04-30  David S. Miller  <davem@davemloft.net>
10587         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10588         (libc_feholdexcept_setround_sparc_ctx): New function.
10589         (libc_fesetenv_sparc_ctx): Likewise.
10590         (libc_feupdateenv_sparc_ctx): Likewise.
10591         (libc_feholdsetround_sparc_ctx): Likewise.
10592         (libc_feholdexcept_setround_ctx): Define.
10593         (libc_feholdexcept_setroundf_ctx): Likewise.
10594         (libc_feholdexcept_setroundl_ctx): Likewise.
10595         (libc_fesetenv_ctx): Likewise.
10596         (libc_fesetenvf_ctx): Likewise.
10597         (libc_fesetenvl_ctx): Likewise.
10598         (libc_feupdateenv_ctx): Likewise.
10599         (libc_feupdateenvf_ctx): Likewise.
10600         (libc_feupdateenvl_ctx): Likewise.
10601         (libc_feresetround_ctx): Likewise.
10602         (libc_feresetroundf_ctx): Likewise.
10603         (libc_feresetroundl_ctx): Likewise.
10604         (libc_feholdsetround_ctx): Likewise.
10605         (libc_feholdsetroundf_ctx): Likewise.
10606         (libc_feholdsetroundl_ctx): Likewise.
10608         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10609         with __USE_GNU instead of XOPEN cpp guards.
10611         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10612         0.
10614         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10615         with XOPEN cpp guards.
10617 2014-04-30  Julian Brown  <julian@codesourcery.com>
10619         [BZ #16888]
10620         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10621         handling.
10623 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10625         [BZ #9894]
10626         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10627         Change to 2.6.32.
10628         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10629         * sysdeps/unix/sysv/linux/configure: Regenerated.
10630         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10631         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10632         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10633         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10634         * README: Update reference to required Linux kernel version.
10635         * manual/install.texi (Linux): Update reference to required Linux
10636         kernel headers version.
10637         * INSTALL: Regenerated.
10639         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10640         header inclusion.
10641         [POSIX] (limits.h): Likewise.
10642         [POSIX] (math.h): Likewise.
10643         [POSIX] (sys/wait.h): Likewise.
10644         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10645         function.
10646         [POSIX] (stddef.h): Do not allow header inclusion.
10648 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10650         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10652 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10654         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10655         Return immediately after lll_futex_wake.
10657 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10659         [BZ #16791]
10660         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10661         structure.
10662         (datahead_init_pos): Call datahead_init_common early.
10663         (datahead_init_neg): Likewise.
10665         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10666         datahead_init_neg): New functions.
10667         * nscd/aicache.c (addhstaiX): Use them.
10668         * nscd/grpcache.c (cache_addgr): Likewise.
10669         * nscd/hstcache.c (cache_addhst): Likewise.
10670         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10671         * nscd/netgroupcache.c (do_notfound): Likewise.
10672         (addgetnetgrentX): Likewise.
10673         (addinnetgrX): Likewise.
10674         * nscd/pwdcache.c (cache_addpw): Likewise.
10675         * nscd/servicescache.c (cache_addserv): Likewise.
10677 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10678             Atsushi Onoe  <atsushi@onoe.org>
10680         [BZ #14308]
10681         [BZ #12994]
10682         [BZ #13651]
10683         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10684         one response is valid.
10685         * resolv/res_send.c (send_dg): Check for validity of other
10686         response if the current response is a referral.
10688 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10690         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10692 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10694         [BZ #16823]
10695         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10696         Always divide by positive zero when computing -Inf result.
10697         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10698         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10700 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10702         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10703         FPSCR if value do not change.
10704         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10705         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10706         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10707         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10708         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10709         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10710         function.
10712 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10714         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10715         * sysdeps/unix/sysv/linux/hppa: Move directory from
10716         ports/systeps/unix/sysv/linux/hppa.
10717         * README: Update listing for hppa-*-linux-gnu.
10719 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10721         [BZ #16754]
10722         * manual/stdio.texi (Hook functions): Fix types of stream hook
10723         functions.
10724         [BZ #16854]
10725         * socket/sys/socket.h: Fix typo in comment.
10727 2014-04-28  Wilco  <wdijkstr@arm.com>
10729         * sysdeps/arm/fenv_private.h: New file.
10730         * sysdeps/arm/math_private.h: New file.
10731         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10733 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10735         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10736         with __int128_t.
10737         (La_x86_64_retval): Likewise.
10739 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10741         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10742         fpsr if value didn't change.
10743         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10744         to fpcr if value didn't change.
10745         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10746         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10747         fpsr or fpcr if value didn't change.
10748         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10749         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10750         fpcr if value didn't change.
10751         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10752         to fpsr if value didn't change.
10754 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10756         * nptl/tst-sem3.c: Use test-skeleton.c
10757         (main): Rename to do_test.  Use return instead of
10758         exit.
10759         * nptl/tst-sem4.c: Use test-skeleton.c
10760         (main): Rename to do_test.
10762 2014-04-22  David S. Miller  <davem@davemloft.net>
10764         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10765         (struct sigaction): New struct member __glibc_reserved0, change
10766         type of sa_flags to int.
10768 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10770         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10771         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10773 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10775         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10776         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10778 2014-04-22  Will Newton  <will.newton@linaro.org>
10779             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10781         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10782         (__longjmp): Add longjmp and longjmp_target SystemTap
10783         probes.
10784         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10785         (__sigsetjmp): Add setjmp SystemTap probe.
10787 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10789         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10790         match manual order.
10792 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10794         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10796         * sysdeps/powerpc/fpu/fenv_private.h
10797         (libc_feholdexcept_setroundl_ctx): Define to
10798         libc_feholdexcept_setround_ppc_ctx.
10799         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10800         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10801         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10802         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10804 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10806         * sysdeps/aarch64/math-tests.h: New file.
10808 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10810         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10811         New.
10812         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10813         Check and set bit_AVX2_Usable.
10814         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10815         macro.
10816         (bit_AVX2): Likewise.
10817         (index_AVX2_Usable): Likewise.
10818         (CPUID_AVX2): Likewise.
10819         (HAS_AVX2): Likewise.
10821 2014-04-17  Will Newton  <will.newton@linaro.org>
10823         * manual/setjmp.texi (System V contexts): Add note that
10824         calling setcontext on a context created by a call to a
10825         signal handler is undefined.  Update text to note that
10826         setcontext from a signal handler is possible but not
10827         recommended.
10829         [BZ #16629]
10830         * stdlib/tst-setcontext.c: Include signal.h.
10831         (main): Check that the signal stack before and
10832         after swapcontext is the same.
10834         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10835         Re-implement to restore registers in user code and avoid
10836         rt_sigreturn system call.
10838 2014-04-17  Wilco  <wdijkstr@arm.com>
10840         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10841         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10842         * math/test-fenv.c: Skip exception trap tests on targets which only
10843         support non-stop mode.
10845 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10846             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10848         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10849         (libc_feholdsetround_aarch64_ctx)
10850         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10851         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10852         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10853         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10854         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10855         (libc_feresetround_noexl_ctx): Define.
10857 2014-04-16  Richard Henderson  <rth@redhat.com>
10859         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10861         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10862         unwind tables.
10864         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10865         const from the non-libc, non-ldso copy.
10867         * sysdeps/alpha/libm-test-ulps: Regenerate.
10869 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10870             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10872         * sysdeps/aarch64/fpu/math_private.h: New file.
10874 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10876         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10878 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10880         [BZ #16275]
10881         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10882         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10883         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10884         Intel MPX bound registers before _dl_profile_fixup.
10885         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10886         registers after _dl_profile_fixup.  Save and restore bound
10887         registers bnd0/bnd1 when calling _dl_call_pltexit.
10888         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10889         (LR_BND_OFFSET): Likewise.
10890         (LRV_BND0_OFFSET): Likewise.
10891         (LRV_BND1_OFFSET): Likewise.
10893 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10895         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10896         to...
10897         * sysdeps/mach/hurd/i386/tls.h: ... here.
10898         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10899         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10900         fields.
10902 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10904         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10906 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10908         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10910 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10912         [BZ #14770]
10913         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10914         * sysdeps/s390/configure: Regenerate.
10916         [BZ #16824]
10917         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10918         Set round-to-nearest internally to reduce error accumulation.
10920 2014-04-16  Alan Modra  <amodra@gmail.com>
10922         [BZ #16740]
10923         [BZ #16619]
10924         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10925         * math/libm-test.inc (frexp_test_data): Add tests.
10926         * NEWS: Update fixed bug list.
10928 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10930         * benchtests/Makefile: Depend on libraries in build directory.
10931         (bench-math): Separate out math tests.
10932         (bench-pthread): Separate out pthread tests.
10933         (bench): Include math and pthread tests.
10935 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10937         [BZ #16831]
10938         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10939         _dl_debug_initialize.
10941         * configure.ac: Remove SELinux header check.
10942         * configure: Regenerate.
10943         * nscd/selinux.c (perms): Array of const char* to permission names.
10944         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10945         default policy. Call string_to_security_class and string_to_av_perm to
10946         translate strings. Enforce default policy and call avs_has_perm with
10947         results of translated strings.
10949 2014-04-13  David S. Miller  <davem@davemloft.net>
10951         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10953 2014-04-12  Allan McRae  <allan@archlinux.org>
10955         [BZ #16838]
10956         * manual/string.texi (Collation Functions): Fix qsort argument
10957         order in example.
10958         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10960 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10962         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10963         Make the test a no-op if there are no exceptions defined.
10965 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10967         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10968         enable-hardcoded-path-in-tests
10970 2014-04-11  Will Newton  <will.newton@linaro.org>
10972         * benchtests/Makefile (extra-objs): Add json-lib.o.
10973         (bench-func): Tidy up JSON output.
10974         * benchtests/bench-skeleton.c: Include json-lib.h.
10975         (main): Use JSON library functions to do output of
10976         benchmark results.
10977         * benchtests/bench-timing-type.c (main): Output the
10978         timing type simply, leaving formatting to the user.
10979         * benchtests/json-lib.c: New file.
10980         * benchtests/json-lib.h: Likewise.
10982 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10984         [BZ #15215]
10985         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10986         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10987         memory barriers.  Add comments.
10988         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10989         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10990         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10991         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10992         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10993         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10995 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10997         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10998         * sysdeps/s390/s390-64/configure.ac: ... this ...
10999         * sysdeps/s390/configure.ac: ... to here.
11000         * sysdeps/s390/s390-32/configure: Delete file.
11001         * sysdeps/s390/s390-64/configure: Delete file.
11002         * sysdeps/s390/configure: Regenerate.
11004 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11006         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11008 2014-04-11  Will Newton  <will.newton@linaro.org>
11010         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11011         to zero if it is not defined elsewhere.  (mtrim): Test
11012         the value of MALLOC_DEBUG with #if rather than #ifdef.
11014 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11016         * benchtests/pthread_once-inputs: New file.
11017         * benchtests/pthread_once-source.c: New file.
11018         * benchtests/README: Update documentation.
11020 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11021             H.J. Lu  <hongjiu.lu@intel.com>
11023         [BZ #16275]
11024         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11025         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11026         * sysdeps/x86_64/configure: Regenerated.
11027         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11028         macro.
11029         (REGISTER_SAVE_RAX): Likewise.
11030         (REGISTER_SAVE_RCX): Likewise.
11031         (REGISTER_SAVE_RDX): Likewise.
11032         (REGISTER_SAVE_RSI): Likewise.
11033         (REGISTER_SAVE_RDI): Likewise.
11034         (REGISTER_SAVE_R8): Likewise.
11035         (REGISTER_SAVE_R9): Likewise.
11036         (REGISTER_SAVE_BND0): Likewise.
11037         (REGISTER_SAVE_BND1): Likewise.
11038         (REGISTER_SAVE_BND2): Likewise.
11039         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11040         bound registers when calling _dl_fixup.
11042 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11044         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11045         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11046         of its definition.
11047         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11048         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11049         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11050         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11051         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11052         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11053         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11055 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11057         [BZ #15514]
11058         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11059         pathconf(_PC_NAME_MAX).
11061 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11063         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11064         Remove macro usage.
11065         (__PTHREAD_SPINS): Move definition to ...
11066         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11067         (__PTHREAD_SPINS): ... here.
11068         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11069         (__PTHREAD_SPIN): Likewise.
11070         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11071         (__PTHREAD_SPIN): Likewise.
11072         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11073         (__PTHREAD_SPIN): Likewise.
11074         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11075         (__PTHREAD_SPIN): Likewise.
11076         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11077         (__PTHREAD_SPIN): Likewise.
11078         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11079         (__PTHREAD_SPIN): Likewise.
11080         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11081         (__PTHREAD_SPIN): Likewise.
11082         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11083         (__PTHREAD_SPIN): Likewise.
11084         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11085         (__PTHREAD_SPIN): Likewise.
11086         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11087         (__PTHREAD_SPIN): Likewise.
11088         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11089         (__PTHREAD_SPIN): Likewise.
11090         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11091         (__PTHREAD_SPIN): Likewise.
11093         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11094         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11095         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11096         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11097         imply folder.
11098         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11099         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11100         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11101         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11102         correct imply path.
11103         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11104         strlen symbol for non multi-arch builds.
11105         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11106         missing hidden_def and weak_alias.
11108 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11110         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11112 2014-04-07  Will Newton  <will.newton@linaro.org>
11114         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11115         and contents.  [!_LIBC] Remove #ifndef and contents.
11116         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11117         * string/memccpy.c (__memccpy): Use ANSI prototype.
11118         * string/memfrob.c (memfrob): Likewise.
11119         * string/strcoll.c (STRCOLL): Likewise.
11120         * string/strlen.c (strlen): Likewise.
11121         * string/strtok.c (STRTOK): Likewise.
11122         * string/strcat.c: Remove unused #include of memcopy.h.
11123         (strcat): Use ANSI prototype.
11124         * string/strchr.c: Remove unused #include of memcopy.h.
11125         (strchr): Use ANSI prototype.
11126         * string/strcmp.c: Remove unused #include of memcopy.h.
11127         (strcmp): Use ANSI prototype.
11128         * string/strcpy.c: Remove unused #include of memcopy.h.
11129         (strcpy): Use ANSI prototype.
11131 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11133         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11134         * config.make.in (config-extra-cppflags): Set it from
11135         libc_extra_cppflags.
11136         * configure.ac (libc_extra_cflags): Make it accumulate over
11137         configure fragments.
11138         (libc_extra_cppflags): New flag.
11139         * configure. Regenerate.
11140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11141         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11142         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11145         [BZ #16815]
11146         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11147         result for FE_DOWNWARD rounding mode.
11148         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11149         Likewise.
11150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11152 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11154         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11155         in function argument name.
11157 2014-04-03  David Svoboda  <svoboda@cert.org>
11159         [BZ #5666]
11160         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11161         explicitly.
11163 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11165         * elf/dl-unmap-segments.h: New file.
11166         * sysdeps/generic/ldsodefs.h
11167         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11168         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11169         * elf/dl-fptr.c: Likewise.
11170         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11171         * sysdeps/aarch64/tlsdesc.c: Likewise.
11172         * sysdeps/arm/tlsdesc.c: Likewise.
11173         * sysdeps/i386/tlsdesc.c: Likewise.
11174         * sysdeps/tile/dl-runtime.c: Likewise.
11175         * sysdeps/x86_64/tlsdesc.c: Likewise.
11176         * elf/dl-load.h: New file.
11177         * elf/dl-load.c: Include it.
11178         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11179         Macros moved to dl-load.h.
11180         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11181         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11182         Use _dl_unmap_segments in place of __munmap.
11183         Break out segment-mapping loop into ...
11184         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11186 2014-04-03  Will Newton  <will.newton@linaro.org>
11188         * elf/dl-lookup.c (do_lookup_x): Remove comment
11189         referring to nested function and move variable
11190         declarations down to before first use.
11192 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11194         [BZ #16799]
11195         [BZ #16800]
11196         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11197         with 0 numerator.
11198         * math/s_catanf.c (__catanf): Likewise.
11199         * math/s_catanh.c (__catanh): Likewise.
11200         * math/s_catanhf.c (__catanhf): Likewise.
11201         * math/s_catanhl.c (__catanhl): Likewise.
11202         * math/s_catanl.c (__catanl): Likewise.
11203         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11204         by positive zero when computing -Inf result.
11205         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11206         (catanh_test): Likewise.
11207         * sysdeps/i386/fpu/libm-test-ulps: Update.
11208         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11210         [BZ #16789]
11211         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11212         instead of using underflowing value in computing result.
11213         * math/s_clog10.c (__clog10): Likewise.
11214         * math/s_clog10f.c (__clog10f): Likewise.
11215         * math/s_clog10l.c (__clog10l): Likewise.
11216         * math/s_clogf.c (__clogf): Likewise.
11217         * math/s_clogl.c (__clogl): Likewise.
11218         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11219         (clog10_test): Likewise.
11220         * sysdeps/i386/fpu/libm-test-ulps: Update.
11221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11223 2014-04-02  Alan Modra  <amodra@gmail.com>
11225         [BZ #16739]
11226         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11227         output when value is near a power of two.  Use int64_t for lx and
11228         remove casts.  Use decimal rather than hex exponent constants.
11229         Don't use long double multiplication when double will suffice.
11230         * math/libm-test.inc (nextafter_test_data): Add tests.
11231         * NEWS: Add 16739 and 16786 to bug list.
11233         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11235         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11237 2014-04-01  Will Newton  <will.newton@linaro.org>
11239         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11240         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11242 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11244         [BZ #13347]
11245         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11246         * nptl/tst-setuid2.c: New file.
11247         * nptl/Makefile (xtests): Add tst-setuid2.
11249 2014-04-01  Alan Modra  <amodra@gmail.com>
11251         [BZ #16786]
11252         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11254 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11256         [BZ #6803]
11257         [BZ #6804]
11258         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11259         set errno as appropriate.
11260         * math/w_scalbf.c (__scalbf): Likewise.
11261         * math/w_scalbl.c (__scalbl): Likewise.
11262         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11263         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11264         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11265         Add more NaN tests.
11267         [BZ #16349]
11268         * math/w_atan2.c: Include <errno.h>.
11269         (__atan2): Set errno for result underflowing to zero.
11270         * math/w_atan2f.c: Include <errno.h>.
11271         (__atan2f): Set errno for result underflowing to zero.
11272         * math/w_atan2l.c: Include <errno.h>.
11273         (__atan2l): Set errno for result underflowing to zero.
11274         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11275         tests.
11276         * math/auto-libm-test-out: Regenerated.
11278 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11280         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11281         Encode instruction correctly in little endian.
11282         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11283         Likewise.
11284         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11285         Likewise.
11286         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11287         Likewise.
11288         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11289         Likewise.
11291 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11293         [BZ #9894]
11294         * sysdeps/unix/sysv/linux/kernel-features.h
11295         [__sparc__ && !__arch64__ && !__sparc_v9__]
11296         (__ASSUME_SET_ROBUST_LIST): Do not define.
11297         [__sparc__ && !__arch64__ && !__sparc_v9__]
11298         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11299         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11300         Likewise.
11301         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11302         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11303         (__ASSUME_REQUEUE_PI): Likewise.
11304         (__ASSUME_SET_ROBUST_LIST): Likewise.
11305         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11306         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11307         Undefine.
11308         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11309         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11310         Likewise.
11311         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11312         Likewise.
11313         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11314         Likewise.
11315         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11316         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11317         Undefine.
11318         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11319         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11320         Likewise.
11322         [BZ #16648]
11323         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11324         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11325         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11327 2014-03-31  Will Newton  <will.newton@linaro.org>
11329         * benchtests/Makefile (bench): Add ffs and ffsll to list
11330         of tests.
11331         * benchtests/ffs-inputs: New file.
11332         * benchtests/ffsll-inputs: Likewise.
11334 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11336         [BZ #16770]
11337         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11338         too large before casting to int.
11339         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11340         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11341         * math/libm-test.inc (scalb_test_data): Add more tests.
11343 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11345         * benchtests/Makefile (DETAILED_OPT): New make option.
11346         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11347         set.
11348         * benchtests/bench-skeleton.c: Include stdbool.h.
11349         (main): Store and print timings per input.
11350         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11351         member to each argument value.
11352         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11353         (_print_arg_data): Initialize per-input timing to 0.
11355         * benchtests/Makefile (timing-type): New binary.
11356         (bench-clean): Also remove bench-timing-type.
11357         (bench): New target for timing-type.
11358         (bench-func): Print output in JSON format.
11359         * benchtests/bench-skeleton.c (main): Print output in JSON
11360         format.
11361         * benchtests/bench-timing-type.c: New file.
11362         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11363         (TIMING_PRINT_STATS): Remove.
11364         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11365         name separately.
11367         * benchtests/bench-modf.c: Remove.
11368         * benchtests/modf-inputs: New inputs file.
11370 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11372         [BZ #16362]
11373         * math/s_clog10.c (M_PI_LOG10E): New macro.
11374         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11375         imaginary parts are 0.
11376         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11377         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11378         imaginary parts are 0.
11379         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11380         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11381         imaginary parts are 0.
11382         * math/libm-test.inc (clog10_test_data): Update expected results
11383         for when real and imaginary parts are 0.
11385 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11387         * elf/dl-load.c: Finish conversion of __builtin_expect into
11388         __glibc_{un}likely.
11390 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11392         [BZ #16348]
11393         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11394         1+x for argument with exponent below -67.
11395         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11396         Likewise.
11397         * math/auto-libm-test-in: Add more tests of exp.
11398         * math/auto-libm-test-out: Regenerated.
11400 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11402         [BZ #16759]
11403         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11404         (nscd_getnetgrent): Use it.
11406         [BZ #16760]
11407         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11408         of stpcpy.
11410 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11412         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11413         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11414         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11415         (lll_robust_unlock): Remove out of line section. Use cfi
11416         intrinsics.
11417         (LLL_STUB_UNWIND_INFO*): Remove.
11418         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11419         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11420         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11421         (lll_robust_unlock): Remove out of line section. Use cfi
11422         intrinsics.
11423         (LLL_STUB_UNWIND_INFO*): Remove.
11425 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11427         [BZ #16758]
11428         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11429         blank values.
11431 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11433         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11435 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11437         [BZ #16198]
11438         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11439         fnstenv.
11440         * math/test-fenv-preserve.c: New file.
11441         * math/Makefile (tests): Add test-fenv-preserve.
11443 2014-03-26  Will Newton <will.newton@linaro.org>
11445         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11447 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11449         * scripts/versionlist.awk: Partition the version sets and emit all
11450         GLIBC_* (sorted) before all others (sorted).
11452 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11454         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11455         GLIBC_2.2.5 version.
11457 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11459         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11460         calls.
11462         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11463         previous change.
11465         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11467 2014-03-25  Andreas Schwab  <schwab@suse.de>
11469         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11470         label to be used after in6ailist is initialized.
11472 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11474         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11475         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11477 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11479         [BZ #16357]
11480         [BZ #16599]
11481         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11482         min_plus_half.
11483         (fp_formats): Update initializers.
11484         (init_fp_formats): Initialize new field.
11485         (output_for_one_input_case): Allow underflow for results up to
11486         min_plus_half.
11487         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11488         * math/auto-libm-test-in: Don't mark some underflows from asin and
11489         atanh as spurious.
11490         * math/auto-libm-test-out: Regenerated.
11491         * sysdeps/i386/fpu/libm-test-ulps: Update.
11492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11494 2014-03-25  Andreas Schwab  <schwab@suse.de>
11496         * libio/Makefile (tst-ftell-partial-wide-ENV)
11497         (tst-ftell-active-handler-ENV): Define.
11499 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11501         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11503 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11505         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11507 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11509         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11510         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11511         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11513 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11515         [BZ #16634]
11516         * elf/dl-load.c (open_verify): Add mode parameter.
11517         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11518         (open_path): Change from boolean 'secure' to complete flag 'mode'
11519         (_dl_map_object): Adjust.
11520         * elf/Makefile (tests): Add tst-dlopen-aout.
11521         * elf/tst-dlopen-aout.c: New test.
11523 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11525         [BZ #16714]
11526         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11527         (struct stat): Rename member pad0 to __glibc_reserved0.
11529         [BZ #16712]
11530         * sysdeps/s390/s390-32/bits/wordsize.h
11531         (__WORDSIZE32_SIZE_ULONG): New define.
11532         * sysdeps/s390/s390-64/bits/wordsize.h
11533         (__WORDSIZE32_SIZE_ULONG): Likewise.
11534         * sysdeps/generic/stdint.h (SIZE_MAX):
11535         Define as UL if __WORDSIZE32_SIZE_ULONG.
11537         [BZ #16713]
11538         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11539         (__glibc_reserved0): New variable.
11540         (sa_flags): Change type to int.
11542         * posix/Makefile (before-compile): Use += before-compile instead
11543         of a :=.
11545         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11546         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11548 2014-03-20  Andreas Schwab  <schwab@suse.de>
11550         [BZ #16743]
11551         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11552         non-matching result from nscd.
11554 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11556         * scripts/bench.py: Moved to ...
11557         * benchtests/scripts/bench.py: ... here.
11558         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11560 2014-03-24  Andreas Schwab  <schwab@suse.de>
11562         [BZ #16002]
11563         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11564         alloca_account and account alloca use for struct in6ailist.
11566 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11568         [BZ #16284]
11569         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11570         rounding mode to recompute results that overflow to infinity or
11571         underflow to zero.
11572         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11573         bug 16284.
11574         * math/auto-libm-test-out: Regenerated.
11575         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11576         (ccosh_test): Likewise.
11577         (csin_test_data): Use plus_oflow.
11578         (csin_test): Use ALL_RM_TEST.
11579         (csinh_test_data): Use plus_oflow.
11580         (csinh_test): Use ALL_RM_TEST.
11581         * sysdeps/i386/fpu/libm-test-ulps: Update.
11582         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11584 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11586         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11587         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11588         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11590         [BZ #16731]
11591         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11592         when x - 1 is zero.
11593         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11594         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11595         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11596         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11597         argument is 1.
11598         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11599         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11600         zero.
11601         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11602         * sysdeps/i386/fpu/libm-test-ulps: Update.
11603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11605 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11607         * scripts/bench.pl: Remove file.
11608         * scripts/bench.py: New benchmark script.
11609         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11610         * benchtests/README: Mention python dependency.
11611         * scripts/pylintrc: New file.
11612         * scripts/pylint: New file.
11614         * bits/mathdef.h: Use #ifdef instead of #if.
11615         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11616         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11617         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11618         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11619         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11620         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11622 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11623             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11625         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11627         and strpbrk-ppc64 objects.
11628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11629         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11630         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11631         multiarch strpbrk for POWER7.
11632         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11633         multiarch strpbrk for PPC64.
11634         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11635         ifunc selector.
11636         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11637         strpbrk for POWER7.
11639 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11641         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11642         (atan_test): Likewise.
11643         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11644         (atanh_test): Use ALL_RM_TEST.
11645         (atan2_test_data): Likewise.
11646         (cabs_test): Likewise.
11647         (cacosh_test): Likewise.
11648         (carg_test): Likewise.
11649         (casin_test): Likewise.
11650         (casinh_test): Likewise.
11651         (cbrt_test): Likewise.
11652         (csqrt_test): Likewise.
11653         (erf_test): Likewise.
11654         (erfc_test): Likewise.
11655         (pow10_test): Likewise.
11656         (exp2_test): Likewise.
11657         (hypot_test): Likewise.
11658         (j0_test): Likewise.
11659         (j1_test): Likewise.
11660         (lgamma_test): Likewise.
11661         (gamma_test): Likewise.
11662         (sincos_test): Likewise.
11663         (tanh_test): Likewise.
11664         (y0_test): Likewise.
11665         (y1_test): Likewise.
11666         * sysdeps/i386/fpu/libm-test-ulps: Update.
11667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11669 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11671         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11672         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11673         and strcspn-ppc64 objects.
11674         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11675         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11676         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11677         multiarch strcspn for POWER7.
11678         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11679         multiarch strcspn for PPC64.
11680         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11681         ifunc selector.
11682         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11683         strcspn for POWER7.
11685 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11687         * math/gen-libm-test.pl (generate_testfile): Expect only function
11688         name as argument to AUTO_TESTS_* and pass results for all rounding
11689         modes to parse_args.
11690         (parse_auto_input): Separate inputs of automatic tests from
11691         outputs before storing in %auto_tests.
11692         * math/libm-test.inc (acos_test_data): Update call to
11693         AUTO_TESTS_f_f.
11694         (acos_test): Use ALL_RM_TEST.
11695         (acos_tonearest_test_data): Remove.
11696         (acos_test_tonearest): Likewise.
11697         (acos_towardzero_test_data): Likewise.
11698         (acos_test_towardzero): Likewise.
11699         (acos_downward_test_data): Likewise.
11700         (acos_test_downward): Likewise.
11701         (acos_upward_test_data): Likewise.
11702         (acos_test_upward): Likewise.
11703         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11704         (asin_test_data): Likewise.
11705         (asin_test): Use ALL_RM_TEST.
11706         (asin_tonearest_test_data): Remove.
11707         (asin_test_tonearest): Likewise.
11708         (asin_towardzero_test_data): Likewise.
11709         (asin_test_towardzero): Likewise.
11710         (asin_downward_test_data): Likewise.
11711         (asin_test_downward): Likewise.
11712         (asin_upward_test_data): Likewise.
11713         (asin_test_upward): Likewise.
11714         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11715         (atan_test_data): Likewise.
11716         (atanh_test_data): Likewise.
11717         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11718         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11719         (carg_test_data): Likewise.
11720         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11721         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11722         (ccosh_test_data): Likewise.
11723         (cexp_test_data): Likewise.
11724         (clog_test_data): Likewise.
11725         (clog10_test_data): Likewise.
11726         (cos_test_data): Update call to AUTO_TESTS_f_f.
11727         (cos_test): Use ALL_RM_TEST.
11728         (cos_tonearest_test_data): Remove.
11729         (cos_test_tonearest): Likewise.
11730         (cos_towardzero_test_data): Likewise.
11731         (cos_test_towardzero): Likewise.
11732         (cos_downward_test_data): Likewise.
11733         (cos_test_downward): Likewise.
11734         (cos_upward_test_data): Likewise.
11735         (cos_test_upward): Likewise.
11736         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11737         (cosh_test): Use ALL_RM_TEST.
11738         (cosh_tonearest_test_data): Remove.
11739         (cosh_test_tonearest): Likewise.
11740         (cosh_towardzero_test_data): Likewise.
11741         (cosh_test_towardzero): Likewise.
11742         (cosh_downward_test_data): Likewise.
11743         (cosh_test_downward): Likewise.
11744         (cosh_upward_test_data): Likewise.
11745         (cosh_test_upward): Likewise.
11746         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11747         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11748         (ctan_test_data): Likewise.
11749         (ctan_test): Use ALL_RM_TEST.
11750         (ctan_tonearest_test_data): Remove.
11751         (ctan_test_tonearest): Likewise.
11752         (ctan_towardzero_test_data): Likewise.
11753         (ctan_test_towardzero): Likewise.
11754         (ctan_downward_test_data): Likewise.
11755         (ctan_test_downward): Likewise.
11756         (ctan_upward_test_data): Likewise.
11757         (ctan_test_upward): Likewise.
11758         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11759         (ctanh_test): Use ALL_RM_TEST.
11760         (ctanh_tonearest_test_data): Remove.
11761         (ctanh_test_tonearest): Likewise.
11762         (ctanh_towardzero_test_data): Likewise.
11763         (ctanh_test_towardzero): Likewise.
11764         (ctanh_downward_test_data): Likewise.
11765         (ctanh_test_downward): Likewise.
11766         (ctanh_upward_test_data): Likewise.
11767         (ctanh_test_upward): Likewise.
11768         (erf_test_data): Update call to AUTO_TESTS_f_f.
11769         (erfc_test_data): Likewise.
11770         (exp_test_data): Likewise.
11771         (exp_test): Use ALL_RM_TEST.
11772         (exp_tonearest_test_data): Remove.
11773         (exp_test_tonearest): Likewise.
11774         (exp_towardzero_test_data): Likewise.
11775         (exp_test_towardzero): Likewise.
11776         (exp_downward_test_data): Likewise.
11777         (exp_test_downward): Likewise.
11778         (exp_upward_test_data): Likewise.
11779         (exp_test_upward): Likewise.
11780         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11781         (exp10_test): Use ALL_RM_TEST.
11782         (exp10_tonearest_test_data): Remove.
11783         (exp10_test_tonearest): Likewise.
11784         (exp10_towardzero_test_data): Likewise.
11785         (exp10_test_towardzero): Likewise.
11786         (exp10_downward_test_data): Likewise.
11787         (exp10_test_downward): Likewise.
11788         (exp10_upward_test_data): Likewise.
11789         (exp10_test_upward): Likewise.
11790         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11791         (expm1_test_data): Likewise.
11792         (expm1_test): Use ALL_RM_TEST.
11793         (expm1_tonearest_test_data): Remove.
11794         (expm1_test_tonearest): Likewise.
11795         (expm1_towardzero_test_data): Likewise.
11796         (expm1_test_towardzero): Likewise.
11797         (expm1_downward_test_data): Likewise.
11798         (expm1_test_downward): Likewise.
11799         (expm1_upward_test_data): Likewise.
11800         (expm1_test_upward): Likewise.
11801         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11802         (fma_test): Use ALL_RM_TEST.
11803         (fma_towardzero_test_data): Remove.
11804         (fma_test_towardzero): Likewise.
11805         (fma_downward_test_data): Likewise.
11806         (fma_test_downward): Likewise.
11807         (fma_upward_test_data): Likewise.
11808         (fma_test_upward): Likewise.
11809         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11810         (j0_test_data): Update call to AUTO_TESTS_f_f.
11811         (j1_test_data): Likewise.
11812         (jn_test_data): Update call to AUTO_TESTS_if_f.
11813         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11814         (log_test_data): Update call to AUTO_TESTS_f_f.
11815         (log10_test_data): Likewise.
11816         (log1p_test_data): Likewise.
11817         (log2_test_data): Likewise.
11818         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11819         (pow_tonearest_test_data): Likewise.
11820         (sin_test_data): Update call to AUTO_TESTS_f_f.
11821         (sin_test): Use ALL_RM_TEST.
11822         (sin_tonearest_test_data): Remove.
11823         (sin_test_tonearest): Likewise.
11824         (sin_towardzero_test_data): Likewise.
11825         (sin_test_towardzero): Likewise.
11826         (sin_downward_test_data): Likewise.
11827         (sin_test_downward): Likewise.
11828         (sin_upward_test_data): Likewise.
11829         (sin_test_upward): Likewise.
11830         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11831         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11832         (sinh_test): Use ALL_RM_TEST.
11833         (sinh_tonearest_test_data): Remove.
11834         (sinh_test_tonearest): Likewise.
11835         (sinh_towardzero_test_data): Likewise.
11836         (sinh_test_towardzero): Likewise.
11837         (sinh_downward_test_data): Likewise.
11838         (sinh_test_downward): Likewise.
11839         (sinh_upward_test_data): Likewise.
11840         (sinh_test_upward): Likewise.
11841         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11842         (sqrt_test): Use ALL_RM_TEST.
11843         (sqrt_tonearest_test_data): Remove.
11844         (sqrt_test_tonearest): Likewise.
11845         (sqrt_towardzero_test_data): Likewise.
11846         (sqrt_test_towardzero): Likewise.
11847         (sqrt_downward_test_data): Likewise.
11848         (sqrt_test_downward): Likewise.
11849         (sqrt_upward_test_data): Likewise.
11850         (sqrt_test_upward): Likewise.
11851         (tan_test_data): Update call to AUTO_TESTS_f_f.
11852         (tan_test): Use ALL_RM_TEST.
11853         (tan_tonearest_test_data): Remove.
11854         (tan_test_tonearest): Likewise.
11855         (tan_towardzero_test_data): Likewise.
11856         (tan_test_towardzero): Likewise.
11857         (tan_downward_test_data): Likewise.
11858         (tan_test_downward): Likewise.
11859         (tan_upward_test_data): Likewise.
11860         (tan_test_upward): Likewise.
11861         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11862         (tgamma_test_data): Likewise.
11863         (y0_test_data): Likewise.
11864         (y1_test_data): Likewise.
11865         (yn_test_data): Update call to AUTO_TESTS_if_f.
11866         (main): Do not call removed functions.
11868 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11870         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11871         (ldexp_test_data): Remove.
11872         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11873         scalbn_test_data.
11874         (scalb_test): Use ALL_RM_TEST.
11876 2014-03-19  Andreas Schwab  <schwab@suse.de>
11878         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11880 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11882         [BZ #16649]
11883         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11884         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11885         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11886         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11887         (__ASSUME_PREADV): Undefine.
11888         (__ASSUME_PWRITEV): Likewise.
11890 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11892         * bits/mman-linux.h: Add comment about non-Linux use.
11893         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11894         bits/mman-linux.h resting place.
11896         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11897         * bits/mman-linux.h: ... here.
11899 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11901         * conform/conformtest.pl: Add standard definition when calling C
11902         preprocessor on data files.
11903         (checknamespace): Remove unused variable.
11905 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11907         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11908         minus_oflow, plus_uflow and minus_uflow in expected results.
11909         * math/libm-test.inc (scalbn_test_data): Add more tests of
11910         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11911         minus_uflow.
11912         (scalbn_test): Use ALL_RM_TEST.
11913         (scalbln_test_data): Add more tests of negative arguments.  Use
11914         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11915         (scalbln_test): Use ALL_RM_TEST.
11917 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11919         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11921 2014-03-18  Will Newton  <will.newton@linaro.org>
11923         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11924         inaccurate comment.
11926 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11928         * Makerules [!subdir] (check-abi): Exit with error status if a
11929         test failed.
11931 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11933         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11934         for rint.  Include results for all rounding modes.
11935         (nearbyint_test): Use ALL_RM_TEST.
11936         (rint_test_data): Include all tests used for nearbyint.
11938 2014-03-17  Will Newton  <will.newton@linaro.org>
11940         * nptl/sysdeps/pthread/pthread.h: Revert previous
11941         change.
11943         * sysdeps/generic/ldsodefs.h: Revert previous
11944         change.
11946         * libio/genops.c: Revert previous change.
11947         * libio/libioP.h: Likewise.
11948         * stdio-common/vfprintf.c: Likewise.
11950         * sysdeps/generic/math_private.h: Revert previous
11951         change.
11953         * sysdeps/generic/math_private.h: Check whether
11954         HAVE_RM_CTX is defined with #ifdef rather
11955         than #if.
11957         * argp/argp-fmtstream.h: Check whether
11958         __STRICT_ANSI__ is defined with #ifdef rather
11959         than #if.
11960         * argp/argp.h: Likewise.
11962         * libio/genops.c: Check whether
11963         _IO_JUMPS_OFFSET is defined with #ifdef rather
11964         than #if.
11965         * libio/libioP.h: Likewise.
11966         * stdio-common/vfprintf.c: Likewise.
11968         * sysdeps/generic/ldsodefs.h: Check whether
11969         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11970         than #if.
11972         * nptl/sysdeps/pthread/pthread.h: Check
11973         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11974         its value.
11976 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11978         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11979         setting O_APPEND.
11980         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11981         test case.
11983         [BZ #16680]
11984         * libio/fileops.c (_IO_file_open): Seek to end of file but
11985         don't cache the offset.
11986         (get_file_offset): Remove function.
11987         (do_ftell): Use cached offset when available.
11988         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11989         don't cache the offset.
11990         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11991         case.
11992         (do_one_test): Call it.
11993         (do_ftell_test): Fix up expected old offset for a+ mode.
11994         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11995         available.
11997         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11998         up test status with function return status.
11999         (do_write_test): Likewise.
12000         (do_append_test): Likewise.
12002         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12003         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12004         Remove.
12006 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12008         * math/gen-libm-test.pl (parse_args): Handle results specified for
12009         each rounding mode separately.
12010         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12011         tests and results from lrint_tonearest_test_data,
12012         lrint_towardzero_test_data, lrint_downward_test_data and
12013         lrint_upward_test_data.
12014         (lrint_test): Use ALL_RM_TEST.
12015         (lrint_tonearest_test_data): Remove.
12016         (lrint_test_tonearest): Likewise.
12017         (lrint_towardzero_test_data): Likewise.
12018         (lrint_test_towardzero): Likewise.
12019         (lrint_downward_test_data): Likewise.
12020         (lrint_test_downward): Likewise.
12021         (lrint_upward_test_data): Likewise.
12022         (lrint_test_upward): Likewise.
12023         (llrint_test_data): Merge in per-rounding-mode tests and results
12024         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12025         llrint_downward_test_data and llrint_upward_test_data.
12026         (llrint_test): Use ALL_RM_TEST.
12027         (llrint_tonearest_test_data): Remove.
12028         (llrint_test_tonearest): Likewise.
12029         (llrint_towardzero_test_data): Likewise.
12030         (llrint_test_towardzero): Likewise.
12031         (llrint_downward_test_data): Likewise.
12032         (llrint_test_downward): Likewise.
12033         (llrint_upward_test_data): Likewise.
12034         (llrint_test_upward): Likewise.
12035         (rint_test_data): Merge in per-rounding-mode tests and results
12036         from rint_tonearest_test_data, rint_towardzero_test_data,
12037         rint_downward_test_data and rint_upward_test_data.  Add
12038         per-rounding-mode results for tests not in those arrays.
12039         (rint_test): Use ALL_RM_TEST.
12040         (rint_tonearest_test_data): Remove.
12041         (rint_test_tonearest): Likewise.
12042         (rint_towardzero_test_data): Likewise.
12043         (rint_test_towardzero): Likewise.
12044         (rint_downward_test_data): Likewise.
12045         (rint_test_downward): Likewise.
12046         (rint_upward_test_data): Likewise.
12047         (rint_test_upward): Likewise.
12048         (main): Don't call removed functions.
12050 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12052         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12053         "Compiled on ..." crapola.  It is anti-useful.
12055 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12057         * scripts/evaluate-test.sh: Handle fourth argument to determine
12058         whether test run should stop on failure.
12059         * Makeconfig (stop-on-test-failure): New variable.
12060         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12061         $(stop-on-test-failure).
12062         * Makefile (tests): Give a summary of results from testing and
12063         exit with failure status if they include an ERROR or FAIL.
12064         (xtests): Likewise.
12065         * manual/install.texi (Configuring and compiling): Mention
12066         stop-on-test-failure=y.
12067         * INSTALL: Regenerated.
12069 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12071         * scripts/versionlist.awk: New file.
12072         * Makerules [$(build-shared) = yes]
12073         (postclean-generated): Add Versions.def, not Versions.def.v and
12074         Versions.def.v.i.
12075         ($(common-objpfx)Versions.def.v.i): Target removed.
12076         ($(common-objpfx)Versions.def): New target.
12077         ($(common-objpfx)Versions.all): Depend on that rather that
12078         $(common-objpfx)Versions.def.v.
12079         * Versions.def: File removed.
12081         * Makeconfig (+gccwarn): Add -Wundef.
12082         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12083         a dl-sysdep.h breaking its contract.
12084         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12085         * include/stackinfo.h: New file.
12086         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12087         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12088         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12089         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12090         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12091         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12092         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12093         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12094         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12095         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12096         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12097         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12098         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12099         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12100         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12102 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12104         [BZ #16707]
12105         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12106         implementation.
12107         * math/libm-test.inc (round_test_data): Add more tests.
12109         [BZ #16706]
12110         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12111         implementation.
12112         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12114         [BZ #16701]
12115         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12116         implementation.
12117         * math/libm-test.inc (ceil_test_data): Add more tests.
12119         * math/libm-test.inc (trunc_test_data): Add more tests related to
12120         BZ#16414.
12122 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12124         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12125         with #if rather than #ifdef.
12126         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12128 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12130         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12131         first.  Disable AVX-512 GCC support if assembler doesn't support
12132         it.
12133         * sysdeps/x86_64/configure: Regenerated.
12135 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12137         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12138         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12139         (__old_pthread_attr_setstack): Likewise.
12140         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12141         [!_STACK_GROWS_DOWN]: Likewise.
12143 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12145         * config.make.in (have-bash2): Delete.
12146         * configure.ac (libc_cv_have_bash2): Delete.
12147         * configure: Regenerate.
12148         * elf/Makefile (common-ldd-rewrite): Rename to ...
12149         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12150         (sh-ldd-rewrite): Delete.
12151         (bash-ldd-rewrite): Delete.
12152         (have-bash2): Delete checks.
12153         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12154         ldd-rewrite.
12156         * config.make.in (have-ksh): Delete.
12157         (KSH): Delete.
12158         * configure.ac (libc_cv_have_ksh): Delete.
12159         * configure: Regenerate.
12161         * elf/Makefile: Delete $(have-ksh) check.
12162         ($(objpfx)sotruss): Change KSH to BASH.
12163         * elf/sotruss.ksh: Rename to ...
12164         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12165         function style to match POSIX.  Drop ksh vim mode setting.
12167         * manual/time.texi (Specifying the Time Zone with TZ): Change
12168         Tuesday to Thursday.
12170         * debug/tst-longjmp_chk2.c: Update header comment.
12171         (stackoverflow_handler): Add comment.  Call assert on pass value.
12173 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12175         [BZ #16194]
12176         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12177         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12178         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12179         (La_x86_64_vector): Add zmm.
12180         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12181         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12182         ($(objpfx)tst-audit10): New target.
12183         ($(objpfx)tst-audit10.out): Likewise.
12184         (tst-audit10-ENV): New.
12185         (AVX512-CFLAGS): Likewise.
12186         (CFLAGS-tst-audit10.c): Likewise.
12187         (CFLAGS-tst-auditmod10a.c): Likewise.
12188         (CFLAGS-tst-auditmod10b.c): Likewise.
12189         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12190         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12191         * sysdeps/x86_64/configure: Regenerated.
12192         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12193         AVX-512 zmm register support.
12194         (_dl_x86_64_save_sse): Likewise.
12195         (_dl_x86_64_restore_sse): Likewise.
12196         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12197         size vector registers.
12198         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12199         (ZMM_SIZE): Likewise.
12200         * sysdeps/x86_64/tst-audit10.c: New file.
12201         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12202         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12204 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12206         * configure.ac (HAVE_EHDR_START): New check.
12207         * configure: Regenerated.
12208         * config.h.in (HAVE_EHDR_START): New #undef.
12209         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12210         assuming the lowest-addressed segment maps the start of the file.
12212 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12214         * INSTALL: Regenerated.
12216 2014-03-13  Will Newton  <will.newton@linaro.org>
12218         * manual/setjmp.texi (System V contexts): Improve
12219         clarity and grammar of documentation.
12221 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12223         [BZ #16381]
12224         * elf/Makefile (tests): Add tst-pie2.
12225         (tests-pie): Add tst-pie2.
12226         * elf/tst-pie2.c: New file.
12227         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12228         for ET_EXEC.
12229         * elf/rtld.c (map_doit): Load executable as lt_executable.
12230         (dl_main): Likewise.
12232 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12234         [BZ #16642]
12235         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12236         (__ASSUME_PSELECT): Undefine.
12238 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12240         [BZ #16689]
12241         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12242         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12243         static build.
12244         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12245         selector for static builds.
12247 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12249         [BZ #16695]
12250         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12251         key in the buffer.
12253 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12255         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12256         IFUNC selector for static builds.
12258 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12260         * sysdeps/mips/math_private.h [__mips_hard_float]
12261         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12262         libc_feresetround_mips_ctx.
12263         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12264         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12265         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12267         [BZ #16677]
12268         * math/s_nextafter.c (__nextafter): Do not return value from
12269         overflowing computation.
12270         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12271         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12272         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12273         Likewise.
12274         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12275         Likewise.
12276         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12277         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12279 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12281         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12282         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12283         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12284         the new mov targetting sp.
12286 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12288         [BZ #16683]
12289         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12290         Define it for static builds as well.
12291         (NO_BZERO_IMPL): Likewise.
12293 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12295         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12296         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12297         multiarch strspn for PPC64.
12298         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12299         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12300         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12301         (__libc_ifunc_impl_list): Likewise.
12302         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12303         multiarch optimizations
12304         * string/strspn.c (strspn): Using macro to redefine symbol name.
12306 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12307             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12309         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12310         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12311         multiarch strncat for PPC64.
12312         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12313         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12314         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12315         (__libc_ifunc_impl_list): Likewise.
12316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12317         multiarch optimizations
12319 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12321         [BZ #16639]
12322         * nscd/nscd.service: Make service type forking.
12324 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12326         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12327         sign in non default rounding modes.
12328         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12330 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12332         * math/libm-test.inc (ALL_RM_TEST): New macro.
12333         (ceil_test): Use ALL_RM_TEST.
12334         (cimag_test): Likewise.
12335         (conj_test): Likewise.
12336         (copysign_test): Likewise.
12337         (cproj_test): Likewise.
12338         (creal_test): Likewise.
12339         (fabs_test): Likewise.
12340         (floor_test): Likewise.
12341         (fmax_test): Likewise.
12342         (fmin_test): Likewise.
12343         (fmod_test): Likewise.
12344         (fpclassify_test): Likewise.
12345         (frexp_test): Likewise.
12346         (ilogb_test): Likewise.
12347         (isfinite_test): Likewise.
12348         (finite_test): Likewise.
12349         (isgreater_test): Likewise.
12350         (isgreaterequal_test): Likewise.
12351         (isinf_test): Likewise.
12352         (isless_test): Likewise.
12353         (islessequal_test): Likewise.
12354         (islessgreater_test): Likewise.
12355         (isnan_test): Likewise.
12356         (isnormal_test): Likewise.
12357         (issignaling_test): Likewise.
12358         (isunordered_test): Likewise.
12359         (logb_test): Likewise.
12360         (logb_downward_test_data): Remove.
12361         (logb_test_downward): Likewise.
12362         (lround_test): Use ALL_RM_TEST.
12363         (llround_test): Likewise.
12364         (modf_test): Likewise.
12365         (nexttoward_test): Likewise.
12366         (remainder_test): Likewise.
12367         (drem_test): Likewise.
12368         (remainder_tonearest_test_data): Likewise.
12369         (remainder_test_tonearest): Likewise.
12370         (drem_test_tonearest): Likewise.
12371         (remainder_towardzero_test_data): Likewise.
12372         (remainder_test_towardzero): Likewise.
12373         (drem_test_towardzero): Likewise.
12374         (remainder_downward_test_data): Likewise.
12375         (remainder_test_downward): Likewise.
12376         (drem_test_downward): Likewise.
12377         (remainder_upward_test_data): Likewise.
12378         (remainder_test_upward): Likewise.
12379         (drem_test_upward): Likewise.
12380         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12381         (round_test): Use ALL_RM_TEST.
12382         (signbit_test): Likewise.
12383         (trunc_test): Likewise.
12384         (significand_test): Likewise.
12385         (main): Don't call removed functions.
12387 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12389         [BZ #16674]
12390         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12391         || __USE_XOPEN2K8].
12392         (ILL_ILLOPN): Likewise.
12393         (ILL_ILLADR): Likewise.
12394         (ILL_ILLTRP): Likewise.
12395         (ILL_PRVOPC): Likewise.
12396         (ILL_PRVREG): Likewise.
12397         (ILL_COPROC): Likewise.
12398         (ILL_BADSTK): Likewise.
12399         (FPE_INTDIV): Likewise.
12400         (FPE_INTOVF): Likewise.
12401         (FPE_FLTDIV): Likewise.
12402         (FPE_FLTOVF): Likewise.
12403         (FPE_FLTUND): Likewise.
12404         (FPE_FLTRES): Likewise.
12405         (FPE_FLTINV): Likewise.
12406         (FPE_FLTSUB): Likewise.
12407         (SEGV_MAPERR): Likewise.
12408         (SEGV_ACCERR): Likewise.
12409         (BUS_ADRALN): Likewise.
12410         (BUS_ADRERR): Likewise.
12411         (BUS_OBJERR): Likewise.
12412         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12413         (TRAP_TRACE): Likewise.
12414         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12415         __USE_XOPEN2K8].
12416         (CLD_KILLED): Likewise.
12417         (CLD_DUMPED): Likewise.
12418         (CLD_TRAPPED): Likewise.
12419         (CLD_STOPPED): Likewise.
12420         (CLD_CONTINUED): Likewise.
12421         (POLL_IN): Likewise.
12422         (POLL_OUT): Likewise.
12423         (POLL_MSG): Likewise.
12424         (POLL_ERR): Likewise.
12425         (POLL_PRI): Likewise.
12426         (POLL_HUP): Likewise.
12427         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12428         Likewise.
12429         (ILL_ILLOPN): Likewise.
12430         (ILL_ILLADR): Likewise.
12431         (ILL_ILLTRP): Likewise.
12432         (ILL_PRVOPC): Likewise.
12433         (ILL_PRVREG): Likewise.
12434         (ILL_COPROC): Likewise.
12435         (ILL_BADSTK): Likewise.
12436         (FPE_INTDIV): Likewise.
12437         (FPE_INTOVF): Likewise.
12438         (FPE_FLTDIV): Likewise.
12439         (FPE_FLTOVF): Likewise.
12440         (FPE_FLTUND): Likewise.
12441         (FPE_FLTRES): Likewise.
12442         (FPE_FLTINV): Likewise.
12443         (FPE_FLTSUB): Likewise.
12444         (SEGV_MAPERR): Likewise.
12445         (SEGV_ACCERR): Likewise.
12446         (BUS_ADRALN): Likewise.
12447         (BUS_ADRERR): Likewise.
12448         (BUS_OBJERR): Likewise.
12449         (BUS_MCEERR_AR): Likewise.
12450         (BUS_MCEERR_AO): Likewise.
12451         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12452         (TRAP_TRACE): Likewise.
12453         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12454         __USE_XOPEN2K8].
12455         (CLD_KILLED): Likewise.
12456         (CLD_DUMPED): Likewise.
12457         (CLD_TRAPPED): Likewise.
12458         (CLD_STOPPED): Likewise.
12459         (CLD_CONTINUED): Likewise.
12460         (POLL_IN): Likewise.
12461         (POLL_OUT): Likewise.
12462         (POLL_MSG): Likewise.
12463         (POLL_ERR): Likewise.
12464         (POLL_PRI): Likewise.
12465         (POLL_HUP): Likewise.
12466         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12467         (ILL_ILLOPN): Likewise.
12468         (ILL_ILLADR): Likewise.
12469         (ILL_ILLTRP): Likewise.
12470         (ILL_PRVOPC): Likewise.
12471         (ILL_PRVREG): Likewise.
12472         (ILL_COPROC): Likewise.
12473         (ILL_BADSTK): Likewise.
12474         (FPE_INTDIV): Likewise.
12475         (FPE_INTOVF): Likewise.
12476         (FPE_FLTDIV): Likewise.
12477         (FPE_FLTOVF): Likewise.
12478         (FPE_FLTUND): Likewise.
12479         (FPE_FLTRES): Likewise.
12480         (FPE_FLTINV): Likewise.
12481         (FPE_FLTSUB): Likewise.
12482         (SEGV_MAPERR): Likewise.
12483         (SEGV_ACCERR): Likewise.
12484         (BUS_ADRALN): Likewise.
12485         (BUS_ADRERR): Likewise.
12486         (BUS_OBJERR): Likewise.
12487         (BUS_MCEERR_AR): Likewise.
12488         (BUS_MCEERR_AO): Likewise.
12489         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12490         (TRAP_TRACE): Likewise.
12491         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12492         __USE_XOPEN2K8].
12493         (CLD_KILLED): Likewise.
12494         (CLD_DUMPED): Likewise.
12495         (CLD_TRAPPED): Likewise.
12496         (CLD_STOPPED): Likewise.
12497         (CLD_CONTINUED): Likewise.
12498         (POLL_IN): Likewise.
12499         (POLL_OUT): Likewise.
12500         (POLL_MSG): Likewise.
12501         (POLL_ERR): Likewise.
12502         (POLL_PRI): Likewise.
12503         (POLL_HUP): Likewise.
12504         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12505         Likewise.
12506         (ILL_ILLOPN): Likewise.
12507         (ILL_ILLADR): Likewise.
12508         (ILL_ILLTRP): Likewise.
12509         (ILL_PRVOPC): Likewise.
12510         (ILL_PRVREG): Likewise.
12511         (ILL_COPROC): Likewise.
12512         (ILL_BADSTK): Likewise.
12513         (ILL_BADIADDR): Likewise.
12514         (ILL_BREAK): Likewise.
12515         (FPE_INTDIV): Likewise.
12516         (FPE_INTOVF): Likewise.
12517         (FPE_FLTDIV): Likewise.
12518         (FPE_FLTOVF): Likewise.
12519         (FPE_FLTUND): Likewise.
12520         (FPE_FLTRES): Likewise.
12521         (FPE_FLTINV): Likewise.
12522         (FPE_FLTSUB): Likewise.
12523         (FPE_DECOVF): Likewise.
12524         (FPE_DECDIV): Likewise.
12525         (FPE_DECERR): Likewise.
12526         (FPE_INVASC): Likewise.
12527         (FPE_INVDEC): Likewise.
12528         (SEGV_MAPERR): Likewise.
12529         (SEGV_ACCERR): Likewise.
12530         (SEGV_PSTKOVF): Likewise.
12531         (BUS_ADRALN): Likewise.
12532         (BUS_ADRERR): Likewise.
12533         (BUS_OBJERR): Likewise.
12534         (BUS_MCEERR_AR): Likewise.
12535         (BUS_MCEERR_AO): Likewise.
12536         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12537         (TRAP_TRACE): Likewise.
12538         (TRAP_BRANCH): Likewise.
12539         (TRAP_HWBKPT): Likewise.
12540         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12541         __USE_XOPEN2K8].
12542         (CLD_KILLED): Likewise.
12543         (CLD_DUMPED): Likewise.
12544         (CLD_TRAPPED): Likewise.
12545         (CLD_STOPPED): Likewise.
12546         (CLD_CONTINUED): Likewise.
12547         (POLL_IN): Likewise.
12548         (POLL_OUT): Likewise.
12549         (POLL_MSG): Likewise.
12550         (POLL_ERR): Likewise.
12551         (POLL_PRI): Likewise.
12552         (POLL_HUP): Likewise.
12553         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12554         (ILL_ILLOPN): Likewise.
12555         (ILL_ILLADR): Likewise.
12556         (ILL_ILLTRP): Likewise.
12557         (ILL_PRVOPC): Likewise.
12558         (ILL_PRVREG): Likewise.
12559         (ILL_COPROC): Likewise.
12560         (ILL_BADSTK): Likewise.
12561         (FPE_INTDIV): Likewise.
12562         (FPE_INTOVF): Likewise.
12563         (FPE_FLTDIV): Likewise.
12564         (FPE_FLTOVF): Likewise.
12565         (FPE_FLTUND): Likewise.
12566         (FPE_FLTRES): Likewise.
12567         (FPE_FLTINV): Likewise.
12568         (FPE_FLTSUB): Likewise.
12569         (SEGV_MAPERR): Likewise.
12570         (SEGV_ACCERR): Likewise.
12571         (BUS_ADRALN): Likewise.
12572         (BUS_ADRERR): Likewise.
12573         (BUS_OBJERR): Likewise.
12574         (BUS_MCEERR_AR): Likewise.
12575         (BUS_MCEERR_AO): Likewise.
12576         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12577         (TRAP_TRACE): Likewise.
12578         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12579         __USE_XOPEN2K8].
12580         (CLD_KILLED): Likewise.
12581         (CLD_DUMPED): Likewise.
12582         (CLD_TRAPPED): Likewise.
12583         (CLD_STOPPED): Likewise.
12584         (CLD_CONTINUED): Likewise.
12585         (POLL_IN): Likewise.
12586         (POLL_OUT): Likewise.
12587         (POLL_MSG): Likewise.
12588         (POLL_ERR): Likewise.
12589         (POLL_PRI): Likewise.
12590         (POLL_HUP): Likewise.
12591         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12592         (ILL_ILLOPN): Likewise.
12593         (ILL_ILLADR): Likewise.
12594         (ILL_ILLTRP): Likewise.
12595         (ILL_PRVOPC): Likewise.
12596         (ILL_PRVREG): Likewise.
12597         (ILL_COPROC): Likewise.
12598         (ILL_BADSTK): Likewise.
12599         (FPE_INTDIV): Likewise.
12600         (FPE_INTOVF): Likewise.
12601         (FPE_FLTDIV): Likewise.
12602         (FPE_FLTOVF): Likewise.
12603         (FPE_FLTUND): Likewise.
12604         (FPE_FLTRES): Likewise.
12605         (FPE_FLTINV): Likewise.
12606         (FPE_FLTSUB): Likewise.
12607         (SEGV_MAPERR): Likewise.
12608         (SEGV_ACCERR): Likewise.
12609         (BUS_ADRALN): Likewise.
12610         (BUS_ADRERR): Likewise.
12611         (BUS_OBJERR): Likewise.
12612         (BUS_MCEERR_AR): Likewise.
12613         (BUS_MCEERR_AO): Likewise.
12614         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12615         (TRAP_TRACE): Likewise.
12616         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12617         __USE_XOPEN2K8].
12618         (CLD_KILLED): Likewise.
12619         (CLD_DUMPED): Likewise.
12620         (CLD_TRAPPED): Likewise.
12621         (CLD_STOPPED): Likewise.
12622         (CLD_CONTINUED): Likewise.
12623         (POLL_IN): Likewise.
12624         (POLL_OUT): Likewise.
12625         (POLL_MSG): Likewise.
12626         (POLL_ERR): Likewise.
12627         (POLL_PRI): Likewise.
12628         (POLL_HUP): Likewise.
12629         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12630         (ILL_ILLOPN): Likewise.
12631         (ILL_ILLADR): Likewise.
12632         (ILL_ILLTRP): Likewise.
12633         (ILL_PRVOPC): Likewise.
12634         (ILL_PRVREG): Likewise.
12635         (ILL_COPROC): Likewise.
12636         (ILL_BADSTK): Likewise.
12637         (FPE_INTDIV): Likewise.
12638         (FPE_INTOVF): Likewise.
12639         (FPE_FLTDIV): Likewise.
12640         (FPE_FLTOVF): Likewise.
12641         (FPE_FLTUND): Likewise.
12642         (FPE_FLTRES): Likewise.
12643         (FPE_FLTINV): Likewise.
12644         (FPE_FLTSUB): Likewise.
12645         (SEGV_MAPERR): Likewise.
12646         (SEGV_ACCERR): Likewise.
12647         (BUS_ADRALN): Likewise.
12648         (BUS_ADRERR): Likewise.
12649         (BUS_OBJERR): Likewise.
12650         (BUS_MCEERR_AR): Likewise.
12651         (BUS_MCEERR_AO): Likewise.
12652         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12653         (TRAP_TRACE): Likewise.
12654         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12655         __USE_XOPEN2K8].
12656         (CLD_KILLED): Likewise.
12657         (CLD_DUMPED): Likewise.
12658         (CLD_TRAPPED): Likewise.
12659         (CLD_STOPPED): Likewise.
12660         (CLD_CONTINUED): Likewise.
12661         (POLL_IN): Likewise.
12662         (POLL_OUT): Likewise.
12663         (POLL_MSG): Likewise.
12664         (POLL_ERR): Likewise.
12665         (POLL_PRI): Likewise.
12666         (POLL_HUP): Likewise.
12667         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12668         (ILL_ILLOPN): Likewise.
12669         (ILL_ILLADR): Likewise.
12670         (ILL_ILLTRP): Likewise.
12671         (ILL_PRVOPC): Likewise.
12672         (ILL_PRVREG): Likewise.
12673         (ILL_COPROC): Likewise.
12674         (ILL_BADSTK): Likewise.
12675         (ILL_DBLFLT): Likewise.
12676         (ILL_HARDWALL): Likewise.
12677         (FPE_INTDIV): Likewise.
12678         (FPE_INTOVF): Likewise.
12679         (FPE_FLTDIV): Likewise.
12680         (FPE_FLTOVF): Likewise.
12681         (FPE_FLTUND): Likewise.
12682         (FPE_FLTRES): Likewise.
12683         (FPE_FLTINV): Likewise.
12684         (FPE_FLTSUB): Likewise.
12685         (SEGV_MAPERR): Likewise.
12686         (SEGV_ACCERR): Likewise.
12687         (BUS_ADRALN): Likewise.
12688         (BUS_ADRERR): Likewise.
12689         (BUS_OBJERR): Likewise.
12690         (BUS_MCEERR_AR): Likewise.
12691         (BUS_MCEERR_AO): Likewise.
12692         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12693         (TRAP_TRACE): Likewise.
12694         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12695         __USE_XOPEN2K8].
12696         (CLD_KILLED): Likewise.
12697         (CLD_DUMPED): Likewise.
12698         (CLD_TRAPPED): Likewise.
12699         (CLD_STOPPED): Likewise.
12700         (CLD_CONTINUED): Likewise.
12701         (POLL_IN): Likewise.
12702         (POLL_OUT): Likewise.
12703         (POLL_MSG): Likewise.
12704         (POLL_ERR): Likewise.
12705         (POLL_PRI): Likewise.
12706         (POLL_HUP): Likewise.
12707         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12708         (ILL_ILLOPN): Likewise.
12709         (ILL_ILLADR): Likewise.
12710         (ILL_ILLTRP): Likewise.
12711         (ILL_PRVOPC): Likewise.
12712         (ILL_PRVREG): Likewise.
12713         (ILL_COPROC): Likewise.
12714         (ILL_BADSTK): Likewise.
12715         (FPE_INTDIV): Likewise.
12716         (FPE_INTOVF): Likewise.
12717         (FPE_FLTDIV): Likewise.
12718         (FPE_FLTOVF): Likewise.
12719         (FPE_FLTUND): Likewise.
12720         (FPE_FLTRES): Likewise.
12721         (FPE_FLTINV): Likewise.
12722         (FPE_FLTSUB): Likewise.
12723         (SEGV_MAPERR): Likewise.
12724         (SEGV_ACCERR): Likewise.
12725         (BUS_ADRALN): Likewise.
12726         (BUS_ADRERR): Likewise.
12727         (BUS_OBJERR): Likewise.
12728         (BUS_MCEERR_AR): Likewise.
12729         (BUS_MCEERR_AO): Likewise.
12730         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12731         (TRAP_TRACE): Likewise.
12732         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12733         __USE_XOPEN2K8].
12734         (CLD_KILLED): Likewise.
12735         (CLD_DUMPED): Likewise.
12736         (CLD_TRAPPED): Likewise.
12737         (CLD_STOPPED): Likewise.
12738         (CLD_CONTINUED): Likewise.
12739         (POLL_IN): Likewise.
12740         (POLL_OUT): Likewise.
12741         (POLL_MSG): Likewise.
12742         (POLL_ERR): Likewise.
12743         (POLL_PRI): Likewise.
12744         (POLL_HUP): Likewise.
12745         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12746         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12748         [BZ #16670]
12749         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12750         before #include of <time.h>.
12751         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12752         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12753         (test-xfail-UNIX98/sched.h/conform): Likewise.
12755 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12757         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12758         error absence of trapping exception support.
12759         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12761 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12763         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12764         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12765         * timezone/Makefile (testdata): Move definition above include of
12766         Rules.
12767         (test-zones): New variable.
12768         (tests-special): Add zone files.
12769         (build-testdata): Use $(evaluate-test).
12771         * elf/Makefile (tests-special): Rename tests to end with .out.
12772         ($(objpfx)noload-mem): Likewise.
12773         ($(objpfx)tst-leaks1-mem): Likewise.
12774         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12775         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12776         $(objpfx)test-iconvconfig.out.
12777         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12778         set -e inside subshell and redirect output to file.
12779         * iconvdata/Makefile (generated): Rename tests to end with .out.
12780         Correct type.
12781         (tests-special): Rename tests to end with .out.
12782         ($(objpfx)mtrace-tst-loading): Likewise.
12783         * intl/Makefile (generated): Likewise.
12784         (tests-special): Likewise.
12785         ($(objpfx)mtrace-tst-gettext): Likewise.
12786         * misc/Makefile (generated): Likewise.
12787         (tests-special): Likewise.
12788         ($(objpfx)tst-error1-mem): Likewise.
12789         * nptl/Makefile (tests-special): Likewise.
12790         ($(objpfx)tst-stack3-mem): Likewise.
12791         (generated): Likewise.
12792         * posix/Makefile (generated): Likewise.
12793         (tests-special): Likewise.
12794         (xtests-special): Likewise.
12795         ($(objpfx)tst-fnmatch-mem): Likewise.
12796         ($(objpfx)bug-regex2-mem): Likewise.
12797         ($(objpfx)bug-regex14-mem): Likewise.
12798         ($(objpfx)bug-regex21-mem): Likewise.
12799         ($(objpfx)bug-regex31-mem): Likewise.
12800         ($(objpfx)tst-vfork3-mem): Likewise.
12801         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12802         ($(objpfx)tst-pcre-mem): Likewise.
12803         ($(objpfx)tst-boost-mem): Likewise.
12804         ($(objpfx)bug-ga2-mem): Likewise.
12805         ($(objpfx)bug-glob2-mem): Likewise.
12806         * resolv/Makefile (generate): Likewise.
12807         (tests-special): Likewise.
12808         (xtests-special): Likewise.
12809         (generated): Likewise.
12810         ($(objpfx)mtrace-tst-leaks): Likewise.
12811         ($(objpfx)mtrace-tst-leaks2): Likewise.
12813         * scripts/merge-test-results.sh: New file.
12814         * Makefile (tests-special-notdir): New variable.
12815         (tests): Run merge-test-results.sh.
12816         (xtests): Likewise.
12817         * Rules (tests-special-notdir): New variable.
12818         (xtests-special-notdir): Likewise.
12819         (tests): Run merge-test-results.sh
12820         (xtests): Likewise.
12822         * Makeconfig (test-xfail-name): New variable.
12823         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12824         compute variable name for expected failures.
12825         * conform/Makefile (conformtest-headers-data): New variable.
12826         (conformtest-standards): Likewise.
12827         (conformtest-headers-ISO): Likewise.
12828         (conformtest-headers-ISO99): Likewise.
12829         (conformtest-headers-ISO11): Likewise.
12830         (conformtest-headers-POSIX): Likewise.
12831         (conformtest-headers-XPG3): Likewise.
12832         (conformtest-headers-XPG4): Likewise.
12833         (conformtest-headers-UNIX98): Likewise.
12834         (conformtest-headers-XOPEN2K): Likewise.
12835         (conformtest-headers-POSIX2008): Likewise.
12836         (conformtest-headers-XOPEN2K8): Likewise.
12837         (conformtest-header-list-base): Likewise.
12838         (conformtest-header-list-tests): Likewise.
12839         (conformtest-header-base): Likewise.
12840         (conformtest-header-tests): Likewise.
12841         (tests-special): Add $(conformtest-header-list-tests).  If
12842         [$(fast-check) && !$(cross-compiling)], add
12843         $(conformtest-header-tests) instead of
12844         $(objpfx)run-conformtest.out.
12845         (generated): Add $(conformtest-header-list-base).  If
12846         [$(fast-check) && !$(cross-compiling)], add
12847         $(conformtest-header-base).  Remove previous setting.
12848         ($(conformtest-header-list-tests)): New target.
12849         (test-xfail-run-conformtest): Remove variable.
12850         ($(objpfx)run-conformtest.out): Remove target.
12851         (test-xfail-ISO11/complex.h/conform): New variable.
12852         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12853         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12854         (test-xfail-XPG3/varargs.h/conform): Likewise.
12855         (test-xfail-XPG4/varargs.h/conform): Likewise.
12856         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12857         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12858         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12859         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12860         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12861         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12862         (test-xfail-XPG3/ftw.h/conform): Likewise.
12863         (test-xfail-XPG3/grp.h/conform): Likewise.
12864         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12865         (test-xfail-XPG3/limits.h/conform): Likewise.
12866         (test-xfail-XPG3/pwd.h/conform): Likewise.
12867         (test-xfail-XPG3/search.h/conform): Likewise.
12868         (test-xfail-XPG3/signal.h/conform): Likewise.
12869         (test-xfail-XPG3/stdio.h/conform): Likewise.
12870         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12871         (test-xfail-XPG3/string.h/conform): Likewise.
12872         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12873         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12874         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12875         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12876         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12877         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12878         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12879         (test-xfail-XPG3/termios.h/conform): Likewise.
12880         (test-xfail-XPG3/time.h/conform): Likewise.
12881         (test-xfail-XPG3/unistd.h/conform): Likewise.
12882         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12883         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12884         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12885         (test-xfail-XPG4/netdb.h/conform): Likewise.
12886         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12887         (test-xfail-XPG4/signal.h/conform): Likewise.
12888         (test-xfail-XPG4/stdio.h/conform): Likewise.
12889         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12890         (test-xfail-XPG4/stropts.h/conform): Likewise.
12891         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12892         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12893         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12894         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12895         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12896         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12897         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12898         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12899         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12900         (test-xfail-XPG4/termios.h/conform): Likewise.
12901         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12902         (test-xfail-XPG4/unistd.h/conform): Likewise.
12903         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12904         (test-xfail-POSIX/sched.h/conform): Likewise.
12905         (test-xfail-POSIX/signal.h/conform): Likewise.
12906         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12907         (test-xfail-POSIX/tar.h/conform): Likewise.
12908         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12909         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12910         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12911         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12912         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12913         (test-xfail-UNIX98/sched.h/conform): Likewise.
12914         (test-xfail-UNIX98/signal.h/conform): Likewise.
12915         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12916         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12917         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12918         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12919         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12920         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12921         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12922         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12923         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12924         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12925         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12926         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12927         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12928         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12929         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12930         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12931         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12932         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12933         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12934         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12935         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12936         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12937         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12938         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12939         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12940         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12941         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12942         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12943         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12944         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12945         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12946         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12947         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12948         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12949         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12950         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12951         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12952         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12953         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12954         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12955         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12956         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12957         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12958         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12959         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12960         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12961         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12962         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12963         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12964         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12965         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12966         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12967         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12968         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12969         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12970         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12971         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12972         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12973         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12974         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12975         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12976         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12977         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12978         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12979         (conformtest-cc-flags): Likewise.
12980         ($(conformtest-header-tests): New target.
12981         * conform/check-header-lists.sh: New file.
12982         * conform/run-conformtest.sh: Remove.
12984         * conform/conformtest.pl: Allow ' and \ in values given for
12985         constants.
12986         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12987         inclusion.
12988         [POSIX] (sys/types.h): Likewise.
12989         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12990         inclusion.
12991         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12992         inclusion.
12993         * conform/data/signal.h-data (SIGIO): Remove expectation.
12994         [XPG3] (SIGBUS): Do not expect.
12995         [POSIX || XPG3] (SIGPOLL): Likewise.
12996         [POSIX || XPG3] (SIGPROF): Likewise.
12997         [POSIX || XPG3] (SIGSYS): Likewise.
12998         [XPG3] (SIGTRAP): Likewise.
12999         [POSIX || XPG3] (SIGURG): Likewise.
13000         [POSIX || XPG3] (SIGVTALRM): Likewise.
13001         [POSIX || XPG3] (SIGXCPU): Likewise.
13002         [POSIX || XPG3] (SIGXFSZ): Likewise.
13003         [POSIX] (SA_SIGINFO): Expect.
13004         [XPG3] (siginfo_t): Do not expect type or contents.
13005         [POSIX] (si_pid): Do not expect element.
13006         [POSIX] (si_uid): Likewise.
13007         [POSIX] (si_addr): Likewise.
13008         [POSIX] (si_status): Likewise.
13009         [POSIX] (si_band): Likewise.
13010         [XPG4] (si_value): Likewise.
13011         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13012         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13013         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13014         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13015         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13016         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13017         [POSIX || XPG3] (ILL_COPROC): Likewise.
13018         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13019         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13020         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13021         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13022         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13023         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13024         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13025         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13026         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13027         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13028         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13029         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13030         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13031         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13032         [POSIX || XPG3] (CLD_EXITED): Likewise.
13033         [POSIX || XPG3] (CLD_KILLED): Likewise.
13034         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13035         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13036         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13037         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13038         [POSIX || XPG3] (POLL_IN): Likewise.
13039         [POSIX || XPG3] (POLL_OUT): Likewise.
13040         [POSIX || XPG3] (POLL_MSG): Likewise.
13041         [POSIX || XPG3] (POLL_ERR): Likewise.
13042         [POSIX || XPG3] (POLL_PRI): Likewise.
13043         [POSIX || XPG3] (POLL_HUP): Likewise.
13044         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13045         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13046         (SIG*): Do not allow.
13047         [XPG3] (si_*): Likewise.
13048         [XPG3] (SI_*): Likewise.
13049         [XPG3 || XPG4] (sigev_*): Likewise.
13050         [XPG3 || XPG4] (SIGEV_*): Likewise.
13051         [XPG3 || XPG4] (sival_*): Likewise.
13052         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13053         [POSIX || XPG3] (BUS_*): Likewise.
13054         [POSIX || XPG3] (CLD_*): Likewise.
13055         [POSIX || XPG3] (FPE_*): Likewise.
13056         [POSIX || XPG3] (ILL_*): Likewise.
13057         [POSIX || XPG3] (POLL_*): Likewise.
13058         [POSIX || XPG3] (SEGV_*): Likewise.
13059         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13060         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13061         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13062         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13063         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13064         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13065         Specify type and value.
13066         (TVERSLEN): Likewise.
13067         (REGTYPE): Likewise.
13068         (AREGTYPE): Likewise.
13069         (LNKTYPE): Likewise.
13070         (SYMTYPE): Likewise.
13071         (CHRTYPE): Likewise.
13072         (BLKTYPE): Likewise.
13073         (DIRTYPE): Likewise.
13074         (FIFOTYPE): Likewise.
13075         (CONTTYPE): Likewise.
13076         (TSUID): Likewise.
13077         (TSGID): Likewise.
13078         (TSVTX): Likewise.
13079         (TUREAD): Likewise.
13080         (TUWRITE): Likewise.
13081         (TUEXEC): Likewise.
13082         (TGREAD): Likewise.
13083         (TGWRITE): Likewise.
13084         (TGEXEC): Likewise.
13085         (TOREAD): Likewise.
13086         (TOWRITE): Likewise.
13087         (TOEXEC): Likewise.
13088         [POSIX] (TSVTX): Expect constant.
13090 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13092         * Makefile (tests): Change dependencies to ....
13093         (tests-special): ... additions to this variable.
13094         (tests): Depend on $(tests-special).
13095         * Makerules (check-abi-list): New variable.
13096         (check-abi): Depend on $(check-abi-list).
13097         [$(subdir) = elf] (tests-special): Add
13098         $(objpfx)check-abi-libc.out.
13099         [$(build-shared) = yes && subdir] (tests-special): Add
13100         $(check-abi-list).
13101         [$(build-shared) = yes && subdir] (tests): Do not depend on
13102         check-abi.
13103         * Rules (tests): Depend on $(tests-special).
13104         (xtests): Depend on $(xtests-special).
13105         * catgets/Makefile (tests): Change dependencies to ....
13106         (tests-special): ... additions to this variable.
13107         * conform/Makefile (tests): Change dependencies to ....
13108         (tests-special): ... additions to this variable.
13109         * elf/Makefile (tests): Change dependencies to ....
13110         (tests-special): ... additions to this variable.
13111         * grp/Makefile (tests): Change dependencies to ....
13112         (tests-special): ... additions to this variable.
13113         * iconv/Makefile (xtests): Change dependencies to ....
13114         (xtests-special): ... additions to this variable.
13115         * iconvdata/Makefile (tests): Change dependencies to ....
13116         (tests-special): ... additions to this variable.
13117         * intl/Makefile (tests): Change dependencies to ....
13118         (tests-special): ... additions to this variable.  Also add
13119         $(objpfx)tst-gettext.out.
13120         * io/Makefile (tests): Change dependencies to ....
13121         (tests-special): ... additions to this variable.
13122         * libio/Makefile (tests): Change dependencies to ....
13123         (tests-special): ... additions to this variable.
13124         * malloc/Makefile (tests): Change dependencies to ....
13125         (tests-special): ... additions to this variable.
13126         * misc/Makefile (tests): Change dependencies to ....
13127         (tests-special): ... additions to this variable.
13128         * nptl/Makefile (tests): Change dependencies to ....
13129         (tests-special): ... additions to this variable.
13130         * nptl_db/Makefile (tests): Change dependencies to ....
13131         (tests-special): ... additions to this variable.
13132         * posix/Makefile (tests): Change dependencies to ....
13133         (tests-special): ... additions to this variable.
13134         (xtests): Change dependencies to ....
13135         (xtests-special): ... additions to this variable.
13136         * resolv/Makefile (tests): Change dependencies to ....
13137         (tests-special): ... additions to this variable.
13138         (xtests): Change dependencies to ....
13139         (xtests-special): ... additions to this variable.
13140         * stdio-common/Makefile (tests): Change dependencies to ....
13141         (tests-special): ... additions to this variable.
13142         (do-tst-unbputc): Remove target.
13143         (do-tst-printf): Likewise.
13144         * stdlib/Makefile (tests): Change dependencies to ....
13145         (tests-special): ... additions to this variable.
13146         * string/Makefile (tests): Change dependencies to ....
13147         (tests-special): ... additions to this variable.
13148         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13149         (tests-special): ... additions to this variable.
13151         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13152         whole file.
13153         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13154         whole file.
13155         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13156         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13158         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13159         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13160         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13161         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13162         * conform/data/libgen.h-data [XPG3]: Likewise.
13163         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13164         * conform/data/ndbm.h-data [XPG3]: Likewise.
13165         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13166         * conform/data/netdb.h-data [XPG3]: Likewise.
13167         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13168         * conform/data/poll.h-data [XPG3]: Likewise.
13169         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13170         * conform/data/strings.h-data [XPG3]: Likewise.
13171         * conform/data/stropts.h-data [XPG3]: Likewise.
13172         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13173         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13174         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13175         Likewise.
13176         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13177         * conform/data/sys/time.h-data [XPG3]: Likewise.
13178         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13179         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13180         * conform/data/sys/un.h-data [XPG3]: Likewise.
13181         * conform/data/syslog.h-data [XPG3]: Likewise.
13182         * conform/data/ucontext.h-data [XPG3]: Likewise.
13183         * conform/data/utmpx.h-data [XPG3]: Likewise.
13184         * conform/data/varargs.h-data [UNIX98]: Enable file.
13186         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13188         * math/libm-test.inc (struct test_f_f_data): Move expected results
13189         into structure for each rounding mode.
13190         (struct test_ff_f_data): Likewise.
13191         (struct test_ff_f_data_nexttoward): Likewise.
13192         (struct test_fi_f_data): Likewise.
13193         (struct test_fl_f_data): Likewise.
13194         (struct test_if_f_data): Likewise.
13195         (struct test_fff_f_data): Likewise.
13196         (struct test_c_f_data): Likewise.
13197         (struct test_f_f1_data): Likewise.
13198         (struct test_fF_f1_data): Likewise.
13199         (struct test_ffI_f1_data): Likewise.
13200         (struct test_c_c_data): Likewise.
13201         (struct test_cc_c_data): Likewise.
13202         (struct test_f_i_data): Likewise.
13203         (struct test_ff_i_data): Likewise.
13204         (struct test_f_l_data): Likewise.
13205         (struct test_f_L_data): Likewise.
13206         (struct test_fFF_11_data): Likewise.
13207         (RM_): New macro.
13208         (RM_FE_DOWNWARD): Likewise.
13209         (RM_FE_TONEAREST): Likewise.
13210         (RM_FE_TOWARDZERO): Likewise.
13211         (RM_FE_UPWARD): Likewise.
13212         (RUN_TEST_LOOP_f_f): Update references to expected results.
13213         (RUN_TEST_LOOP_2_f): Likewise.
13214         (RUN_TEST_LOOP_fff_f): Likewise.
13215         (RUN_TEST_LOOP_c_f): Likewise.
13216         (RUN_TEST_LOOP_f_f1): Likewise.
13217         (RUN_TEST_LOOP_fF_f1): Likewise.
13218         (RUN_TEST_LOOP_fI_f1): Likewise.
13219         (RUN_TEST_LOOP_ffI_f1): Likewise.
13220         (RUN_TEST_LOOP_c_c): Likewise.
13221         (RUN_TEST_LOOP_cc_c): Likewise.
13222         (RUN_TEST_LOOP_f_i): Likewise.
13223         (RUN_TEST_LOOP_f_i_tg): Likewise.
13224         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13225         (RUN_TEST_LOOP_f_b): Likewise.
13226         (RUN_TEST_LOOP_f_b_tg): Likewise.
13227         (RUN_TEST_LOOP_f_l): Likewise.
13228         (RUN_TEST_LOOP_f_L): Likewise.
13229         (RUN_TEST_LOOP_fFF_11): Likewise.
13230         * math/gen-libm-test.pl (parse_args): Output four copies of
13231         expected results for each test.
13233         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13234         (__ASSUME_UTIMES): Remove.
13235         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13236         (__ASSUME_UTIMES): Likewise.
13238         * math/gen-auto-libm-tests.c: Update comment on output format.
13239         (output_for_one_input_case): Generate before-rounding and
13240         after-rounding information as conditions on output flags not
13241         floating-point format.
13242         * math/auto-libm-test-out: Regenerated.
13243         * math/gen-libm-test.pl (cond_value): New function.
13244         (or_cond_value): Use cond_value.
13245         (generate_testfile): Handle conditional exceptions.
13247 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13249         * math/libm-test.inc (max_valid_error): New variable.
13250         (init_max_error): Take new argument specifying whether function
13251         results are exactly determined.  Set max_valid_error and bound
13252         other variables for errors based on this argument.
13253         (set_max_error): Do not record results above max_valid_error.
13254         (check_float_internal): Only accept errors of up to 0.5ulps if
13255         also at most max_valid_error.
13256         (START): Take new argument EXACT and pass it to init_max_error.
13257         (acos_test): Update call to START.
13258         (acos_test_tonearest): Likewise.
13259         (acos_test_towardzero): Likewise.
13260         (acos_test_downward): Likewise.
13261         (acos_test_upward): Likewise.
13262         (acosh_test): Likewise.
13263         (asin_test): Likewise.
13264         (asin_test_tonearest): Likewise.
13265         (asin_test_towardzero): Likewise.
13266         (asin_test_downward): Likewise.
13267         (asin_test_upward): Likewise.
13268         (asinh_test): Likewise.
13269         (atan_test): Likewise.
13270         (atanh_test): Likewise.
13271         (atan2_test): Likewise.
13272         (cabs_test): Likewise.
13273         (cacos_test): Likewise.
13274         (cacosh_test): Likewise.
13275         (carg_test): Likewise.
13276         (casin_test): Likewise.
13277         (casinh_test): Likewise.
13278         (catan_test): Likewise.
13279         (catanh_test): Likewise.
13280         (cbrt_test): Likewise.
13281         (ccos_test): Likewise.
13282         (ccosh_test): Likewise.
13283         (ceil_test): Likewise.
13284         (cexp_test): Likewise.
13285         (cimag_test): Likewise.
13286         (clog_test): Likewise.
13287         (clog10_test): Likewise.
13288         (conj_test): Likewise.
13289         (copysign_test): Likewise.
13290         (cos_test): Likewise.
13291         (cos_test_tonearest): Likewise.
13292         (cos_test_towardzero): Likewise.
13293         (cos_test_downward): Likewise.
13294         (cos_test_upward): Likewise.
13295         (cosh_test): Likewise.
13296         (cosh_test_tonearest): Likewise.
13297         (cosh_test_towardzero): Likewise.
13298         (cosh_test_downward): Likewise.
13299         (cosh_test_upward): Likewise.
13300         (cpow_test): Likewise.
13301         (cproj_test): Likewise.
13302         (creal_test): Likewise.
13303         (csin_test): Likewise.
13304         (csinh_test): Likewise.
13305         (csqrt_test): Likewise.
13306         (ctan_test): Likewise.
13307         (ctan_test_tonearest): Likewise.
13308         (ctan_test_towardzero): Likewise.
13309         (ctan_test_downward): Likewise.
13310         (ctan_test_upward): Likewise.
13311         (ctanh_test): Likewise.
13312         (ctanh_test_tonearest): Likewise.
13313         (ctanh_test_towardzero): Likewise.
13314         (ctanh_test_downward): Likewise.
13315         (ctanh_test_upward): Likewise.
13316         (erf_test): Likewise.
13317         (erfc_test): Likewise.
13318         (exp_test): Likewise.
13319         (exp_test_tonearest): Likewise.
13320         (exp_test_towardzero): Likewise.
13321         (exp_test_downward): Likewise.
13322         (exp_test_upward): Likewise.
13323         (exp10_test): Likewise.
13324         (exp10_test_tonearest): Likewise.
13325         (exp10_test_towardzero): Likewise.
13326         (exp10_test_downward): Likewise.
13327         (exp10_test_upward): Likewise.
13328         (pow10_test): Likewise.
13329         (exp2_test): Likewise.
13330         (expm1_test): Likewise.
13331         (expm1_test_tonearest): Likewise.
13332         (expm1_test_towardzero): Likewise.
13333         (expm1_test_downward): Likewise.
13334         (expm1_test_upward): Likewise.
13335         (fabs_test): Likewise.
13336         (fdim_test): Likewise.
13337         (floor_test): Likewise.
13338         (fma_test): Likewise.
13339         (fma_test_towardzero): Likewise.
13340         (fma_test_downward): Likewise.
13341         (fma_test_upward): Likewise.
13342         (fmax_test): Likewise.
13343         (fmin_test): Likewise.
13344         (fmod_test): Likewise.
13345         (fpclassify_test): Likewise.
13346         (frexp_test): Likewise.
13347         (hypot_test): Likewise.
13348         (ilogb_test): Likewise.
13349         (isfinite_test): Likewise.
13350         (finite_test): Likewise.
13351         (isgreater_test): Likewise.
13352         (isgreaterequal_test): Likewise.
13353         (isinf_test): Likewise.
13354         (isless_test): Likewise.
13355         (islessequal_test): Likewise.
13356         (islessgreater_test): Likewise.
13357         (isnan_test): Likewise.
13358         (isnormal_test): Likewise.
13359         (issignaling_test): Likewise.
13360         (isunordered_test): Likewise.
13361         (j0_test): Likewise.
13362         (j1_test): Likewise.
13363         (jn_test): Likewise.
13364         (ldexp_test): Likewise.
13365         (lgamma_test): Likewise.
13366         (gamma_test): Likewise.
13367         (lrint_test): Likewise.
13368         (lrint_test_tonearest): Likewise.
13369         (lrint_test_towardzero): Likewise.
13370         (lrint_test_downward): Likewise.
13371         (lrint_test_upward): Likewise.
13372         (llrint_test): Likewise.
13373         (llrint_test_tonearest): Likewise.
13374         (llrint_test_towardzero): Likewise.
13375         (llrint_test_downward): Likewise.
13376         (llrint_test_upward): Likewise.
13377         (log_test): Likewise.
13378         (log10_test): Likewise.
13379         (log1p_test): Likewise.
13380         (log2_test): Likewise.
13381         (logb_test): Likewise.
13382         (logb_test_downward): Likewise.
13383         (lround_test): Likewise.
13384         (llround_test): Likewise.
13385         (modf_test): Likewise.
13386         (nearbyint_test): Likewise.
13387         (nextafter_test): Likewise.
13388         (nexttoward_test): Likewise.
13389         (pow_test): Likewise.
13390         (pow_test_tonearest): Likewise.
13391         (pow_test_towardzero): Likewise.
13392         (pow_test_downward): Likewise.
13393         (pow_test_upward): Likewise.
13394         (remainder_test): Likewise.
13395         (drem_test): Likewise.
13396         (remainder_test_tonearest): Likewise.
13397         (drem_test_tonearest): Likewise.
13398         (remainder_test_towardzero): Likewise.
13399         (drem_test_towardzero): Likewise.
13400         (remainder_test_downward): Likewise.
13401         (drem_test_downward): Likewise.
13402         (remainder_test_upward): Likewise.
13403         (drem_test_upward): Likewise.
13404         (remquo_test): Likewise.
13405         (rint_test): Likewise.
13406         (rint_test_tonearest): Likewise.
13407         (rint_test_towardzero): Likewise.
13408         (rint_test_downward): Likewise.
13409         (rint_test_upward): Likewise.
13410         (round_test): Likewise.
13411         (scalb_test): Likewise.
13412         (scalbn_test): Likewise.
13413         (scalbln_test): Likewise.
13414         (signbit_test): Likewise.
13415         (sin_test): Likewise.
13416         (sin_test_tonearest): Likewise.
13417         (sin_test_towardzero): Likewise.
13418         (sin_test_downward): Likewise.
13419         (sin_test_upward): Likewise.
13420         (sincos_test): Likewise.
13421         (sinh_test): Likewise.
13422         (sinh_test_tonearest): Likewise.
13423         (sinh_test_towardzero): Likewise.
13424         (sinh_test_downward): Likewise.
13425         (sinh_test_upward): Likewise.
13426         (sqrt_test): Likewise.
13427         (sqrt_test_tonearest): Likewise.
13428         (sqrt_test_towardzero): Likewise.
13429         (sqrt_test_downward): Likewise.
13430         (sqrt_test_upward): Likewise.
13431         (tan_test): Likewise.
13432         (tan_test_tonearest): Likewise.
13433         (tan_test_towardzero): Likewise.
13434         (tan_test_downward): Likewise.
13435         (tan_test_upward): Likewise.
13436         (tanh_test): Likewise.
13437         (tgamma_test): Likewise.
13438         (trunc_test): Likewise.
13439         (y0_test): Likewise.
13440         (y1_test): Likewise.
13441         (yn_test): Likewise.
13442         (significand_test): Likewise.
13444         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13445         individual tests in comment.
13446         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13447         (prev_max_error): New variable.
13448         (prev_real_max_error): Likewise.
13449         (prev_imag_max_error): Likewise.
13450         (compare_ulp_data): Don't refer to test names in comment.
13451         (find_test_ulps): Remove function.
13452         (find_function_ulps): Likewise.
13453         (find_complex_function_ulps): Likewise.
13454         (init_max_error): Take function name as argument.  Look up ulps
13455         for that function.
13456         (print_ulps): Remove function.
13457         (print_max_error): Use prev_max_error instead of calling
13458         find_function_ulps.
13459         (print_complex_max_error): Use prev_real_max_error and
13460         prev_imag_max_error instead of calling find_complex_function_ulps.
13461         (check_float_internal): Take max_ulp parameter instead of calling
13462         find_test_ulps.  Don't call print_ulps.
13463         (check_float): Update call to check_float_internal.
13464         (check_complex): Update calls to check_float_internal.
13465         (START): Pass argument to init_max_error.
13466         * math/gen-libm-test.pl (%results): Don't include "kind"
13467         information.
13468         (parse_ulps): Don't handle ulps of individual tests.
13469         (print_ulps_file): Likewise.
13470         (output_ulps): Likewise.
13471         * math/README.libm-test: Update.
13472         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13473         individual tests.
13474         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13475         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13476         * sysdeps/arm/libm-test-ulps: Likewise.
13477         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13478         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13479         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13480         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13481         * sysdeps/microblaze/libm-test-ulps: Likewise.
13482         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13483         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13484         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13485         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13486         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13487         * sysdeps/sh/libm-test-ulps: Likewise.
13488         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13489         * sysdeps/tile/libm-test-ulps: Likewise.
13490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13492 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13494         * math/libm-test.inc (print_complex_max_error): Check separately
13495         whether real and imaginary errors are within allowed range and
13496         pass 0 to print_complex_function_ulps instead of value within
13497         allowed range.
13499 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13501         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13502         formatting.
13503         (get_handles_fopen): Likewise.
13504         (do_write_test): Likewise.
13506         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13508         * libio/fileops.c (do_ftell): Use cached offset when
13509         available.
13510         * libio/iofwide.c (do_ftell_wide): Likewise.
13511         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13512         _IO_file_attach.
13513         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13515         [BZ #16532]
13516         * libio/libioP.h (get_file_offset): New function.
13517         * libio/fileops.c (get_file_offset): Likewise.
13518         (do_ftell): Likewise.
13519         (_IO_new_file_seekoff): Split out ftell logic.
13520         * libio/wfileops.c (do_ftell_wide): Likewise.
13521         (_IO_wfile_seekoff): Split out ftell logic.
13522         * libio/tst-ftell-active-handler.c: New test case.
13523         * libio/Makefile (tests): Add it.
13525 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13527         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13528         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13530 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13532         [BZ #16639]
13533         * nscd/connections.c (nscd_init): Call do_exit.
13534         (start_threads): Call do_exit and notify_parent.
13535         (begin_drop_privileges): Call do_exit.
13536         (finish_drop_privileges): Likewise.
13537         * nscd/selinux.c (preserve_capabilities): Likewise.
13538         (install_real_capabilities): Likewise.
13539         (nscd_selinux_enabled): Likewise.
13540         (avc_create_thread): Likewise.
13541         (avc_alloc_lock): Likewise.
13542         (nscd_avc_init): Likewise.
13543         * nscd/nscd.c (parent_fd): New static variable.
13544         (main): Create a pipe between parent and child processes.
13545         Skip closing parent_fd.
13546         (monitor_child): New function.
13547         (do_exit): Likewise.
13548         (notify_parent): Likewise.
13549         * nscd/nscd.h (notify_parent): Likewise.
13550         (do_exit): Likewise.
13552 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13554         * malloc/malloc.c (__libc_calloc): Revert last change.
13556 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13560 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13562         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13563         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13564         implementation.
13565         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13566         (__libc_ifunc_impl_list): Likewise.
13567         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13568         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13569         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13570         * string/strrchr.c: Define STRRCHR.
13572 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13574         * benchtest/bench-strtok.c (simple_strtok): Delete.
13575         (strtok_string): Use as benchmark.
13576         * string/strtok (STRTOK): New macro.
13578 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13580         * manual/threads.texi: Add header and standard comments to all
13581         functions.
13583         * elf/dl-lookup.c (check_match): New function.
13584         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13585         (do_lookup_x): Remove nested function check_match. Use non-nested
13586         function check_match.
13588 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13590         * csu/Makefile (generated, before-compile): Use += rather than =.
13591         * catgets/Makefile (generated, generated-dirs): Likewise.
13592         * debug/Makefile (generated): Likewise.
13593         * dlfcn/Makefile (generated): Likewise.
13594         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13595         * iconvdata/Makefile (before-compile, generated): Likewise.
13596         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13597         * libio/Makefile (generated): Likewise.
13598         * malloc/Makefile (generated): Likewise.
13599         * manual/Makefile (generated, generated-dirs): Likewise.
13600         * misc/Makefile (generated): Likewise.
13601         * posix/Makefile (generated): Likewise.
13602         * resolv/Makefile (generated): Likewise.
13603         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13604         * timezone/Makefile (generated, generated-dirs): Likewise.
13606         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13608 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13610         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13611         power8 implementation.
13612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13613         file: POWER8 llround ifunc implementation.
13614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13615         (__lllround): Add POWER8 implementation.
13616         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13617         POWER8 llround implementation.
13619         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13620         power8 implementation.
13621         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13622         file: POWER8 llrint ifunc implementation.
13623         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13624         Add POWER8 implementation.
13625         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13626         POWER8 llrint implementation.
13628         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13629         power8 implementation.
13630         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13631         file: POWER8 finite ifunc implementation.
13632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13633         Add POWER8 implementation.
13634         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13635         Likewise.
13636         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13637         POWER8 finite implementation.
13638         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13640         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13641         power8 implementation.
13642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13643         file: POWER8 isinf ifunc implementation.
13644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13645         POWER8 implementation.
13646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13647         Likewise.
13648         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13649         isinf implementation.
13650         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13652         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13653         (INIT_ARCH): Add hwcap2 initialization.
13654         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13655         power8 implementation.
13656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13657         file: POWER8 isnan ifunc implementation.
13658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13659         POWER8 implementation.
13660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13661         Likewise.
13662         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13663         isnan implementation.
13664         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13666 2014-02-27  Joey Ye  <joey.ye@arm.com>
13668         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13669         (_FP_NANFRAC_Q): Set to zero.
13671 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13673         [BZ #16623]
13674         * math/auto-libm-test-in: New test inputs.
13675         * math/auto-libm-test-out: Regenerate.
13676         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13677         and DA.
13678         (__cos): Likewise.
13679         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13681 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13683         * scripts/evaluate-test.sh: Take new argument indicating whether
13684         failure is expected.
13685         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13686         indicating whether failure is expected.
13687         * conform/Makefile (test-xfail-run-conformtest): New variable.
13688         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13689         level.
13690         * posix/Makefile (test-xfail-annexc): New variable.
13691         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13693 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13695         * argp/Makefile: Include Makeconfig immediately after defining
13696         subdir.
13697         * assert/Makefile: Likewise.
13698         * benchtests/Makefile: Likewise.
13699         * catgets/Makefile: Likewise.
13700         * conform/Makefile: Likewise.
13701         * crypt/Makefile: Likewise.
13702         * csu/Makefile: Likewise.
13703         (all): Remove target.
13704         * ctype/Makefile: Include Makeconfig immediately after defining
13705         subdir.
13706         * debug/Makefile: Likewise.
13707         * dirent/Makefile: Likewise.
13708         * dlfcn/Makefile: Likewise.
13709         * gmon/Makefile: Likewise.
13710         * gnulib/Makefile: Likewise.
13711         * grp/Makefile: Likewise.
13712         * gshadow/Makefile: Likewise.
13713         * hesiod/Makefile: Likewise.
13714         * hurd/Makefile: Likewise.
13715         (all): Remove target.
13716         * iconvdata/Makefile: Include Makeconfig immediately after
13717         defining subdir.
13718         * inet/Makefile: Likewise.
13719         * intl/Makefile: Likewise.
13720         * io/Makefile: Likewise.
13721         * libio/Makefile: Likewise.
13722         (all): Remove target.
13723         * locale/Makefile: Include Makeconfig immediately after defining
13724         subdir.
13725         * login/Makefile: Likewise.
13726         * mach/Makefile: Likewise.
13727         (all): Remove target.
13728         * malloc/Makefile: Include Makeconfig immediately after defining
13729         subdir.
13730         (all): Remove target.
13731         * manual/Makefile: Include Makeconfig immediately after defining
13732         subdir.
13733         * math/Makefile: Likewise.
13734         * misc/Makefile: Likewise.
13735         * nis/Makefile: Likewise.
13736         * nss/Makefile: Likewise.
13737         * po/Makefile: Likewise.
13738         (all): Remove target.
13739         * posix/Makefile: Include Makeconfig immediately after defining
13740         subdir.
13741         * pwd/Makefile: Likewise.
13742         * resolv/Makefile: Likewise.
13743         * resource/Makefile: Likewise.
13744         * rt/Makefile: Likewise.
13745         * setjmp/Makefile: Likewise.
13746         * shadow/Makefile: Likewise.
13747         * signal/Makefile: Likewise.
13748         * socket/Makefile: Likewise.
13749         * soft-fp/Makefile: Likewise.
13750         * stdio-common/Makefile: Likewise.
13751         * stdlib/Makefile: Likewise.
13752         * streams/Makefile: Likewise.
13753         * string/Makefile: Likewise.
13754         * sunrpc/Makefile: Likewise.
13755         (all): Remove target.
13756         * sysvipc/Makefile: Include Makeconfig immediately after defining
13757         subdir.
13758         * termios/Makefile: Likewise.
13759         * time/Makefile: Likewise.
13760         * timezone/Makefile: Likewise.
13761         (all): Remove target.
13762         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13763         subdir.
13764         * wctype/Makefile: Likewise.
13766 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13768         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13769         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13770         (libc_feholdexcept_setround_mips): Ditto.
13771         (libc_feholdsetround): New.
13772         (libc_feholdsetroundf): New.
13773         (libc_feholdsetroundl): New.
13774         (libc_feupdateenv_test_mips): New.
13775         (libc_feupdateenv_test): New.
13776         (libc_feupdateenv_testf): New.
13777         (libc_feupdateenv_testl): New.
13778         (libc_feresetround): New.
13779         (libc_feresetroundf): New.
13780         (libc_feresetroundl): New.
13781         (libc_fetestexcept_mips): New.
13782         (libc_fetestexcept): New.
13783         (libc_fetestexceptf): New.
13784         (libc_fetestexceptl): New.
13785         (HAVE_RM_CTX): New.
13786         (libc_feholdexcept_setround_mips_ctx): New.
13787         (libc_feholdexcept_setround_ctx): New.
13788         (libc_feholdexcept_setroundf_ctx): New.
13789         (libc_feholdexcept_setroundl_ctx): New.
13790         (libc_fesetenv_mips_ctx): New.
13791         (libc_fesetenv_ctx): New.
13792         (libc_fesetenv_ctxf): New.
13793         (libc_fesetenv_ctxl): New.
13794         (libc_feupdateenv_mips_ctx): New.
13795         (libc_feupdateenv_ctx): New.
13796         (libc_feupdateenvf_ctx): New.
13797         (libc_feupdateenvl_ctx): New.
13798         (libc_feholdsetround_mips_ctx): New.
13799         (libc_feholdsetround_ctx): New.
13800         (libc_feholdsetroundf_ctx): New.
13801         (libc_feholdsetroundl_ctx): New.
13802         (libc_feresetround_mips_ctx): New.
13803         (libc_feresetround_ctx): New.
13804         (libc_feresetroundf_ctx): New.
13805         (libc_feresetroundl_ctx): New.
13807 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13809         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13811         * manual/ipc.texi: New file.
13812         * manual/Makefile (chapters): Add ipc.
13813         * manual/job.texi: Add "Inter-Process Communication" to next.
13814         * manual/process.texi: Add "Inter-Process Communication" to prev.
13816 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13818         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13820 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13822         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13824         * manual/arith.texi: Fix spaces after sentences.
13825         * manual/charset.texi: Likewise.
13826         * manual/errno.texi: Likewise.
13827         * manual/install.texi: Likewise.
13828         * manual/llio.texi: Likewise.
13829         * manual/locale.texi: Likewise.
13830         * manual/maint.texi: Likewise.
13831         * manual/math.texi: Likewise.
13832         * manual/memory.texi: Likewise.
13833         * manual/message.texi: Likewise.
13834         * manual/probes.texi: Likewise.
13835         * manual/resource.texi: Likewise.
13836         * manual/signal.texi: Likewise.
13837         * manual/socket.texi: Likewise.
13838         * manual/stdio.texi: Likewise.
13839         * manual/string.texi: Likewise.
13840         * manual/time.texi: Likewise.
13841         * manual/users.texi: Likewise.
13843 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13845         [BZ #16632]
13846         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13847         _DEFAULT_SOURCE is defined.
13849 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13850             Carlos O'Donell  <carlos@redhat.com>
13852         [BZ #16613]
13853         * elf/dl-tls.c (_dl_count_modids): New function.
13854         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13855         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13856         audit library and increment generation counter.
13857         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13858         * elf/tst-audit9.c: New file.
13859         * elf/tst-auditmod9a.c: New file.
13860         * elf/tst-auditmod9b.c: New file.
13861         * elf/Makefile: Add rules to build and run tst-audit9.
13863 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13865         [BZ #15347]
13866         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13868 2014-02-25  Will Newton  <will.newton@linaro.org>
13870         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13871         (__longjmp): Restore sp and lr before restoring callee
13872         saved registers.  Add longjmp and longjmp_target
13873         SystemTap probe point.
13874         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13875         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13876         Define to zero to match jmpbuf layout.
13877         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13878         (__sigsetjmp): Save sp and lr before saving callee
13879         saved registers.  Add setjmp SystemTap probe point.
13881 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13883         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13885 2014-02-24  Andreas Schwab  <schwab@suse.de>
13887         [BZ #15804]
13888         * elf/pldd.c (wait_for_ptrace_stop): New function.
13889         (main): Call it after attaching.
13891 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13893         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13894         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13895         Versions files is now verboten.
13896         * hurd/Versions (libc: GLIBC_2.0):
13897         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13898         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13899         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13900         * mach/Versions: Likewise.
13902         * csu/Versions: Remove unused %include.
13903         * resolv/Versions: Likewise.
13905 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13907         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13908         ($(objpfx)check-local-headers.out): Likewise.
13909         ($(objpfx)begin-end-check.out): Likewise.
13910         * Makerules (check-abi-%.out): Likewise.
13911         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13912         ($(objpfx)test2.cat): Likewise.
13913         ($(objpfx)de/libc.cat): Likewise.
13914         ($(objpfx)test-gencat.out): Likewise.
13915         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13916         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13917         ($(objpfx)noload-mem): Likewise.
13918         ($(objpfx)tst-pathopt.out): Likewise.
13919         ($(objpfx)tst-rtld-load-self.out): Likewise.
13920         ($(objpfx)tst-array1-cmp.out): Likewise.
13921         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13922         ($(objpfx)tst-array2-cmp.out): Likewise.
13923         ($(objpfx)tst-array3-cmp.out): Likewise.
13924         ($(objpfx)tst-array4-cmp.out): Likewise.
13925         ($(objpfx)tst-array5-cmp.out): Likewise.
13926         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13927         ($(objpfx)check-textrel.out): Likewise.
13928         ($(objpfx)check-execstack.out): Likewise.
13929         ($(objpfx)check-localplt.out): Likewise.
13930         ($(objpfx)order2-cmp.out): Likewise.
13931         ($(objpfx)tst-leaks1-mem): Likewise.
13932         ($(objpfx)tst-leaks1-static-mem): Likewise.
13933         ($(objpfx)tst-initorder-cmp.out): Likewise.
13934         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13935         ($(objpfx)tst-unused-dep.out): Likewise.
13936         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13937         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13938         * iconv/Makefile (test-iconvconfig): Likewise.
13939         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13940         ($(objpfx)iconv-test.out): Likewise.
13941         ($(objpfx)tst-tables.out): Likewise.
13942         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13943         ($(objpfx)tst-gettext.out): Likewise.
13944         ($(objpfx)tst-translit.out): Likewise.
13945         ($(objpfx)tst-gettext2.out): Likewise.
13946         ($(objpfx)tst-gettext4.out): Likewise.
13947         ($(objpfx)tst-gettext6.out): Likewise.
13948         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13949         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13950         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13951         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13952         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13953         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13954         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13955         ($(objpfx)wordexp-tst.out): Likewise.
13956         ($(objpfx)annexc.out): Likewise.
13957         ($(objpfx)tst-fnmatch-mem): Likewise.
13958         ($(objpfx)bug-regex2-mem): Likewise.
13959         ($(objpfx)bug-regex14-mem): Likewise.
13960         ($(objpfx)bug-regex21-mem): Likewise.
13961         ($(objpfx)bug-regex31-mem): Likewise.
13962         ($(objpfx)tst-vfork3-mem): Likewise.
13963         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13964         ($(objpfx)tst-pcre-mem): Likewise.
13965         ($(objpfx)tst-boost-mem): Likewise.
13966         ($(objpfx)tst-getconf.out): Likewise.
13967         ($(objpfx)bug-ga2-mem): Likewise.
13968         ($(objpfx)bug-glob2-mem): Likewise.
13969         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13970         ($(objpfx)mtrace-tst-leaks2): Likewise.
13971         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13972         ($(objpfx)tst-printf.out): Likewise.
13973         ($(objpfx)tst-setvbuf1.out): Likewise.
13974         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13975         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13976         ($(objpfx)tst-fmtmsg.out): Likewise.
13977         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13978         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13980         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13981         * bits/sigaction.h [__USE_MISC]: Likewise.
13982         * bits/waitstatus.h: Update #endif comments.
13983         * ctype/ctype.h: Likewise.
13984         * dirent/dirent.h: Likewise.
13985         [__USE_MISC]: Remove redundant conditionals.
13986         * grp/grp.h: Update #endif comments.
13987         [__USE_GNU]: Remove redundant conditionals.
13988         [__USE_MISC]: Likewise.
13989         * inet/netinet/in.h [__USE_GNU]: Likewise.
13990         * io/sys/stat.h [__USE_MISC]: Likewise.
13991         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13992         * libio/bits/stdio.h: Update #endif comments.
13993         [__USE_MISC]: Remove redundant conditionals.
13994         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13995         * libio/stdio.h: Update #endif comments.
13996         [__USE_MISC]: Remove redundant conditionals.
13997         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13998         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13999         * math/math.h: Update #else and #endif comments.
14000         [__USE_MISC]: Remove redundant conditionals.
14001         * misc/sys/uio.h: Update #endif comments.
14002         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14003         * posix/glob.h [__USE_MISC]: Likewise.
14004         * posix/sys/types.h: Update #endif comments.
14005         [__USE_MISC]: Remove redundant conditionals.
14006         * posix/sys/wait.h: Update #endif comments.
14007         [__USE_MISC]: Remove redundant conditionals.
14008         * posix/unistd.h: Update #endif comments.
14009         [__USE_MISC]: Remove redundant conditionals.
14010         * pwd/pwd.h [__USE_GNU]: Likewise.
14011         [__USE_MISC]: Likewise.
14012         * resolv/netdb.h [__USE_GNU]: Likewise.
14013         * signal/signal.h: Update #endif comments.
14014         [__USE_MISC]: Remove redundant conditionals.
14015         * stdlib/stdlib.h: Update #else and #endif comments.
14016         [__USE_MISC]: Remove redundant conditionals.
14017         [__USE_GNU]: Likewise.
14018         * string/bits/string2.h [__USE_MISC]: Likewise.
14019         * string/string.h: Update #endif comments.
14020         [__USE_MISC]: Remove redundant conditionals.
14021         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14022         Likewise.
14023         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14024         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14025         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14026         Likewise.
14027         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14028         Likewise.
14029         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14030         comments.
14031         [__USE_MISC]: Remove redundant conditionals.
14032         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14033         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14034         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14035         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14036         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14037         Likewise.
14038         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14039         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14040         Likewise.
14041         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14042         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14043         Likewise.
14044         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14045         Likewise.
14046         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14047         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14048         Likewise.
14049         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14050         Likewise.
14051         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14052         * sysdeps/x86/bits/string.h: Update #endif comments.
14053         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14054         conditionals.
14055         * time/sys/time.h: Update #endif comments.
14056         * time/time.h: Likewise.
14057         [__USE_MISC]: Remove redundant conditionals.
14059 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14061         [BZ #16600]
14062         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14064 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14066         * Versions.def (librt): Add GLIBC_2.17.
14068 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14070         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14071         synonym for _SYS_AUXV_H to allow direct inclusion.
14072         * sysdeps/sparc/bits/hwcap.h: Likewise.
14073         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14074         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14075         * sysdeps/sparc/sysdep.h: Likewise.
14077 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14079         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14081 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14083         * benchtests/bench-strrchr.c: Print length instead of position.
14085 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14087         [BZ #16611]
14088         * sysdeps/unix/sysv/linux/kernel-features.h
14089         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14090         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14091         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14092         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14093         Likewise.
14094         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14095         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14096         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14097         (__ASSUME_SENDMMSG): Define instead of using previous
14098         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14099         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14100         (__ASSUME_SENDMMSG_SYSCALL): Define.
14101         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14102         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14103         Likewise.
14104         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14105         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14106         Likewise.
14107         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14108         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14109         Likewise.
14110         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14111         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14112         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14113         [__ASSUME_SENDMMSG]: Change conditionals to
14114         [__ASSUME_SENDMMSG_SOCKETCALL].
14115         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14116         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14117         Define.
14118         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14119         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14120         Likewise.
14121         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14122         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14123         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14124         [!__ASSUME_SENDMMSG]: Change conditional to
14125         [!__ASSUME_SENDMMSG_SOCKETCALL].
14126         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14127         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14128         Define.
14130         [BZ #16610]
14131         * sysdeps/unix/sysv/linux/kernel-features.h
14132         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14133         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14134         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14135         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14136         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14137         [__i386__ || __sparc__]
14138         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14139         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14140         (__ASSUME_RECVMMSG): Define instead of using previous
14141         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14142         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14143         (__ASSUME_RECVMMSG_SYSCALL): Define.
14144         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14145         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14146         Likewise.
14147         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14148         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14149         Likewise.
14150         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14151         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14152         Likewise.
14153         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14154         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14155         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14156         [__ASSUME_RECVMMSG]: Change condition to
14157         [__ASSUME_RECVMMSG_SOCKETCALL].
14158         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14159         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14160         Define.
14161         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14162         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14163         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14164         Likewise.
14165         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14166         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14167         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14168         [!__ASSUME_RECVMMSG]: Change condition to
14169         [!__ASSUME_RECVMMSG_SOCKETCALL].
14170         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14171         (__ASSUME_RECVMMSG_SYSCALL): Define.
14173         [BZ #16609]
14174         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14175         __powerpc__ || __s390__ || __sh__ || __sparc__]
14176         (__ASSUME_SOCKETCALL): Define.
14177         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14178         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14179         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14180         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14181         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14182         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14183         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14184         (__ASSUME_ACCEPT4): Define instead of using previous
14185         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14186         __powerpc__ || __sparc__ || __s390__)] condition.
14187         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14188         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14189         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14190         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14191         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14192         [!__ASSUME_ACCEPT4]: Change condition to
14193         [!__ASSUME_ACCEPT4_SOCKETCALL].
14194         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14195         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14196         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14197         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14198         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14199         __ASSUME_ACCEPT4_SYSCALL.
14200         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14201         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14202         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14203         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14204         __ASSUME_ACCEPT4_SYSCALL.
14205         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14206         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14207         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14208         [__ASSUME_ACCEPT4]: Change condition to
14209         [__ASSUME_ACCEPT4_SOCKETCALL].
14210         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14211         (__ASSUME_SOCKETCALL): Define.
14212         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14213         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14214         (__ASSUME_SOCKETCALL): Define.
14215         (__ASSUME_ACCEPT4): Remove.
14216         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14217         Define.
14218         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14219         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14220         Likewise.
14221         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14222         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14224         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14225         macro.
14226         (HWCAP_ARM_LPAE): Likewise.
14227         (HWCAP_ARM_EVTSTRM): Likewise.
14228         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14229         Add vpfd32, lpae and evtstrm.
14230         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14231         Increase to 22.
14233 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14235         * math/auto-libm-test-in: Add tests of clog10.
14236         * math/auto-libm-test-out: Regenerated.
14237         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14238         * sysdeps/i386/fpu/libm-test-ulps: Update.
14239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14241 2014-02-18  Andreas Schwab  <schwab@suse.de>
14243         [BZ #16574]
14244         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14245         Store non-zero if the second buffer was newly allocated.
14246         (send_dg): Likewise.
14247         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14248         to send_vc and send_dg.
14249         (res_nsend): Pass NULL for ansp2_malloced.
14250         * resolv/res_query.c (__libc_res_nquery): Add parameter
14251         answerp2_malloced and pass it down to __libc_res_nsend.
14252         (res_nquery): Pass additional NULL to __libc_res_nquery.
14253         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14254         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14255         second answer buffer if answerp2_malloced was set.
14256         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14257         (__libc_res_nquerydomain): Add parameter
14258         answerp2_malloced and pass it down to __libc_res_nquery.
14259         (res_nquerydomain): Pass additional NULL to
14260         __libc_res_nquerydomain.
14261         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14262         additional NULL to __libc_res_nsend and __libc_res_nquery.
14263         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14264         additional NULL to __libc_res_nsearch.
14265         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14266         parameter of __libc_res_nsearch to check for separately allocated
14267         second buffer.
14268         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14269         __libc_res_nquery.
14270         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14271         additional NULL to __libc_res_nquery.
14272         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14273         __libc_res_nsearch.
14274         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14275         * include/resolv.h: Update prototypes of __libc_res_nquery,
14276         __libc_res_nsearch, __libc_res_nsend.
14278 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14280         * math/auto-libm-test-in: Add tests of fma.
14281         * math/auto-libm-test-out: Regenerated.
14282         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14283         (fma_towardzero_test_data): Likewise.
14284         (fma_downward_test_data): Likewise.
14285         (fma_upward_test_data): Likewise.
14286         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14287         mpc_mode.
14288         (rounding_modes): Add values for new field.
14289         (func_calc_method): Add value mpfr_fff_f.
14290         (func_calc_desc): Add mpfr_fff_f union field.
14291         (test_function): Add field exact_args.
14292         (FUNC): Add macro argument EXACT_ARGS.
14293         (FUNC_mpfr_f_f): Update call to FUNC.
14294         (FUNC_mpfr_f_f): Likewise.
14295         (FUNC_mpfr_ff_f): Likewise.
14296         (FUNC_mpfr_if_f): Likewise.
14297         (FUNC_mpc_c_f): Likewise.
14298         (FUNC_mpc_c_c): Likewise.
14299         (test_functions): Add fma.  Update calls to FUNC.
14300         (handle_input_arg): Add argument exact_args.
14301         (add_test): Update call to handle_input_arg.
14302         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14303         (output_for_one_input_case): Update call to calc_generic_results.
14304         Recalculate exact zero results in each rounding mode.
14306         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14307         non-negative before setting low bit.
14308         * math/auto-libm-test-in: Mark one asin test possibly having
14309         spurious underflow.
14310         * math/auto-libm-test-out: Regenerated.
14311         * sysdeps/i386/fpu/libm-test-ulps: Update.
14312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14314 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14316         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14317         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14318         ports/sysdeps/unix/sysv/linux/microblaze.
14319         * README: Add missing listing for microblaze*-*-linux-gnu.
14321 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14323         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14324         duplicate code
14326 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14328         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14329         * sysdeps/unix/sysv/linux/ia64: Move directory from
14330         ports/sysdeps/unix/sysv/linux/ia64.
14331         * README: Update listing for ia64-*-linux-gnu.
14333 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14334             Joseph Myers  <joseph@codesourcery.com>
14336         * Makeconfig (test-name): New variable.
14337         (evaluate-test): Likewise.
14338         * Makerules (do-test-clean): Remove .test-result files.
14339         (common-mostlyclean): Likewise.
14340         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14341         * scripts/evaluate-test.sh: New file.
14343 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14345         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14346         separate $(objpfx)tst-fopenloc-cmp.out and
14347         $(objpfx)tst-fopenloc-mem.out targets.
14348         (tests): Update dependencies.
14349         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14350         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14351         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14352         (tst-rxspencer-no-utf8-ARGS): New variable.
14353         (tst-rxspencer-no-utf8-ENV): Likewise.
14354         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14355         instead of $(objpfx)tst-rxspencer-mem.
14356         ($(objpfx)tst-rxspencer-mem): Change target to
14357         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14358         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14359         * posix/tst-rxspencer-no-utf8.c: New file.
14361         * elf/Makefile ($(objpfx)order.out): Remove rule.
14362         [$(run-built-tests) = yes] (tests): Depend on
14363         $(objpfx)order-cmp.out.
14364         ($(objpfx)order-cmp.out): New rule.
14365         [$(run-built-tests) = yes] (tests): Depend on
14366         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14367         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14368         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14369         $(objpfx)tst-array5-static-cmp.out.
14370         ($(objpfx)tst-array1.out): Remove rule.
14371         ($(objpfx)tst-array1-cmp.out): New rule.
14372         ($(objpfx)tst-array1-static.out): Remove rule.
14373         ($(objpfx)tst-array1-static-cmp.out): New rule.
14374         ($(objpfx)tst-array2.out): Remove rule.
14375         ($(objpfx)tst-array2-cmp.out): New rule.
14376         ($(objpfx)tst-array3.out): Remove rule.
14377         ($(objpfx)tst-array3-cmp.out): New rule.
14378         ($(objpfx)tst-array4.out): Remove rule.
14379         ($(objpfx)tst-array4-cmp.out): New rule.
14380         ($(objpfx)tst-array5.out): Remove rule.
14381         ($(objpfx)tst-array5-cmp.out): New rule.
14382         ($(objpfx)tst-array5-static.out): Remove rule.
14383         ($(objpfx)tst-array5-static-cmp.out): New rule.
14384         [$(run-built-tests) = yes] (tests): Depend on
14385         $(objpfx)order2-cmp.out.
14386         ($(objpfx)order2.out): Remove rule.
14387         ($(objpfx)order2-cmp.out): New rule.
14388         ($(objpfx)tst-initorder.out): Remove rule.
14389         [$(run-built-tests) = yes] (tests): Depend on
14390         $(objpfx)tst-initorder-cmp.out.
14391         ($(objpfx)tst-initorder-cmp.out): New rule.
14392         ($(objpfx)tst-initorder2.out): Remove rule.
14393         [$(run-built-tests) = yes] (tests): Depend on
14394         $(objpfx)tst-initorder2-cmp.out.
14395         ($(objpfx)tst-initorder2-cmp.out): New rule.
14396         [$(run-built-tests) = yes] (tests): Depend on
14397         $(objpfx)tst-unused-dep-cmp.out.
14398         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14399         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14400         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14401         on $(objpfx)tst-setvbuf1-cmp.out.
14402         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14403         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14404         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14405         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14406         ($(objpfx)tst-svc.out): Remove rule.
14407         ($(objpfx)tst-svc-cmp.out): New rule.
14409 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14411         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14412         * ctype/ctype.h [__USE_MISC]: Likewise.
14413         * dirent/dirent.h [__USE_MISC]: Likewise.
14414         * grp/grp.h [__USE_MISC]: Likewise.
14415         * io/fcntl.h [__USE_MISC]: Likewise.
14416         * io/sys/stat.h [__USE_MISC]: Likewise.
14417         * libio/stdio.h [__USE_MISC]: Likewise.
14418         * posix/unistd.h [__USE_MISC]: Likewise.
14419         * pwd/pwd.h [__USE_MISC]: Likewise.
14420         * stdlib.h [__USE_MISC]: Likewise.
14421         * string/bits/string2.h [__USE_MISC]: Likewise.
14422         * string/string.h [__USE_MISC]: Likewise.
14423         * time/time.h [__USE_MISC]: Likewise.
14425 2014-02-13  Andreas Schwab  <schwab@suse.de>
14427         [BZ #16574]
14428         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14429         second answer buffer if it was separately allocated.
14431 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14433         * sysdeps/mips/math-tests.h: Include <features.h>.
14434         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14435         (ROUNDING_TESTS_long_double): Do not define.
14436         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14437         (EXCEPTION_TESTS_long_double): Likewise.
14438         * sysdeps/mips/mips64/libm-test-ulps: Update.
14440         * include/features.h (__USE_BSD): Remove macro definitions.
14441         (__USE_SVID): Likewise.
14442         (_BSD_SOURCE): Likewise.
14443         (_SVID_SOURCE): Likewise.
14444         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14445         from definition of _DEFAULT_SOURCE.
14446         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14447         [_DEFAULT_SOURCE].
14448         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14449         * bits/mman.h [__USE_BSD]: Likewise.
14450         * bits/termios.h [__USE_BSD]: Likewise.
14451         * bits/waitstatus.h [__USE_BSD]: Likewise.
14452         * ctype/ctype.h [__USE_SVID]: Likewise.
14453         * dirent/dirent.h [__USE_BSD]: Likewise.
14454         * grp/grp.h [__USE_SVID]: Likewise.
14455         [__USE_BSD]: Likewise.
14456         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14457         * io/fcntl.h [__USE_BSD]: Likewise.
14458         * io/ftw.h [__USE_BSD]: Likewise.
14459         * io/sys/stat.h [__USE_BSD]: Likewise.
14460         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14461         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14462         * libio/stdio.h [__USE_SVID]: Likewise.
14463         [__USE_BSD]: Likewise.
14464         * math/math.h [__USE_SVID]: Likewise.
14465         [__USE_BSD]: Likewise.
14466         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14467         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14468         * misc/search.h [__USE_SVID]: Likewise.
14469         * misc/sys/mman.h [__USE_BSD]: Likewise.
14470         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14471         * misc/sys/uio.h [__USE_BSD]: Likewise.
14472         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14473         * posix/glob.h [__USE_BSD]: Likewise.
14474         * posix/regex.h [__USE_BSD]: Likewise.
14475         * posix/sys/types.h [__USE_BSD]: Likewise.
14476         [__USE_SVID]: Likewise.
14477         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14478         * posix/sys/wait.h [__USE_BSD]: Likewise.
14479         [__USE_SVID]: Likewise.
14480         * posix/unistd.h [__USE_BSD]: Likewise.
14481         [__USE_SVID]: Likewise.
14482         * pwd/pwd.h [__USE_SVID]: Likewise.
14483         * resolv/netdb.h [__USE_BSD]: Likewise.
14484         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14485         * signal/signal.h [__USE_BSD]: Likewise.
14486         [__USE_SVID]: Likewise.
14487         * socket/sys/socket.h [__USE_BSD]: Likewise.
14488         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14489         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14490         [__USE_SVID]: Likewise.
14491         * string/bits/string2.h [__USE_BSD]: Likewise.
14492         [__USE_SVID]: Likewise.
14493         * string/bits/string3.h [__USE_BSD]: Likewise.
14494         * string/endian.h [__USE_BSD]: Likewise.
14495         * string/string.h [__USE_SVID]: Likewise.
14496         [__USE_BSD]: Likewise.
14497         * string/strings.h [__USE_BSD]: Likewise.
14498         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14499         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14500         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14501         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14502         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14503         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14504         Likewise.
14505         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14506         Likewise.
14507         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14508         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14509         Likewise.
14510         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14511         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14512         Likewise.
14513         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14514         Likewise.
14515         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14516         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14517         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14518         Likewise.
14519         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14520         Likewise.
14521         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14522         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14523         * termios/termios.h [__USE_BSD]: Likewise.
14524         * time/sys/time.h [__USE_BSD]: Likewise.
14525         * time/time.h [__USE_BSD]: Likewise.
14526         [__USE_SVID]: Likewise.
14528         * Makefile (subdir_targets): Remove subdir_lint.out.
14530         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14531         (do-tst-printf): Likewise.
14532         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14533         $(objpfx)tst-printf.out.
14535         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14537         * Makerules (check-abi-%): Change target to
14538         $(objpfx)check-abi-%.out.
14539         (check-abi target): Update dependencies.
14540         (check-abi-pattern variable): Redirect output of diff to $@.
14541         (check-abi variable): Likewise.
14542         * elf/Makefile (check-abi): Update dependencies.
14544         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14545         unused.
14546         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14547         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14548         subnormal range.
14549         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14550         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14551         value has largest subnormal exponent.
14552         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14553         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14554         * sysdeps/aarch64/soft-fp/sfp-machine.h
14555         (_FP_TININESS_AFTER_ROUNDING): New macro.
14556         * sysdeps/alpha/soft-fp/sfp-machine.h
14557         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14558         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14559         Likewise.
14560         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14561         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14562         * sysdeps/mips/soft-fp/sfp-machine.h
14563         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14564         * sysdeps/powerpc/soft-fp/sfp-machine.h
14565         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14566         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14567         Likewise.
14568         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14569         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14570         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14571         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14572         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14573         Likewise.
14575 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14577         [BZ #16545]
14578         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14579         model 1.
14581 2014-02-12  Richard Henderson  <rth@redhat.com>
14583         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14584         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14585         * sysdeps/unix/sysv/linux/alpha: Move directory from
14586         ports/sysdeps/unix/sysv/linux/alpha.
14587         * README: Update listing for alpha-*-linux-gnu.
14589 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14591         * include/features.h: Update comment documenting feature test
14592         macros.
14593         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14594         _DEFAULT_SOURCE.
14595         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14596         (_SVID_SOURCE): Likewise.
14597         (_DEFAULT_SOURCE): Update description of default features.
14598         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14599         with _GNU_SOURCE.
14600         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14601         (S_ISVTX): Likewise.
14602         * manual/math.texi (Mathematical Constants): Likewise.
14603         * manual/signal.texi (Interrupted Primitives): Likewise.
14604         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14605         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14606         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14607         Don't refer to _SVID_SOURCE in warning text.
14609         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14611         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14612         already defined.
14613         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14614         * sysdeps/mips/dl-lookup.c: Remove.
14615         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14617 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14619         [BZ #16447]
14620         * math/auto-libm-test-in: Add testcase for expl.
14621         * math/auto-libm-test-out: Regenerate.
14622         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14623         calculation of unsafe.
14624         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14626 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14628         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14629         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14630         ports/sysdeps/unix/sysv/linux/aarch64.
14631         * README: Update listing for aarch64*-*-linux-gnu.
14633 2014-02-11  Will Newton  <will.newton@linaro.org>
14635         * manual/probes.texi (Mathematical Function Probes): Use
14636         "triggered" instead of "hit".
14638         * manual/probes.texi (Internal Probes): Add documentation
14639         of setjmp, longjmp and longjmp_target probes.
14641         * include/stap-probe.h: Add comment about probe argument
14642         format.
14644         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14645         definition.  (tr_where, tr_freehook, tr_mallochook,
14646         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14648 2014-02-11  David S. Miller  <davem@davemloft.net>
14650         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14651         processing int_tests.
14653 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14655         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14656         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14657         * sysdeps/unix/sysv/linux/mips: Move directory from
14658         ports/sysdeps/unix/sysv/linux/mips.
14659         * README: Update listing for mips-*-linux-gnu and
14660         mips64-*-linux-gnu.
14662 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14664         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14665         * sysdeps/unix/sysv/linux/m68k: Move directory from
14666         ports/sysdeps/unix/sysv/linux/m68k.
14667         * README: Update listing for m68k-*-linux-gnu.
14669 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14671         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14672         * sysdeps/unix/sysv/linux/generic: Move directory from
14673         ports/sysdeps/unix/sysv/linux/generic.
14674         * sysdeps/unix/sysv/linux/tile: Move directory from
14675         ports/sysdeps/unix/sysv/linux/tile.
14676         * README: Update listing for tile*-*-linux-gnu.
14678 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14680         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14681         __builtin_expect.
14682         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14683         * catgets/open_catalog.c (__open_catalog): Likewise.
14684         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14685         * debug/confstr_chk.c: Likewise.
14686         * debug/fread_chk.c (__fread_chk): Likewise.
14687         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14688         * debug/getgroups_chk.c: Likewise.
14689         * debug/mbsnrtowcs_chk.c: Likewise.
14690         * debug/mbsrtowcs_chk.c: Likewise.
14691         * debug/mbstowcs_chk.c: Likewise.
14692         * debug/memcpy_chk.c: Likewise.
14693         * debug/memmove_chk.c: Likewise.
14694         * debug/mempcpy_chk.c: Likewise.
14695         * debug/memset_chk.c: Likewise.
14696         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14697         * debug/strcat_chk.c (__strcat_chk): Likewise.
14698         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14699         * debug/strncat_chk.c (__strncat_chk): Likewise.
14700         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14701         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14702         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14703         * debug/wcpncpy_chk.c: Likewise.
14704         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14705         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14706         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14707         * debug/wcsncpy_chk.c: Likewise.
14708         * debug/wcsnrtombs_chk.c: Likewise.
14709         * debug/wcsrtombs_chk.c: Likewise.
14710         * debug/wcstombs_chk.c: Likewise.
14711         * debug/wmemcpy_chk.c: Likewise.
14712         * debug/wmemmove_chk.c: Likewise.
14713         * debug/wmempcpy_chk.c: Likewise.
14714         * debug/wmemset_chk.c: Likewise.
14715         * dirent/scandirat.c (SCANDIRAT): Likewise.
14716         * dlfcn/dladdr1.c (dladdr1): Likewise.
14717         * dlfcn/dladdr.c (dladdr): Likewise.
14718         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14719         * dlfcn/dlerror.c (__dlerror): Likewise.
14720         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14721         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14722         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14723         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14724         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14725         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14726         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14727         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14728         Likewise.
14729         * elf/dl-conflict.c: Likewise.
14730         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14731         * elf/dl-dst.h: Likewise.
14732         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14733         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14734         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14735         * elf/dl-init.c (call_init, _dl_init): Likewise.
14736         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14737         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14738         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14739         Likewise.
14740         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14741         Likewise.
14742         * elf/dl-minimal.c (__libc_memalign): Likewise.
14743         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14744         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14745         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14746         * elf/dl-sym.c (do_sym): Likewise.
14747         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14748         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14749         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14750         * elf/dl-writev.h (_dl_writev): Likewise.
14751         * elf/ldconfig.c (search_dir): Likewise.
14752         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14753         (dl_main): Likewise.
14754         * elf/setup-vdso.h (setup_vdso): Likewise.
14755         * grp/compat-initgroups.c (compat_call): Likewise.
14756         * grp/fgetgrent.c (fgetgrent): Likewise.
14757         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14758         * grp/putgrent.c (putgrent): Likewise.
14759         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14760         Likewise.
14761         * hurd/hurdinit.c: Likewise.
14762         * iconvdata/8bit-gap.c (struct): Likewise.
14763         * iconvdata/ansi_x3.110.c : Likewise.
14764         * iconvdata/big5.c : Likewise.
14765         * iconvdata/big5hkscs.c : Likewise.
14766         * iconvdata/cp1255.c: Likewise.
14767         * iconvdata/cp1258.c : Likewise.
14768         * iconvdata/cp932.c : Likewise.
14769         * iconvdata/euc-cn.c: Likewise.
14770         * iconvdata/euc-jisx0213.c : Likewise.
14771         * iconvdata/euc-jp.c: Likewise.
14772         * iconvdata/euc-jp-ms.c : Likewise.
14773         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14774         * iconvdata/gb18030.c : Likewise.
14775         * iconvdata/gbbig5.c (const): Likewise.
14776         * iconvdata/gbgbk.c: Likewise.
14777         * iconvdata/gbk.c : Likewise.
14778         * iconvdata/ibm1364.c : Likewise.
14779         * iconvdata/ibm930.c : Likewise.
14780         * iconvdata/ibm932.c: Likewise.
14781         * iconvdata/ibm933.c : Likewise.
14782         * iconvdata/ibm935.c : Likewise.
14783         * iconvdata/ibm937.c : Likewise.
14784         * iconvdata/ibm939.c : Likewise.
14785         * iconvdata/ibm943.c: Likewise.
14786         * iconvdata/iso_11548-1.c: Likewise.
14787         * iconvdata/iso-2022-cn.c : Likewise.
14788         * iconvdata/iso-2022-cn-ext.c : Likewise.
14789         * iconvdata/iso-2022-jp-3.c: Likewise.
14790         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14791         * iconvdata/iso-2022-kr.c : Likewise.
14792         * iconvdata/iso646.c (gconv_end): Likewise.
14793         * iconvdata/iso_6937-2.c : Likewise.
14794         * iconvdata/iso_6937.c : Likewise.
14795         * iconvdata/iso8859-1.c: Likewise.
14796         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14797         * iconvdata/shift_jisx0213.c : Likewise.
14798         * iconvdata/sjis.c : Likewise.
14799         * iconvdata/t.61.c : Likewise.
14800         * iconvdata/tcvn5712-1.c : Likewise.
14801         * iconvdata/tscii.c: Likewise.
14802         * iconvdata/uhc.c : Likewise.
14803         * iconvdata/unicode.c (gconv_end): Likewise.
14804         * iconvdata/utf-16.c (gconv_end): Likewise.
14805         * iconvdata/utf-32.c (gconv_end): Likewise.
14806         * iconvdata/utf-7.c (base64): Likewise.
14807         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14808         * iconv/gconv_close.c (__gconv_close): Likewise.
14809         * iconv/gconv_open.c (__gconv_open): Likewise.
14810         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14811         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14812         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14813         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14814         (ucs4le_internal_loop_single): Likewise.
14815         * iconv/iconv.c (iconv): Likewise.
14816         * iconv/iconv_close.c: Likewise.
14817         * iconv/loop.c (SINGLE): Likewise.
14818         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14819         * include/atomic.h: Likewise.
14820         * inet/inet6_option.c (option_alloc): Likewise.
14821         * intl/bindtextdom.c (set_binding_values): Likewise.
14822         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14823         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14824         * intl/localealias.c (read_alias_file): Likewise.
14825         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14826         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14827         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14828         * libio/fmemopen.c (fmemopen): Likewise.
14829         * libio/iofgets.c (_IO_fgets): Likewise.
14830         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14831         * libio/iofgetws.c (fgetws): Likewise.
14832         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14833         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14834         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14835         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14836         * locale/findlocale.c (_nl_find_locale): Likewise.
14837         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14838         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14839         Likewise.
14840         * locale/setlocale.c (setlocale): Likewise.
14841         * login/programs/pt_chown.c (main): Likewise.
14842         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14843         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14844         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14845         (mmap, mmap64, mremap, munmap): Likewise.
14846         * math/e_exp2l.c: Likewise.
14847         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14848         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14849         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14850         * math/s_catan.c (__catan): Likewise.
14851         * math/s_catanf.c (__catanf): Likewise.
14852         * math/s_catanh.c (__catanh): Likewise.
14853         * math/s_catanhf.c (__catanhf): Likewise.
14854         * math/s_catanhl.c (__catanhl): Likewise.
14855         * math/s_catanl.c (__catanl): Likewise.
14856         * math/s_ccosh.c (__ccosh): Likewise.
14857         * math/s_ccoshf.c (__ccoshf): Likewise.
14858         * math/s_ccoshl.c (__ccoshl): Likewise.
14859         * math/s_cexp.c (__cexp): Likewise.
14860         * math/s_cexpf.c (__cexpf): Likewise.
14861         * math/s_cexpl.c (__cexpl): Likewise.
14862         * math/s_clog10.c (__clog10): Likewise.
14863         * math/s_clog10f.c (__clog10f): Likewise.
14864         * math/s_clog10l.c (__clog10l): Likewise.
14865         * math/s_clog.c (__clog): Likewise.
14866         * math/s_clogf.c (__clogf): Likewise.
14867         * math/s_clogl.c (__clogl): Likewise.
14868         * math/s_csin.c (__csin): Likewise.
14869         * math/s_csinf.c (__csinf): Likewise.
14870         * math/s_csinh.c (__csinh): Likewise.
14871         * math/s_csinhf.c (__csinhf): Likewise.
14872         * math/s_csinhl.c (__csinhl): Likewise.
14873         * math/s_csinl.c (__csinl): Likewise.
14874         * math/s_csqrt.c (__csqrt): Likewise.
14875         * math/s_csqrtf.c (__csqrtf): Likewise.
14876         * math/s_csqrtl.c (__csqrtl): Likewise.
14877         * math/s_ctan.c (__ctan): Likewise.
14878         * math/s_ctanf.c (__ctanf): Likewise.
14879         * math/s_ctanh.c (__ctanh): Likewise.
14880         * math/s_ctanhf.c (__ctanhf): Likewise.
14881         * math/s_ctanhl.c (__ctanhl): Likewise.
14882         * math/s_ctanl.c (__ctanl): Likewise.
14883         * math/w_pow.c: Likewise.
14884         * math/w_powf.c: Likewise.
14885         * math/w_powl.c: Likewise.
14886         * math/w_scalb.c (sysv_scalb): Likewise.
14887         * math/w_scalbf.c (sysv_scalbf): Likewise.
14888         * math/w_scalbl.c (sysv_scalbl): Likewise.
14889         * misc/error.c (error_tail): Likewise.
14890         * misc/pselect.c (__pselect): Likewise.
14891         * nis/nis_callback.c (__nis_create_callback): Likewise.
14892         * nis/nis_call.c (__nisfind_server): Likewise.
14893         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14894         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14895         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14896         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14897         * nis/nis_lookup.c (nis_lookup): Likewise.
14898         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14899         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14900         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14901         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14902         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14903         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14904         * nis/nss_compat/compat-initgroups.c (add_group)
14905         (internal_getgrent_r): Likewise.
14906         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14907         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14908         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14909         (internal_getspnam_r): Likewise.
14910         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14911         (_nss_nis_getaliasbyname_r): Likewise.
14912         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14913         (_nss_nis_getntohost_r): Likewise.
14914         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14915         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14916         (_nss_nis_getgrgid_r): Likewise.
14917         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14918         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14919         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14920         (_nss_nis_gethostbyname4_r): Likewise.
14921         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14922         (initgroups_netid): Likewise.
14923         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14924         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14925         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14926         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14927         (_nss_nis_getprotobynumber_r): Likewise.
14928         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14929         (_nss_nis_getsecretkey): Likewise.
14930         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14931         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14932         (_nss_nis_getpwuid_r): Likewise.
14933         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14934         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14935         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14936         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14937         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14938         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14939         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14940         Likewise.
14941         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14942         (_nss_nisplus_getntohost_r): Likewise.
14943         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14944         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14945         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14946         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14947         Likewise.
14948         * nis/nss_nisplus/nisplus-initgroups.c
14949         (_nss_nisplus_initgroups_dyn): Likewise.
14950         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14951         (_nss_nisplus_getnetbyaddr_r): Likewise.
14952         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14953         (_nss_nisplus_getprotobynumber_r): Likewise.
14954         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14955         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14956         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14957         Likewise.
14958         * nis/nss_nisplus/nisplus-service.c
14959         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14960         (_nss_nisplus_getservbyport_r): Likewise.
14961         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14962         (_nss_nisplus_getspnam_r): Likewise.
14963         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14964         Likewise.
14965         * nscd/aicache.c (addhstaiX): Likewise.
14966         * nscd/cache.c (cache_search, prune_cache): Likewise.
14967         * nscd/connections.c (register_traced_file, send_ro_fd)
14968         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14969         (main_loop_epoll): Likewise.
14970         * nscd/grpcache.c (addgrbyX): Likewise.
14971         * nscd/hstcache.c (addhstbyX): Likewise.
14972         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14973         * nscd/mem.c (gc, mempool_alloc): Likewise.
14974         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14975         (addinnetgrX): Likewise.
14976         * nscd/nscd-client.h (__nscd_acquire_maplock)
14977         (__nscd_drop_map_ref): Likewise.
14978         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14979         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14980         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14981         Likewise.
14982         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14983         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14984         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14985         (__nscd_get_map_ref): Likewise.
14986         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14987         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14988         Likewise.
14989         * nscd/pwdcache.c (addpwbyX): Likewise.
14990         * nscd/selinux.c (preserve_capabilities): Likewise.
14991         * nscd/servicescache.c (addservbyX): Likewise.
14992         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14993         * posix/fnmatch.c (fnmatch): Likewise.
14994         * posix/getopt.c (_getopt_internal_r): Likewise.
14995         * posix/glob.c (glob, glob_in_dir): Likewise.
14996         * posix/wordexp.c (exec_comm_child): Likewise.
14997         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14998         (getanswer_r, gaih_getanswer_slice): Likewise.
14999         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15000         * resolv/res_init.c: Likewise.
15001         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15002         * resolv/res_query.c (__libc_res_nquery): Likewise.
15003         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15004         Likewise.
15005         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15006         * stdio-common/perror.c (perror): Likewise.
15007         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15008         * stdio-common/tmpnam.c (tmpnam): Likewise.
15009         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15010         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15011         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15012         Likewise.
15013         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15014         * stdlib/putenv.c (putenv): Likewise.
15015         * stdlib/setenv.c (__add_to_environ): Likewise.
15016         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15017         * stdlib/strtol_l.c (INTERNAL): Likewise.
15018         * string/memmem.c (memmem): Likewise.
15019         * string/strerror.c (strerror): Likewise.
15020         * string/strnlen.c (__strnlen): Likewise.
15021         * string/test-memmem.c (simple_memmem): Likewise.
15022         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15023         * sunrpc/pm_getport.c (__get_socket): Likewise.
15024         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15025         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15026         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15027         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15028         Likewise.
15029         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15030         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15031         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15032         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15033         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15034         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15035         Likewise.
15036         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15037         Likewise.
15038         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15039         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15040         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15041         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15042         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15043         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15044         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15045         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15046         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15047         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15048         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15049         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15050         Likewise.
15051         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15052         Likewise.
15053         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15054         Likewise.
15055         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15056         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15057         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15058         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15059         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15060         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15061         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15062         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15063         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15064         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15065         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15066         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15067         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15068         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15069         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15070         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15071         Likewise.
15072         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15073         Likewise.
15074         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15075         Likewise.
15076         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15077         Likewise.
15078         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15079         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15080         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15081         Likewise.
15082         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15083         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15084         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15085         * sysdeps/posix/sleep.c: Likewise.
15086         * sysdeps/posix/tempname.c: Likewise.
15087         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15088         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15089         Likewise.
15090         * sysdeps/powerpc/powerpc32/dl-machine.h
15091         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15092         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15093         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15094         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15095         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15096         Likewise.
15097         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15098         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15099         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15100         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15101         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15102         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15103         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15104         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15105         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15106         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15107         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15108         (elf_machine_lazy_rel): Likewise.
15109         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15110         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15111         (elf_machine_lazy_rel): Likewise.
15112         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15113         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15114         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15115         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15116         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15117         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15118         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15119         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15120         Likewise.
15121         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15122         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15123         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15124         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15125         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15126         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15127         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15128         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15129         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15130         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15131         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15132         Likewise.
15133         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15134         (__posix_fallocate64_l64): Likewise.
15135         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15136         (posix_fallocate): Likewise.
15137         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15138         Likewise.
15139         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15140         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15141         (getifaddrs_internal): Likewise.
15142         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15143         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15144         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15145         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15146         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15147         (__posix_fallocate64_l64): Likewise.
15148         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15149         Likewise.
15150         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15151         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15152         (__get_clockfreq): Likewise.
15153         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15154         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15155         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15156         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15157         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15158         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15159         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15160         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15161         Likewise.
15162         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15163         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15164         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15165         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15166         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15167         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15168         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15169         Likewise.
15170         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15171         (posix_fallocate): Likewise.
15172         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15173         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15174         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15175         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15176         (elf_machine_rela, elf_machine_rela_relative)
15177         (elf_machine_lazy_rel): Likewise.
15178         * time/asctime.c (asctime_internal): Likewise.
15179         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15180         * time/tzset.c (__tzset_parse_tz): Likewise.
15181         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15182         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15183         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15184         * wcsmbs/wcsmbsload.h: Likewise.
15186         [BZ #15894]
15187         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15189         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15190         (arena_get2): Remove THREAD_STATS conditionals.
15191         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15192         (__malloc_stats, int): Likewise.
15194 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15196         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15197         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15199         * manual/setjmp.texi: Fix typos/grammar errors.
15201         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15202         Only return early when n is <= 0.  Delete unused return statement.
15204         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15205         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15206         * debug/tst-longjmp_chk3.c: New file.
15208         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15209         (test_main): Replace code with set_fortify_handler call.
15210         * debug/test-strcpy_chk.c: Likewise.
15211         * debug/tst-chk1.c: Likewise.
15212         * debug/tst-longjmp_chk.c: Likewise.
15213         * test-skeleton.c: Include fcntl.h & paths.h
15214         (set_fortify_handler): Define.
15216         * debug/tst-longjmp_chk.c: Add header comment and include
15217         ../test-skeleton.c.
15218         (do_test): Mark static.
15219         (TEST_FUNCTION): Define.
15221         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15222         (IP_PMTUDISC_INTERFACE): Likewise.
15223         (IP_MULTICAST_IF): Likewise.
15224         (IP_MULTICAST_TTL): Likewise.
15225         (IP_MULTICAST_LOOP): Likewise.
15226         (IP_ADD_MEMBERSHIP): Likewise.
15227         (IP_DROP_MEMBERSHIP): Likewise.
15228         (IP_UNBLOCK_SOURCE): Likewise.
15229         (IP_BLOCK_SOURCE): Likewise.
15230         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15231         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15232         (IP_MSFILTER): Likewise.
15233         (MCAST_JOIN_GROUP): Likewise.
15234         (MCAST_BLOCK_SOURCE): Likewise.
15235         (MCAST_UNBLOCK_SOURCE): Likewise.
15236         (MCAST_LEAVE_GROUP): Likewise.
15237         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15238         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15239         (MCAST_MSFILTER): Likewise.
15240         (IP_MULTICAST_ALL): Likewise.
15241         (IP_UNICAST_IF): Likewise.
15243         * timezone/Makefile: Delete $(have-ksh) check.
15244         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15245         * timezone/tzselect.ksh: Add +x mode bits.
15247         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15248         (ANON_INODE_FS_MAGIC): Likewise.
15249         (BDEVFS_MAGIC): Likewise.
15250         (BINFMTFS_MAGIC): Likewise.
15251         (BTRFS_TEST_MAGIC): Likewise.
15252         (CRAMFS_MAGIC_WEND): Likewise.
15253         (DEBUGFS_MAGIC): Likewise.
15254         (ECRYPTFS_SUPER_MAGIC): Likewise.
15255         (EXT3_SUPER_MAGIC): Likewise.
15256         (EXT4_SUPER_MAGIC): Likewise.
15257         (FUTEXFS_SUPER_MAGIC): Likewise.
15258         (HOSTFS_SUPER_MAGIC): Likewise.
15259         (HUGETLBFS_MAGIC): Likewise.
15260         (MINIX3_SUPER_MAGIC): Likewise.
15261         (MTD_INODE_FS_MAGIC): Likewise.
15262         (NILFS_SUPER_MAGIC): Likewise.
15263         (OPENPROM_SUPER_MAGIC): Likewise.
15264         (PIPEFS_MAGIC): Likewise.
15265         (PSTOREFS_MAGIC): Likewise.
15266         (QNX6_SUPER_MAGIC): Likewise.
15267         (RAMFS_MAGIC): Likewise.
15268         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15269         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15270         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15271         (SECURITYFS_MAGIC): Likewise.
15272         (SELINUX_MAGIC): Likewise.
15273         (SMACK_MAGIC): Likewise.
15274         (SOCKFS_MAGIC): Likewise.
15275         (SQUASHFS_MAGIC): Likewise.
15276         (STACK_END_MAGIC): Likewise.
15277         (TMPFS_MAGIC): Likewise.
15278         (USBDEVICE_SUPER_MAGIC): Likewise.
15279         (V9FS_MAGIC): Likewise.
15280         (XENFS_SUPER_MAGIC): Likewise.
15281         (CRAMFS_MAGIC): Fix typo in comment.
15282         (EXT2_SUPER_MAGIC): Update comment.
15283         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15285 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15287         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15288         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15289         * sysdeps/unix/sysv/linux/arm: Move directory from
15290         ports/sysdeps/unix/sysv/linux/arm.
15291         * README: Update listing for arm-*-linux-gnueabi.
15293         * README: Remove mention of am33.
15295 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15297         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15298         than the comma operator, to avoid "rhs of comma has no effect"
15299         compiler warnings.
15300         (__sigfillset, __sigandset, __sigorset): Likewise.
15301         * include/signal.h (__sigemptyset): Likewise.
15302         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15304 2014-02-07  Allan McRae  <allan@archlinux.org>
15306         * version.h (RELEASE): Set to "development".
15307         (VERSION): Set to "2.19.90"
15308         * NEWS: Add 2.20 section.
15310 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15312         [BZ #16529]
15313         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15315 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15317         * manual/contrib.texi: Update entry for Carlos O'Donell,
15318         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15320 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15322         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15324         * sysdeps/unix/sysv/linux/kernel-features.h
15325         [__LINUX_KERNEL_VERSION >= 0x020621]
15326         (__ASSUME_PROC_PID_TASK_COMM): Define.
15328 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15330         [BZ #16398]
15331         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15332         conversion when destination buffer does not have enough space.
15333         * libio/tst-ftell-partial-wide.c: New test case.
15334         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15336         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15337         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15338         Leonard and Allan McRae.
15340 2014-02-04  David S. Miller  <davem@davemloft.net>
15342         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15343         32-bit.
15345 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15348         New file
15349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15350         New file
15351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15352         New file.
15353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15354         New file.
15355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15356         New file.
15357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15358         New file.
15359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15360         New file.
15361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15362         New file.
15363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15364         New file.
15365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15366         New file.
15367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15368         New file.
15369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15370         New file.
15371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15372         New file.
15374 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15376         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15377         * shlib-versions: Likewise.
15379 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15380             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15382         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15383         (abilist-pattern): New variable, set to %-le.abilist.
15385         * Makerules (abilist-pattern): New variable.
15386         (vpath): Use $(abilist-pattern) in place of %.abilist.
15387         (check-abi-% pattern rule): Likewise.
15388         (check-abi, update-abi): Likewise.
15390 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15392         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15394 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15396         * manual/startup.texi: Add next, previous, and top entries for
15397         the `Program Arguments' and `Environment Variables' nodes.
15399 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15401         * manual/macros.texi: Add comments before MTASC-safety macros.
15403         * manual/users.texi: Document MTASC-safety properties.
15405         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15406         (pthread_getspecific, pthread_setspecific): Format with
15407         @deftypefun, and add @safety note.
15408         * manual/signal.texi: Move comments that analyze the above
15409         functions to their home place.
15411 2014-02-03  Allan McRae  <allan@archlinux.org>
15413         * po/sl.po: Update Slovenian translation from translation project.
15415 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15417         * manual/time.texi (timegm): Add missing blank after @c.
15418         Reported by Joseph Myers <joseph@codesourcery.com>.
15420 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15422         * manual/check-safety.sh: New.
15423         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15425         * manual/terminal.texi: Document MTASC-safety properties.
15427         * manual/filesys.texi: Document MTASC-safety properties.
15429         * manual/errno.texi: Document MTASC-safety properties.
15431         * manual/intro.texi: Document safety identifiers and
15432         conditionals.
15434         * manual/string.texi (wcstok): Fix prototype.
15435         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15437         * manual/time.texi: Document MTASC-safety properties.
15439         * manual/string.texi: Document MTASC-safety properties.
15441         * manual/threads.texi: Document MTASC-safety properties.
15443         * manual/stdio.texi: Document MTASC-safety properties.
15445         * manual/syslog.texi: Document MTASC-safety properties.
15447         * manual/sysinfo.texi: Document MTASC-safety properties.
15449         * manual/startup.texi: Document MTASC-safety properties.
15451         * manual/socket.texi: Document MTASC-safety properties.
15453         * manual/signal.texi: Document MTASC-safety properties.
15455 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15457         * manual/setjmp.texi: Document MTASC-safety properties.
15459         * manual/search.texi: Document MTASC-safety properties.
15461         * manual/resource.texi: Document MTASC-safety properties.
15463         * manual/process.texi: Document MTASC-safety properties.
15465         * manual/platform.texi: Document MTASC-safety properties.
15467         * manual/pipe.texi: Document MTASC-safety properties.
15469         * manual/pattern.texi: Document MTASC-safety properties.
15471         * manual/message.texi: Document MTASC-safety properties.
15473         [BZ #12751]
15474         * manual/memory.texi: Document MTASC-safety properties.
15476         * manual/math.texi: Document MTASC-safety properties.
15478         * manual/locale.texi: Document MTASC-safety properties.
15480         * manual/llio.texi: Document MTASC-safety properties.
15482         * manual/libdl.texi: New.
15484         * manual/lang.texi: Document MTASC-safety properties.
15486         * manual/job.texi: Document MTASC-safety properties.
15488         * manual/getopt.texi: Document MTASC-safety properties.
15490         * manual/ctype.texi: Document MTASC-safety properties.
15492 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15494         [BZ #16046]
15495         * csu/libc-tls.c (static_map): Remove variable.
15496         (__libc_setup_tls): Use main executable's link map for TLS data.
15497         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15498         casing for LM_ID_BASE and GL(dl_nns).
15499         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15500         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15501         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15502         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15503         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15504         member.
15505         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15506         l_phnum members.
15508 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15510         * manual/debug.texi: Document MTASC-safety properties.
15512 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15514         [BZ #16510]
15515         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15516         of __x86_64__ when disabling x87 inline functions.
15518 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15520         * manual/charset.texi: Document MTASC-safety properties.
15522         * manual/crypt.texi: Document MTASC-safety properties.
15524         * manual/conf.texi: Document MTASC-safety properties.
15526         * manual/arith.texi: Document MTASC-safety properties.
15528         * manual/argp.texi: Document MTASC-safety properties.
15530         * manual/macros.texi: Introduce macros to document multi
15531         thread, asynchronous signal and asynchronous cancellation
15532         safety properties.
15533         * manual/intro.texi: Introduce the properties themselves.
15535 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15537         * sysdeps/sh/sh4/Makefile: New file.
15539 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15541         * math/gen-libm-test.pl ($srcdir): New variable.
15542         ($auto_input): Use it.
15544 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15546         [BZ #16506]
15547         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15548         access beyond array bounds when parsing netgroups file.
15550         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15551         the old buffer before realloc.
15553 2014-01-27  Allan McRae  <allan@archlinux.org>
15555         * po/fr.po: Update French translation from translation project.
15557 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15559         * sysdeps/sh/libm-test-ulps: Regenerate.
15561 2014-01-24  David S. Miller  <davem@davemloft.net>
15563         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15565 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15567         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15568         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15570 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15572         [BZ #16474]
15573         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15574         string pointers after reallocation.
15576 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15578         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15579         __SH4A__ instead of __SH_FPU_ANY__.
15581 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15583         * sysdeps/sh/fpu_control.h: New file.
15584         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15585         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15586         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15587         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15588         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15589         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15590         * sysdeps/sh/sys/ucontext.h: Remove.
15591         * sysdeps/sh/sys: Remove directory.
15593 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15595         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15596         s390/sys/ucontext.h.
15597         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15598         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15600 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15602         [BZ #15605]
15603         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15605 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15607         [BZ#16431]
15608         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15609         Adjust the vDSO correctly for internal calls.
15610         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15612 2014-01-20  Allan McRae  <allan@archlinux.org>
15614         * po/ca.po: Update Catalan translation from translation project.
15616 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15618         * sysdeps/s390/sotruss-lib.c: New file.
15620 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15622         [BZ#16430]
15623         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15624         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15625         local calls issues by not having a PLT stub required for IFUNC calls.
15626         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15628 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15630         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15631         * math/test-fpucw-static.c: Likewise.
15633 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15635         [BZ #16453]
15636         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15638 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15640         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15641         implementation for powerpc.
15643 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15645         [BZ #14782]
15646         * sysdeps/posix/system.c (__libc_system): Do not enable
15647         asynchronous cancellation.
15649 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15651         [BZ #16427]
15652         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15653         handling only for numbers special also in the IEEE case.
15655 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15657         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15659 2014-01-11  Allan McRae  <allan@archlinux.org>
15661         * po/bg.po: Update Bulgarian translation from translation project.
15663         * po/de.po: Update German translation from translation project.
15665 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15667         * sysdeps/generic/gcc-compat.h: New file.
15669 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15671         * benchtests/asin-inputs: Correct slow inputs.
15672         * benchtests/acos-inputs: Likewise.
15674 2014-01-10  Allan McRae  <allan@archlinux.org>
15676         * po:sv.po: Update Swedish translation from translation project.
15678         * po/vi.po: Update Vietnamese translation from translation project.
15680         * po/eo.po: Update Esperanto translation from translation project.
15682         * po/cs.po: Update Czech translation from translation project.
15684         * po/nl.po: Update Dutch translation from translation project.
15686         * po/pl.po: Update Polish translation from translation project.
15688         * po/ru.po: Update Russian translation from translation project.
15690         * po/uk.po: Update Ukrainian translation from translation project.
15692 2014-01-08  Brooks Moses  <bmoses@google.com>
15694         * elf/dl-load.c: Fix comment typo.
15696 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15698         * po/header.pot: Rename to...
15699         * po/pot.header: ... this.
15700         * po/Makefile: Use pot.header.
15702 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15703             Maxim Kuvyrkov  <maxim@kugelworks.com>
15705         [BZ #16394]
15706         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15707         SRC and DEST against LEN.
15709 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15711         [BZ #16414]
15712         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15713         implementation.
15714         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15716 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15718         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15720 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15722         [BZ #16408]
15723         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15724         for large positive arguments.
15726 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15728         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15730         * math/auto-libm-test-in: Mark various tests with
15731         xfail-rounding:ldbl-128ibm.
15732         * math/auto-libm-test-out: Regenerated.
15734         [BZ #16407]
15735         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15736         Increase overflow threshold.
15738 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15740         [BZ #14286]
15741         * stdio-common/vfprintf.c: Check for integer overflow.
15743 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15745         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15746         the first argument and return value of __tls_get_addr_internal.
15748 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15750         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15751         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15753 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15755         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15756         * sysdeps/s390/rtld-global-offsets.sym: New file.
15757         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15758         GLIBC_2.19 symbol.
15759         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15760         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15761         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15762         ... this.
15763         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15764         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15765         ... this.
15766         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15767         Regenerate.
15768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15769         Regenerate.
15770         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15771         halfs of GPRs for high_gprs contexts.
15772         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15773         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15774         field.
15775         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15776         uc_flags field.
15777         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15778         64 bit versions:
15779         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15780         for high GPRs (uc_high_gprs) and for future extensions
15781         (__reserved).
15782         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15783         for future extensions (__reserved).
15784         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15785         64 bit versions:
15786         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15787         SC_HIGHGPRS offset definition.
15788         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15789         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15791         * Versions.def: Add GLIBC_2.19 for libpthread.
15792         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15793         siglongjmp for libpthread with GLIBC_2.19 symver.
15794         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15795         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15796         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15797         * sysdeps/s390/__longjmp.c: New file.
15798         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15799         * sysdeps/s390/longjmp.c: New file.
15800         * sysdeps/s390/setjmp.S: New file.
15801         * sysdeps/s390/sigjmp.S: New file.
15802         * sysdeps/s390/v1-longjmp.c: New file.
15803         * sysdeps/s390/v1-setjmp.h: New file.
15804         * sysdeps/s390/v1-sigjmp.c: New file.
15805         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15806         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15807         GLIBC_2.19 version.
15808         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15809         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15810         versioned symbols for ____longjmp_chk.
15811         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15812         Likewise.
15813         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15814         Regenerate.
15815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15816         Regenerate.
15817         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15818         Regenerate.
15819         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15820         Regenerate.
15821         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15822         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15823         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15824         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15825         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15826         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15827         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15828         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15829         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15830         * sysdeps/s390/rtld-__longjmp.c: New file.
15831         * sysdeps/s390/rtld-setjmp.S: New file.
15833 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15835         [BZ #16400]
15836         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15837         Return -__logl (x) for small positive arguments without evaluating
15838         a polynomial.
15840 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15842         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15843         Rename to ...
15844         (__ptrace_peeksiginfo_args): ... this.
15845         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15846         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15847         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15849 2014-01-06  Allan McRae  <allan@archlinux.org>
15851         * inet/netinet/in.h: Fix typo in comment.
15853 2014-01-05  Andreas Jaeger  <aj@suse.de>
15855         * sysdeps/i386/fpu/libm-test-ulps: Update.
15857 2014-01-05  Allan McRae  <allan@archlinux.org>
15859         * po/libc.pot: Regenerated.
15861         * malloc/memusagestat.c: Fix gettext call formatting.
15863 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15865         * nscd/nscd.c: Improve usage() output.
15867 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15869         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15870         * sysdeps/unix/sysv/linux/configure: Regenerated.
15871         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15872         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15874 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15876         [BZ #16390]
15877         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15878         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15880 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15882         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15883         extra tokens at end of #undef directive.
15884         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15885         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15886         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15888 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15890         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15892         * math/auto-libm-test-in: Mark various tests with
15893         xfail-rounding:ldbl-128ibm.
15894         * math/auto-libm-test-out: Regenerated.
15896 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15898         [BZ #16386]
15899         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15900         numbers with subnormal high part when calculating exponent.
15902         [BZ #16385]
15903         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15904         fabs.
15906         [BZ #16384]
15907         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15908         M_LN2l.
15909         (__ieee754_acoshl): Use __log1pl not __log1p.
15911 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15913         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15914         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15915         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15916         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15917         (reused_arena, arena_get2): Convert to GNU style.
15918         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15919         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15920         (memalign_check, __malloc_set_state): Likewise.
15921         * malloc/mallocbug.c (main): Likewise.
15922         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15923         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15924         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15925         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15926         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15927         (__posix_memalign, malloc_info): Likewise.
15928         * malloc/malloc.h: Likewise.
15929         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15930         (mallochook, memalignhook, reallochook, mabort): Likewise.
15931         * malloc/mcheck.h: Likewise.
15932         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15933         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15934         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15935         * malloc/morecore.c (__default_morecore): Likewise.
15936         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15937         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15938         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15939         (print_and_abort): Likewise.
15940         * malloc/obstack.h: Likewise.
15941         * malloc/set-freeres.c (__libc_freeres): Likewise.
15942         * malloc/tst-mallocstate.c (main): Likewise.
15943         * malloc/tst-mtrace.c (main): Likewise.
15944         * malloc/tst-realloc.c (do_test): Likewise.
15946 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15948         [BZ #16366]
15949         * nscd/netgroupcache.c (do_notfound): New function.
15950         (addgetnetgrentX): Use it.
15952         [BZ # 16365]
15953         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15954         NSS_STATUS_NOTFOUND.
15956 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15958         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15961 2014-01-01  Allan McRae  <allan@archlinux.org>
15963         * scripts/update-copyrights: Update configure input file suffix.
15965         * NEWS: Update copyright year.
15966         * catgets/gencat.c: Likewise.
15967         * csu/version.c: Likewise.
15968         * debug/catchsegv.sh: Likewise.
15969         * debug/pcprofiledump.c: Likewise.
15970         * debug/xtrace.sh: Likewise.
15971         * elf/ldconfig.c: Likewise.
15972         * elf/ldd.bash.in: Likewise.
15973         * elf/pldd.c: Likewise.
15974         * elf/sotruss.ksh: Likewise.
15975         * elf/sprof.c: Likewise.
15976         * iconv/iconv_prog.c: Likewise.
15977         * iconv/iconvconfig.c: Likewise.
15978         * locale/programs/locale.c: Likewise.
15979         * locale/programs/localedef.c: Likewise.
15980         * login/programs/pt_chown.c: Likewise.
15981         * malloc/memusage.sh: Likewise.
15982         * malloc/memusagestat.c: Likewise.
15983         * malloc/mtrace.pl: Likewise.
15984         * manual/libc.texinfo: Likewise.
15985         * nscd/nscd.c: Likewise.
15986         * nss/getent.c: Likewise.
15987         * nss/makedb.c: Likewise.
15988         * posix/getconf.c: Likewise.
15989         * scripts/test-installation.pl: Likewise.
15991         * All files with FSF copyright notices: Update copyright dates
15992         using scripts/update-copyrights.
15993         * intl/plural.c: Regenerated.
15994         * locale/programs/charmap-kw.h: Likewise.
15995         * locale/programs/locfile-kw.h: Likewise.
15997 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15999         * sysdeps/unix/sysv/linux/configure: Regenerated.
16000         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16001         the linux/fanotify.h header.
16002         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16003         HAVE_LINUX_FANOTIFY_H is defined.
16005 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16007         * benchtests/cos-inputs: New inputs.
16008         * benchtests/sin-inputs: Likewise.
16010         * benchtests/atan-inputs: New inputs. Fix name of multiple
16011         precision fallback inputs.
16013         * benchtests/atanh-inputs: New inputs.
16014         * benchtests/tanh-inputs: Likewise.
16016         * benchtests/acosh-inputs: New inputs.
16017         * benchtests/asinh-inputs: Likewise.
16019         * benchtests/cosh-inputs: New inputs.
16020         * benchtests/sinh-inputs: Likewise.
16022         * benchtests/acos-inputs: Add more inputs.
16023         * benchtests/asin-inputs: Likewise.
16025 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16027         [BZ #16375]
16028         * manual/arith.texi: Fix spelling.
16029         * manual/charset.texi: Likewise.
16030         * manual/errno.texi: Likewise.
16031         * manual/filesys.texi: Likewise.
16032         * manual/lang.texi: Likewise.
16033         * manual/llio.texi: Likewise.
16034         * manual/locale.texi: Likewise.
16035         * manual/message.texi: Likewise.
16036         * manual/resource.texi: Likewise.
16037         * manual/search.texi: Likewise.
16038         * manual/setjmp.texi: Likewise.
16039         * manual/stdio.texi: Likewise.
16040         * manual/string.texi: Likewise.
16041         * manual/sysinfo.texi: Likewise.
16042         * manual/time.texi: Likewise.
16044 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16046         * po/sl.po: New file.
16048 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16050         * .gitignore: Add core/.gdbinit/.gdb_history.
16052 2013-12-27  Allan McRae  <allan@archlinux.org>
16054         [BZ #16369]
16055         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16056         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16058 2013-12-24  Brooks Moses  <bmoses@google.com>
16060         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16061         all compilers that claim C++98 compliance, not just GCC.
16062         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16063         Likewise.
16065 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16067         * NEWS: Restore accidentally deleted bug-fix entries.
16069 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16070             Ondřej Bílka  <neleai@seznam.cz>
16072         [BZ #15073]
16073         * malloc/malloc.c (_int_free): Perform sanity check only if we
16074         have_lock.
16076 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16078         [BZ #12986]
16079         * manual/stdio.texi (String Input Conversions): Clarify that character
16080         classes are not supported.
16082 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16084         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16086 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16088         [BZ #16337]
16089         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16090         Calculate results for small negative arguments directly rather
16091         than using reflection formula with special underflow handling.
16093         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16094         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16095         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16096         (fchflags): Likewise.
16097         (revoke): Likewise.
16098         (setlogin): Likewise.
16099         (sigaltstack): Likewise.
16100         (wait4): Likewise.
16101         (sigblock): Remove.
16102         (sigsetmask): Likewise.
16103         (wait3): Likewise.
16104         (waitpid): Likewise.
16105         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16106         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16107         file.
16108         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16109         * sysdeps/unix/bsd/Makefile: ... here.
16110         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16111         * sysdeps/unix/bsd/Versions: ... here.
16112         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16113         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16114         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16115         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16116         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16117         * sysdeps/unix/bsd/sigblock.c: ... here.
16118         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16119         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16120         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16121         * sysdeps/unix/bsd/sigvec.c: ... here.
16122         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16123         * sysdeps/unix/bsd/tcdrain.c: ... here.
16124         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16125         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16126         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16127         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16128         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16129         * sysdeps/unix/bsd/wait.c: ... here.
16130         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16131         * sysdeps/unix/bsd/wait3.c: ... here.
16132         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16133         * sysdeps/unix/bsd/waitpid.c: ... here.
16135 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16137         [BZ #16356]
16138         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16139         round-to-nearest for [!USE_AS_EXPM1L].
16140         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16141         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16142         more tests of exp and exp10.  Expect some exp10 tests to miss
16143         exceptions or fail in directed rounding modes.
16144         * math/auto-libm-test-out: Regenerated.
16145         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16146         (exp10_test_tonearest): New function.
16147         (exp10_towardzero_test_data): New array.
16148         (exp10_test_towardzero): New function.
16149         (exp10_downward_test_data): New array.
16150         (exp10_test_downward): New function.
16151         (exp10_upward_test_data): New array.
16152         (exp10_test_upward): New function.
16153         (main): Call the new functions.
16154         * sysdeps/i386/fpu/libm-test-ulps: Update.
16155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16157 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16159         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16160         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16161         * math/auto-libm-test-out: Regenerated.
16162         * math/libm-test.inc (acosh_test_data): Add more tests.
16163         (atanh_test_data): Likewise.
16164         (ceil_test_data): Likewise.
16165         (copysign_test_data): Likewise.
16166         * sysdeps/i386/fpu/libm-test-ulps: Update.
16167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16169         * timezone/checktab.awk: Update from tzcode 2013i.
16170         * timezone/private.h: Likewise.
16171         * timezone/scheck.c: Likewise.
16172         * timezone/tzfile.h: Likewise.
16173         * timezone/tzselect.ksh: Likewise.
16174         * timezone/zdump.c: Likewise.
16175         * timezone/zic.c: Likewise.
16177         * math/auto-libm-test-in: Add tests of cpow.
16178         * math/auto-libm-test-out: Regenerated.
16179         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16180         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16181         mpc_cc_c.
16182         (func_calc_desc): Add mpc_cc_c union field.
16183         (test_functions): Add cpow.
16184         (special_fill_2pi): New function.
16185         (special_real_inputs): Add 2pi.
16186         (calc_generic_results): Handle mpc_cc_c.
16187         * sysdeps/i386/fpu/libm-test-ulps: Update.
16188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16190         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16191         csqrt, ctan and ctanh.
16192         * math/auto-libm-test-out: Regenerated.
16193         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16194         (TEST_COND_x86): Likewise.
16195         (ccos_test_data): Use AUTO_TESTS_c_c.
16196         (ccosh_test_data): Likewise.
16197         (cexp_test_data): Likewise.
16198         (clog_test_data): Likewise.
16199         (csqrt_test_data): Likewise.
16200         (ctan_test_data): Likewise.
16201         (ctan_tonearest_test_data): Likewise.
16202         (ctan_towardzero_test_data): Likewise.
16203         (ctan_downward_test_data): Likewise.
16204         (ctan_upward_test_data): Likewise.
16205         (ctanh_test_data): Likewise.
16206         (ctanh_tonearest_test_data): Likewise.
16207         (ctanh_towardzero_test_data): Likewise.
16208         (ctanh_downward_test_data): Likewise.
16209         (ctanh_upward_test_data): Likewise.
16210         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16211         mpc_c_c.
16212         (func_calc_desc): Add mpc_c_c union field.
16213         (FUNC_mpc_c_c): New macro.
16214         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16215         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16216         ctanh.
16217         (special_fill_min_subnorm_p120): New function.
16218         (special_real_inputs): Add min_subnorm_p120.
16219         (calc_generic_results): Handle mpc_c_c.
16220         * sysdeps/i386/fpu/libm-test-ulps: Update.
16221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16223 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16225         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16226         (do_sin_slow): New functions.
16227         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16228         (cslow2, csloww1, csloww2): Use the new functions.
16230         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16231         Use M to change sign of result instead of X.  Assume X is
16232         positive.
16233         (csloww1): Likewise.
16234         (__sin): Adjust.
16235         (__cos): Adjust.
16237         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16238         arguments A and DA.
16239         (__sin): Adjust.
16240         (__cos): Likewise.
16242         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16243         (__cos): Likewise.
16244         (sloww1): Don't adjust sign of DX.
16245         (csloww1): Likewise.
16246         (sloww2): Use X directly and don't adjust sign of DX.
16247         (csloww2): Likewise.
16249 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16251         * math/auto-libm-test-in: Add tests of cabs and carg.
16252         * math/auto-libm-test-out: Regenerated.
16253         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16254         (carg_test_data): Likewise.
16255         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16256         mpc_c_f.
16257         (func_calc_desc): Add mpc_c_f union field.
16258         (test_functions): Add cabs and carg.
16259         (calc_generic_results): Handle mpc_c_f.
16261         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16262         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16263         as a macro and a compat symbol.
16264         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16265         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16266         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16267         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16268         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16269         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16270         not use .hidden.
16271         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16272         Likewise.
16273         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16274         Likewise.
16275         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16276         Likewise.
16277         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16278         Likewise.
16279         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16280         Likewise.
16281         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16282         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16283         from GLIBC_2.3.2.
16285 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16287         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16289 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16291         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16292         trailing whitespace removed.
16293         * scripts/config.guess: Update to version 2013-11-29.
16294         * scripts/config.sub: Update to version 2013-10-01.
16296         * math/auto-libm-test-in: Add tests of sincos.
16297         * math/auto-libm-test-out: Regenerated.
16298         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16299         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16300         mpfr_f_11.
16301         (func_calc_desc): Add mpfr_f_11 union field.
16302         (test_functions): Add sincos.
16303         (calc_generic_results): Handle mpfr_f_11.
16304         * sysdeps/i386/fpu/libm-test-ulps: Update.
16305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16307 2013-12-19  Andreas Schwab  <schwab@suse.de>
16309         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16310         CALL_MCOUNT.
16311         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16312         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16313         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16315 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16317         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16318         * sysdeps/i386/fpu/libm-test-ulps: Update.
16319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16321         [BZ #16293]
16322         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16323         round-to-nearest mode when using frndint.
16324         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16325         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16326         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16327         Likewise.
16328         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16329         sinh test to fail.
16330         * math/auto-libm-test-out: Regenerated.
16331         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16332         (TEST_COND_x86): Likewise.
16333         (expm1_tonearest_test_data): New array.
16334         (expm1_test_tonearest): New function.
16335         (expm1_towardzero_test_data): New array.
16336         (expm1_test_towardzero): New function.
16337         (expm1_downward_test_data): New array.
16338         (expm1_test_downward): New function.
16339         (expm1_upward_test_data): New array.
16340         (expm1_test_upward): New function.
16341         (main): Run the new test functions.
16342         * sysdeps/i386/fpu/libm-test-ulps: Update.
16343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16345         * include/features.h: Update comment documenting feature test
16346         macros.  Mention _DEFAULT_SOURCE in comment.
16347         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16348         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16349         _BSD_SOURCE and _SVID_SOURCE.
16350         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16351         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16352         !_SVID_SOURCE]: Likewise.
16353         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16354         (__USE_POSIX_IMPLICITLY): Define.
16355         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16356         (_POSIX_SOURCE): Undefine and redefine.
16357         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16358         (_POSIX_C_SOURCE): Likewise.
16359         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16360         (Feature Test Macros): Update documentation of default features.
16362 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16364         * benchtests/Makefile: Add bench-strtok.
16365         * benchtests/bench-strtok.c: New file: strtok benchtest.
16367 2013-12-19  Allan McRae  <allan@archlinux.org>
16369         * manual/install.texi: Suppress menu for plain text output.
16370         * INSTALL: Regenerated.
16372 2013-12-18  Brooks Moses  <bmoses@google.com>
16374         [BZ #15846]
16375         * misc/getauxval.c: Include errno.h.
16376         (__getauxval): Set errno to ENOENT if the requested type is not
16377         found.
16378         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16379         don't declare with __attribute_const__.
16380         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16381         * manual/startup.texi: Document that getauxval sets errno.
16383 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16385         * math/auto-libm-test-in: Add tests of jn and yn.
16386         * math/auto-libm-test-out: Regenerated.
16387         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16388         (yn_test_data): Likewise.
16389         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16390         mpfr_if_f.
16391         (func_calc_desc): Add mpfr_if_f union field.
16392         (FUNC_mpfr_if_f): New macro.
16393         (test_functions): Add jn and yn.
16394         (calc_generic_results): Assert type of second input for
16395         mpfr_ff_f.  Handle mpfr_if_f.
16396         (output_for_one_input_case): Disable all checking for arguments
16397         fitting floating-point types in case of an integer argument.
16398         * sysdeps/i386/fpu/libm-test-ulps: Update.
16399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16402         Don't expect fegetround reference in libm.so.
16404 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16406         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16407         $(config-cflags-nofma).
16409 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16411         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16412         * math/auto-libm-test-out: Regenerated.
16414         [BZ #16338]
16415         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16416         to determine exponent and adjust argument to have exponent of -1.
16417         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16418         log2.
16419         * math/auto-libm-test-out: Regenerated.
16420         * sysdeps/i386/fpu/libm-test-ulps: Update.
16421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16423 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16425         * manual/probes.texi: Remove cases when per-thread arenas are
16426         disabled.
16428 2013-12-18  Andreas Schwab  <schwab@suse.de>
16430         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16431         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16432         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16433         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16434         * sysdeps/i386/i686/multiarch/Makefile: Update.
16435         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16437 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16439         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16440         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16442 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16444         [BZ #15968]
16445         Support TZ transition times < 00:00:00.
16446         This is needed for version-3 tz-format files; it supports time
16447         stamps past 2037 for America/Godthab (the only entry in the tz
16448         database for which this change is relevant).
16449         * manual/time.texi (TZ Variable): Document transition times
16450         from -167:59:59 through -00:00:01.
16451         * time/tzset.c (tz_rule): Time of day is now signed.
16452         (__tzset_parse_tz): Parse negative time of day.
16454         Document TZ transition times >= 25:00:00.
16455         * manual/time.texi (TZ Variable): Document transition times from
16456         25:00:00 through 167:59:59.  These are already supported, and this
16457         support will help with version-3 tz-format files.
16459         * manual/time.texi (TZ Variable): Modernize North America example
16460         to reflect current (i.e., 2007-and-later) daylight saving rules.
16462         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16464 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16466         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16467         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16468         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16469         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16470         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16471         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16472         * sysdeps/unix/bsd/clock.c: Likewise.
16473         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16474         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16475         * sysdeps/unix/bsd/init-posix.c: Likewise.
16476         * sysdeps/unix/bsd/poll.c: Likewise.
16477         * sysdeps/unix/bsd/ptsname.c: Likewise.
16478         * sysdeps/unix/bsd/seekdir.c: Likewise.
16479         * sysdeps/unix/bsd/setegid.c: Likewise.
16480         * sysdeps/unix/bsd/seteuid.c: Likewise.
16481         * sysdeps/unix/bsd/setgid.c: Likewise.
16482         * sysdeps/unix/bsd/setrgid.c: Likewise.
16483         * sysdeps/unix/bsd/setruid.c: Likewise.
16484         * sysdeps/unix/bsd/setsid.c: Likewise.
16485         * sysdeps/unix/bsd/setuid.c: Likewise.
16486         * sysdeps/unix/bsd/sigaction.c: Likewise.
16487         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16488         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16489         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16490         * sysdeps/unix/bsd/telldir.c: Likewise.
16491         * sysdeps/unix/bsd/times.c: Likewise.
16492         * sysdeps/unix/bsd/usleep.c: Likewise.
16494         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16495         ($(objpfx)libbsd-compat.a): Remove rule.
16497         * include/features.h (__FAVOR_BSD): Do not define.
16498         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16499         features conflicting with POSIX.
16500         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16501         (_BSD_SOURCE): Remove description of not being a subset of other
16502         feature test macros.
16503         * manual/job.texi (getpgrp): Do not document BSD version.
16504         (getpgid): Do not document by reference to BSD getpgrp.
16505         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16506         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16507         * signal/signal.h [__FAVOR_BSD]: Likewise.
16508         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16509         instead of making contents conditional on [__FAVOR_BSD].
16510         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16512 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16516 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16518         [BZ #16314]
16519         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16520         values below 2**-450, not 2**-500.
16521         * math/auto-libm-test-in: Don't allow spurious underflow from
16522         hypot.
16523         * math/auto-libm-test-out: Regenerated.
16525         [BZ #16316]
16526         [BZ #16330]
16527         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16528         values of ha and hb and sort them after adjusting subnormal
16529         arguments.
16530         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16531         Likewise.
16532         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16533         values of ea and eb and sort them after adjusting subnormal
16534         arguments.
16535         * math/auto-libm-test-in: Do not expect some hypot tests of
16536         subnormals to fail.  Add more hypot tests.
16537         * math/auto-libm-test-out: Regenerated.
16539 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16541         [BZ #13304]
16542         * sysdeps/sh/s_fma.c: New file.
16543         * sysdeps/sh/s_fmaf.c: New file.
16544         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16545         version.
16546         * sysdeps/sh/Implies: Add sh/soft-fp.
16548 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16550         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16551         level of indirection to members `objname', `errstring', `malloced'.
16552         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16553         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16554         it as the __longjmp argument (just pass 1 instead).
16555         (_dl_catch_error): Initialize C with argument pointers and address of
16556         volatile local ERRCODE rather than copying values out of C at return.
16558 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16560         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16561         * math/auto-libm-test-out: Regenerated.
16562         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16563         (hypot_test_data): Likewise.
16564         (pow_test_data): Likewise.
16565         (pow_tonearest_test_data): Likewise.
16566         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16567         mpfr_ff_f.
16568         (func_calc_desc): Add mpfr_ff_f union field.
16569         (FUNC_mpfr_ff_f): New macro.
16570         (test_functions): Add atan2, hypot and pow.
16571         (special_fill_min): New function.
16572         (special_fill_minus_min): Likewise.
16573         (special_fill_min_subnorm): Likewise.
16574         (special_fill_minus_min_subnorm): Likewise.
16575         (special_real_inputs): Add min, -min, min_subnorm and
16576         -min_subnorm.
16577         (calc_generic_results): Handle mpfr_ff_f.
16578         * sysdeps/i386/fpu/libm-test-ulps: Update.
16579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16581 2013-12-16  Will Newton  <will.newton@linaro.org>
16583         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16584         (Aligned Memory Blocks): Add documentation for aligned_alloc
16585         and suggest it as an alternative to posix_memalign.
16586         (Hooks for Malloc): Document __memalign_hook is also called
16587         for aligned_alloc.  (Summary of Malloc): Add summary for
16588         aligned alloc.  Document __memalign_hook is also called
16589         for aligned_alloc.
16591 2013-12-16  Will Newton  <will.newton@linaro.org>
16593         * manual/memory.texi (Malloc Examples): Clarify default
16594         alignment documentation.  Suggest posix_memalign rather
16595         than memalign or valloc.
16596         (Aligned Memory Blocks): Remove suggestion to use memalign
16597         or valloc.  Remove obsolete comment about BSD.
16598         Document memalign errno values and mark the function obsolete.
16599         Document posix_memalign returned error codes.  Mark valloc
16600         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16601         called for posix_memalign and valloc.
16602         (Summary of Malloc): Add posix_memalign to function summary.
16603         __memalign_hook is also called for posix_memalign and valloc.
16605 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16607         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16608         TAYLOR_SIN.
16609         (__sin): Adjust.
16610         (__cos): Likewise.
16611         (sloww): Use mynumber union.  Expand ternary operator into
16612         if-else statements.
16613         (cslow): use mynumber union.
16615 2013-12-16  Allan McRae  <allan@archlinux.org>
16617         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16618         * configure: Regenerated.
16620         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16622         [BZ #14120]
16623         * configure.ac: Added --enable-maintainer-mode. Check for
16624         autoconf when enabled.
16625         * configure: Regenerated.
16627         * nscd/nscd.service: New file.
16628         * nscd/nscd.tmpfiles: New file.
16630 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16632         [BZ #12100]
16633         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16634         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16635         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16636         (strstr): Add __strstr_sse2_unaligned ifunc.
16637         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16638         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16639         (strcasestr): Remove __strcasestr_sse42 ifunc.
16640         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16641         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16642         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16644 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16646         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16647         * sysdeps/sh/bits/fenv.h: ... here.
16648         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16650 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16652         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16654         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16655         hypotf multiarch implementations.
16656         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16657         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16658         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16659         multiarch hypot for PPC64.
16660         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16661         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16662         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16663         multiarch hypotf for PPC64.
16665         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16666         modff multiarch implementations.
16667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16670         multiarch modf for PPC64.
16671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16674         multiarch modff for PPC64.
16676         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16677         and logl multiarch implementations.
16678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16681         multiarch logb for PPC64.
16682         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16685         multiarch logb for PPC64.
16686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16689         multiarch logb for PPC64.
16691         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16692         isinff multiarch implementation.
16693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16694         file.
16695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16697         multiarch isinf for PPC64.
16698         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16699         file.
16700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16701         multiarch isinff for PPC64.
16703         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16704         finitef multiarch implementation.
16705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16706         file.
16707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16709         multiarch finite for PPC64.
16710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16711         file.
16712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16713         multiarch finitef for PPC64.
16715         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16716         lrint multiarch implementation.
16717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16718         file.
16719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16721         multiarch llrint for PPC64.
16722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16723         multiarch lrint for PPC64.
16725         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16726         copysignf multiarch implementation.
16727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16728         file.
16729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16730         file.
16731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16732         multiarch copysign for PPC64.
16733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16734         multiarch copysignf for PPC64.
16736         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16737         multiarch implementation.
16738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16739         file.
16740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16741         file.
16742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16743         file.
16744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16745         file.
16746         multiarch llround for PPC64.
16747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16748         multiarch trunc for PPC64.
16749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16750         multiarch truncf for PPC64.
16752         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16753         multiarch implementation.
16754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16755         file.
16756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16757         file.
16758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16759         file.
16760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16761         file.
16762         multiarch llround for PPC64.
16763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16764         multiarch round for PPC64.
16765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16766         multiarch roundf for PPC64.
16768         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16769         multiarch implementation.
16770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16771         file.
16772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16773         file.
16774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16775         file.
16776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16777         file.
16778         multiarch llround for PPC64.
16779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16780         multiarch floor for PPC64.
16781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16782         multiarch floorf for PPC64.
16784         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16785         multiarch implementation.
16786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16787         file.
16788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16789         file.
16790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16791         file.
16792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16793         file.
16794         multiarch llround for PPC64.
16795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16796         multiarch ceil for PPC64.
16797         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16798         multiarch ceilf for PPC64.
16800         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16801         multiarch implementation.
16802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16803         file.
16804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16805         file.
16806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16807         file.
16808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16809         multiarch llround for PPC64.
16810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16811         multiarch lround for PPC64.
16813         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16814         multiarch implementation.
16815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16818         file.
16819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16822         multiarch isnan for PPC64.
16823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16824         multiarch isnanf for PPC64.
16826         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16827         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16828         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16829         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16830         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16833         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16834         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16835         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16836         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16838         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16839         multiarch implementations.
16840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16841         (__libc_ifunc_impl_list): Likewise.
16842         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16843         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16844         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16845         multiarch stpcpy for PPC64.
16847         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16848         multiarch implementations.
16849         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16850         (__libc_ifunc_impl_list): Likewise.
16851         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16852         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16853         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16854         multiarch strcpy for PPC64.
16856         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16857         redefine function name.
16858         (_wordcopy_fwd_dest_aligned): Likewise.
16859         (_wordcopy_bwd_aligned): Likewise.
16860         (_wordcopy_bwd_dest_aligned): Likewise.
16861         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16862         multiarch implementations.
16863         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16864         (__libc_ifunc_impl_list): Likewise.
16865         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16866         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16867         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16868         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16869         multiarch wcscpy for PPC64.
16871         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16872         multiarch implementations.
16873         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16874         (__libc_ifunc_impl_list): Likewise.
16875         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16876         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16877         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16878         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16879         multiarch wcscpy for PPC64.
16881         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16882         multiarch implementations.
16883         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16884         (__libc_ifunc_impl_list): Likewise.
16885         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16886         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16887         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16888         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16889         multiarch wcsrchr for PPC64.
16891         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16892         multiarch implementations.
16893         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16894         (__libc_ifunc_impl_list): Likewise.
16895         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16896         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16897         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16898         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16899         multiarch wcschr for PPC64.
16901         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16902         multiarch implementations.
16903         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16904         (__libc_ifunc_impl_list): Likewise.
16905         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16906         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16907         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16908         multiarch strchrnul for PPC64.
16910         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16911         implementations.
16912         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16913         (__libc_ifunc_impl_list): Likewise.
16914         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16915         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16916         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16917         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16918         strchr for PPC64.
16920         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16921         implementations.
16922         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16923         (__libc_ifunc_impl_list): Likewise.
16924         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16925         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16926         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16927         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16928         strncmp for PPC64.
16930         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16931         multiarch implementations.
16932         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16933         (__libc_ifunc_impl_list): Likewise.
16934         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16935         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16936         strncasecmp for PPC64.
16937         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16938         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16939         multiarch strncasecmp_l for PPC64.
16941         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16942         multiarch implementations.
16943         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16944         (__libc_ifunc_impl_list): Likewise.
16945         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16946         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16947         multiarch strcasecmp for PPC64.
16948         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16949         file.
16950         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16951         multiarch strcasecmp_l for PPC64.
16953         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16954         implementations.
16955         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16956         (__libc_ifunc_impl_list): Likewise.
16957         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16958         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16959         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16960         strnlen for PPC64.
16962         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16963         implementations.
16964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16965         (__libc_ifunc_impl_list): Likewise.
16966         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16967         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16968         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16969         strlen for PPC64.
16971         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16972         implementations.
16973         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16974         (__libc_ifunc_impl_list): Likewise.
16975         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16976         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16977         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16978         rawmemrchr for PPC64.
16980         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16981         implementation.
16982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16983         (__libc_ifunc_impl_list): Likewise.
16984         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16985         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16986         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16987         memrchr for PPC64.
16989         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16990         implementation.
16991         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16992         (__libc_ifunc_impl_list): Likewise.
16993         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16994         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16995         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16996         memchr for PPC64.
16998         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16999         implementation.
17000         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17001         (__libc_ifunc_impl_list): Likewise.
17002         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17003         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17004         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17005         mempcpy for PPC64.
17007         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17008         avoid cretion of __bzero symbol.
17009         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17010         Likewise.
17011         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17012         Likewise.
17013         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17014         Likewise.
17015         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17016         multiarch implementations.
17017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17018         (__libc_ifunc_impl_list): Likewise.
17019         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17020         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17021         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17022         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17023         bzero for PPC32.
17024         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17025         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17026         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17027         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17028         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17029         memset for PPC64.
17030         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17032         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17033         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17034         implementations.
17035         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17036         (__libc_ifunc_impl_list): Likewise.
17037         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17038         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17039         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17040         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17041         memcmp for PPC64.
17043         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17044         multiarch for POWER/PPC64.
17045         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17046         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17047         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17048         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17049         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17050         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17051         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17052         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17053         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17054         memcpy for PPC64.
17056         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17057         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17058         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17059         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17060         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17061         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17062         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17063         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17064         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17065         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17066         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17067         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17068         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17069         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17070         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17079 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17081         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17083 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17085         * benchtests/Makefile (bench): Add exp2 and log2.
17086         (LDLIBS-bench-exp2): Add -lm.
17087         (LDLIBS-bench-log2): Likewise.
17088         * benchtests/exp2-inputs: New inputs file.
17089         * benchtests/log2-inputs: New inputs file.
17090         * benchtests/log-inputs: Add new inputs.
17091         * benchtests/tan-inputs: Likewise.
17093 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17095         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17096         definition...
17097         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17098         (csloww2): ... from here.
17100         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17101         instead of structures.
17102         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17103         (POLYNOMIAL): Likewise.
17104         (TAYLOR_SLOW): Likewise.
17105         (__sin): Likewise.
17106         (__cos): Likewise.
17107         (slow1): Likewise.
17108         (slow2): Likewise.
17109         (sloww): Likewise.
17110         (sloww1); Likewise.
17111         (sloww2): Likewise.
17112         (bsloww1): Likewise.
17113         (bsloww2): Likewise.
17114         (cslow2): Likewise.
17115         (csloww): Likewise.
17116         (csloww1): Likewise.
17117         (csloww2): Likewise.
17119 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17121         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17122         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17123         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17124         * malloc/hooks.c (realloc_check): Likewise.
17126         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17127         * malloc/arena.c: Remove PER_THREAD conditional.
17128         [!PER_THREAD]: Remove code.
17129         (ptmalloc_unlock_all2): Likewise.
17130         (ptmalloc_init): Likewise.
17131         (_int_new_arena): Likewise.
17132         (arena_get2): Likewise.
17133         * malloc/hooks.c (__malloc_get_state): Likewise.
17134         (__malloc_set_state): Likewise.
17135         * malloc/malloc.c: Likewise.
17136         (struct malloc_state): Likewise.
17137         (struct malloc_par): Likewise.
17138         (__libc_realloc): Likewise.
17139         (__libc_mallopt): Likewise.
17141 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17143         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17145 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17147         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17148         macro to a function.  Check for zero perturb_byte.
17149         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17151         * malloc/malloc.c: (force_reg): Remove.
17152         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17153         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17154         force_reg by atomic_forced_read.
17155         * malloc/arena.c (ptmalloc_init): Likewise.
17156         * malloc/hooks.c (top_check): Likewise.
17158 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17160         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17162 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17164         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17166 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17168         * math/auto-libm-test-in: Add tests of lgamma.
17169         * math/auto-libm-test-out: Regenerated.
17170         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17171         (M_LOG_2_SQRT_PIl): Likewise.
17172         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17173         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17174         mpfr_f_f1.
17175         (func_calc_desc): Add mpfr_f_f1 union field.
17176         (ARGS1): New macro.
17177         (ARGS2): Likewise.
17178         (ARGS3): Likewise.
17179         (ARGS4): Likewise.
17180         (RET1): Likewise.
17181         (RET2): Likewise.
17182         (CALC): Likewise.
17183         (FUNC): Likewise.
17184         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17185         (test_functions): Add lgamma.
17186         (calc_generic_results): Handle mpfr_f_f1.
17187         * sysdeps/i386/fpu/libm-test-ulps: Update.
17188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17190 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17192         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17193         __mpn_add_n for PowerPC64/POWER7.
17194         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17195         __mpn_sub_n for PowerPC64/POWER7.
17197         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17198         __mpn_addmul_1 for PowerPC64.
17199         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17200         __mpn_submul_1 for PowerPC64.
17201         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17202         for PowerPC64.
17203         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17204         for PowerPC64.
17206 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17208         [BZ #15089]
17209         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17211 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17213         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17215         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17216         add multiarch folders.
17217         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17218         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17219         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17220         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17221         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17222         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17223         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17224         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17225         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17226         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17227         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17236         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17238         New file.
17239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17240         New file.
17241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17242         multiarch __ieee754_hypot for PowerPC32.
17243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17244         New file.
17245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17246         New file.
17247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17248         multiarch __ieee754_hypotf for PowerPC32.
17250         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17251         long_double_symbol only if __logbl is defined.
17252         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17253         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17254         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17255         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17256         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17257         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17258         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17259         path for implementation.
17260         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17261         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17263         logb, and logbl multiarch implementations for PowerPC32.
17264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17265         file.
17266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17267         file.
17268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17269         multiarch logb for PowerPC32.
17270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17271         file.
17272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17273         file.
17274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17275         multiarch logbf for PowerPC32.
17276         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17278         file.
17279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17280         multiarch logbl implementation for PowerPC32.
17282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17283         and modff multiarch implementations.
17284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17285         New file.
17286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17287         New file.
17288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17289         multiarch modf for PowerPC32.
17290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17291         New file.
17292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17293         New file.
17294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17295         multiarch modff for PowerPC32.
17297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17298         and lrintf multiarch implementations.
17299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17300         New file.
17301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17302         New file.
17303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17304         multiarch lrint for PowerPC32.
17305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17306         file: multiarch lrintf for PowerPC32.
17308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17309         and lroundf multiarch implementations.
17310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17311         New file.
17312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17313         New file.
17314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17315         New file.
17316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17317         multiarch lround for PowerPC32.
17318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17319         file: multiarch lroundf for PowerPC32.
17321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17322         copysign and copysignf multiarch implementations.
17323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17324         New file.
17325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17326         New file.
17327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17328         file: multiarch copysign for PowerPC32.
17329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17330         file: multiarch copysignf for PowerPC32.
17332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17333         and truncf multiarch implementations.
17334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17335         New file.
17336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17337         file.
17338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17339         multiarch trunc for PowerPC32.
17340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17341         New file.
17342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17343         New file.
17344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17345         multiarch truncf for PowerPC32.
17347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17348         and roundf multiarch implementations.
17349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17350         New file.
17351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17352         file.
17353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17354         multiarch round for PowerPC32.
17355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17356         New file.
17357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17358         New file.
17359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17360         multiarch roundf for PowerPC32.
17362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17363         and floorf multiarch implementations.
17364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17365         New file.
17366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17367         file.
17368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17369         multiarch floor for PowerPC32.
17370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17371         New file.
17372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17373         New file.
17374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17375         multiarch floorf for PowerPC32.
17377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17378         and ceilf multiarch implementations.
17379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17380         New file.
17381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17382         file.
17383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17384         multiarch ceil for PowerPC32.
17385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17386         New file.
17387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17388         file.
17389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17390         multiarch ceilf for PowerPC32.
17392         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17393         is defined.
17394         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17395         FINITEF is defined.
17396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17397         and finitef multiarch implementations.
17398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17399         New file.
17400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17401         file.
17402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17403         multiarch finite for PowerPC32.
17404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17405         New file.
17406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17407         file: multiarch finitef for PowerPC32.
17409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17410         and isinff multiarch implementations.
17411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17412         file.
17413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17414         file.
17415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17416         multiarch isinf for PowerPC32.
17417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17418         New file.
17419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17420         multiarch isinff for PowerPC32.
17422         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17423         alias when __isnan is defined.
17424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17425         and isnanf multiarch implementations.
17426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17427         file.
17428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17429         file.
17430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17431         file.
17432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17433         file.
17434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17435         multiarch isnan for PowerPC32.
17436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17437         New file.
17438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17439         New file.
17440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17441         multiarch isnanf for PowerPC32.
17443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17444         and sqrtf multiarch implementations.
17445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17446         file.
17447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17448         file.
17449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17450         multiarch sqrt for PowerPC32.
17451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17452         file.
17453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17454         file.
17455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17456         multiarch sqrtf for PowerPC32.
17458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17459         and llroundf multiarch implementations.
17460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17461         New file.
17462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17463         New file.
17464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17465         New file.
17466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17467         file: multiarch llround for PowerPC32.
17468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17469         file: multiarch llroundf for PowerPC32.
17471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17472         multiarch PowerPC32 fpu implementations.
17473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17474         New file.
17475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17476         New file.
17477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17478         multiarch llrint for PowerPC32.
17479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17480         New file.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17482         New file.
17483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17484         file.
17486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17488         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17489         file.
17490         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17491         file.
17492         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17493         file.
17494         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17495         multiarch wordcopy for PPC32.
17496         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17497         wordcopy objects.
17498         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17499         (__libc_ifunc_impl_list): Likewise.
17500         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17501         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17502         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17503         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17504         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17505         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17507         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17508         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17509         file.
17510         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17511         file.
17512         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17513         file.
17514         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17515         multiarch wcscpy for PPC32.
17516         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17517         multiarch objects.
17518         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17519         (__libc_ifunc_impl_list): Likewise.
17520         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17521         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17522         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17523         sysdeps/powerpc/power6/wcscpy.c.
17525         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17526         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17527         file.
17528         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17529         file.
17530         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17531         file.
17532         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17533         multiarch wcsrchr for PPC32.
17534         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17535         multiarch objects.
17536         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17537         (__libc_ifunc_impl_list): Likewise.
17538         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17539         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17540         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17541         sysdeps/powerpc/power6/wcsrchr.c.
17543         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17544         file.
17545         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17546         file.
17547         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17548         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17549         multiarch wcschr for PPc32.
17550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17551         multiarch objects.
17552         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17553         (__libc_ifunc_impl_list): Likewise.
17554         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17555         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17556         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17557         sysdeps/powerpc/power6/wcschr.c.
17559         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17560         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17561         file.
17562         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17563         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17564         file: multiarch strchr for PPC32.
17565         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17566         multiarch objects.
17567         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17568         (__libc_ifunc_impl_list): Likewise.
17570         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17571         name.
17572         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17573         file.
17574         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17575         file.
17576         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17577         multiarch strchrnul for PPC32.
17578         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17579         multiarch objects.
17580         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17581         (__libc_ifunc_impl_list): Likewise.
17583         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17584         file.
17585         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17586         multiarch strncasecmp for PPC32.
17587         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17588         file.
17589         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17590         multiarch strncasecmp_l for PPC32.
17591         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17592         strncasecmp multiarch objects.
17593         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17594         (__libc_ifunc_impl_list): Likewise.
17596         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17597         file.
17598         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17599         multiarch strncasecmp for PPC32.
17600         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17601         New file.
17602         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17603         multiarch strcasecmp_l for PPC32.
17604         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17605         multiarch objects.
17606         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17607         (__libc_ifunc_impl_list): Likewise.
17609         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17610         file.
17611         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17612         file.
17613         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17614         multiarch strncmp for PPC32.
17615         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17616         multiarch objects.
17617         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17618         (__libc_ifunc_impl_list): Likewise.
17620         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17621         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17622         file.
17623         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17624         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17625         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17626         multiarch objects.
17627         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17628         (__libc_ifunc_impl_list): Likewise.
17630         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17631         file.
17632         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17633         file.
17634         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17635         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17636         multiarch objects.
17637         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17638         (__libc_ifunc_impl_list): Likewise.
17640         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17641         file.
17642         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17643         file.
17644         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17645         multiarch rawmemchr for PPC32.
17646         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17647         multiarch objects.
17648         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17649         (__libc_ifunc_impl_list): Likewise.
17651         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17652         file.
17653         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17654         file.
17655         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17656         file: memrchr multiarch for PPC32.
17657         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17658         multiarch objects.
17659         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17660         (__libc_ifunc_impl_list): Likewise.
17662         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17663         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17664         file.
17665         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17666         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17667         multiarch memchr for PPC32.
17668         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17669         multiarch objects.
17670         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17671         (__libc_ifunc_impl_list): Likewise.
17673         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17674         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17675         file.
17676         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17677         file.
17678         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17679         file: multiarch mempcpy for PPC32.
17680         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17681         multiarch objects.
17682         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17683         (__libc_ifunc_impl_list): Likewise.
17685         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17686         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17687         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17688         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17689         multiarch bzero for PPC32.
17690         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17691         file.
17692         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17693         file.
17694         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17695         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17696         file: multiarch memset for PPC32.
17697         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17698         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17699         memset multiarch objects.
17700         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17701         (__libc_ifunc_impl_list): Likewise.
17703         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17704         file.
17705         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17706         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17707         memcmp for PPC32.
17708         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17709         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17710         multiarch objects.
17711         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17712         (__libc_ifunc_impl_list): Likewise.
17714         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17715         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17716         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17717         file.
17718         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17719         file.
17720         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17721         file.
17722         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17723         multiarch memcpy for PPC32.
17724         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17725         multiarch objects.
17726         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17727         (__libc_ifunc_impl_list): Likewise.
17729         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17730         support multiarch for POWER/PPC32.
17731         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17732         Likewise.
17733         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17735         Implies file to make multiarch folder appers before the fpu and
17736         default folder for power4 configuration.
17738 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17740         * scripts/bench.pl: Append volatile keyword to type.
17742 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17744         * sysdeps/sh/sotruss-lib.c: New file.
17745         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17747 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17749         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17751 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17753         [BZ #6810]
17754         * math/w_tgamma.c: Include <errno.h>.
17755         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17756         * math/w_tgammaf.c: Include <errno.h>.
17757         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17758         * math/w_tgammal.c: Include <errno.h>.
17759         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17760         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17761         underflow.  Add more tgamma tests.
17762         * math/auto-libm-test-out: Regenerated.
17763         * sysdeps/i386/fpu/libm-test-ulps: Update.
17764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17766         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17767         sin, sinh, tan, tanh, tgamma, y0 and y1.
17768         * math/auto-libm-test-out: Regenerated.
17769         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17770         (TEST_COND_x86): Likewise.
17771         (M_E2l): Remove macro.
17772         (M_E3l): Likewise.
17773         (M_2_SQRT_PIl): Likewise.
17774         (M_SQRT_PIl): Likewise.
17775         (M_1_DIV_El): Likewise.
17776         (log_test_data): Use AUTO_TESTS_f_f.
17777         (log10_test_data): Likewise.
17778         (log1p_test_data): Likewise.
17779         (log2_test_data): Likewise.
17780         (sin_test_data): Likewise.
17781         (sin_tonearest_test_data): Likewise.
17782         (sin_towardzero_test_data): Likewise.
17783         (sin_downward_test_data): Likewise.
17784         (sin_upward_test_data): Likewise.
17785         (sinh_test_data): Likewise.
17786         (sinh_tonearest_test_data): Likewise.
17787         (sinh_towardzero_test_data): Likewise.
17788         (sinh_downward_test_data): Likewise.
17789         (sinh_upward_test_data): Likewise.
17790         (tan_test_data): Likewise.
17791         (tan_tonearest_test_data): Likewise.
17792         (tan_towardzero_test_data): Likewise.
17793         (tan_downward_test_data): Likewise.
17794         (tan_upward_test_data): Likewise.
17795         (tanh_test_data): Likewise.
17796         (tgamma_test_data): Likewise.
17797         (y0_test_data): Likewise.
17798         (y1_test_data): Likewise.
17799         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17800         (special_real_inputs): Add pi/4.
17801         * sysdeps/i386/fpu/libm-test-ulps: Update.
17802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17804 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17806         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17807         "longjmp_target" static probes.
17808         (__longjmp): Rename to __longjmp_symbol.
17809         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17810         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17811         on which longjmp to generate.
17812         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17813         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17814         probe.
17815         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17816         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17817         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17818         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17819         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17820         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17822         __longjmp_symbol based on which __longjmp to generate.
17823         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17824         probe.
17825         (setjmp): Rename to setjmp_symbol.
17826         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17827         (_setjmp): Rename to _setjmp_symbol.
17828         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17829         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17830         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17831         which setjmp to generate.
17832         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17833         "longjmp_target" static probes.
17835 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17837         * benchtests/README: Add note about output arguments.
17838         * benchtests/bench-sincos.c: Remove file.
17839         * benchtests/sincos-inputs: New file.
17840         * scripts/bench.pl: Identify output arguments and define
17841         static variables for them.
17843         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17845         [BZ #15941]
17846         * Makefile (INSTALL): Add install-plain.texi as the primary
17847         dependency.
17848         * manual/install-plain.texi: New file.
17849         * manual/install.texi: Include node directive only for
17850         non-plaintext output.
17852 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17854         * stdlib/longlong.h: Update from GCC.
17856         [BZ #6807]
17857         [BZ #15901]
17858         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17859         * math/w_j0f.c (y0f): Likewise.
17860         * math/w_j0l.c (__y0l): Likewise.
17861         * math/w_j1.c (y1): Likewise.
17862         * math/w_j1f.c (y1f): Likewise.
17863         * math/w_j1l.c (__y1l): Likewise
17864         * math/w_jn.c (yn): Likewise.
17865         * math/w_jnf.c (ynf): Likewise.
17866         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17867         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17868         value for Bessel function domain errors outside _SVID_ mode.
17869         Adjust sign of return value for yn (negative integer, 0).
17870         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17871         by zero in return for negative x and set sign appropriately for
17872         negative n.
17873         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17874         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17875         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17876         expectations in error cases.
17877         (y1_test_data): Likewise.
17878         (yn_test_data): Likewise.
17879         * sysdeps/i386/fpu/libm-test-ulps: Update.
17880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17882 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17884         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17885         "64" to "64-v1".  Add "64-v2".
17886         (abi-64-options): Rename to ...
17887         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17888         (abi-64-condition): Rename to ...
17889         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17890         (abi-64-ld-soname): Rename to ...
17891         (abi-64-v1-ld-soname): ... this.
17892         (abi-64-v2-options): Define.
17893         (abi-64-v2-condition): Likewise.
17894         (abi-64-v2-ld-soname): Likewise.
17895         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17896         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17901 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17902             Alan Modra  <amodra@gmail.com>
17904         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17905         New versions for use with the ELFv2 ABI.
17906         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17907         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17908         declaration.
17909         (struct La_ppc64v2_retval): Likewise.
17910         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17911         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17912         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17913         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17914         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17915         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17916         Do not save or restore CR.
17917         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17918         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17919         return values for ELFv2 ABI.  Fix location of FPR return registers.
17920         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17921         updated values for _CALL_ELF == 2.
17922         (La_regs, La_retval, int_retval): Likewise.
17924 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17926         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17927         (FRAME_MIN_SIZE_PARM): Likewise.
17928         (FRAME_BACKCHAIN): Likewise.
17929         (FRAME_CR_SAVE): Likewise.
17930         (FRAME_LR_SAVE): Likewise.
17931         (FRAME_TOC_SAVE): Likewise.
17932         (FRAME_PARM_SAVE): Likewise.
17933         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17934         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17935         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17936         (call_mcount_parm_offset): New macro.
17937         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17938         (PROF): Use symbolic stack frame offsets.
17939         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17940         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17941         Redefine in terms of FRAME_MIN_SIZE.
17942         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17943         (_dl_profile_resolve): Likewise.  Update comment.
17944         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17945         symbols stack frame offsets.
17946         (__sigsetjmp): Likewise.
17947         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17948         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17949         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17950         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17953         (FRAME_BACKCHAIN): Remove.
17954         (FRAME_CR_SAVE): Likewise.
17955         (FRAME_LR_SAVE): Likewise.
17956         (FRAME_COMPILER_DW): Likewise.
17957         (FRAME_LINKER_DW): Likewise.
17958         (FRAME_TOC_SAVE): Likewise.
17959         (FRAME_PARM_SAVE): Likewise.
17960         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17961         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17962         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17964         (CHECK_SP): Use symbolic stack frame offsets.
17965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17966         zone" instead of caller's parameter save area for temp storage.
17967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17968         Likewise.  Also, use symbolic stack frame offsets.
17969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17970         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17971         our own stack frame instead of the caller's.
17972         (__socket): Use symbolic stack frame offsets.
17974 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17975             Alan Modra  <amodra@gmail.com>
17977         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17978         Define.
17979         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17980         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17981         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17982         New function.
17983         (elf_machine_fixup_plt): Call it.
17984         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17985         reloc arguments.
17986         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17987         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17988         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17989         r2 before calling target.
17991 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17992             Alan Modra  <amodra@gmail.com>
17994         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17995         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17996         versions of macros to support ELFv2 ABI.
17997         (LOCALENTRY): New macro.
17998         (ENTRY, EALIGN): Use it.
17999         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18000         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18001         fall through into ENTRY entry point.
18002         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18003         Only define if _CALL_ELF != 2.
18005         (elf_machine_matches_host): Verify ABI version matches.
18006         (RTLD_START): Use LOCALENTRY.
18007         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18008         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18009         (PLT_ENTRY_WORDS): New macro.
18010         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18011         (elf_machine_runtime_setup): Support ELFv2 ABI.
18012         (elf_machine_fixup_plt): Likewise.
18013         (elf_machine_plt_conflict): Likewise.
18014         (resolve_ifunc): Likewise.
18015         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18016         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18017         Likewise.
18018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18019         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18021         (makecontext): Support ELFv2 ABI.
18022         * elf/elf.h (EF_PPC64_ABI): Define.
18024 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18026         * sysdeps/powerpc/powerpc64/sysdep.h
18027         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18028         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18029         (ENTRY) [ASSEMBLER]: ... but instead here ...
18030         (EALIGN) [ASSEMBLER]: ... and here.
18031         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18032         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18033         (ENTRY_2) [!ASSEMBLER]: Use it.
18034         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18035         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18036         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18037         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18038         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18040         Use PPC64_LOAD_FUNCPTR.
18042         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18044 2013-12-04  Alan Modra  <amodra@gmail.com>
18046         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18047         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18048         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18049         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18051         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18052         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18053         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18054         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18055         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18056         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18058 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18061         (__makecontext): Fix incorrect CFI when backtracing out of
18062         context created via makecontext.
18063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18064         (__setcontext): Fix incorrect CFI during switch to new context.
18065         (__novec_setcontext): Likewise.
18067 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18069         [BZ #4772]
18070         * time/strptime_l.c (__strptime_internal): Allow modifiers
18071         in strptime.
18072         * time/tst-strptime.c (day_tests): Add testcase.
18074 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18076         * scripts/bench.pl: Skip over blank lines.
18078 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18080         [BZ #926]
18081         * manual/time.texi (Calendar Time): Clarify what timezone functions
18082         use.
18084 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18088 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18090         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18091         implementation.
18092         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18093         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18094         * debug/memset_chk.c (__memset_chk): Likewise.
18095         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18096         * debug/strncpy_chk.c: Likewise.
18098 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18100         [BZ #15268]
18101         [BZ #15425]
18102         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18103         (__ieee754_exp): For possibly underflowing results, check size of
18104         result and force underflow exception if required.
18105         * math/auto-libm-test-in: Add more tests of exp.
18106         * math/auto-libm-test-out: Regenerated.
18107         * sysdeps/i386/fpu/libm-test-ulps: Update.
18108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18110         [BZ #16283]
18111         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18112         * math/w_exp2f.c (__exp2f): Likewise.
18113         * math/w_exp2l.c (__exp2l): Likewise.
18114         * math/auto-libm-test-in: Do not allow missing errno on exp2
18115         underflow.
18116         * math/auto-libm-test-out: Regenerated.
18118 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18120         [BZ #16274]
18121         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18122         handle filename validation.
18123         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18124         (do_open): Delete.
18126 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18128         [BZ #6786]
18129         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18130         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18131         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18132         <float.h>.
18133         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18134         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18135         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18136         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18137         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18138         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18139         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18140         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18141         Add more erfc tests.
18142         * math/auto-libm-test-out: Regenerated.
18143         * sysdeps/i386/fpu/libm-test-ulps: Update.
18144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18146         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18147         exp2, expm1, j0 and j1.
18148         * math/auto-libm-test-out: Regenerated.
18149         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18150         (erfc_test_data): Likewise.
18151         (exp_test_data): Likewise.
18152         (exp_tonearest_test_data): Likewise.
18153         (exp_towardzero_test_data): Likewise.
18154         (exp_downward_test_data): Likewise.
18155         (exp_upward_test_data): Likewise.
18156         (exp10_test_data): Likewise.
18157         (exp2_test_data): Likewise.
18158         (expm1_test_data): Likewise.
18159         (j0_test_data): Likewise.
18160         (j1_test_data): Likewise.
18161         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18162         (input_flag_type): Add flag_xfail_rounding.
18163         (input_flags): Add xfail-rounding.
18164         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18165         (output_for_one_input_case): Handle flag_xfail_rounding.
18166         * sysdeps/i386/fpu/libm-test-ulps: Update.
18167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18169 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18171         [BZ #16289]
18172         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18173         division by 0.
18175 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18177         [BZ #16195]
18178         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18179         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18180         (STAP_PROBE0): New macro.
18181         (STAP_PROBE1): Likewise.
18182         (STAP_PROBE2): Likewise.
18183         (STAP_PROBE3): Likewise.
18184         (STAP_PROBE4): Likewise.
18186 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18188         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18190 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18192         * benchtests/Makefile (bench): Add sqrt.
18193         (LDLIBS-bench-sqrt): New.
18194         * benchtests/sqrt-input: New.
18196 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18198         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18199         (GAIH_EAI): Likewise.
18200         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18201         (gaih_inet): Likewise.
18202         (getaddrinfo): Don't use GAIH_EAI.
18204         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18205         (struct gaih): Remove definition.
18207 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18209         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18210         Use HERRNOP directly.
18212 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18216 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18218         * math/gen-auto-libm-tests.c (test_functions): Add more
18219         single-argument functions.
18220         (special_fill_pi_2): New function.
18221         (special_fill_minus_pi_2): Likewise.
18222         (special_fill_pi_6): Likewise.
18223         (special_fill_minus_pi_6): Likewise.
18224         (special_fill_pi_3): Likewise.
18225         (special_fill_2pi_3): Likewise.
18226         (special_fill_e): Likewise.
18227         (special_fill_1_e): Likewise.
18228         (special_fill_e_minus_1): Likewise.
18229         (special_real_inputs): Add more special inputs.
18230         (output_for_one_input_case): Do not require ERANGE on underflow to
18231         zero if round-to-nearest result does not underflow to zero, unless
18232         exact results required.
18233         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18234         atan, atanh, cbrt, cos and cosh.
18235         * math/auto-libm-test-out: Regenerated.
18236         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18237         (acos_tonearest_test_data): Likewise.
18238         (acos_towardzero_test_data): Likewise.
18239         (acos_downward_test_data): Likewise.
18240         (acos_upward_test_data): Likewise.
18241         (acosh_test_data): Likewise.
18242         (asin_test_data): Likewise.
18243         (asin_tonearest_test_data): Likewise.
18244         (asin_towardzero_test_data): Likewise.
18245         (asin_upward_test_data): Likewise.
18246         (asinh_test_data): Likewise.
18247         (atan_test_data): Likewise.
18248         (atanh_test_data): Likewise.
18249         (cbrt_test_data): Likewise.
18250         (cos_test_data): Likewise.
18251         (cos_tonearest_test_data): Likewise.
18252         (cos_towardzero_test_data): Likewise.
18253         (cos_downward_test_data): Likewise.
18254         (cos_upward_test_data): Likewise.
18255         (cosh_test_data): Likewise.
18256         (cosh_tonearest_test_data): Likewise.
18257         (cosh_towardzero_test_data): Likewise.
18258         (cosh_downward_test_data): Likewise.
18259         (cosh_upward_test_data): Likewise.
18260         * sysdeps/i386/fpu/libm-test-ulps: Update.
18261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18263 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18265         [BZ #6787]
18266         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18267         * math/w_exp10f.c (__exp10f): Likewise.
18268         * math/w_exp10l.c (__exp10l): Likewise.
18269         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18270         errno settings in existing tests.
18272         [BZ #14032]
18273         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18274         precision control set to double precision.
18275         * sysdeps/i386/fpu/w_sqrt.c: New file.
18276         * math/auto-libm-test-in: Add more tests.
18277         * math/auto-libm-test-out: Update.
18279         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18280         (sqrt_test_tonearest): New function.
18281         (sqrt_towardzero_test_data): New variable.
18282         (sqrt_test_towardzero): New function.
18283         (sqrt_downward_test_data): New variable.
18284         (sqrt_test_downward): New function.
18285         (sqrt_upward_test_data): New variable.
18286         (sqrt_test_upward): New function.
18287         (main): Call the new functions.
18289         * math/gen-auto-libm-tests.c: New file.
18290         * math/auto-libm-test-in: Likewise.
18291         * math/auto-libm-test-out: New generated file.
18292         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18293         variables.
18294         (%beautify): Add generated representations of zero.
18295         (top level): Set $auto_input and call parse_auto_input.
18296         (beautify): Remove trailing "f" from hex float constants.
18297         (parse_args): Handle XFAIL_TEST.
18298         (convert_condition): New function.
18299         (or_value): Likewise.
18300         (or_cond_value): Likewise.
18301         (generate_testfile): Handle AUTO_TESTS_* lines.
18302         (parse_auto_input): New function.
18303         * math/libm-test.inc (XFAIL_TEST): New macro.
18304         (ERRNO_UNCHANGED): Update value.
18305         (ERRNO_EDOM): Likewise.
18306         (ERRNO_ERANGE): Likewise.
18307         (IGNORE_RESULT): Likewise.
18308         (TEST_COND_flt_32): New macro.
18309         (TEST_COND_dbl_64): Likewise.
18310         (TEST_COND_ldbl_96_intel): Likewise.
18311         (TEST_COND_ldbl_96_m68k): Likewise.
18312         (TEST_COND_ldbl_128): Likewise.
18313         (TEST_COND_ldbl_128ibm): Likewise.
18314         (TEST_COND_long32): Likewise.
18315         (TEST_COND_long64): Likewise.
18316         (TEST_COND_before_rounding): Likewise.
18317         (TEST_COND_after_rounding): Likewise.
18318         (enable_test): Handle XFAIL_TEST flag.
18319         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18320         with finite results.
18321         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18322         auto-libm-test-out.
18324 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18325             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18327         [BZ #16214]
18328         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18329         __tls_get_addr_internal instead of __tls_get_offset in order to
18330         avoid GOT pointer dependency.  Make rtld export
18331         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18332         __tls_get_addr since we are a __tls_get_offset platform.
18333         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18334         GOT pointer being set up before.
18335         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18337 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18339         * manual/math.texi (Errors in Math Functions): Document accuracy
18340         goals.
18342         [BZ #15004]
18343         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18344         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18345         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18346         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18347         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18348         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18349         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18350         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18351         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18352         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18353         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18354         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18355         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18356         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18357         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18358         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18360         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18361         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18362         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18363         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18364         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18365         Likewise.
18366         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18367         Likewise.
18368         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18369         Likewise.
18370         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18371         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18372         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18373         atomic-feupdateenv and flt-rounds.
18374         * sysdeps/powerpc/nofpu/Versions (libc): Add
18375         __atomic_feholdexcept, __atomic_feclearexcept,
18376         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18377         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18378         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18379         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18380         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18381         here.
18382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18383         Update.
18385         * manual/arith.texi (FP Exceptions): Document that exceptions may
18386         not be raised when matherr is used.
18387         (Math Error Reporting): Document overflow in directed rounding
18388         modes.  Document that errno may not be set when finite values are
18389         returned on overflow.  Document intent to set errno on underflow
18390         only for underflow to zero.
18392         [BZ #16271]
18393         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18394         round-to-nearest then adjust result for other rounding modes.
18395         * include/fenv.h (fegetround): Use libm_hidden_proto.
18396         * math/fegetround.c (fegetround): Use libm_hidden_def.
18397         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18398         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18399         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18400         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18401         Likewise.
18402         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18403         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18404         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18405         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18407 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18409         [BZ #16077]
18410         * nss/Versions (libnss_files): Add
18411         _nss_files_gethostbyname3_r.
18412         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18413         New function.
18414         (HOST_DB_LOOKUP): Remove macro.
18415         (_nss_files_gethostbyname_r): Implement function without the
18416         HOST_DB_LOOKUP macro.
18417         (_nss_files_gethostbyname2_r): Likewise.
18419 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18421         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18423 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18425         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18426         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18427         warning.
18429 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18431         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18432         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18433         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18434         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18435         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18436         __fe_nomask_env_priv and attribute_hidden.
18437         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18438         (libc_feupdateenv_test_ppc): Likewise.
18439         (libc_feresetround_ppc): Likewise.
18440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18441         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18442         compat_symbol macro.
18443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18444         (__fe_nomask_env): Likewise.
18445         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18447 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18449         * string/Makefile: Remove ifunc tests.
18450         * string/test-string.h: Define TEST_IFUNC.
18451         * string/test-bcopy-ifunc.c: Remove.
18452         * string/test-bzero-ifunc.c: Likewise.
18453         * string/test-memccpy-ifunc.c: Likewise.
18454         * string/test-memchr-ifunc.c: Likewise.
18455         * string/test-memcmp-ifunc.c: Likewise.
18456         * string/test-memcpy-ifunc.c: Likewise.
18457         * string/test-memmem-ifunc.c: Likewise.
18458         * string/test-memmove-ifunc.c: Likewise.
18459         * string/test-mempcpy-ifunc.c: Likewise.
18460         * string/test-memrchr-ifunc.c: Likewise.
18461         * string/test-memset-ifunc.c: Likewise.
18462         * string/test-rawmemchr-ifunc.c: Likewise.
18463         * string/test-stpcpy-ifunc.c: Likewise.
18464         * string/test-stpncpy-ifunc.c: Likewise.
18465         * string/test-strcasecmp-ifunc.c: Likewise.
18466         * string/test-strcasestr-ifunc.c: Likewise.
18467         * string/test-strcat-ifunc.c: Likewise.
18468         * string/test-strchr-ifunc.c: Likewise.
18469         * string/test-strchrnul-ifunc.c: Likewise.
18470         * string/test-strcmp-ifunc.c: Likewise.
18471         * string/test-strcpy-ifunc.c: Likewise.
18472         * string/test-strcspn-ifunc.c: Likewise.
18473         * string/test-strlen-ifunc.c: Likewise.
18474         * string/test-strncasecmp-ifunc.c: Likewise.
18475         * string/test-strncat-ifunc.c: Likewise.
18476         * string/test-strncmp-ifunc.c: Likewise.
18477         * string/test-strncpy-ifunc.c: Likewise.
18478         * string/test-strnlen-ifunc.c: Likewise.
18479         * string/test-strpbrk-ifunc.c: Likewise.
18480         * string/test-strrchr-ifunc.c: Likewise.
18481         * string/test-strspn-ifunc.c: Likewise.
18482         * string/test-strstr-ifunc.c: Likewise.
18484 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18486         * benchtests/Makefile: Remove ifunc tests.
18487         * benchtests/bench-string.h: Define TEST_IFUNC.
18488         * benchtests/bench-bcopy-ifunc.c: Remove.
18489         * benchtests/bench-bzero-ifunc.c: Likewise.
18490         * benchtests/bench-memccpy-ifunc.c: Likewise.
18491         * benchtests/bench-memchr-ifunc.c: Likewise.
18492         * benchtests/bench-memcmp-ifunc.c: Likewise.
18493         * benchtests/bench-memcpy-ifunc.c: Likewise.
18494         * benchtests/bench-memmem-ifunc.c: Likewise.
18495         * benchtests/bench-memmove-ifunc.c: Likewise.
18496         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18497         * benchtests/bench-memrchr-ifunc.c: Likewise.
18498         * benchtests/bench-memset-ifunc.c: Likewise.
18499         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18500         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18501         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18502         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18503         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18504         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18505         * benchtests/bench-strcat-ifunc.c: Likewise.
18506         * benchtests/bench-strchr-ifunc.c: Likewise.
18507         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18508         * benchtests/bench-strcmp-ifunc.c: Likewise.
18509         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18510         * benchtests/bench-strcpy-ifunc.c: Likewise.
18511         * benchtests/bench-strcspn-ifunc.c: Likewise.
18512         * benchtests/bench-strlen-ifunc.c: Likewise.
18513         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18514         * benchtests/bench-strncat-ifunc.c: Likewise.
18515         * benchtests/bench-strncmp-ifunc.c: Likewise.
18516         * benchtests/bench-strncpy-ifunc.c: Likewise.
18517         * benchtests/bench-strnlen-ifunc.c: Likewise.
18518         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18519         * benchtests/bench-strrchr-ifunc.c: Likewise.
18520         * benchtests/bench-strsep-ifunc.c: Likewise.
18521         * benchtests/bench-strspn-ifunc.c: Likewise.
18522         * benchtests/bench-strstr-ifunc.c: Likewise.
18524 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18526         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18528 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18530         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18531         * rt/aio.h: Likewise.
18532         * sysdeps/gnu/bits/utmp.h: Likewise.
18533         * sysdeps/gnu/bits/utmpx.h: Likewise.
18534         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18535         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18536         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18537         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18538         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18539         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18540         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18541         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18542         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18543         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18544         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18545         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18546         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18548         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18549         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18550         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18551         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18552         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18553         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18554         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18555         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18556         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18557         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18558         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18559         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18560         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18561         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18562         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18563         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18564         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18565         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18566         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18567         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18568         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18569         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18570         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18571         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18572         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18573         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18574         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18575         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18577 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18579         [BZ #16245]
18580         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18581         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18583 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18585         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18586         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18587         Likewise.
18589 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18591         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18592         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18593         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18594         (__fesetround): Remove define.
18595         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18596         rounding and exceptions handling.
18597         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18598         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18599         (__fe_nomask_env): Likewise.
18600         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18601         __fegetround instead of fegetround.
18602         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18603         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18605 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18607         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18608         it's there.
18610         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18612 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18614         [BZ #11157]
18615         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18616         (encrypt_r): Likewise.
18617         * malloc/obstack.h (obstack_free): Likewise.
18618         * posix/unistd.h (encrypt): Likewise.
18620 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18622         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18623         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18624         DL_CALL_DT_FINI() that call the functions directly.
18625         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18626         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18627         * elf/dl-fini.c: Likewise.
18629 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18631         * malloc/hooks.c (memalign_check): Add alignment rounding.
18632         * malloc/malloc.c (_mid_memalign): New function.
18633         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18634         Implement by calling _mid_memalign.
18635         * manual/probes.texi (Memory Allocation Probes): Remove
18636         memory_valloc_retry and memory_pvalloc_retry.
18638 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18640         * locale/programs/locarchive.c (open_archive): Add const
18641         qualifier to ARCHIVEFNAME and copy default fname to
18642         DEFAULT_FNAME.
18644         [BZ #15601]
18645         * libio/tst-widetext.input: Rename Oriya to Odia.
18646         * locale/iso-639.def: Likewise.
18648         * manual/probes.texi (Mathematical Function Probes): Add
18649         documentation for sin, cos, asin and acos probes.
18650         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18651         (__sin32): Add slowasin probe.
18652         (__cos32): Add slowacos probe.
18653         (__mpsin): Add slowsin probe.
18654         (__mpcos): Add slowcos probe.
18656 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18658         [BZ #15483]
18659         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18660         thread-local __sim_exceptions_thread and global
18661         __sim_exceptions_global.
18662         (__sim_disabled_exceptions): Change to thread-local
18663         __sim_disabled_exceptions_thread and global
18664         __sim_disabled_exceptions_global.
18665         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18666         and global __sim_round_mode_global.
18667         (__simulate_exceptions): Use thread-local floating-point state and
18668         set global state from it as needed.
18669         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18670         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18671         __sim_round_mode_thread.
18672         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18673         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18674         and global __sim_exceptions_global.
18675         (__sim_disabled_exceptions): Change to thread-local
18676         __sim_disabled_exceptions_thread and global
18677         __sim_disabled_exceptions_global.
18678         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18679         and global __sim_round_mode_global.
18680         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18681         (SIM_SET_GLOBAL): Likewise.
18682         * sysdeps/powerpc/soft-fp/sfp-machine.h
18683         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18684         __sim_round_mode_thread.
18685         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18686         __sim_disabled_exceptions_thread.
18687         (__sim_exceptions): Change to __sim_exceptions_thread.
18688         (__sim_disabled_exceptions): Change to
18689         __sim_disabled_exceptions_thread.
18690         (__sim_round_mode): Change to __sim_round_mode_thread.
18691         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18692         thread-local floating-point state and set global state from it as
18693         needed.
18694         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18695         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18696         (__sim_disabled_exceptions): Remove extern declaration.
18697         (feenableexcept): Use thread-local floating-point state and set
18698         global state from it as needed.
18699         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18700         extern declaration.
18701         (__sim_disabled_exceptions): Likewise.
18702         (__sim_round_mode): Likewise.
18703         (__fegetenv): Use thread-local floating-point state.
18704         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18705         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18706         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18707         floating-point state and set global state from it as needed.
18708         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18709         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18710         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18711         Likewise.
18712         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18713         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18714         Likewise.
18715         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18716         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18717         Use __sim_round_mode_thread.
18718         * math/test-fenv-tls.c: New file.
18719         * math/Makefile (tests): Add test-fenv-tls.
18720         ($(objpfx)test-fenv-tls): Depend on
18721         $(common-objpfx)nptl/libpthread.so.
18723 2013-11-19  Andreas Schwab  <schwab@suse.de>
18725         * locale/programs/locale.c (show_info): Decode wordarray elements.
18726         * locale/categories.def (LC_MONETARY): Add element for
18727         _NL_MONETARY_CRNCYSTR.
18728         * locale/C-monetary.c (conversion_rate): New variable.
18729         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18730         element.
18732 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18734         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18735         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18737 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18739         * elf/Makefile (tst-auxv): New test.
18740         * elf/tst-auxv.c: New
18741         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18743 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18745         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18746         (hidden_proto): Caller changed.
18747         (hidden_tls_proto): New macro.
18748         (libc_hidden_tls_proto): Likewise.
18749         (rtld_hidden_tls_proto): Likewise.
18750         (libm_hidden_tls_proto): Likewise.
18751         (libresolv_hidden_tls_proto): Likewise.
18752         (librt_hidden_tls_proto): Likewise.
18753         (libdl_hidden_tls_proto): Likewise.
18754         (libnss_files_hidden_tls_proto): Likewise.
18755         (libnsl_hidden_tls_proto): Likewise.
18756         (libnss_nisplus_hidden_tls_proto): Likewise.
18757         (libutil_hidden_tls_proto): Likewise.
18759 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18761         [BZ #10253]
18762         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18763         (decompose_rpath): Defer expansion to fillin_rpath.
18764         (_dl_init_paths): Pass linkmap to fillin_rpath.
18766 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18768         * benchtests/Makefile: Add strsep.
18769         * benchtests/bench-strsep.c: New file: strsep benchtest.
18770         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18772 2013-11-18  Andreas Schwab  <schwab@suse.de>
18774         * locale/programs/locale.c (show_info) [case byte]: Check for
18775         '\377' instead of '\177'.
18776         * locale/C-monetary.c (not_available): Always use "\377".
18777         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18778         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18779         detect unavailable sign_posn locale elements.
18780         * locale/localeconv.c (__localeconv): For grouping and
18781         mon_grouping handle "\177" and "\377" like no grouping.
18782         (INT_ELEM): New macro.  Use it to set all numeric members.
18783         * locale/programs/ld-monetary.c (monetary_read)
18784         <tok_mon_grouping>: Normalize single -1 to the empty string.
18785         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18786         Likewise.
18788 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18790         [BZ #16055]
18791         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18792         when we match (nil).
18793         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18795 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18797         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18798         (NO_TEST_INLINE): Update value.
18799         (ERRNO_UNCHANGED): Likewise.
18800         (ERRNO_EDOM): Likewise.
18801         (ERRNO_ERANGE): Likewise.
18802         (IGNORE_RESULT): Likewise.
18803         (check_float_internal): Check signs of NaN results if
18804         TEST_NAN_SIGN used.
18805         (check_complex): Pass TEST_NAN_SIGN flag through to second
18806         check_float_internal call.
18807         (copysign_test_data): Add tests with quiet NaNs as second
18808         argument.  Use TEST_NAN_SIGN.
18809         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18810         TEST_NAN_SIGN.
18811         (signbit_test_data): Add tests of quiet NaN argument.
18812         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18814         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18815         $ignore_result.
18816         (parse_args): Handle function results specified as IGNORE.
18817         * math/libm-test.inc (IGNORE_RESULT): New macro.
18818         (check_float_internal): Do not check numerical result if flag
18819         IGNORE_RESULT set.
18820         (check_complex): Pass through IGNORE_RESULT to second
18821         check_float_internal call.
18822         (check_int): Do not check numerical result if flag IGNORE_RESULT
18823         set.
18824         (check_long): Likewise.
18825         (check_bool): Likewise.
18826         (check_longlong): Likewise.
18827         (lrint_test_data): Add tests of infinite and NaN arguments.
18828         (lrint_tonearest_test_data): Likewise.
18829         (lrint_towardzero_test_data): Likewise.
18830         (lrint_downward_test_data): Likewise.
18831         (lrint_upward_test_data): Likewise.
18832         (llrint_test_data): Likewise.
18833         (llrint_tonearest_test_data): Likewise.
18834         (llrint_towardzero_test_data): Likewise.
18835         (llrint_downward_test_data): Likewise.
18836         (llrint_upward_test_data): Likewise.
18837         (lround_test_data): Likewise.
18838         (llround_test_data): Likewise.
18840         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18841         (ERRNO_UNCHANGED): Update value.
18842         (ERRNO_EDOM): Likewise.
18843         (ERRNO_ERANGE): Likewise.
18844         (NO_TEST_INLINE_FLOAT): New macro.
18845         (NO_TEST_INLINE_DOUBLE): Likewise.
18846         (enable_test): New function.
18847         (RUN_TEST_f_f): Check enable_test before running test.
18848         (RUN_TEST_2_f): Likewise.
18849         (RUN_TEST_fff_f): Likewise.
18850         (RUN_TEST_c_f): Likewise.
18851         (RUN_TEST_f_f1): Likewise.
18852         (RUN_TEST_fF_f1): Likewise.
18853         (RUN_TEST_fI_f1): Likewise.
18854         (RUN_TEST_ffI_f1): Likewise.
18855         (RUN_TEST_c_c): Likewise.
18856         (RUN_TEST_cc_c): Likewise.
18857         (RUN_TEST_f_i): Likewise.
18858         (RUN_TEST_f_i_tg): Likewise.
18859         (RUN_TEST_ff_i_tg): Likewise.
18860         (RUN_TEST_f_b): Likewise.
18861         (RUN_TEST_f_b_tg): Likewise.
18862         (RUN_TEST_f_l): Likewise.
18863         (RUN_TEST_f_L): Likewise.
18864         (RUN_TEST_fFF_11): Likewise.
18865         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18866         conditionals.
18867         (cosh_test_data): Likewise.
18868         (exp_test_data): Likewise.
18869         (expm1_test_data): Likewise.
18870         (hypot_test_data): Likewise.
18871         (pow_test_data): Likewise.
18872         (sinh_test_data): Likewise.
18873         (tanh_test_data): Likewise.
18874         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18875         flags argument.
18877         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18878         tests with quiet NaN input and output.
18879         (acosh_test_data): Likewise.
18880         (asin_test_data): Likewise.
18881         (asinh_test_data): Likewise.
18882         (atan_test_data): Likewise.
18883         (atanh_test_data): Likewise.
18884         (atan2_test_data): Likewise.
18885         (cbrt_test_data): Likewise.
18886         (cos_test_data): Likewise.
18887         (cosh_test_data): Likewise.
18888         (erf_test_data): Likewise.
18889         (erfc_test_data): Likewise.
18890         (exp_test_data): Likewise.
18891         (exp10_test_data): Likewise.
18892         (exp2_test_data): Likewise.
18893         (expm1_test_data): Likewise.
18894         (hypot_test_data): Likewise.
18895         (j0_test_data): Likewise.
18896         (j1_test_data): Likewise.
18897         (jn_test_data): Likewise.
18898         (lgamma_test_data): Likewise.
18899         (log_test_data): Likewise.
18900         (log10_test_data): Likewise.
18901         (log1p_test_data): Likewise.
18902         (log2_test_data): Likewise.
18903         (pow_test_data): Likewise.
18904         (scalb_test_data): Likewise.
18905         (sin_test_data): Likewise.
18906         (sincos_test_data): Likewise.
18907         (sinh_test_data): Likewise.
18908         (tan_test_data): Likewise.
18909         (tanh_test_data): Likewise.
18910         (tgamma_test_data): Likewise.
18911         (y0_test_data): Likewise.
18912         (y1_test_data): Likewise.
18913         (yn_test_data): Likewise.
18915         [BZ #16167]
18916         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18917         argument being NaN and avoid computations with second argument in
18918         that case.
18919         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18920         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18921         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18923 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18925         * locale/iso-639.def: Add Chitwani Tharu (the).
18927 2013-11-14  Andreas Schwab  <schwab@suse.de>
18929         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18930         word instead of empty string.
18932 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18935         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18937         (__fe_nomask_env): Likewise.
18939 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18941         * benchtests/bench-timing.h: Include time.h.
18943 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18945         [BZ #15997]
18946         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18947         to 3.4.0 for x32.
18948         * sysdeps/unix/sysv/linux/configure: Regenerated.
18950 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18952         [BZ #16151]
18953         * stdlib/strtod_l.c (round_and_return): Do not consider
18954         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18955         exponent one less than half the least subnormal exponent.
18956         * stdlib/test-strtod-round-data: Add more tests.
18957         * stdlib/tst-strtod-round.c (tests): Regenerated.
18959 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18961         [BZ #14143]
18962         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18963         (__fe_mask_env): Likewise.
18964         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18965         libm_hidden_proto and add function prototype.
18966         (__fe_mask_env): Add function prototype.
18967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18968         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18970         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18972         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18974 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18976         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18977         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18979 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18981         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18982         of htab_find_slot().
18984 2013-11-11  David S. Miller  <davem@davemloft.net>
18986         [BZ #16150]
18987         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18988         symbol in the non-vis3 case in static builds.
18989         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18990         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18991         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18992         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18994 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18996         [BZ #387]
18997         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18998         it is empty.
19000 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19002         * benchtests/Makefile: Add bench-strtod.
19003         * benchtests/bench-strtod.c: New file: strtod benchtest
19005 2013-11-11  Andreas Schwab  <schwab@suse.de>
19007         [BZ #16153]
19008         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19009         terminating NUL in key length.
19011 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19013         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19014         Add artificial ODP entry for vDSO symbol for PPC64.
19015         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19016         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19018 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19020         [BZ #15374]
19021         * nss/getent.c (services_keys): Recognize services starting with digit.
19023 2013-11-06  David S. Miller  <davem@davemloft.net>
19025         [BZ #15985]
19026         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19027         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19029 2013-11-06  Will Newton  <will.newton@linaro.org>
19031         * manual/memory.texi (Malloc Examples): Remove register
19032         keyword from examples.
19034 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19036         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19038 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19040         [BZ #6981]
19041         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19042         depending on [__GCC_IEC_559 > 0].
19043         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19044         depending on [__GCC_IEC_559_COMPLEX > 0].
19046 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19048         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19049         to iso-639.def.
19051 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19053         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19055 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19057         [BZ #16112]
19058         * malloc/malloc (malloc_info): Do not handle first bin as
19059         special case.
19061 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19063         * locale/iso-639.def: Add Central Nahuatl (nhn).
19065 2013-11-01  Bruno Haible  <bruno@clisp.org>
19067         [BZ #7003]
19068         * manual/math.texi (BSD Random): Specify range upper bound as
19069         in POSIX.
19071 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19073         * locale/iso-639.def: Add Meadow Mari (mhr).
19075 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19077         [BZ #14752], [BZ #15763]
19078         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19079         Validate name.
19080         * rt/tst_shm.c: Add test for escaping directory.
19082 2013-10-31  Andreas Schwab  <schwab@suse.de>
19084         [BZ #15917]
19085         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19086         followed by 'x' as part of digit sequence.
19087         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19089 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19091         [BZ #16037]
19092         * configure.ac: allow GNU Make 4.0 and greater.
19093         * configure: Regenerated.
19095 2013-10-30  Will Newton  <will.newton@linaro.org>
19097         [BZ #16038]
19098         * malloc/hooks.c (memalign_check): Limit alignment to the
19099         maximum representable power of two.
19100         * malloc/malloc.c (__libc_memalign): Likewise.
19101         * malloc/tst-memalign.c (do_test): Add test for very
19102         large alignment values.
19103         * malloc/tst-posix_memalign.c (do_test): Likewise.
19105 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19107         [BZ #11087]
19108         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19109         (munmap_chunk): Likewise.
19110         (mremap_chunk): Likewise.
19112 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19114         [BZ #15799]
19115         * stdlib/div.c (div): Remove obsolete code.
19116         * stdlib/ldiv.c (ldiv): Likewise.
19117         * stdlib/lldiv.c (lldiv): Likewise.
19119 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19121         [BZ #16071]
19122         * nss/nss_files/files-XXX.c (get_contents_ret): New
19123         enumerator.
19124         (get_contents): New function.
19125         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19127 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19129         * configure.in: Moved to ...
19130         * configure.ac: ... here. Change reference to configure.in
19131         to configure.ac.
19132         * sysdeps/arm/preconfigure.ac: ... here.
19133         configure.in to configure.ac.
19134         * sysdeps/gnu/configure.in: Moved to ...
19135         * sysdeps/gnu/configure.ac: ... here.
19136         * sysdeps/i386/configure.in: Moved to ...
19137         * sysdeps/i386/configure.ac: ... here.
19138         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19139         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19140         * sysdeps/mach/configure.in: Moved to ...
19141         * sysdeps/mach/configure.ac: ... here.
19142         * sysdeps/mach/hurd/configure.in: Moved to ...
19143         * sysdeps/mach/hurd/configure.ac: ... here.
19144         * sysdeps/powerpc/configure.in: Moved to ...
19145         * sysdeps/powerpc/configure.ac: ... here.
19146         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19147         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19148         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19149         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19150         * sysdeps/s390/s390-32/configure.in: Moved to ...
19151         * sysdeps/s390/s390-32/configure.ac: ... here.
19152         * sysdeps/s390/s390-64/configure.in: Moved to ...
19153         * sysdeps/s390/s390-64/configure.ac: ... here.
19154         * sysdeps/sh/configure.in: Moved to ...
19155         * sysdeps/sh/configure.ac: ... here.
19156         * sysdeps/sparc/configure.in: Moved to ...
19157         * sysdeps/sparc/configure.ac: ... here.
19158         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19159         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19160         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19161         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19162         * sysdeps/x86_64/configure.in: Moved to ...
19163         * sysdeps/x86_64/configure.ac: ... here.
19164         * sysdeps/x86_64/preconfigure.in: Moved to ...
19165         * sysdeps/x86_64/preconfigure.ac: ... here.
19166         * aclocal.m4: Change reference to configure.in to configure.ac.
19167         * config.h.in: Likewise.
19168         * manual/install.texi: Likewise.
19169         * manual/maint.texi: Likewise.
19170         * Makefile: Likewise.
19171         * malloc/Makefile: Likewise.
19172         * nscd/Makefile: Likewise.
19173         * Makeconfig: Change reference to configure.in and
19174         preconfigure.in to configure.ac and preconfigure.ac
19175         respectively.
19176         * INSTALL: Regenerated.
19177         * configure: Likewise.
19178         * sysdeps/gnu/configure: Likewise.
19179         * sysdeps/i386/configure: Likewise.
19180         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19181         * sysdeps/mach/configure: Likewise.
19182         * sysdeps/mach/hurd/configure: Likewise.
19183         * sysdeps/powerpc/configure: Likewise.
19184         * sysdeps/powerpc/powerpc32/configure: Likewise.
19185         * sysdeps/powerpc/powerpc64/configure: Likewise.
19186         * sysdeps/s390/s390-32/configure: Likewise.
19187         * sysdeps/s390/s390-64/configure: Likewise.
19188         * sysdeps/sh/configure: Likewise.
19189         * sysdeps/sparc/configure: Likewise.
19190         * sysdeps/unix/sysv/linux/configure: Likewise.
19191         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19192         * sysdeps/x86_64/configure: Likewise.
19193         * sysdeps/x86_64/preconfigure: Likewise.
19195 2013-10-29  Andreas Schwab  <schwab@suse.de>
19197         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19199 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19201         * benchtests/pow-inputs: Add new inputs.
19203         * benchtests/exp-inputs: Add new inputs.
19205         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19206         conditional check for return value.
19207         (__cos32): Likewise.
19209 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19211         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19212         to provide a boost for large inputs with word alignment.
19213         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19214         implementation based on optimized PPC64 strcpy.
19215         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19216         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19217         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19218         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19220 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19222         [BZ #2801]
19223         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19225 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19227         [BZ #14876]
19228         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19229         * time/tst-strptime.c (day_tests): Add testcase.
19231 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19233         [BZ #14029]
19234         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19236 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19238         [BZ #16074]
19239         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19240         MAP_FAILED on error.
19242 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19244         [BZ #16072]
19245         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19246         heap for large requests.
19248 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19250         [BZ #9954]
19251         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19252         result if the result has no associated interface.
19253         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19254         interface for all 127.X.Y.Z addresses.
19256 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19258         * locale/iso-639.def: Add Ligurian (lij)
19260 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19262         [BZ #15825]
19263         * sunrpc/rpc_main.c: Document rpcgen -5.
19265 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19267         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19269 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19271         [BZ #10278]
19272         * posix/glob.c: Match only directories when trailing slash is present.
19273         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19274         (main): Add testcase.
19276 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19278         [BZ #15670]
19279         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19281 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19283         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19284         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19285         AUTH_DES and cindex for FIPS 140-2.
19286         (DES Encryption): Add cindex FIPS 46-3.
19288         * locale/locarchive.h (struct locarhandle): Add fname.
19289         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19290         if an optional argument was specified to --list-archive,
19291         otherwise NULL.
19292         * locale/programs/locarchive.c (show_archive_content): Take new
19293         argument fname and pass it via ah.fname to open_archive.
19294         * locale/programs/localedef.h: Update decl.
19295         (open_archive): If AH->fname is non-null, open that file
19296         rather than the default file name, and don't ignore ENOENT.
19297         (create_archive): Set AH.fname to NULL.
19298         (delete_locales_from_archive): Likewise.
19299         (add_locales_to_archive): Likewise.
19300         * locale/programs/locfile.c (write_all_categories): Likewise.
19302 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19303             Aldy Hernandez  <aldyh@redhat.com>
19305         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19306         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19307         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19308         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19309         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19310         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19311         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19312         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19313         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19314         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19315         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19316         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19317         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19318         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19319         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19320         Likewise.
19321         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19322         Likewise.
19323         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19324         Likewise.
19325         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19326         Likewise.
19327         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19328         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19329         Likewise.
19330         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19331         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19332         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19333         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19334         Likewise.
19335         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19336         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19337         * sysdeps/powerpc/preconfigure: Likewise.
19338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19339         Likewise.
19340         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19341         Replace contents of file by #include of <fenv_libc.h>.
19342         * sysdeps/powerpc/soft-fp/sfp-machine.h
19343         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19344         and <sys/prctl.h>.
19345         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19346         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19347         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19348         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19349         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19350         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19351         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19352         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19353         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19354         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19355         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19356         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19358         Allow copysignl PLT reference to be missing.
19360 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19361             Joseph Myers  <joseph@codesourcery.com
19363         [BZ #15948]
19364         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19365         single character.
19366         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19368 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19370         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19371         * elf/tst-tls1.c: Likewise.
19372         * elf/tst-tls10.h: Likewise.
19373         * elf/tst-tls14.c: Likewise.
19374         * elf/tst-tls2.c: Likewise.
19375         * elf/tst-tls3.c: Likewise.
19376         * elf/tst-tls4.c: Likewise.
19377         * elf/tst-tls5.c: Likewise.
19378         * elf/tst-tls6.c: Likewise.
19379         * elf/tst-tls7.c: Likewise.
19380         * elf/tst-tls8.c: Likewise.
19381         * elf/tst-tls9.c: Likewise.
19382         * elf/tst-tlsmod1.c: Likewise.
19383         * elf/tst-tlsmod13.c: Likewise.
19384         * elf/tst-tlsmod13a.c: Likewise.
19385         * elf/tst-tlsmod14a.c: Likewise.
19386         * elf/tst-tlsmod16a.c: Likewise.
19387         * elf/tst-tlsmod16b.c: Likewise.
19388         * elf/tst-tlsmod2.c: Likewise.
19389         * elf/tst-tlsmod3.c: Likewise.
19390         * elf/tst-tlsmod4.c: Likewise.
19391         * elf/tst-tlsmod5.c: Likewise.
19392         * elf/tst-tlsmod6.c: Likewise.
19394 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19396         [BZ #12486]
19397         * malloc/malloc.c: remove checks for statistics.
19399 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19401         [BZ #15277]
19402         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19403         * inet/tst-network.c: Add testcase.
19405 2013-10-17  Andreas Schwab  <schwab@suse.de>
19407         [BZ #15218]
19408         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19409         to determine canonical name.
19411 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19413         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19414         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19415         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19416         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19417         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19418         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19419         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19420         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19421         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19422         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19423         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19424         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19425         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19426         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19427         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19428         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19429         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19430         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19431         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19432         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19433         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19434         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19435         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19436         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19437         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19438         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19439         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19440         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19441         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19442         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19443         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19444         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19445         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19446         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19447         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19448         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19449         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19450         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19451         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19452         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19453         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19454         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19455         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19456         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19457         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19458         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19459         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19460         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19461         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19462         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19463         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19464         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19465         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19466         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19467         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19468         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19469         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19470         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19472 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19474         [BZ #16041]
19475         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19476         make result into a quiet NaN.
19478 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19480         * soft-fp/adddf3.c: Fix horizontal whitespace.
19481         * soft-fp/addsf3.c: Likewise.
19482         * soft-fp/addtf3.c: Likewise.
19483         * soft-fp/divdf3.c: Likewise.
19484         * soft-fp/divsf3.c: Likewise.
19485         * soft-fp/divtf3.c: Likewise.
19486         * soft-fp/double.h: Likewise.
19487         * soft-fp/eqdf2.c: Likewise.
19488         * soft-fp/eqsf2.c: Likewise.
19489         * soft-fp/eqtf2.c: Likewise.
19490         * soft-fp/extenddftf2.c: Likewise.
19491         * soft-fp/extended.h: Likewise.
19492         * soft-fp/extendsfdf2.c: Likewise.
19493         * soft-fp/extendsftf2.c: Likewise.
19494         * soft-fp/extendxftf2.c: Likewise.
19495         * soft-fp/fixdfdi.c: Likewise.
19496         * soft-fp/fixdfsi.c: Likewise.
19497         * soft-fp/fixdfti.c: Likewise.
19498         * soft-fp/fixsfdi.c: Likewise.
19499         * soft-fp/fixsfsi.c: Likewise.
19500         * soft-fp/fixsfti.c: Likewise.
19501         * soft-fp/fixtfdi.c: Likewise.
19502         * soft-fp/fixtfsi.c: Likewise.
19503         * soft-fp/fixtfti.c: Likewise.
19504         * soft-fp/fixunsdfdi.c: Likewise.
19505         * soft-fp/fixunsdfsi.c: Likewise.
19506         * soft-fp/fixunsdfti.c: Likewise.
19507         * soft-fp/fixunssfdi.c: Likewise.
19508         * soft-fp/fixunssfsi.c: Likewise.
19509         * soft-fp/fixunssfti.c: Likewise.
19510         * soft-fp/fixunstfdi.c: Likewise.
19511         * soft-fp/fixunstfsi.c: Likewise.
19512         * soft-fp/fixunstfti.c: Likewise.
19513         * soft-fp/floatdidf.c: Likewise.
19514         * soft-fp/floatdisf.c: Likewise.
19515         * soft-fp/floatditf.c: Likewise.
19516         * soft-fp/floatsidf.c: Likewise.
19517         * soft-fp/floatsisf.c: Likewise.
19518         * soft-fp/floatsitf.c: Likewise.
19519         * soft-fp/floattidf.c: Likewise.
19520         * soft-fp/floattisf.c: Likewise.
19521         * soft-fp/floattitf.c: Likewise.
19522         * soft-fp/floatundidf.c: Likewise.
19523         * soft-fp/floatundisf.c: Likewise.
19524         * soft-fp/floatunditf.c: Likewise.
19525         * soft-fp/floatunsidf.c: Likewise.
19526         * soft-fp/floatunsisf.c: Likewise.
19527         * soft-fp/floatunsitf.c: Likewise.
19528         * soft-fp/floatuntidf.c: Likewise.
19529         * soft-fp/floatuntisf.c: Likewise.
19530         * soft-fp/floatuntitf.c: Likewise.
19531         * soft-fp/fmadf4.c: Likewise.
19532         * soft-fp/fmasf4.c: Likewise.
19533         * soft-fp/fmatf4.c: Likewise.
19534         * soft-fp/gedf2.c: Likewise.
19535         * soft-fp/gesf2.c: Likewise.
19536         * soft-fp/getf2.c: Likewise.
19537         * soft-fp/ledf2.c: Likewise.
19538         * soft-fp/lesf2.c: Likewise.
19539         * soft-fp/letf2.c: Likewise.
19540         * soft-fp/muldf3.c: Likewise.
19541         * soft-fp/mulsf3.c: Likewise.
19542         * soft-fp/multf3.c: Likewise.
19543         * soft-fp/negdf2.c: Likewise.
19544         * soft-fp/negsf2.c: Likewise.
19545         * soft-fp/negtf2.c: Likewise.
19546         * soft-fp/op-1.h: Likewise.
19547         * soft-fp/op-2.h: Likewise.
19548         * soft-fp/op-4.h: Likewise.
19549         * soft-fp/op-8.h: Likewise.
19550         * soft-fp/op-common.h: Likewise.
19551         * soft-fp/quad.h: Likewise.
19552         * soft-fp/single.h: Likewise.
19553         * soft-fp/soft-fp.h: Likewise.
19554         * soft-fp/sqrtdf2.c: Likewise.
19555         * soft-fp/sqrtsf2.c: Likewise.
19556         * soft-fp/sqrttf2.c: Likewise.
19557         * soft-fp/subdf3.c: Likewise.
19558         * soft-fp/subsf3.c: Likewise.
19559         * soft-fp/subtf3.c: Likewise.
19560         * soft-fp/truncdfsf2.c: Likewise.
19561         * soft-fp/trunctfdf2.c: Likewise.
19562         * soft-fp/trunctfsf2.c: Likewise.
19563         * soft-fp/trunctfxf2.c: Likewise.
19564         * soft-fp/unorddf2.c: Likewise.
19565         * soft-fp/unordsf2.c: Likewise.
19566         * soft-fp/unordtf2.c: Likewise.
19568 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19570         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19571         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19573 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19575         * elf/dl-libc.c: Clear initfini list after freeing.
19577 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19579         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19580         * soft-fp/addsf3.c: Likewise.
19581         * soft-fp/addtf3.c: Likewise.
19582         * soft-fp/divdf3.c: Likewise.
19583         * soft-fp/divsf3.c: Likewise.
19584         * soft-fp/divtf3.c: Likewise.
19585         * soft-fp/double.h: Likewise.
19586         * soft-fp/eqdf2.c: Likewise.
19587         * soft-fp/eqsf2.c: Likewise.
19588         * soft-fp/eqtf2.c: Likewise.
19589         * soft-fp/extenddftf2.c: Likewise.
19590         * soft-fp/extended.h: Likewise.
19591         * soft-fp/extendsfdf2.c: Likewise.
19592         * soft-fp/extendsftf2.c: Likewise.
19593         * soft-fp/extendxftf2.c: Likewise.
19594         * soft-fp/fixdfdi.c: Likewise.
19595         * soft-fp/fixdfsi.c: Likewise.
19596         * soft-fp/fixdfti.c: Likewise.
19597         * soft-fp/fixsfdi.c: Likewise.
19598         * soft-fp/fixsfsi.c: Likewise.
19599         * soft-fp/fixsfti.c: Likewise.
19600         * soft-fp/fixtfdi.c: Likewise.
19601         * soft-fp/fixtfsi.c: Likewise.
19602         * soft-fp/fixtfti.c: Likewise.
19603         * soft-fp/fixunsdfdi.c: Likewise.
19604         * soft-fp/fixunsdfsi.c: Likewise.
19605         * soft-fp/fixunsdfti.c: Likewise.
19606         * soft-fp/fixunssfdi.c: Likewise.
19607         * soft-fp/fixunssfsi.c: Likewise.
19608         * soft-fp/fixunssfti.c: Likewise.
19609         * soft-fp/fixunstfdi.c: Likewise.
19610         * soft-fp/fixunstfsi.c: Likewise.
19611         * soft-fp/fixunstfti.c: Likewise.
19612         * soft-fp/floatdidf.c: Likewise.
19613         * soft-fp/floatdisf.c: Likewise.
19614         * soft-fp/floatditf.c: Likewise.
19615         * soft-fp/floatsidf.c: Likewise.
19616         * soft-fp/floatsisf.c: Likewise.
19617         * soft-fp/floatsitf.c: Likewise.
19618         * soft-fp/floattidf.c: Likewise.
19619         * soft-fp/floattisf.c: Likewise.
19620         * soft-fp/floattitf.c: Likewise.
19621         * soft-fp/floatundidf.c: Likewise.
19622         * soft-fp/floatundisf.c: Likewise.
19623         * soft-fp/floatunsidf.c: Likewise.
19624         * soft-fp/floatunsisf.c: Likewise.
19625         * soft-fp/floatuntidf.c: Likewise.
19626         * soft-fp/floatuntisf.c: Likewise.
19627         * soft-fp/floatuntitf.c: Likewise.
19628         * soft-fp/fmadf4.c: Likewise.
19629         * soft-fp/fmasf4.c: Likewise.
19630         * soft-fp/fmatf4.c: Likewise.
19631         * soft-fp/gedf2.c: Likewise.
19632         * soft-fp/gesf2.c: Likewise.
19633         * soft-fp/getf2.c: Likewise.
19634         * soft-fp/ledf2.c: Likewise.
19635         * soft-fp/lesf2.c: Likewise.
19636         * soft-fp/letf2.c: Likewise.
19637         * soft-fp/muldf3.c: Likewise.
19638         * soft-fp/mulsf3.c: Likewise.
19639         * soft-fp/multf3.c: Likewise.
19640         * soft-fp/negdf2.c: Likewise.
19641         * soft-fp/negsf2.c: Likewise.
19642         * soft-fp/negtf2.c: Likewise.
19643         * soft-fp/op-1.h: Likewise.
19644         * soft-fp/op-2.h: Likewise.
19645         * soft-fp/op-4.h: Likewise.
19646         * soft-fp/op-8.h: Likewise.
19647         * soft-fp/op-common.h: Likewise.
19648         * soft-fp/quad.h: Likewise.
19649         * soft-fp/single.h: Likewise.
19650         * soft-fp/soft-fp.h: Likewise.
19651         * soft-fp/sqrtdf2.c: Likewise.
19652         * soft-fp/sqrtsf2.c: Likewise.
19653         * soft-fp/sqrttf2.c: Likewise.
19654         * soft-fp/subdf3.c: Likewise.
19655         * soft-fp/subsf3.c: Likewise.
19656         * soft-fp/subtf3.c: Likewise.
19657         * soft-fp/truncdfsf2.c: Likewise.
19658         * soft-fp/trunctfdf2.c: Likewise.
19659         * soft-fp/trunctfsf2.c: Likewise.
19660         * soft-fp/trunctfxf2.c: Likewise.
19661         * soft-fp/unorddf2.c: Likewise.
19662         * soft-fp/unordsf2.c: Likewise.
19663         * soft-fp/unordtf2.c: Likewise.
19665 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19667         [BZ #15672]
19668         * misc/error.c (error_tail): Fix possible buffer overflow.
19670 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19672         [BZ #13028]
19673         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19674         address.
19676 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19678         [BZ #832]
19679         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19680         testing pipefail option.
19682 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19684         * soft-fp/double.h: Indent preprocessor directives inside #if.
19685         * soft-fp/extended.h: Likewise.
19686         * soft-fp/op-2.h: Likewise.
19687         * soft-fp/op-4.h: Likewise.
19688         * soft-fp/op-common.h: Likewise.
19689         * soft-fp/quad.h: Likewise.
19690         * soft-fp/single.h: Likewise.
19691         * soft-fp/soft-fp.h: Likewise.
19693 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19695         * iconv/iconv_prog.c: Fix typos.
19696         * stdio-common/psiginfo-data.h: Likewise.
19698 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19700         [BZ #15764]
19701         * locale/setlocale.c: Fix typo.
19703 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19705         [BZ #16036]
19706         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19707         signaling NaN arguments.
19708         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19709         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19711         [BZ #14910]
19712         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19713         unordered operands.
19714         * soft-fp/gesf2.c (__gesf2): Likewise.
19715         * soft-fp/getf2.c (__getf2): Likewise.
19716         * soft-fp/ledf2.c (__ledf2): Likewise.
19717         * soft-fp/lesf2.c (__lesf2): Likewise.
19718         * soft-fp/letf2.c (__letf2): Likewise.
19720         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19721         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19722         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19723         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19724         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19725         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19726         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19727         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19728         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19729         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19730         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19731         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19732         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19733         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19734         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19735         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19736         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19737         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19738         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19739         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19740         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19741         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19742         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19743         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19744         * soft-fp/floattidf.c (__floattidf): Likewise.
19745         * soft-fp/floattisf.c (__floattisf): Likewise.
19746         * soft-fp/floattitf.c (__floattitf): Likewise.
19747         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19748         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19749         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19750         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19751         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19752         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19753         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19754         * soft-fp/gesf2.c (__gesf2): Likewise.
19755         * soft-fp/getf2.c (__getf2): Likewise.
19756         * soft-fp/ledf2.c (__ledf2): Likewise.
19757         * soft-fp/lesf2.c (__lesf2): Likewise.
19758         * soft-fp/letf2.c (__letf2): Likewise.
19760         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19761         Undefine and redefine.
19762         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19763         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19764         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19765         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19766         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19767         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19768         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19769         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19770         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19771         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19772         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19773         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19774         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19775         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19776         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19778         [BZ #16032]
19779         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19780         without decrementing exponent if mantissa >= that for the
19781         denominator, not >.
19782         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19783         denominator, not >.  Decrement exponent in < case instead of
19784         incrementing in >= case.
19785         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19786         without decrementing exponent if mantissa >= that for the
19787         denominator, not >.
19789         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19790         computing saturated result for unsigned overflow.
19792 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19793             Jeff Law  <law@redhat.com>
19795         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19796         (atan2Mp): Add systemtap probe marker.
19797         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19798         (__ieee754_log): Add systemtap probe marker.
19799         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19800         (atanMp): Add systemtap probe marker.
19801         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19802         (tanMp): Add systemtap probe marker.
19803         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19804         (__slowexp): Add systemtap probe marker.
19805         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19806         (__slowpow): Add systemtap probe marker.
19807         * manual/probes.texi: Document probes.
19809 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19811         [BZ #15362]
19812         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19813         written.
19814         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19815         written.
19816         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19817         written to buffer but not flushed.
19818         * libio/iofwrite_u.c:  Likewise.
19819         * libio/iopadn.c:  Return bytes returned even if EOF was
19820         encountered.
19821         * libio/iowpadn.c:  Likewise.
19822         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19823         if _IO_padn does not write the whole buffer.
19824         [!COMPILE_WPRINTF] (PAD): Likewise.
19826 2013-10-10  David S. Miller  <davem@davemloft.net>
19828         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19829         directory block.
19831 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19833         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19834         instead of FSF address.
19835         * soft-fp/fixdfti.c: Likewise.
19836         * soft-fp/fixsfti.c: Likewise.
19837         * soft-fp/fixtfti.c: Likewise.
19838         * soft-fp/fixunsdfti.c: Likewise.
19839         * soft-fp/fixunssfti.c: Likewise.
19840         * soft-fp/fixunstfti.c: Likewise.
19841         * soft-fp/floattidf.c: Likewise.
19842         * soft-fp/floattisf.c: Likewise.
19843         * soft-fp/floattitf.c: Likewise.
19844         * soft-fp/floatuntidf.c: Likewise.
19845         * soft-fp/floatuntisf.c: Likewise.
19846         * soft-fp/floatuntitf.c: Likewise.
19847         * soft-fp/trunctfxf2.c: Likewise.
19849         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19850         * soft-fp/fixdfti.c: Likewise.
19851         * soft-fp/fixsfti.c: Likewise.
19852         * soft-fp/fixtfti.c: Likewise.
19853         * soft-fp/fixunsdfti.c: Likewise.
19854         * soft-fp/fixunssfti.c: Likewise.
19855         * soft-fp/fixunstfti.c: Likewise.
19856         * soft-fp/floattidf.c: Likewise.
19857         * soft-fp/floattisf.c: Likewise.
19858         * soft-fp/floattitf.c: Likewise.
19859         * soft-fp/floatuntidf.c: Likewise.
19860         * soft-fp/floatuntisf.c: Likewise.
19861         * soft-fp/floatuntitf.c: Likewise.
19862         * soft-fp/trunctfxf2.c: Likewise.
19864 2013-10-10  David S. Miller  <davem@davemloft.net>
19866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19868 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19870         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19871         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19872         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19873         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19874         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19875         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19876         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19878         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19879         for NaNs before doing comparisons on argument.
19880         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19881         Likewise.
19883 2013-10-10  Will Newton  <will.newton@linaro.org>
19885         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19886         passed to _int_memalign does not overflow.
19888 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19890         * scripts/bench.pl: Add include-sources directive.
19891         * benchtests/README: Update documentation.
19893 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19895         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19896         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19897         instead of FP_INIT_ROUNDMODE.
19898         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19899         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19901         [BZ #16034]
19902         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19903         copy class of input value.
19904         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19905         not handle exceptions.
19906         * soft-fp/negsf2.c (__negsf2): Likewise.
19907         * soft-fp/negtf2.c (__negtf2): Likewise.
19908         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19910 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19912         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19913         semicolon.  From Linux kernel.
19915 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19917         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19919 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19921         [BZ #156]
19922         * manual/socket.texi: Added statement about buffer
19923         for gethostbyname2_r.
19925 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19927         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19928         Use .p2align directive instead, throughout.
19929         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19930         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19931         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19932         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19933         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19934         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19935         * sysdeps/x86_64/strchr.S: Likewise.
19936         * sysdeps/x86_64/strrchr.S: Likewise.
19938 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19940         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19942         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19944         * sysdeps/generic/math_private.h (__mpsin1): Remove
19945         declaration.
19946         (__mpcos1): Likewise.
19947         (__mpsin): New argument __range_reduce.
19948         (__mpcos): Likewise.
19949         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19950         (slow): Use __mpsin and __mpcos.
19951         (slow1): Likewise.
19952         (slow2): Likewise.
19953         (sloww): Likewise.
19954         (sloww1): Likewise.
19955         (sloww2): Likewise.
19956         (bsloww): Likewise.
19957         (bsloww1): Likewise.
19958         (bsloww2): Likewise.
19959         (cslow2): Likewise.
19960         (csloww): Likewise.
19961         (csloww1): Likewise.
19962         (csloww2): Likewise.
19963         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19964         range_reduce.  Merge in __mpsin1.
19965         (__mpcos): Likewise.
19966         (__mpsin1): Remove.
19967         (__mpcos1): Likewise.
19969 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19971         * locale/loadlocale.c (_nl_intern_locale_data): Use
19972         LOCFILE_ALIGNED_P.
19973         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19974         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19975         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19976         obstack data is appropriately aligned.
19977         (obstack_int32_grow_fast): Likewise.
19978         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19979         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19980         (add_locale_uint32_array): Likewise.
19982 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19984         * benchtests/Makefile: Remove ARGLIST and RET variables.
19985         ($(objpfx)bench-%.c): Pass only function name to the script.
19986         * benchtests/README: Update documentation.
19987         * benchtests/acos-inputs: Add new directives.
19988         * benchtests/acosh-inputs: Likewise.
19989         * benchtests/asin-inputs: Likewise.
19990         * benchtests/asinh-inputs: Likewise.
19991         * benchtests/atan-inputs: Likewise.
19992         * benchtests/atanh-inputs: Likewise.
19993         * benchtests/cos-inputs: Likewise.
19994         * benchtests/cosh-inputs: Likewise.
19995         * benchtests/exp-inputs: Likewise.
19996         * benchtests/log-inputs: Likewise.
19997         * benchtests/pow-inputs: Likewise.
19998         * benchtests/rint-inputs: Likewise.
19999         * benchtests/sin-inputs: Likewise.
20000         * benchtests/sinh-inputs: Likewise.
20001         * benchtests/tan-inputs: Likewise.
20002         * benchtests/tanh-inputs: Likewise.
20003         * scripts/bench.pl: Add support for new directives.
20005 2013-10-07  Alan Modra  <amodra@gmail.com>
20007         * README: Fix careless merge.
20009 2013-10-05  Alan Modra  <amodra@gmail.com>
20011         * NEWS: Mention powerpc64le support and bugs fixed.
20012         * README: Both big-endian and little-endian powerpc64 supported.
20014 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20016         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20017         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20018         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20019         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20021 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20023         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20024         match prototype.
20026 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20028         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20029         Move -mhard-float appending from
20030         ports/sysdeps/powerpc/powerpc32/Makefile.
20031         [$(with-fp) = yes] (ASFLAGS): Likewise.
20032         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20033         * sysdeps/powerpc/nofpu: Move directory from
20034         ports/sysdeps/powerpc/nofpu.
20035         * sysdeps/powerpc/soft-fp: Move directory from
20036         ports/sysdeps/powerpc/soft-fp.
20037         * sysdeps/powerpc/powerpc32/405: Move directory from
20038         ports/sysdeps/powerpc/powerpc32/405.
20039         * sysdeps/powerpc/powerpc32/440: Move directory from
20040         ports/sysdeps/powerpc/powerpc32/440.
20041         * sysdeps/powerpc/powerpc32/464: Move directory from
20042         ports/sysdeps/powerpc/powerpc32/464.
20043         * sysdeps/powerpc/powerpc32/476: Move directory from
20044         ports/sysdeps/powerpc/powerpc32/476.
20045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20046         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20048         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20050         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20052         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20054         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20055         * README: Update for powerpc-*-linux-gnu software floating point
20056         support in libc.
20058         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20059         case to powerpc/powerpc32*.
20060         * sysdeps/unix/sysv/linux/configure: Regenerated.
20062         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20063         (_FPU_MASK_OM): Define as 0x04.
20064         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20065         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20066         0x00c10080.
20067         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20068         0x0000003c.
20069         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20072         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20073         getcontext_e500.
20074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20075         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20076         setcontext_e500.
20077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20078         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20079         and setcontext_e500.
20081 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20083         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20085 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20087         * manual/threads.texi (Default Thread Attributes): Fix typo.
20089 2013-10-04  Will Newton  <will.newton@linaro.org>
20091         * malloc/Makefile: Add tst-memalign.
20092         * malloc/tst-memalign.c: New file.
20094         * malloc/tst-posix_memalign.c: Add comments.
20095         (do_test): Add comments and call free on all potentially
20096         allocated pointers. Add space after cast.
20098         * malloc/tst-pvalloc.c: Add comments.
20099         (do_test): Add comments and call free on all potentially
20100         allocated pointers. Remove duplicate check for NULL pointer.
20101         Add space after cast.
20103         * malloc/tst-valloc.c: Add comments.
20104         (do_test): Add comments and call free on all potentially
20105         allocated pointers. Remove duplicate check for NULL pointer.
20106         Add space after cast.
20108 2013-10-04  Alan Modra  <amodra@gmail.com>
20110         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20111         Use stdint types in rather than __attribute__((mode())).
20112         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20114 2013-10-04  Alan Modra  <amodra@gmail.com>
20116         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20117         Correct handling of unaligned relocs for little-endian.
20118         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20120 2013-10-04  Alan Modra  <amodra@gmail.com>
20122         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20123         * configure: Regenerate.
20124         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20125         * shlib-versions: Likewise.
20127 2013-10-04  Alan Modra  <amodra@gmail.com>
20129         * string/tester.c (test_memrchr): Increment reported test cycle.
20131 2013-10-04  Alan Modra  <amodra@gmail.com>
20133         * string/test-memcpy.c (do_one_test): When reporting errors, print
20134         string address and don't overrun end of string.
20136 2013-10-04  Alan Modra  <amodra@gmail.com>
20138         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20139         insrdi.  Make better use of reg selection to speed exit slightly.
20140         Schedule entry path a little better.  Remove useless "are we done"
20141         checks on entry to main loop.  Handle wrapping around zero address.
20142         Correct main loop count.  Handle single left-over word from main
20143         loop inline rather than by using loop_small.  Remove extra word
20144         case in loop_small caused by wrong loop count.  Add little-endian
20145         support.
20146         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20147         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20148         cache hint.
20149         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20150         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20151         support.  Avoid rlwimi.
20152         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20154 2013-10-04  Alan Modra  <amodra@gmail.com>
20156         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20157         insrdi.  Formatting.
20158         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20159         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20160         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20161         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20162         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20163         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20165 2013-10-04  Alan Modra  <amodra@gmail.com>
20167         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20168         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20169         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20170         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20171         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20172         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20173         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20174         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20175         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20176         use of regs.  Use power7 mtocrf.  Tidy function tails.
20178 2013-10-04  Alan Modra  <amodra@gmail.com>
20180         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20181         Formatting.  Consistently use rXXX register defines or rN defines.
20182         Use early exit labels that avoid restoring unused non-volatile regs.
20183         Make cr field use more consistent with rWORDn compares.  Rename
20184         regs used as shift registers for unaligned loop, using rN defines
20185         for short lifetime/multiple use regs.
20186         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20187         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20188         addi 1,1,64 to pop stack frame.  Simplify return value code.
20189         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20191 2013-10-04  Alan Modra  <amodra@gmail.com>
20193         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20194         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20195         rather than rlwimi.
20196         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20197         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20198         little-endian support.  Correct typos.
20199         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20200         rather than rlwimi.
20201         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20202         in loop and entry code to keep "and." results.
20203         (strchr): Add little-endian support.  Comment.  Move cntlzd
20204         earlier in tail.
20205         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20207 2013-10-04  Alan Modra  <amodra@gmail.com>
20209         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20210         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20211         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20212         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20214 2013-10-04  Alan Modra  <amodra@gmail.com>
20216         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20217         (rTMP): Define as r11.
20218         (strcmp): Add little-endian support.  Optimise tail.
20219         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20220         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20221         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20222         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20223         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20224         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20225         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20227 2013-10-04  Alan Modra  <amodra@gmail.com>
20229         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20230         little-endian support.  Remove unnecessary "are we done" tests.
20231         Handle "s" wrapping around zero and extremely large "size".
20232         Correct main loop count.  Handle single left-over word from main
20233         loop inline rather than by using small_loop.  Correct comments.
20234         Delete "zero" tail, use "end_max" instead.
20235         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20237 2013-10-04  Alan Modra  <amodra@gmail.com>
20239         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20240         support.  Don't branch over align.
20241         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20242         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20243         support.  Rearrange tmp reg use to suit.  Comment.
20244         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20246 2013-10-04  Alan Modra  <amodra@gmail.com>
20248         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20250 2013-10-04  Alan Modra  <amodra@gmail.com>
20252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20253         conditional form of branch and link when obtaining pc.
20254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20256 2013-10-04  Alan Modra  <amodra@gmail.com>
20258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20259         HIWORD/LOWORD.
20260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20263 2013-10-04  Alan Modra  <amodra@gmail.com>
20265         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20266         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20267         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20268         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20269         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20270         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20271         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20272         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20273         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20274         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20276 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20277             Alistair Popple <alistair@ozlabs.au.ibm.com>
20278             Alan Modra <amodra@gmail.com>
20280         [BZ #15723]
20281         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20282         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20283         _dl_hwcap access for little-endian.
20284         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20285         destroy vmx regs when saving unaligned.
20286         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20287         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20288         destroy vmx regs when saving unaligned.
20290 2013-10-04  Alan Modra  <amodra@gmail.com>
20292         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20293         Don't use a union to pack hi/low value.
20295 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20297         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20298         for little-endian.
20299         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20300         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20301         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20302         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20303         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20305 2013-10-04  Alan Modra  <amodra@gmail.com>
20307         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20308         constants to usual value for .cst8 section, and remove redundant
20309         high address load.
20310         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20311         constant for 0x1p52.  Load little-endian words of double from
20312         correct stack offsets.
20314 2013-10-04  Alan Modra  <amodra@gmail.com>
20316         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20317         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20318         words of double from correct stack offsets.
20319         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20320         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20321         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20322         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20323         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20324         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20325         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20326         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20327         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20328         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20329         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20330         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20331         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20332         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20333         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20334         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20335         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20337 2013-10-04  Alan Modra  <amodra@gmail.com>
20339         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20340         64-bit int/double union.
20341         (_FPU_SETCW): Likewise.
20342         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20343         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20345 2013-10-04  Alan Modra  <amodra@gmail.com>
20347         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20348         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20350 2013-10-04  Alan Modra  <amodra@gmail.com>
20352         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20353         use vector int constants.
20354         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20356 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20358         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20359         array with long long.
20360         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20361         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20362         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20363         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20364         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20365         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20366         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20367         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20368         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20369         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20370         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20371         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20372         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20374 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20376         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20377         (__signbit): Likewise.  Correct for little-endian.
20378         (__signbitl): Call __signbit.
20379         (lrint): Correct for little-endian.
20380         (lrintf): Call lrint.
20382 2013-10-04  Alan Modra  <amodra@gmail.com>
20384         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20385         union 32-bit int array member with 64-bit int array.
20386         (t515, tm256): Double rather than long double.
20387         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20389 2013-10-04  Alan Modra  <amodra@gmail.com>
20391         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20392         Delete.
20393         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20394         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20395         version of math_ldbl.h.
20397 2013-10-04  Alan Modra  <amodra@gmail.com>
20399         [BZ #15734], [BZ #15735]
20400         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20401         all uses of ieee875 long double macros and unions.  Simplify test
20402         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20403         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20404         normalize after ldbl_extract_mantissa, and don't add hidden bit
20405         already handled.  Don't treat low word of ieee854 mantissa like
20406         low word of IBM long double and mask off bit when testing for
20407         zero.
20408         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20409         all uses of ieee875 long double macros and unions.  Simplify tests
20410         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20411         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20412         two1022, instead use their values.  Recognise that tests for large
20413         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20414         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20415         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20416         test for 0.0L and nan.  Correct negation.
20417         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20418         ieee875 long double macros and unions.  Correct output for large
20419         magnitude x.  Correct absolute value calculation.
20420         (__erfcl): Likewise.
20421         * math/libm-test.inc: Add tests for errors discovered in IBM long
20422         double versions of fmodl, remainderl, erfl and erfcl.
20424 2013-10-04  Alan Modra  <amodra@gmail.com>
20426         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20427         all uses of ieee854 long double macros and unions.  Simplify tests
20428         for long doubles that are fully specified by the high double.
20429         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20430         Likewise.
20431         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20432         Remove dead code too.
20433         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20434         (__ieee754_ynl): Likewise.
20435         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20436         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20437         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20438         Remove dead code too.
20439         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20440         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20441         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20442         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20443         Simplify.
20444         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20445         Simplify.
20446         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20447         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20448         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20449         Comment on variable precision.
20450         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20451         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20452         Likewise.
20453         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20454         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20455         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20456         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20457         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20459 2013-10-04  Alan Modra  <amodra@gmail.com>
20461         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20462         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20463         all uses of ieee854 long double macros and unions.
20464         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20465         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20466         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20467         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20468         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20469         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20470         Likewise.
20471         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20472         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20473         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20474         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20475         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20476         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20477         Simplify sign and nan test too.
20478         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20479         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20480         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20481         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20482         Likewise.
20483         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20484         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20485         Likewise.
20486         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20487         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20488         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20489         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20490         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20491         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20493 2013-10-04  Alan Modra  <amodra@gmail.com>
20495         * stdio-common/printf_size.c (__printf_size): Don't use
20496         union ieee854_long_double in fpnum union.
20497         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20498         signbit macro to retrieve sign from long double.
20499         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20500         retrieve sign from long double.
20501         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20502         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20503         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20504         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20505         * math/test-misc.c (main): Don't use union ieee854_long_double.
20507 2013-10-04  Alan Modra  <amodra@gmail.com>
20509         [BZ #15680]
20510         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20511         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20512         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20513         calculation.  Remove unnecessary test for denormal exponent.
20514         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20515         Correct handling of denormals.  Avoid undefined shift behaviour.
20516         Correct normalisation of low mantissa when low double is denormal.
20517         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20518         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20519         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20520         Correct normalisation of low mantissa.  Test for overflow of high
20521         mantissa and normalise.
20522         (ldbl_nearbyint): Use more readable constant for two52.
20523         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20524         (__mpn_construct_long_double): Fix test for overflow of high
20525         mantissa and correct normalisation.  Avoid undefined shift.
20527 2013-10-04  Alan Modra  <amodra@gmail.com>
20529         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20530         (union ibm_extended_long_double): Define as an array of ieee754_double.
20531         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20532         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20533         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20534         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20535         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20536         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20537         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20538         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20539         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20540         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20541         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20543 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20545         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20546         page size instead of calling getpagesize.
20548         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20549         (LOCFILE_ALIGN_MASK): Likewise.
20550         (LOCFILE_ALIGN_UP): Likewise.
20551         (LOCFILE_ALIGNED_P): Likewise.
20552         * locale/programs/ld-collate.c (collate_output): Use the new
20553         macros instead of __alignof__ (int32_t).
20554         * locale/weight.h (findidx): Likewise.
20556 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20558         [BZ #431]
20559         * manual/string.texi: Fix strncat and wcsncat.
20561 2013-10-03  Brooks Moses  <bmoses@google.com>
20563         [BZ #15915]
20564         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20565         * Makerules: ...here, and adjust associated comments.
20567 2013-10-02  Will Newton  <will.newton@linaro.org>
20569         * malloc/Makefile: Add tst-pvalloc.
20570         * malloc/tst-pvalloc.c: New file.
20572 2013-10-02  Will Newton  <will.newton@linaro.org>
20574         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20575         improve test coverage.
20577 2013-10-02  Will Newton  <will.newton@linaro.org>
20579         * malloc/Makefile: Add tst-posix_memalign.
20580         * malloc/tst-posix_memalign.c: New file.
20582 2013-10-01  Eric Blake  <eblake@redhat.com>
20584         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20585         Use __THROWNL rather than __THROW on static functions.
20587 2013-09-30  Petr Machata  <pmachata@redhat.com>
20589         * elf/elf.h (R_AARCH64_ABS16): New macro.
20590         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20591         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20592         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20593         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20594         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20595         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20596         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20597         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20598         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20599         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20600         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20601         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20602         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20603         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20604         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20605         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20606         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20607         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20608         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20609         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20610         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20611         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20612         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20613         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20614         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20615         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20616         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20617         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20618         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20619         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20620         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20621         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20622         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20623         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20624         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20625         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20626         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20627         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20628         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20629         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20630         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20631         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20632         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20633         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20634         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20635         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20636         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20637         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20638         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20639         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20640         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20641         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20642         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20643         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20644         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20645         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20646         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20647         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20648         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20649         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20650         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20651         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20652         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20653         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20654         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20655         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20656         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20657         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20658         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20659         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20660         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20661         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20662         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20663         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20664         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20665         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20666         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20667         (R_AARCH64_TLSDESC_LDR): Likewise.
20668         (R_AARCH64_TLSDESC_ADD): Likewise.
20669         (R_AARCH64_TLSDESC_CALL): Likewise.
20671 2013-09-30  Andreas Schwab  <schwab@suse.de>
20673         [BZ #15048]
20674         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20675         the nss database lookup.
20676         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20677         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20679 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20681         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20683 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20685         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20686         ${Bash-specific parameter/pattern/string} parameter expansion.
20687         * sysdeps/unix/make-syscalls.sh: Likewise.
20689 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20691         * sysdeps/sh/stackguard-macros.h: New file.
20693 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20695         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20696         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20697         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20698         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20699         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20700         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20702 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20704         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20705         Fix thread ID register.
20707 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20709         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20710         [POSIX || UNIX98]: Require rather than permitting all symbols from
20711         <time.h>.
20712         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20713         element of struct sched_param.
20714         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20715         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20716         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20717         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20718         constant.
20720 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20722         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20723         argument calculation.
20725 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20727         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20728         Expect macro.
20729         [POSIX] (pthread_attr_t): Do not require type.
20730         [POSIX] (pthread_cond_t): Likewise.
20731         [POSIX] (pthread_condattr_t): Likewise.
20732         [POSIX] (pthread_key_t): Likewise.
20733         [POSIX] (pthread_mutex_t): Likewise.
20734         [POSIX] (pthread_mutexattr_t): Likewise.
20735         [POSIX] (pthread_once_t): Likewise.
20736         [POSIX] (pthread_t): Likewise.
20737         [POSIX-based standards] (pthread_atfork): Expect function.
20739 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20740             Richard Sandiford  <richard@codesourcery.com>
20742         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20743         (swap_endianness_p): New extern variable.
20744         (set_big_endian): New inline function.
20745         (maybe_swap_uint32): Likewise.
20746         (maybe_swap_uint32_array): Likewise.
20747         (maybe_swap_uint32_obstack): Likewise.
20748         * locale/programs/locfile.c: Include <stdbool.h>.
20749         (swap_endianness_p): New variable.
20750         (add_locale_uint32): Call maybe_swap_uint32.
20751         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20752         (write_locale_data): Call maybe_swap_uint32_array.
20753         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20754         maybe_swap_uint32.
20755         (obstack_int32_grow_fast): Likewise.
20756         (output_weightwc): Call maybe_swap_uint32_obstack.
20757         (collate_output): Likewise.
20758         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20759         (OPT_LITTLE_ENDIAN): Likewise.
20760         (options): Add --little-endian and --big-endian options.
20761         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20762         * locale/programs/locarchive.c: Include "locfile.h".
20763         (GET): New macro.
20764         (SET): Likewise.
20765         (INC): Likewise.
20766         (create_archive): Use the new macros to access fields of
20767         structures directly mapped from or written to locale archives.
20768         (oldlocrecentcmp): Likewise.
20769         (enlarge_archive): Likewise.
20770         (insert_name): Likewise.
20771         (add_alias): Likewise.
20772         (add_locale): Likewise.
20773         (delete_locales_from_archive): Likewise.
20774         (show_archive_content): Likewise.
20775         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20776         locale data.
20778 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20780         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20781         http://www.gnu.org/doc/freemanuals.texi.
20782         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20784 2013-09-24  Will Newton  <will.newton@linaro.org>
20786         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20787         macro.
20789 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20791         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20792         unsigned char.
20794 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20796         * manual/threads.texi (POSIX Threads): Fix a typo.
20798 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20800         [BZ #14547]
20801         * string/tst-strcoll-overflow.c: New test case.
20802         * string/Makefile (xtests): Add tst-strcoll-overflow.
20803         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20804         cache if string sizes may cause integer overflow.
20806         [BZ #14547]
20807         * string/strcoll_l.c (coll_seq): New members rule, idx,
20808         save_idx and back_us.
20809         (get_next_seq_nocache): New function.
20810         (do_compare_nocache): New function.
20811         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20812         when malloc fails.
20814 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20816         [BZ #15754]
20817         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20818         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20819         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20821         [BZ #15754]
20822         * elf/Makefile (tests): Add tst-ptrguard1.
20823         (tests-static): Add tst-ptrguard1-static.
20824         (tst-ptrguard1-ARGS): Define.
20825         (tst-ptrguard1-static-ARGS): Define.
20826         * elf/tst-ptrguard1.c: New file.
20827         * elf/tst-ptrguard1-static.c: New file.
20828         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20829         * sysdeps/i386/stackguard-macros.h: Likewise.
20830         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20831         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20832         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20833         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20834         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20835         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20837 2013-09-23  Hector Marco  <hecmargi@upv.es>
20838             Ismael Ripoll  <iripoll@disca.upv.es>
20839             Carlos O'Donell  <carlos@redhat.com>
20841         [BZ #15754]
20842         * sysdeps/generic/stackguard-macros.h: Define
20843         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20844         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20845         Define __pointer_chk_guard_local.
20846         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20847         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20849 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20851         [BZ #15859]
20852         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20854 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20856         * include/string.h (__ffs): Declare as hidden.
20857         * string/ffs.c (__ffs): Define as hidden.
20858         * sysdeps/i386/ffs.c (__ffs): Likewise.
20859         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20860         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20861         * sysdeps/s390/ffs.c (__ffs): Likewise.
20862         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20864 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20866         * NEWS: Mention malloc probes.
20868         * malloc/arena.c (new_heap): New memory_heap_new probe.
20869         (grow_heap): New memory_heap_more probe.
20870         (shrink_heap): New memory_heap_less probe.
20871         (heap_trim): New memory_heap_free probe.
20872         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20873         (systrim): New memory_sbrk_less probe.
20874         * manual/probes.texi: Document them.
20876         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20877         * manual/probes.texi: Document it.
20879         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20880         (__libc_realloc): Add memory_realloc_retry probe.
20881         (__libc_memalign): Add memory_memalign_retry probe.
20882         (__libc_valloc): Add memory_valloc_retry probe.
20883         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20884         (__libc_calloc): Add memory_calloc_retry probe.
20885         * manual/probes.texi: Document them.
20887         * malloc/arena.c (get_free_list): Add probe
20888         memory_arena_reuse_free_list.
20889         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20890         and memory_arena_reuse.
20891         (arena_get2) [!PER_THREAD]: Likewise.
20892         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20893         memory_arena_reuse_realloc.
20894         * manual/probes.texi: Document them.
20896         * malloc/malloc.c (__libc_free): Add
20897         memory_mallopt_free_dyn_thresholds probe.
20898         (__libc_mallopt): Add multiple memory_mallopt probes.
20899         * manual/probes.texi: Document them.
20901         * malloc/malloc.c: Include stap-probe.h.
20902         (__libc_mallopt): Add memory_mallopt probe.
20903         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20904         * manual/probes.texi: New.
20905         * manual/Makefile (chapters): Add probes.
20906         * manual/threads.texi: Set next node.
20908 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20910         [BZ #15963, #13985]
20911         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20912         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20913         Add `Chinese' to `nan' entry name.
20915 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20917         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20918         (POLYNOMIAL): Likewise.
20919         (TAYLOR_SINCOS): Likewise.
20920         (TAYLOR_SLOW): Likewise.
20921         (__sin): Use TAYLOR_SINCOS.
20922         (__cos): Likewise.
20923         (slow): Use TAYLOR_SLOW.
20924         (sloww): Likewise.
20925         (bsloww): Likewise.
20926         (csloww): Likewise.
20928 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20930         * stdlib/strtod_l.c: Fix buffer overrun.
20932 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20934         * benchtests/Makefile (bench): Add sincos.
20935         * benchtests/bench-sincos.c: New file.
20937         * math/libm-test.inc (cos_test_data): New test inputs.
20938         (sin_test_data): Likewise.
20940         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20941         macro.
20942         (__sin): Use it.
20943         (__cos): Likewise.
20944         (slow1): Likewise.
20945         (slow2): Likewise.
20946         (sloww1): Likewise.
20947         (sloww2): Likewise.
20948         (bsloww1): Likewise.
20949         (bsloww2): Likewise.
20950         (cslow2): Likewise.
20951         (csloww1): Likewise.
20952         (csloww2): Likewise.
20954         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20955         function.
20956         (__sin): Use it.
20957         (__cos): Likewise.
20959         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20960         gotos.
20961         (__cos): Likewise.
20963 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20965         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20966         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20967         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20968         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20969         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20970         * elf/cache.c (print_entry): Handle the new cache flags.
20972 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20973             Aldy Hernandez  <aldyh@redhat.com>
20975         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20976         Change condition to [_SOFT_FLOAT].
20977         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20978         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20979         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20980         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20981         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20982         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20983         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20984         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20985         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20986         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20987         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20988         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20989         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20990         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20991         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20992         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20993         declaration.
20995 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20997         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20998         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20999         (__longjmp): Use LOAD_GP to load saved GPRs.
21000         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21001         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21002         (__sigsetjmp): Use SAVE_GP to save GPRs.
21004         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21005         Do not append -msoft-float.
21006         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21008 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21010         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21012 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21014         [BZ #15966]
21015         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21016         (_FPU_GETCW): Use initial "__" on variable and field names but not
21017         on macro parameter name.
21018         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21019         parentheses around reference to macro parameter.
21021 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21023         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21024         prototype.
21025         (ctype_startup): Use uint32_t in cast and sizeof for
21026         ctype->charnames.
21028 2013-09-11  Jia Liu  <proljc@gmail.com>
21030         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21031         __daddr_t_defined.
21032         [__FreeBSD__]: Likewise.
21034 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21036         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21037         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21038         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21039         (strchr): Remove __strchr_sse42 ifunc selection.
21040         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21041         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21043 2013-09-11  Will Newton  <will.newton@linaro.org>
21045         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21046         parameter to RES. Remove hardcoded 1000 value.
21047         * benchtests/bench-skeleton.c (main): Pass RES parameter
21048         to TIMING_INIT and multiply result by 1000.
21050 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21052         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21054 2013-09-11  Andreas Schwab  <schwab@suse.de>
21056         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21057         if not defined.
21058         (O_TMPFILE) [__USE_GNU]: Define.
21059         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21060         Define.
21062 2013-09-11  Will Newton  <will.newton@linaro.org>
21064         [BZ #15857]
21065         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21066         does not overflow.
21068 2013-09-11  Will Newton  <will.newton@linaro.org>
21070         [BZ #15856]
21071         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21072         does not overflow.
21074 2013-09-11  Will Newton  <will.newton@linaro.org>
21076         [BZ #15855]
21077         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21078         does not overflow.
21080 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21082         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21083         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21084         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21085         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21086         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21088 2013-09-10  Allan McRae  <allan@archlinux.org>
21090         [BZ #15748]
21091         * manual/arith.texi (Parsing of Floats): Clarify
21092         cross-reference.
21094         [BZ #15849]
21095         * manual/install.texi (Running make install): Mention
21096         --enable-pt-chown.
21097         * INSTALL: Regenerated.
21099 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21101         * csu/init-first.c (_init): Remove the !SHARED condition around
21102         FPU control word initialization.
21103         * elf/dl-support.c (_dl_fpu_control): New variable.
21104         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21105         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21106         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21107         * math/test-fpucw-static.c: New file.
21108         * math/test-fpucw-ieee.c: New file.
21109         * math/test-fpucw-ieee-static.c: New file.
21110         * math/Makefile (tests): Add `test-fpucw-ieee' and
21111         `$(tests-static)'.
21112         (tests-static): New variable.
21113         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21114         dependency to...
21115         [($(build-shared),yes)]
21116         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21117         ... this.
21118         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21119         New dependency.
21121 2013-09-09  Allan McRae  <allan@archlinux.org>
21123         [BZ #15939]
21124         * manual/string.texi (Collation Functions): Fix typo in
21125         strcoll example.
21126         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21128         [BZ #15893]
21129         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21131         [BZ #15892]
21132         * libio/memstream.c (open_memstream): Fix memory leak.
21133         * libio/wmemstream.c (open_wmemstream): Likewise.
21135         [BZ #15895]
21136         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21138 2013-09-09  Will Newton  <will.newton@linaro.org>
21140         * malloc/Makefile: Add tst-realloc to tests.
21141         * malloc/tst-realloc.c: New file.
21143 2013-09-09  Allan McRae  <allan@archlinux.org>
21145         [BZ #15844]
21146         * COPYING: Update from GNU website to fix FSF address.
21147         * COPYING.LIB: Likewise.
21149 2013-09-06  David S. Miller  <davem@davemloft.net>
21151         * po/zh_TW.po: Update Chinese (traditional) translation from
21152         translation project.
21154 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21155             Joseph Myers  <joseph@codesourcery.com>
21157         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21158         "localeinfo.h".
21159         (obstack_chunk_alloc): New macro.
21160         (obstack_chunk_free): Likewise.
21161         (record_offset): New function.
21162         (init_locale_data): Likewise.
21163         (align_locale_data): Likewise.
21164         (add_locale_empty): Likewise.
21165         (add_locale_raw_data): Likewise.
21166         (add_locale_raw_obstack): Likewise.
21167         (add_locale_string): Likewise.
21168         (add_locale_wstring): Likewise.
21169         (add_locale_uint32): Likewise.
21170         (add_locale_uint32_array): Likewise.
21171         (add_locale_char): Likewise.
21172         (start_locale_structure): Likewise.
21173         (end_locale_structure): Likewise.
21174         (start_locale_prelude): Likewise.
21175         (end_locale_prelude): Likewise.
21176         (write_locale_data): Take locale_file structure rather than an
21177         iovec.
21178         * locale/programs/locfile.h: Include "obstack.h".
21179         (struct locale_file): Change to store locale file contents instead
21180         of header.
21181         (init_locale_data): New prototype.
21182         (align_locale_data): Likewise.
21183         (add_locale_empty): Likewise.
21184         (add_locale_raw_data): Likewise.
21185         (add_locale_raw_obstack): Likewise.
21186         (add_locale_string): Likewise.
21187         (add_locale_wstring): Likewise.
21188         (add_locale_uint32): Likewise.
21189         (add_locale_uint32_array): Likewise.
21190         (add_locale_char): Likewise.
21191         (start_locale_structure): Likewise.
21192         (end_locale_structure): Likewise.
21193         (start_locale_prelude): Likewise.
21194         (end_locale_prelude): Likewise.
21195         (write_locale_data): Update prototype.
21196         * locale/programs/3level.h (struct TABLE): Remove result field.
21197         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21198         Use new locale_file interface.
21199         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21200         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21201         * locale/programs/ld-address.c (address_output): Use new
21202         locale_file interface.
21203         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21204         NO_ADD_LOCALE.
21205         (collate_finish): Don't call collseq_table_finalize.
21206         (collate_output): Use new locale_file interface.
21207         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21208         in file.
21209         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21210         (TABLE): Move defines earlier in file.
21211         (ELEMENT): Likewise.
21212         (DEFAULT): Likewise.
21213         (wctrans_table_add): Move macro and inline function earlier in
21214         file.
21215         (struct wctype_table): Move type earlier in file.
21216         (add_locale_wctype_table): New static prototype.
21217         (struct locale_ctype_t): Use logical types instead of struct iovec
21218         pointers for members.
21219         (ctype_output): Use new locale_file interface.
21220         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21221         new locale_file interface.
21222         (allocate_arrays): Update for use of new locale_file interface.
21223         * locale/programs/ld-identification.c (identification_output): Use
21224         new locale_file interface.
21225         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21226         * locale/programs/ld-messages.c (messages_output): Likewise.
21227         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21228         * locale/programs/ld-name.c (name_output): Likewise.
21229         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21230         * locale/programs/ld-paper.c (paper_output): Likewise.
21231         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21232         * locale/programs/ld-time.c (time_output): Likewise.
21234 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21236         * benchtests/Makefile: Add memrchr benchmark.
21237         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21238         benchmark as memrchr.
21239         * benchtests/bench-memrchr-ifunc.c: New file.
21240         * benchtests/bench-memrchr.c: New file.
21242 2013-09-06   Will Newton  <will.newton@linaro.org>
21244         * benchtests/Makefile (string-bench): Add memcpy.
21246 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21247             Cong Wang  <amwang@redhat.com>
21249         [BZ #15850]
21250         * sysdeps/unix/sysv/linux/bits/in.h
21251         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21252         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21253         before __USE_KERNEL_IPV6_DEFS uses.
21254         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21255         IPPROTO_BEETPH.
21256         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21257         sockaddr_in6, or ipv6_mreq.
21259 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21261         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21262         memory access for final bytes in some large inputs.
21263         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21265 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21267         * string/test-memrchr.c: New file.
21268         * string/test-memrchr-ifunc.c: New file.
21269         * string/Makefile: Add new memrchr testcase.
21271 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21273         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21274         fanotify_init returns EPERM.
21276 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21278         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21279         errors.
21280         (top level): Treat second token from macro or constant entries for
21281         allowed headers as allowed.
21282         * include/complex.h: Condition internal declarations on
21283         [!_ISOMAC].
21284         * include/fenv.h: Condition include of <stdbool.h> and internal
21285         declarations on [!_ISOMAC].
21287 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21289         [BZ #15923]
21290         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21292 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21294         * configure.in (--enable-versioning): Remove configure option.
21295         (libc_cv_asm_symver_directive): Remove configure test.
21296         (libc_cv_ld_version_script_option): Likewise.
21297         (VERSIONING): Remove variable and AC_SUBST.
21298         (DO_VERSIONING): Remove AC_DEFINE.
21299         * configure: Regenerated.
21300         * config.h.in (DO_VERSIONING): Remove macro.
21301         * Makerules [$(versioning) = yes]: Change conditionals to
21302         [$(build-shared) = yes].
21303         * config.make.in (versioning): Remove variable.
21304         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21305         [$(build-shared) = yes].
21306         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21307         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21308         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21309         [$(build-shared) = yes].
21310         * extra-lib.mk [$(versioning) = yes]: Likewise.
21311         * hurd/Makefile [$(versioning) = yes]: Likewise.
21312         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21313         [SHARED].
21314         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21315         [SHARED].
21316         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21317         [SHARED && !NO_HIDDEN].
21318         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21319         [SHARED].
21320         [SHARED && DO_VERSIONING]: Likewise..
21321         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21322         [$(build-shared) = yes].
21323         * manual/install.texi (--disable-versioning): Remove
21324         documentation.
21325         * INSTALL: Regenerated.
21326         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21327         to [SHARED].
21328         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21329         [$(build-shared) = yes].
21330         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21331         * sysdeps/i386/i686/multiarch/strstr-c.c
21332         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21333         [SHARED && !NO_HIDDEN].
21334         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21335         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21336         * sysdeps/powerpc/powerpc32/dl-machine.c
21337         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21338         * sysdeps/powerpc/powerpc32/sysdep.h
21339         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21340         to [SHARED && PIC && !NO_HIDDEN].
21341         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21342         conditional to [SHARED].
21344 2013-09-04   Will Newton  <will.newton@linaro.org>
21346         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21347         * benchtests/bench-string.h: Include bench-timing.h instead
21348         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21349         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21350         call to HP_TIMING_DIFF_INIT.
21351         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21352         instead of hp-timing.h macros.
21353         * benchtests/bench-memchr.c: Likewise.
21354         * benchtests/bench-memcmp.c: Likewise.
21355         * benchtests/bench-memcpy.c: Likewise.
21356         * benchtests/bench-memmem.c: Likewise.
21357         * benchtests/bench-memmove.c: Likewise.
21358         * benchtests/bench-memset.c: Likewise.
21359         * benchtests/bench-rawmemchr.c: Likewise.
21360         * benchtests/bench-strcasecmp.c: Likewise.
21361         * benchtests/bench-strcasestr.c: Likewise.
21362         * benchtests/bench-strcat.c: Likewise.
21363         * benchtests/bench-strchr.c: Likewise.
21364         * benchtests/bench-strcmp.c: Likewise.
21365         * benchtests/bench-strcpy.c: Likewise.
21366         * benchtests/bench-strcpy_chk.c: Likewise.
21367         * benchtests/bench-strlen.c: Likewise.
21368         * benchtests/bench-strncasecmp.c: Likewise.
21369         * benchtests/bench-strncat.c: Likewise.
21370         * benchtests/bench-strncmp.c: Likewise.
21371         * benchtests/bench-strncpy.c: Likewise.
21372         * benchtests/bench-strnlen.c: Likewise.
21373         * benchtests/bench-strpbrk.c: Likewise.
21374         * benchtests/bench-strrchr.c: Likewise.
21375         * benchtests/bench-strspn.c: Likewise.
21376         * benchtests/bench-strstr.c: Likewise.
21378 2013-09-04  Will Newton  <will.newton@linaro.org>
21380         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21382 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21384         [BZ #15427]
21385         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21386         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21387         * math/libm-test.inc (lgamma_test_data): Add more tests.
21388         * sysdeps/i386/fpu/libm-test-ulps: Update.
21389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21391 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21393         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21394         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21395         Add ifunc.
21396         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21397         Add strcmp-sse2-unaligned
21398         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21400 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21402         * Versions.def (libc): Add GLIBC_2.19.
21404 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21406         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21407         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21409 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21411         [BZ #14155]
21412         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21413         intermediate calculations in recurrence.
21414         (__ieee754_ynf): Likewise.
21415         * math/libm-test.inc (jn_test_data): Do not allow spurious
21416         underflow exception.  Add more tests.
21417         (yn_test_data): Add more tests.
21418         * sysdeps/i386/fpu/libm-test-ulps: Update.
21419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21421 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21423         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21425 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21427         * csu/init-first.c: Fix then/than typos.
21428         * locale/programs/ld-collate.c: Likewise.
21429         * locale/programs/linereader.h: Likewise.
21430         * manual/charset.texi: Likewise.
21431         * manual/filesys.texi: Likewise.
21432         * manual/stdio.texi: Likewise.
21433         * manual/string.texi: Likewise.
21434         * stdlib/fmtmsg.c: Likewise.
21435         * sysdeps/i386/stpncpy.S: Likewise.
21436         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21437         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21438         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21439         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21441 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21443         * elf/dl-open.c: Fix typos.
21444         * iconvdata/gbbig5.c: Likewise.
21445         * iconvdata/iso-2022-jp.c: Likewise.
21446         * iconv/gconv_int.h: Likewise.
21447         * iconv/loop.c: Likewise.
21448         * nis/rpcsvc/nis.h: Likewise.
21449         * resolv/ns_name.c: Likewise.
21450         * stdio-common/vfscanf.c: Likewise.
21451         * streams/stropts.h: Likewise.
21452         * sunrpc/rpc_thread.c: Likewise.
21453         * sysdeps/i386/strpbrk.S: Likewise.
21454         * sysdeps/ieee754/k_standard.c: Likewise.
21455         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21456         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21457         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21458         * sysdeps/mach/hurd/profil.c: Likewise.
21459         * sysdeps/s390/dl-procinfo.h: Likewise.
21460         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21461         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21462         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21463         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21464         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21466 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21468         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21469         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21471 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21473         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21474         aix specific files.
21475         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21476         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21477         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21478         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21479         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21480         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21481         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21482         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21484 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21485             Roland McGrath  <roland@hack.frob.com>
21487         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21488         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21490 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21492         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21493         __executable_start symbol instead of _start.
21495 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21497         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21498         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21499         Move macros to...
21500         * sysdeps/gnu/ldsodefs.h: ... this new file.
21502         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21503         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21504         instead of ELFOSABI_LINUX.
21506         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21507         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21508         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21509         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21510         Likewise.
21511         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21512         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21513         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21514         Likewise.
21515         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21516         (ibm_extended_long_double): Add ieee_nan member.
21517         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21518         (do_test): New function.
21520         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21521         TEST_TRUNC.
21522         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21523         functions, renamed from truncdfsf_test, trunctfsf_test,
21524         trunctfdf_test.
21525         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21526         functions.
21527         (do_test): Run all these.
21529 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21531         * argp/argp-help.c: Fix typos.
21532         * argp/argp-parse.c: Likewise.
21533         * debug/backtracesyms.c: Likewise.
21534         * elf/elf.h: Likewise.
21535         * malloc/malloc.c: Likewise.
21536         * nis/nis_print.c: Likewise.
21537         * resolv/res_comp.c: Likewise.
21538         * stdlib/stdlib.h: Likewise.
21539         * sunrpc/clnt_tcp.c: Likewise.
21540         * sunrpc/clnt_udp.c: Likewise.
21541         * sunrpc/clnt_unix.c: Likewise.
21542         * sysdeps/unix/bsd/ptsname.c: Likewise.
21543         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21544         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21546         Likewise.
21547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21548         Likewise.
21549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21550         Likewise.
21551         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21553 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21555         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21556         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21558 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21560         [BZ #15897]
21561         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21562         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21563         ($(objpfx)bug-dl-leaf): New rule.
21564         ($(objpfx)bug-dl-leaf.so): Likewise.
21565         ($(objpfx)bug-dl-leaf.out): Likewise.
21566         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21567         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21568         * dlfcn/bug-dl-leaf.c: New test.
21569         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21570         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21571         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21572         (dlclose): Likewise.
21573         (dlmopen): Likewise.
21575 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21577         * include/netdb.h [!_ISOMAC]:
21578         Don't include <tls.h>.
21579         (h_errno, __libc_h_errno): Move declaration and macros out of
21580         [_LIBC_REENTRANT].
21582         * include/resolv.h [_RESOLV_H_]:
21583         Don't include <tls.h>.
21584         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21585         * resolv/res_libc.c: Don't include <tls.h>.
21586         (_res): Use __attribute__ ((nocommon)) in place of
21587         __attribute__ ((section (".bss"))).
21589         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21590         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21592         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21594         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21595         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21597         * resolv/res_mkquery.c: Include <sys/time.h>.
21599         * inet/ifreq.c: Moved to ...
21600         * sysdeps/unix/ifreq.c: ... here.
21601         * inet/ifreq.c: New file, true stub version.
21603         * socket/sa_len.c: New file.
21604         * socket/Makefile (aux): Add it.
21605         * sysdeps/unix/sysv/linux/Makefile
21606         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21607         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21608         and #include <socket/sa_len.c>.
21609         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21610         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21612         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21613         * bits/socket.h: ... here.
21615         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21616         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21617         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21619 2013-08-27  Andreas Schwab  <schwab@suse.de>
21621         [BZ #15736]
21622         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21623         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21624         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21625         * string/test-strcasecmp.c (test_main): Run tests in several
21626         locales.
21627         * string/test-strncasecmp.c (test_main): Likewise.
21629         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21630         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21631         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21632         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21633         (__strncasecmp_ssse3) [PIC]: Likewise.
21635 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21637         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21639         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21640         instead of explicitly declaring xdecrypt.
21641         * nis/nss_nis/nis-publickey.c: Likewise.
21643 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21645         [BZ #15890]
21646         * nscd/aicache.c: Include res_hconf.h.
21647         (addhstaiX): Initialize res_hconf.
21649 2013-08-26  Andreas Schwab  <schwab@suse.de>
21651         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21652         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21654 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21656         * nscd/aicache.c (addhstaiX): Fix indentation.
21658 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21660         * configure.ac: Quote $build_pt_chown test.
21661         * configure: Regenerated.
21663 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21665         [BZ #15532]
21666         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21667         * math/s_cexpf.c (__cexpf): Likewise.
21668         * math/s_cexpl.c (__cexpl): Likewise.
21669         * math/libm-test.inc (cexp_test_data): Correct expected return
21670         value for NaN + i0.  Add another test.
21672 2013-08-22  David S. Miller  <davem@davemloft.net>
21674         * po/ca.po: Update Catalan translation from translation project.
21675         * po/uk.po: Add Ukrainian translations from translation project.
21677 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21679         [BZ #15797]
21680         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21681         is infinite, not alongside NaN test.
21682         * math/s_fdimf.c (__fdimf): Likewise.
21683         * math/s_fdiml.c (__fdiml): Likewise.
21684         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21685         errno is unchanged.
21687 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21689         * argp/argp-help.c: Fix typos.
21690         * crypt/speeds.c: Likewise.
21691         * csu/check_fds.c: Likewise.
21692         * elf/dl-load.c: Likewise.
21693         * elf/dl-open.c: Likewise.
21694         * elf/reldep3.c: Likewise.
21695         * elf/reldep.c: Likewise.
21696         * elf/sprof.c: Likewise.
21697         * iconv/iconv_charmap.c: Likewise.
21698         * iconv/skeleton.c: Likewise.
21699         * iconv/strtab.c: Likewise.
21700         * io/lockf64.c: Likewise.
21701         * libio/libioP.h: Likewise.
21702         * resolv/gai_notify.c: Likewise.
21703         * resolv/ns_name.c: Likewise.
21704         * resolv/ns_samedomain.c: Likewise.
21705         * resolv/res_send.c: Likewise.
21706         * stdlib/random.c: Likewise.
21707         * sunrpc/rpc/xdr.h: Likewise.
21708         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21709         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21710         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21711         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21712         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21713         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21714         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21715         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21716         * sysdeps/mach/hurd/check_fds.c: Likewise.
21717         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21718         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21719         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21720         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21721         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21722         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21723         * sysdeps/pthread/aio_notify.c: Likewise.
21724         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21725         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21726         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21727         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21728         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21730 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21732         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21733         version if bit_Slow_SSE4_2 is set.
21734         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21735         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21737 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21739         [BZ #15867]
21740         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21741         trampoline stack frame information.
21742         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21743         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21744         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21745         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21746         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21747         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21748         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21749         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21750         sa_flags value.
21751         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21752         interrupting a syscall and set with option SA_SIGINFO.
21754 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21756         [BZ #15531]
21757         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21758         argument is infinite.
21759         * math/s_cprojf.c (__cprojf): Likewise.
21760         * math/s_cprojl.c (__cprojl): Likewise.
21761         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21762         * math/libm-test.inc (cproj_test_data): Add more tests.
21764         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21766         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21767         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21768         size.  Use __ffs to determine corresponding shift.
21770 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21771             Roland McGrath  <roland@hack.frob.com>
21773         * Makefile (INSTALL): Remove trailing blank lines from output of
21774         makeinfo.
21776 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21778         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21779         Align 32 bit compat elf_greg to 8 bytes.
21781 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21783         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21785 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21787         * string/strcoll_l.c (coll_seq): New structure.
21788         (get_next_seq_cached): New function.
21789         (get_next_seq): New function.
21790         (do_compare): New function.
21791         (STRCOLL): Use GNU style definition.  Simplify implementation
21792         by using get_next_seq, get_next_seq_cached and do_compare.
21794 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21796         [BZ #14699]
21797         CVE-2013-4237
21798         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21799         member.
21800         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21801         member.
21802         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21803         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21804         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21805         conditional.
21806         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21807         GETDENTS_64BIT_ALIGNED.
21808         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21809         * manual/filesys.texi (Reading/Closing Directory): Document
21810         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21811         strongly.
21812         * manual/conf.texi (Limits for Files): Add portability note to
21813         NAME_MAX, PATH_MAX.
21814         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21816 2013-08-13  Andreas Schwab  <schwab@suse.de>
21818         [BZ #15749]
21819         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21820         of fabs.
21821         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21822         LDBL_MAX_EXP >= 16384]: Add tests for it.
21824 2013-08-12  David S. Miller  <davem@davemloft.net>
21826         * version.h (RELEASE): Set to "development".
21827         (VERSION): Set to "2.18.90".
21828         * NEWS: Add 2.19 section.
21830 2013-08-03  David S. Miller  <davem@davemloft.net>
21832         * po/ko.po: Update Korean translation from translation project.
21834 2013-08-01  David S. Miller  <davem@davemloft.net>
21836         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21837         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21838         Bilka.
21840 2013-07-30  David S. Miller  <davem@davemloft.net>
21842         * po/fr.po: Update French translation from translation project.
21844 2013-07-28  David S. Miller  <davem@davemloft.net>
21846         * po/cs.po: Update Czech translation from translation project.
21848         * po/sv.po: Update Swedish translation from translation project.
21850 2013-07-27  David S. Miller  <davem@davemloft.net>
21852         * po/eo.po: Update Esperanto translation from translation project.
21854         * po/vi.po: Update Vietnamese translation from translation project.
21856         * po/de.po: Update German translation from translation project.
21858 2013-07-26  David S. Miller  <davem@davemloft.net>
21860         * po/bg.po: Update Bulgarian translation from translation project.
21862         * po/nl.po: Update Dutch translation from translation project.
21863         * po/pl.po: Update Polish translation from translation project.
21864         * po/ru.po: Update Russian translation from translation project.
21866 2013-07-24  David S. Miller  <davem@davemloft.net>
21868         * po/libc.pot: Update.
21870 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21872         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21873         variable page size.
21874         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21875         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21876         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21878 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21880         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21882 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21883             Andreas Schwab  <schwab@suse.de>
21884             Roland McGrath  <roland@hack.frob.com>
21885             Joseph Myers  <joseph@codesourcery.com>
21886             Carlos O'Donell  <carlos@redhat.com>
21888         [BZ #15755]
21889         * config.h.in: Define HAVE_PT_CHOWN.
21890         * config.make.in (build-pt-chown): New variable.
21891         * configure.in (--enable-pt_chown): New configure option.
21892         * configure: Regenerate.
21893         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21894         build-pt-chown is enabled.
21895         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21896         pt_chown to fix pty ownership.
21897         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21898         CLOSE_ALL_FDS.
21899         * manual/install.texi (Configuring and compiling): Mention
21900         --enable-pt_chown. Add @findex for grantpt.
21901         * INSTALL: Regenerate.
21903 2013-07-20  David S. Miller  <davem@davemloft.net>
21905         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21906         difference between 32-bit and 64-bit.
21908 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21910         [BZ #15711]
21911         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21912         Avoid system header dependency with -ffreestanding.
21913         ($(objpfx)bits/syscall%d): Likewise.
21915 2013-07-13  David S. Miller  <davem@davemloft.net>
21917         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21918         underflows from atanl/atan2l due to bug 15319.
21919         (casinh_test_data): Likewise.
21921 2013-07-07  David S. Miller  <davem@davemloft.net>
21923         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21925 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21927         * sysdeps/i386/fpu/libm-test-ulps: Update.
21928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21930 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21932         * configure.in (--enable-lock-elision): Fix message text.
21933         * INSTALL: Regenerate.
21934         * configure: Regenerate.
21936 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21938         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21940 2013-07-03  Andreas Jaeger  <aj@suse.de>
21942         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21943         define.
21944         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21945         (ptrace_peeksiginfo_args): Add.
21946         (__ptrace_peeksiginfo_flags): Add.
21947         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21948         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21949         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21951 2013-07-03  Allan McRae  <allan@archlinux.org>
21953         * sysdeps/i386/fpu/libm-test-ulps: Update.
21955 2013-07-02  David S. Miller  <davem@davemloft.net>
21957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21959 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21961         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21963 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21965         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21968 2013-07-02  Andi Kleen <ak@linux.intel.com>
21970         * config.h.in (ENABLE_LOCK_ELISION): Add.
21971         * configure.in (--enable-lock-elision): Add option.
21972         * manual/install.texi: Document --enable lock elision.
21973         * configure: Regenerate
21974         * INSTALL: Regenerate.
21976 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21978         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21979         SSE4.2 strcasecmp for libc.a.
21980         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21982 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21984         [BZ #13304]
21985         * soft-fp/op-common.h (_FP_FMA): New macro.
21986         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21987         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21988         (_FP_MUL_MEAT_1_imm): ... here.
21989         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21990         (_FP_MUL_MEAT_1_wide): ... here.
21991         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21992         (_FP_MUL_MEAT_1_hard): ... here.
21993         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21994         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21995         (_FP_MUL_MEAT_2_wide): ... here.
21996         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21997         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21998         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21999         (_FP_MUL_MEAT_2_gmp): ... here.
22000         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22001         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22002         (_FP_MUL_MEAT_4_wide): ... here.
22003         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22004         (_FP_MUL_MEAT_4_gmp): ... here.
22005         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22006         (_FP_WFRACBITS_DW_S): Likewise.
22007         (_FP_WFRACXBITS_DW_S): Likewise.
22008         (_FP_HIGHBIT_DW_S): Likewise.
22009         (FP_FMA_S): Likewise.
22010         (_FP_FRAC_HIGH_DW_S): Likewise.
22011         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22012         (_FP_WFRACBITS_DW_D): Likewise.
22013         (_FP_WFRACXBITS_DW_D): Likewise.
22014         (_FP_HIGHBIT_DW_D): Likewise.
22015         (FP_FMA_D): Likewise.
22016         (_FP_FRAC_HIGH_DW_D): Likewise.
22017         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22018         (_FP_WFRACBITS_DW_E): Likewise.
22019         (_FP_WFRACXBITS_DW_E): Likewise.
22020         (_FP_HIGHBIT_DW_E): Likewise.
22021         (FP_FMA_E): Likewise.
22022         (_FP_FRAC_HIGH_DW_E): Likewise.
22023         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22024         (_FP_WFRACBITS_DW_Q): Likewise.
22025         (_FP_WFRACXBITS_DW_Q): Likewise.
22026         (_FP_HIGHBIT_DW_Q): Likewise.
22027         (FP_FMA_Q): Likewise.
22028         (_FP_FRAC_HIGH_DW_Q): Likewise.
22029         * soft-fp/fmasf4.c: New file.
22030         * soft-fp/fmadf4.c: Likewise.
22031         * soft-fp/fmatf4.c: Likewise.
22033 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22035         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22036         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22037         Silvermont.
22038         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22039         macro.
22040         (index_Slow_SSE4_2): Likewise.
22041         (index_Prefer_PMINUB_for_stringop): Likewise.
22042         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22043         bit_Slow_SSE4_2 is set.
22044         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22045         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22047 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22049         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22050         rtld_global._dl_hwcap2.
22051         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22052         POWER8.
22053         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22054         POWER8 feature descriptions defined in _dl_hwcap2.
22055         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22056         string handling for POWER8 feature bits.
22057         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22058         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22059         _dl_powerpc_cap_flags.
22060         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22061         * sysdeps/powerpc/rtld-global-offsets.sym
22062         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22063         _dl_hwcap2 in the rtld_global_ro structure.
22065 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22067         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22068         hardware capabilities in support of AT_HWCAP2.
22069         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22070         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22071         GLRO(dl_hwcap2).
22072         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22073         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22074         explicitly the unknown a_type display mechanism is used.
22075         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22076         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22077         struct member.
22078         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22079         to macro prototype for AT_HWCAP2 support.
22080         * sysdeps/i386/dl-procinfo.h: Likewise.
22081         * sysdeps/s390/dl-procinfo.h: Likewise.
22082         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22083         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22084         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22085         return -1 for unknown a_type display fallback.
22086         * sysdeps/sparc/dl-procinfo.h: Likewise.
22087         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22088         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22090 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22092         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22093         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22095 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22097         [BZ #12492]
22098         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22099         mprotect making __stack_prot writable.
22101 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22102             Joseph Myers  <joseph@codesourcery.com>
22104         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22105         as being properly aligned.
22107 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22109         * dlfcn/modstatic5.c: New file.
22110         * dlfcn/tststatic5.c: New file.
22111         * dlfcn/Makefile (tests): Add tststatic5.
22112         (tests-static): Likewise.
22113         (modules-names): Add modstatic5.
22114         (tststatic5-ENV): New variable.
22115         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22117         [BZ #15022]
22118         * elf/dl-support.c (_dl_main_map): New variable.
22119         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22120         (_dl_nns, _dl_load_adds): Set to 1.
22121         (_dl_initial_searchlist): Refer to _dl_main_map.
22122         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22123         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22124         call to _dl_get_origin.
22125         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22126         around call_map.
22127         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22128         * dlfcn/modstatic3.c: New file.
22129         * dlfcn/tststatic3.c: New file.
22130         * dlfcn/tststatic4.c: New file.
22131         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22132         (tests-static): Likewise.
22133         (modules-names): Add modstatic3.
22134         (tststatic3-ENV, tststatic4-ENV): New variables.
22135         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22136         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22138 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22140         * configure.in (CC): Require GCC version 4.4 or later.
22141         * configure: Regenerated.
22142         * manual/install.texi (Tools for Compilation): Update GCC version
22143         requirement.
22144         * INSTALL: Regenerated.
22146 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22148         [BZ #15674]
22149         * string/test-memcmp.c (check2): New.
22150         (main): Call check2.
22152         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22154 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22156         [BZ #15022]
22157         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22158         over to...
22159         (dl_open_worker) [!SHARED]: ... here.
22161 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22163         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22165 2013-06-25  Richard Henderson  <rth@redhat.com>
22167         * locale/programs/locarchive.c: Include <libc-internal.h>
22169 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22171         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22172         trailing whitespace removed.
22174 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22176         [BZ #10283]
22177         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22178         * locale/programs/locarchive.c: Include libc-mmap.h.
22179         (prepare_address_space): Take two new outputs (the mmap base and len).
22180         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22181         values.
22182         (create_archive): Declare new mmap base and len values for
22183         prepare_address_space, and store the result in ah.
22184         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22185         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22186         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22187         Declare new mmap base and len values for
22188         prepare_address_space, and store the result in new_ah.
22189         (open_archive): Declare new mmap base and len values for
22190         prepare_address_space, and store the result in ah.
22191         (close_archive): If ah->mmap_base is not NULL, use that and
22192         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22193         * sysdeps/generic/libc-mmap.h: New file.
22195 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22197         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22198         (ALIGN_UP): Likewise.
22199         (PTR_ALIGN_DOWN): Likewise.
22200         (PTR_ALIGN_UP): Likewise.
22202 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22204         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22205         entry mapped to PPC_PLATFORM_POWER8.
22206         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22207         POWER8.
22208         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22209         (_dl_string_platform): Add case for exporting platform position for
22210         POWER8.
22211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22212         search path to sysdeps/powerpc/powerpc32/power8 directory.
22213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22214         search path to sysdeps/powerpc/powerpc64/power8 directory.
22215         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22216         power7 directories.
22217         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22218         power7 directories.
22220 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22222         * INSTALL: Regenerate.
22224         * nscd/connections.c (nscd_init): Fix comment.
22226 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22228         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22230         [BZ #15667]
22231         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22232         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22234 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22236         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22237         DL_DST_REQ_STATIC.
22238         (DL_DST_REQ_STATIC): Remove macro.
22240 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22242         [BZ #7006]
22243         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22244         with a shift of 0 bits.
22246 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22248         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22249         $(tststatic-ENV).
22251 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22253         [BZ #15655]
22254         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22256 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22258         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22259         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22260         accepts -fno-tree-loop-distribute-patterns.
22261         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22262         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22263         recursive call.
22264         * string/memset.c (memset): Likewise.
22265         * string/test-memmove.c (simple_memmove): Disable loop transformation
22266         to library calls.
22267         * string/test-memset.c (simple_memset): Likewise.
22268         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22269         * benchtests/bench-memset.c (simple_memset): Likewise.
22270         * configure: Regenerated.
22272 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22274         * math/test-misc.c (main): Ignore fesetround failure when failures
22275         of subsequent rounding tests would be ignored.
22277         [BZ #15654]
22278         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22279         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22280         * math/fegetenv.c (__fegetenv): Return 0.
22281         * math/fegetexcept.c (fegetexcept): Return 0.
22282         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22283         FE_TONEAREST.
22284         * math/feholdexcpt.c (feholdexcept): Return 0.
22285         * math/fesetenv.c (__fesetenv): Return 0.
22286         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22287         argument FE_TONEAREST.
22288         * math/feupdateenv.c (__feupdateenv): Return 0.
22289         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22291 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22293         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22294         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22295         ($(objpfx)rtld-%.os rules): Use them.
22297 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22299         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22300         fields.
22302 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22304         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22305         length of target pattern, then descending length of dependency pattern.
22306         * configure.in (AWK): Require gawk 3.1.2 or newer.
22307         * manual/install.texi (Tools for Compilation): Say that we do.
22308         * configure: Regenerated.
22310         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22311         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22312         * scripts/sysd-rules.awk: ... this new script.
22313         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22314         than a glob-style pattern.
22316 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22318         * math/test-misc.c (main): Do not treat incorrectly rounded
22319         conversions as failure unless ROUNDING_TESTS passes.
22321 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22323         [BZ #15631]
22324         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22325         restore exception state around main square root computation, then
22326         check for inexactness explicitly.
22328         * math/libm-test.inc (fma_test_data): Add another test.
22330 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22332         * manual/threads.texi (Non-POSIX Extensions): New document
22333         node.  Document pthread_getattr_default_np and
22334         pthread_setattr_default_np.
22336         * Versions.def (libpthread): Add GLIBC_2.18.
22337         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22339         Likewise.
22340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22341         Likewise.
22342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22343         Likewise.
22344         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22345         Likewise.
22346         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22347         Likewise.
22348         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22349         Likewise.
22350         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22351         Likewise.
22352         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22353         Likewise.
22354         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22355         Likewise.
22357 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22359         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22360         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22362 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22363             H.J. Lu  <hjl.tools@gmail.com>
22365         [BZ #15627]
22366         * sysdeps/x86_64/rtld-memset.c: Remove file.
22367         * sysdeps/x86_64/rtld-memset.S: New file.
22369 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22371         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22372         (test_in_one_mode): Take arguments for whether the rounding mode
22373         is supported for each floating-point type.
22374         (do_test): Pass new arguments to test_in_one_mode using
22375         ROUNDING_TESTS.
22377 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22379         * posix/tst-waitid.c (do_test): Distinguish different instances of
22380         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22381         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22382         before entering the kernel for waitpid.
22384 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22386         * NEWS: Fix note on clock function precision.  Text by Roland
22387         McGrath.
22389 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22391         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22392         it into place only when and if the sanity check passes.
22394 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22396         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22397         output for whether conversion result is exact.  Take argument
22398         indicating whether type is IBM long double.
22399         (round_for_all): Change need_exact field to ibm_ld.
22400         * stdlib/tst-strtod-round.c (struct exactness): New type.
22401         (struct test): Change bool ld_ok field to struct exactness exact.
22402         (TEST): Update all definitions for change to field.
22403         (tests): Regenerate array contents.
22404         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22405         field value.  Check for IBM long double here.
22406         (do_test): Update calls to test_in_one_mode.
22408 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22410         [BZ #12515]
22411         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22412         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22414 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22416         [BZ #15605]
22417         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22418         generated by the compiler on loop optimizations.
22419         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22420         general definitions.
22422 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22424         * math/bug-nextafter.c: Include <math-tests.h>.
22425         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22426         the relevant type.
22427         * math/bug-nexttoward.c: Include <math-tests.h>.
22428         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22429         the relevant type.
22430         * math/test-misc.c: Include <math-tests.h>.
22431         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22432         the relevant type.
22434 2013-06-12  Andreas Jaeger  <aj@suse.de>
22436         * po/ia.po: Update Interlingua translation from translation
22437         project.
22439 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22441         * include/fenv.h: Include stdbool.h.
22442         (struct rm_ctx): New structure.
22443         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22444         Define macro.
22445         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22446         (SET_RESTORE_ROUNDF): Likewise.
22447         (SET_RESTORE_ROUNDL): Likewise.
22448         (SET_RESTORE_ROUND_NOEX): Likewise.
22449         (SET_RESTORE_ROUND_NOEXF): Likewise.
22450         (SET_RESTORE_ROUND_NOEXL): Likewise.
22451         (SET_RESTORE_ROUND_53BIT): Likewise.
22452         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22453         (libc_feresetround_noexf_ctx): Likewise.
22454         (libc_feresetround_noexl_ctx): Likewise.
22455         (libc_feholdsetround_53bit_ctx): Likewise.
22456         (libc_feresetround_53bit_ctx): Likewise.
22457         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22458         (libc_feholdexcept_setround_sse_ctx): New function.
22459         (libc_fesetenv_sse_ctx): Likewise.
22460         (libc_feupdateenv_sse_ctx): Likewise.
22461         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22462         (libc_feholdexcept_setround_387_ctx): Likewise.
22463         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22464         (libc_feholdsetround_387_prec_ctx): Likewise.
22465         (libc_feholdsetround_387_ctx): Likewise.
22466         (libc_feholdsetround_387_53bit_ctx): Likewise.
22467         (libc_feholdsetround_sse_ctx): Likewise.
22468         (libc_feresetround_sse_ctx): Likewise.
22469         (libc_feresetround_387_ctx): Likewise.
22470         (libc_feupdateenv_387_ctx): Likewise.
22471         (libc_feholdexcept_setroundf_ctx): Define macro.
22472         (libc_fesetenvf_ctx): Likewise.
22473         (libc_feupdateenvf_ctx): Likewise.
22474         (libc_feholdsetroundf_ctx): Likewise.
22475         (libc_feresetroundf_ctx): Likewise.
22476         (libc_feholdexcept_setround_ctx): Likewise.
22477         (libc_fesetenv_ctx): Likewise.
22478         (libc_feupdateenv_ctx): Likewise.
22479         (libc_feholdsetround_ctx): Likewise.
22480         (libc_feresetround_ctx): Likewise.
22481         (libc_feholdexcept_setroundl_ctx): Likewise.
22482         (libc_feupdateenvl_ctx): Likewise.
22483         (libc_feholdsetroundl_ctx): Likewise.
22484         (libc_feresetroundl_ctx): Likewise.
22485         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22486         (libc_feresetround_53bit_ctx): Likewise.
22488 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22490         * locale/iso-639.def: Convert to UTF-8.
22492 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22494         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22495         (EXCEPTION_TESTS_double): Likewise.
22496         (EXCEPTION_TESTS_long_double): Likewise.
22497         (EXCEPTION_TESTS): Likewise.
22498         * math/libm-test.inc (test_exceptions): Only test exceptions if
22499         EXCEPTION_TESTS (FLOAT).
22501 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22503         * benchtests/Makefile (string-bench): Add strcpy_chk and
22504         stpcpy_chk.
22505         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22506         * benchtests/bench-stpcpy_chk.c: New file.
22507         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22508         * benchtests/bench-strcpy_chk.c: New file.
22509         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22510         code.
22511         (do_test): Likewise.
22513 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22515         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22516         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22517         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22518         with tabs where appropriate.
22519         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22520         dl-procinfo.h.
22521         [PPC_PLATFORM_PPC440]: Likewise.
22522         [PPC_PLATFORM_PPC464]: Likewise.
22523         [PPC_PLATFORM_PPC476]: Likewise.
22524         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22525         ppc464, and ppc476 platform strings merging from ports/
22526         dl-procinfo.h.
22528 2013-06-11  Andreas Schwab  <schwab@suse.de>
22530         [BZ #14991]
22531         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22532         (from_ucs4_idx): Regenerate.
22533         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22534         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22535         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22536         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22537         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22538         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22539         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22540         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22541         from FROM_LOOP and TO_LOOP specific macros.
22542         (BODY): Handle combining characters.
22543         * iconvdata/BIG5HKSCS.irreversible: Update.
22544         * iconvdata/BIG5HKSCS.precomposed: New file.
22545         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22546         characters.
22547         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22549 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22551         * include/sys/time.h: Fix indentation and add copyright header.
22553         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22554         (do_test): Likewise.
22555         * string/test-memchr.c (do_one_test): Likewise.
22556         (do_test): Likewise.
22557         * string/test-memcmp.c (do_one_test): Likewise.
22558         (do_test): Likewise.
22559         * string/test-memcpy.c (do_one_test): Likewise.
22560         (do_test): Likewise.
22561         * string/test-memmem.c (do_one_test): Likewise.
22562         (do_test): Likewise.
22563         (do_random_tests): Likewise.
22564         * string/test-memmove.c (do_one_test): Likewise.
22565         (do_test): Likewise.
22566         * string/test-memset.c (do_one_test): Likewise.
22567         (do_test): Likewise.
22568         * string/test-rawmemchr.c (do_one_test): Likewise.
22569         (do_test): Likewise.
22570         * string/test-strcasecmp.c (do_one_test): Likewise.
22571         (do_test): Likewise.
22572         * string/test-strcasestr.c (do_one_test): Likewise.
22573         (do_test): Likewise.
22574         * string/test-strcat.c (do_one_test): Likewise.
22575         (do_test): Likewise.
22576         * string/test-strchr.c (do_one_test): Likewise.
22577         (do_test): Likewise.
22578         * string/test-strcmp.c (do_one_test): Likewise.
22579         (do_test): Likewise.
22580         * string/test-strcpy.c (do_one_test): Likewise.
22581         (do_test): Likewise.
22582         * string/test-string.h: Likewise.
22583         (test_init): Likewise.
22584         * string/test-strlen.c (do_one_test): Likewise.
22585         (do_test): Likewise.
22586         * string/test-strncasecmp.c (do_one_test): Likewise.
22587         (do_test): Likewise.
22588         * string/test-strncat.c (do_one_test): Likewise.
22589         (do_test): Likewise.
22590         * string/test-strncmp.c (do_one_test): Likewise.
22591         (do_test_limit): Likewise.
22592         (do_test): Likewise.
22593         * string/test-strncpy.c (do_one_test): Likewise.
22594         (do_test): Likewise.
22595         * string/test-strnlen.c (do_one_test): Likewise.
22596         (do_test): Likewise.
22597         * string/test-strpbrk.c (do_one_test): Likewise.
22598         (do_test): Likewise.
22599         * string/test-strrchr.c (do_one_test): Likewise.
22600         (do_test): Likewise.
22601         * string/test-strspn.c (do_one_test): Likewise.
22602         (do_test): Likewise.
22603         * string/test-strstr.c (do_one_test): Likewise.
22604         (do_test): Likewise.
22606         * benchtests/Makefile (string-bench): Add string benchmarks.
22607         * benchtests/bench-bcopy-ifunc.c: New file.
22608         * benchtests/bench-bcopy.c: New file.
22609         * benchtests/bench-bzero-ifunc.c: New file.
22610         * benchtests/bench-bzero.c: New file.
22611         * benchtests/bench-memccpy-ifunc.c: New file.
22612         * benchtests/bench-memccpy.c: New file.
22613         * benchtests/bench-memchr-ifunc.c: New file.
22614         * benchtests/bench-memchr.c: New file.
22615         * benchtests/bench-memcmp-ifunc.c: New file.
22616         * benchtests/bench-memcmp.c: New file.
22617         * benchtests/bench-memmem-ifunc.c: New file.
22618         * benchtests/bench-memmem.c: New file.
22619         * benchtests/bench-memmove-ifunc.c: New file.
22620         * benchtests/bench-memmove.c: New file.
22621         * benchtests/bench-mempcpy-ifunc.c: New file.
22622         * benchtests/bench-mempcpy.c: New file.
22623         * benchtests/bench-memset-ifunc.c: New file.
22624         * benchtests/bench-memset.c: New file.
22625         * benchtests/bench-rawmemchr-ifunc.c: New file.
22626         * benchtests/bench-rawmemchr.c: New file.
22627         * benchtests/bench-stpcpy-ifunc.c: New file.
22628         * benchtests/bench-stpcpy.c: New file.
22629         * benchtests/bench-stpncpy-ifunc.c: New file.
22630         * benchtests/bench-stpncpy.c: New file.
22631         * benchtests/bench-strcasecmp-ifunc.c: New file.
22632         * benchtests/bench-strcasecmp.c: New file.
22633         * benchtests/bench-strcasestr-ifunc.c: New file.
22634         * benchtests/bench-strcasestr.c: New file.
22635         * benchtests/bench-strcat-ifunc.c: New file.
22636         * benchtests/bench-strcat.c: New file.
22637         * benchtests/bench-strchr-ifunc.c: New file.
22638         * benchtests/bench-strchr.c: New file.
22639         * benchtests/bench-strchrnul-ifunc.c: New file.
22640         * benchtests/bench-strchrnul.c: New file.
22641         * benchtests/bench-strcmp-ifunc.c: New file.
22642         * benchtests/bench-strcmp.c: New file.
22643         * benchtests/bench-strcpy-ifunc.c: New file.
22644         * benchtests/bench-strcpy.c: New file.
22645         * benchtests/bench-strcspn-ifunc.c: New file.
22646         * benchtests/bench-strcspn.c: New file.
22647         * benchtests/bench-strlen-ifunc.c: New file.
22648         * benchtests/bench-strlen.c: New file.
22649         * benchtests/bench-strncasecmp-ifunc.c: New file.
22650         * benchtests/bench-strncasecmp.c: New file.
22651         * benchtests/bench-strncat-ifunc.c: New file.
22652         * benchtests/bench-strncat.c: New file.
22653         * benchtests/bench-strncmp-ifunc.c: New file.
22654         * benchtests/bench-strncmp.c: New file.
22655         * benchtests/bench-strncpy-ifunc.c: New file.
22656         * benchtests/bench-strncpy.c: New file.
22657         * benchtests/bench-strnlen-ifunc.c: New file.
22658         * benchtests/bench-strnlen.c: New file.
22659         * benchtests/bench-strpbrk-ifunc.c: New file.
22660         * benchtests/bench-strpbrk.c: New file.
22661         * benchtests/bench-strrchr-ifunc.c: New file.
22662         * benchtests/bench-strrchr.c: New file.
22663         * benchtests/bench-strspn-ifunc.c: New file.
22664         * benchtests/bench-strspn.c: New file.
22665         * benchtests/bench-strstr-ifunc.c: New file.
22666         * benchtests/bench-strstr.c: New file.
22668         * benchtests/Makefile: Disable parallel execution of targets.
22669         (string-bench): Add memcpy.
22670         (benchset): New variable to store a list of benchmark sets.
22671         (bench-func): Renamed from bench.
22672         (bench-set): New target.
22673         (bench): Depend on bench-func and bench-set.
22674         * benchtests/README: Add section on benchmark sets.
22675         * benchtests/bench-memcpy-ifunc.c: New file.
22676         * benchtests/bench-memcpy.c: New file.
22677         * benchtests/bench-string.h: New file.
22679 2013-06-11  Andreas Schwab  <schwab@suse.de>
22681         [BZ #15577]
22682         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22683         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22684         values in the triple.
22685         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22686         terminator in the group key.
22688 2013-06-11  Andreas Jaeger  <aj@suse.de>
22690         * po/zh_TW.po: Update Chinese (traditional) translation from
22691         translation project.
22693 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22695         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22696         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22697         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22698         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22699         (clock_getcpuclockid): Likewise.
22700         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22701         Add weak_alias and libc_hidden_def.
22702         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22703         * rt/clock_gettime.c (clock_gettime): Rename to
22704         __clock_gettime.  Add weak_alias and libc_hidden_def.
22705         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22706         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22707         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22708         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22709         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22710         Likewise.
22711         * rt/clock_settime.c (clock_settime): Rename to
22712         __clock_settime.  Add weak_alias and libc_hidden_def.
22713         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22715 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22717         * mach/err_boot.sub: Remove trailing whitespace.
22718         * mach/err_ipc.sub: Likewise.
22719         * mach/err_mach.sub: Likewise.
22721         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22722         (ROUNDING_TESTS_double): Likewise.
22723         (ROUNDING_TESTS_long_double): Likewise.
22724         (ROUNDING_TESTS): Likewise.
22725         * math/libm-test.inc: Include <math-tests.h>.
22726         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22727         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22728         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22729         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22731 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22733         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22734         of assigning.
22736 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22738         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22739         otherwise empty TRANS lines.
22740         * sysdeps/gnu/errlist.c: Regenerated.
22742         * catgets/gencat.c (error_print): Use (void) in function
22743         definition.
22744         * crypt/crypt_util.c (__init_des): Likewise.
22745         * crypt/speeds.c (Stop): Likewise.
22746         (main): Likewise.
22747         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22748         * inet/ruserpass.c (token): Likewise.
22749         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22750         * intl/localealias.c (extend_alias_table): Likewise.
22751         * intl/plural-exp.c (init_germanic_plural): Likewise.
22752         * libio/fcloseall.c (__fcloseall): Likewise.
22753         * libio/genops.c (_IO_flush_all): Likewise.
22754         (_IO_flush_all_linebuffered): Likewise.
22755         (_IO_cleanup): Likewise.
22756         (_IO_iter_begin): Likewise.
22757         (_IO_iter_end): Likewise.
22758         (_IO_list_lock): Likewise.
22759         (_IO_list_unlock): Likewise.
22760         (_IO_list_resetlock): Likewise.
22761         * libio/getchar.c (getchar): Likewise.
22762         * libio/getchar_u.c (getchar_unlocked): Likewise.
22763         * libio/getwchar.c (getwchar): Likewise.
22764         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22765         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22766         * login/getpt.c (__getpt): Likewise.
22767         * login/tst-utmp.c (main): Likewise.
22768         * malloc/hooks.c (__malloc_check_init): Likewise.
22769         * malloc/malloc.c (__malloc_stats): Likewise.
22770         * malloc/mtrace.c (tr_break): Likewise.
22771         (mtrace): Likewise.
22772         (muntrace): Likewise.
22773         * misc/fstab.c (endfsent): Likewise.
22774         * misc/getclktck.c (__getclktck): Likewise.
22775         * misc/getdtsz.c (__getdtablesize): Likewise.
22776         * misc/gethostid.c (gethostid): Likewise.
22777         * misc/getpagesize.c (__getpagesize): Likewise.
22778         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22779         (__get_nprocs): Likewise.
22780         (__get_phys_pages): Likewise.
22781         (__get_avphys_pages): Likewise.
22782         * misc/getttyent.c (getttyent): Likewise.
22783         (setttyent): Likewise.
22784         (endttyent): Likewise.
22785         * misc/getusershell.c (getusershell): Likewise.
22786         (endusershell): Likewise.
22787         (setusershell): Likewise.
22788         (initshells): Likewise.
22789         * misc/hsearch.c (__hdestroy): Likewise.
22790         * misc/sync.c (sync): Likewise.
22791         * misc/syslog.c (closelog_internal): Likewise.
22792         (closelog): Likewise.
22793         * misc/ttyslot.c (ttyslot): Likewise.
22794         * misc/vhangup.c (vhangup): Likewise.
22795         * posix/fork.c (__fork): Likewise.
22796         * posix/getegid.c (__getegid): Likewise.
22797         * posix/geteuid.c (__geteuid): Likewise.
22798         * posix/getgid.c (__getgid): Likewise.
22799         * posix/getpid.c (__getpid): Likewise.
22800         * posix/getppid.c (__getppid): Likewise.
22801         * posix/getuid.c (__getuid): Likewise.
22802         * posix/pause.c (pause): Likewise.
22803         * posix/setpgrp.c (setpgrp): Likewise.
22804         * posix/setsid.c (__setsid): Likewise.
22805         * posix/test-vfork.c (noop): Likewise.
22806         * resolv/gethnamaddr.c (_endhtent): Likewise.
22807         (_gethtent): Likewise.
22808         (ht_endhostent): Likewise.
22809         (gethostent): Likewise.
22810         (dns_service): Likewise.
22811         * stdlib/drand48.c (drand48): Likewise.
22812         * stdlib/lrand48.c (lrand48): Likewise.
22813         * stdlib/mrand48.c (mrand48): Likewise.
22814         * stdlib/rand.c (rand): Likewise.
22815         * stdlib/random.c (__random): Likewise.
22816         * stdlib/setenv.c (clearenv): Likewise.
22817         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22818         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22819         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22820         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22821         (__get_nprocs): Likewise.
22822         (__get_phys_pages): Likewise.
22823         (__get_avphys_pages): Likewise.
22824         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22825         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22826         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22827         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22828         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22829         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22830         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22831         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22832         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22833         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22834         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22835         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22836         * sysdeps/posix/clock.c (clock): Likewise.
22837         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22838         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22839         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22840         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22841         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22842         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22843         (__get_nprocs_conf): Likewise.
22844         (__get_phys_pages): Likewise.
22845         (__get_avphys_pages): Likewise.
22846         * time/clock.c (clock): Likewise.
22847         * time/tzset.c (__tzname_max): Likewise.
22849 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22851         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22852         (__bswap_32): Do not use "register".
22853         * crypt/crypt.c (_ufc_doit_r): Likewise.
22854         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22855         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22856         * gmon/gmon.c (__monstartup): Likewise.
22857         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22858         * hurd/hurdmalloc.c (more_memory): Likewise.
22859         (malloc): Likewise.
22860         (free): Likewise.
22861         (realloc): Likewise.
22862         (malloc_fork_prepare): Likewise.
22863         (malloc_fork_parent): Likewise.
22864         (malloc_fork_child): Likewise.
22865         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22866         (_svcauth_des): Likewise.
22867         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22868         * inet/inet_net.c (inet_network): Likewise.
22869         * inet/inet_netof.c (inet_netof): Likewise.
22870         * inet/rcmd.c (__validuser2_sa): Likewise.
22871         * io/fts.c (fts_open): Likewise.
22872         (fts_load): Likewise.
22873         (fts_close): Likewise.
22874         (fts_read): Likewise.
22875         (fts_children): Likewise.
22876         (fts_build): Likewise.
22877         (fts_stat): Likewise.
22878         (fts_sort): Likewise.
22879         (fts_alloc): Likewise.
22880         (fts_lfree): Likewise.
22881         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22882         (_IO_file_xsgetn): Likewise.
22883         (_IO_file_xsgetn_mmap): Likewise.
22884         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22885         (_IO_cookie_write): Likewise.
22886         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22887         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22888         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22889         * malloc/obstack.c (_obstack_begin): Likewise.
22890         (_obstack_begin_1): Likewise.
22891         (_obstack_newchunk): Likewise.
22892         (_obstack_allocated_p): Likewise.
22893         (obstack_free): Likewise.
22894         (_obstack_memory_used): Likewise.
22895         * misc/getttyent.c (getttynam): Likewise.
22896         (getttyent): Likewise.
22897         (skip): Likewise.
22898         (value): Likewise.
22899         * misc/getusershell.c (initshells): Likewise.
22900         * misc/syslog.c (__vsyslog_chk): Likewise.
22901         * misc/ttyslot.c (ttyslot): Likewise.
22902         * nis/nis_hash.c (__nis_hash): Likewise.
22903         * posix/fnmatch_loop.c (FCT): Likewise.
22904         * posix/getconf.c (print_all): Likewise.
22905         (main): Likewise.
22906         * posix/getopt.c (exchange): Likewise.
22907         * posix/glob.c (globfree): Likewise.
22908         (prefix_array): Likewise.
22909         (__glob_pattern_type): Likewise.
22910         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22911         (NS_GET32): Likewise.
22912         (NS_PUT16): Likewise.
22913         (NS_PUT32): Likewise.
22914         * resolv/gethnamaddr.c (getanswer): Likewise.
22915         (gethostbyname2): Likewise.
22916         (gethostbyaddr): Likewise.
22917         (_gethtent): Likewise.
22918         (_gethtbyname2): Likewise.
22919         (_gethtbyaddr): Likewise.
22920         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22921         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22922         * resolv/res_init.c (__res_vinit): Likewise.
22923         (net_mask): Likewise.
22924         * resolv/res_mkquery.c (outchar): Likewise.
22925         (PRINT): Likewise.
22926         * stdio-common/printf_fp.c (outchar): Likewise.
22927         (PRINT): Likewise.
22928         * stdio-common/printf_fphex.c (outchar): Likewise.
22929         (PRINT): Likewise.
22930         * stdio-common/printf_size.c (outchar): Likewise.
22931         (PRINT): Likewise.
22932         * stdio-common/test_rdwr.c (main): Likewise.
22933         * stdio-common/tfformat.c (matches): Likewise.
22934         * stdio-common/vfprintf.c (outchar): Likewise.
22935         (printf_unknown): Likewise.
22936         (buffered_vfprintf): Likewise.
22937         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22938         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22939         (ReadFile): Likewise.
22940         * stdlib/qsort.c (SWAP): Likewise.
22941         (_quicksort): Likewise.
22942         * stdlib/setenv.c (__add_to_environ): Likewise.
22943         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22944         * stdlib/strtol_l.c (__strtol_l): Likewise.
22945         * stdlib/tst-strtod.c (main): Likewise.
22946         * stdlib/tst-strtol.c (main): Likewise.
22947         * stdlib/tst-strtoll.c (main): Likewise.
22948         * string/bits/string2.h (__strcmp_cc): Likewise.
22949         (__strcmp_cg): Likewise.
22950         (__strcspn_c1): Likewise.
22951         (__strcspn_c2): Likewise.
22952         (__strcspn_c3): Likewise.
22953         (__strspn_c1): Likewise.
22954         (__strspn_c2): Likewise.
22955         (__strspn_c3): Likewise.
22956         (__strsep_1c): Likewise.
22957         (__strsep_2c): Likewise.
22958         (__strsep_3c): Likewise.
22959         * string/memccpy.c (__memccpy): Likewise.
22960         * string/stpcpy.c (__stpcpy): Likewise.
22961         * string/strcmp.c (strcmp): Likewise.
22962         * string/strrchr.c (strrchr): Likewise.
22963         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22964         Likewise.
22965         * sysdeps/mach/hurd/getcwd.c
22966         (_hurd_canonicalize_directory_name_internal): Likewise.
22967         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22968         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22969         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22970         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22971         Likewise, in both definitions.
22972         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22973         definitions.
22974         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22975         64] (__bswap_64): Likewise.
22976         * time/test_time.c (main): Likewise.
22977         * time/tzfile.c (__tzfile_read): Likewise.
22978         (__tzfile_compute): Likewise.
22979         * time/tzset.c (__tzset_parse_tz): Likewise.
22980         (tzset_internal): Likewise.
22981         (compute_change): Likewise.
22982         * wcsmbs/wcscat.c (__wcscat): Likewise.
22983         * wcsmbs/wcschr.c (wcschr): Likewise.
22984         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22985         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22986         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22987         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22988         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22989         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22990         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22991         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22992         * wcsmbs/wmemset.c (wmemset): Likewise.
22994 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22996         * scripts/config.guess: Update to version 2013-05-16.
22997         * scripts/config.sub: Update to version 2013-04-24.
22998         * scripts/install-sh: Update to version 2011-11-20.07.
22999         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23000         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23002 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23004         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23005         * elf/sln.c: Likewise.
23006         * hurd/hurd/ioctl.h: Likewise.
23007         * hurd/hurdmalloc.c: Likewise.
23008         * hurd/xattr.c: Likewise.
23009         * include/shlib-compat.h: Likewise.
23010         * inet/ruserpass.c: Likewise.
23011         * libio/iofgets_u.c: Likewise.
23012         * libio/iofgetws_u.c: Likewise.
23013         * locale/programs/ld-identification.c: Likewise.
23014         * locale/programs/ld-time.c: Likewise.
23015         * mach/msg-destroy.c: Likewise.
23016         * nss/nss_files/files-netgrp.c: Likewise.
23017         * resolv/res_data.c: Likewise.
23018         * soft-fp/op-1.h: Likewise.
23019         * soft-fp/op-2.h: Likewise.
23020         * soft-fp/op-4.h: Likewise.
23021         * soft-fp/op-common.h: Likewise.
23022         * stdio-common/printf_fphex.c: Likewise.
23023         * stdlib/strtod_l.c: Likewise.
23024         * sunrpc/rpc/clnt.h: Likewise.
23025         * sysdeps/generic/framestate.c: Likewise.
23026         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23027         * sysdeps/i386/bsd-setjmp.S: Likewise.
23028         * sysdeps/i386/__longjmp.S: Likewise.
23029         * sysdeps/i386/setjmp.S: Likewise.
23030         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23031         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23032         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23033         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23034         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23035         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23036         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23037         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23038         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23039         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23040         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23041         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23042         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23043         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23044         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23045         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23046         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23047         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23048         * sysdeps/ieee754/support.c: Likewise.
23049         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23050         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23051         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23052         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23053         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23054         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23055         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23056         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23057         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23058         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23059         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23060         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23061         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23062         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23063         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23064         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23065         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23068 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23070         * posix/transbug.c: Remove executable mode.
23072 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23074         * crypt/speeds.c: Remove trailing whitespace.
23075         * dlfcn/default.c: Likewise.
23076         * elf/ifuncdep2.c: Likewise.
23077         * elf/ifuncmain1.c: Likewise.
23078         * elf/ifuncmain1vis.c: Likewise.
23079         * elf/testobj.h: Likewise.
23080         * elf/tst-stackguard1.c: Likewise.
23081         * gmon/sys/gmon.h: Likewise.
23082         * hurd/hurdmsg.c: Likewise.
23083         * hurd/new-fd.c: Likewise.
23084         * hurd/ports-get.c: Likewise.
23085         * iconvdata/ibm1008_420.c: Likewise.
23086         * inet/tst-getni1.c: Likewise.
23087         * inet/tst-getni2.c: Likewise.
23088         * libio/ioungetc.c: Likewise.
23089         * libio/wfiledoalloc.c: Likewise.
23090         * manual/libm-err-tab.pl: Likewise.
23091         * math/w_dremf.c: Likewise.
23092         * misc/ftruncate.c: Likewise.
23093         * posix/bug-glob2.c: Likewise.
23094         * posix/tst-pcre.c: Likewise.
23095         * posix/wait4.c: Likewise.
23096         * resolv/README: Likewise.
23097         * resolv/res_debug.h: Likewise.
23098         * resolv/tst-inet_ntop.c: Likewise.
23099         * setjmp/bug269-setjmp.c: Likewise.
23100         * soft-fp/extended.h: Likewise.
23101         * soft-fp/op-1.h: Likewise.
23102         * soft-fp/op-2.h: Likewise.
23103         * soft-fp/op-4.h: Likewise.
23104         * soft-fp/op-8.h: Likewise.
23105         * soft-fp/testit.c: Likewise.
23106         * stdio-common/bug16.c: Likewise.
23107         * stdlib/random.c: Likewise.
23108         * sunrpc/rpcsvc/rquota.x: Likewise.
23109         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23110         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23111         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23112         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23113         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23114         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23115         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23116         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23117         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23118         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23119         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23120         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23121         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23122         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23123         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23124         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23125         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23126         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23127         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23128         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23129         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23130         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23131         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23132         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23133         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23134         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23135         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23136         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23137         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23138         * sysdeps/ieee754/s_lib_version.c: Likewise.
23139         * sysdeps/mach/hurd/check_fds.c: Likewise.
23140         * sysdeps/mach/hurd/getsockname.c: Likewise.
23141         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23142         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23143         * sysdeps/powerpc/bits/link.h: Likewise.
23144         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23145         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23146         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23147         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23148         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23149         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23150         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23151         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23152         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23153         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23154         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23155         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23156         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23157         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23158         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23159         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23160         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23161         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23162         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23163         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23164         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23165         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23166         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23167         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23168         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23169         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23170         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23171         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23172         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23173         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23174         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23175         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23176         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23177         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23178         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23179         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23180         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23181         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23182         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23183         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23184         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23185         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23186         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23187         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23188         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23189         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23190         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23191         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23192         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23193         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23194         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23195         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23196         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23197         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23198         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23199         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23200         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23201         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23202         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23203         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23204         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23205         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23206         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23207         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23208         * sysdeps/powerpc/sysdep.h: Likewise.
23209         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23210         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23211         * sysdeps/sh/dl-trampoline.S: Likewise.
23212         * sysdeps/sh/memset.S: Likewise.
23213         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23214         * sysdeps/sh/strlen.S: Likewise.
23215         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23216         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23217         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23218         * sysdeps/sparc/sparc32/rem.S: Likewise.
23219         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23220         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23221         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23222         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23223         * sysdeps/sparc/sparc32/urem.S: Likewise.
23224         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23225         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23226         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23227         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23228         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23229         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23230         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23231         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23232         * sysdeps/unix/bsd/times.c: Likewise.
23233         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23234         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23238         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23239         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23240         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23241         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23242         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23243         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23244         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23245         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23246         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23247         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23248         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23249         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23250         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23251         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23252         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23253         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23254         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23255         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23256         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23257         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23258         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23259         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23260         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23261         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23262         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23263         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23264         * sysdeps/x86_64/strcspn.S: Likewise.
23266 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23268         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23269         generated file.  Regenerate properly from gen-translit.pl.
23270         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23271         locale/C-translit.h.
23273 2013-06-05  Andreas Schwab  <schwab@suse.de>
23275         [BZ #15100]
23276         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23277         week as 6 instead of -1.
23278         * time/tst-strptime.c (day_tests): Add test case.
23280 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23282         * sysdeps/generic/math_private.h
23283         (libc_feholdexcept_setround_53bit): Replace with
23284         libc_feholdsetround_53bit.
23285         (libc_feupdateenv_53bit): Replace with
23286         libc_feresetround_53bit.
23287         (SET_RESTORE_ROUND_53BIT): Adjust.
23289 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23291         * string/test-strchrnul.c: Add copyright header.
23293         * posix/tst-getaddrinfo4.c: Increase test timeout.
23295 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23297         [BZ #15536]
23298         * math/libm-test.inc (MAX_EXP): Remove
23299         (MIN_EXP): Define.
23300         (ulp): Use MIN_EXP - MANT_DIG.
23301         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23303 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23305         * po/be.po: Revert last change.
23306         * po/zh_CN.po: Likewise.
23307         * po/header.pot: Likewise.
23309 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23311         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23312         link-libc-deps to empty as target-specific variable.
23313         * Makerules (link-libc-args): New variable.
23314         (libc-for-link): Likewise.
23315         (link-libc-deps): Likewise.
23316         (lib%.so): Depend on $(link-libc-deps).  Link with
23317         $(link-libc-args).
23318         (build-module): Link with $(link-libc-args).
23319         (build-module-asneeded): Likewise.
23320         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23321         list of objects.
23322         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23323         target-specific variable.
23324         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23325         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23326         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23327         libc.
23328         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23329         libc and ld.so.
23330         ($(objpfx)libpcprofile.so): Likewise.
23331         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23332         libc_nonshared.a.
23333         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23334         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23335         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23336         $(link-libc-deps).
23337         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23338         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23339         * login/Makefile ($(objpfx)libutil.so): Likewise.
23340         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23341         * math/Makefile ($(objpfx)libm.so): Likewise.
23342         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23343         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23344         variable instead of depending directly on libc.
23345         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23346         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23347         $(link-libc-deps).
23348         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23349         libc.
23350         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23351         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23352         ($(objpfx)libanl.so): Likewise.
23353         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23354         ld.so.
23355         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23356         $(link-libc-deps).
23357         * sysdeps/i386/fpu/Makefile: Remove file.
23358         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23359         ($(objpfx)libm.so): Remove dependency on ld.so.
23361 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23363         [BZ # 15553]
23364         * nis/yp_xdr.c (XDRMAXNAME): Define.
23365         (XDRMAXRECORD): Define.
23366         (xdr_domainname): Use XDRMAXNAME.
23367         (xdr_mapname): Likewise.
23368         (xdr_peername): Likewise.
23369         (xdr_keydat): Use XDRMAXRECORD.
23370         (xdr_valdat): Likewise.
23372 2013-05-30  Jeff Law  <law@redhat.com>
23374         [BZ #14256]
23375         * manual/errno.texi (ESTALE): Update to account for more than
23376         just NFS file systems.
23377         * sysdeps/gnu/errlist.c: Regenerated.
23379 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23381         [BZ #15465]
23382         * elf/Makefile (tests): Add tst-null-argv.
23383         (modules-names):  Add tst-null-argv-lib.
23384         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23385         (tst-null-argv-ENV): Set environment for tst-null-argv.
23386         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23387         (RTLD_PROGNAME): New macro.
23388         * elf/tst-null-argv.c: New test case.
23389         * elf/tst-null-argv-lib.c: Library for test case.
23390         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23391         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23392         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23393         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23394         * elf/dl-init.c (call_init): Likewise.
23395         (_dl_init): Likewise.
23396         * elf/dl-load.c (print_search_path): Likewise.
23397         (_dl_map_object): Likewise.
23398         * elf/dl-lookup.c (do_lookup_x): Likewise.
23399         (add_dependency): Likewise.
23400         (_dl_lookup_symbol_x): Likewise.
23401         (_dl_debug_bindings): Likewise.
23402         * elf/dl-open.c (_dl_show_scope): Likewise.
23403         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23404         * elf/dl-version.c (match_symbol): Likewise.
23405         (_dl_check_map_versions): Likewise.
23406         * elf/rtld.c (dl_main): Likewise.
23407         (print_unresolved): Use RTLD_PROGNAME.
23408         (print_missing_version): Likewise.
23409         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23410         (elf_machine_rela): Likewise.
23411         * sysdeps/powerpc/powerpc32/dl-machine.c
23412         (__process_machine_rela): Likewise.
23413         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23414         Likewise.
23415         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23416         Likewise.
23417         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23418         Likewise.
23419         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23420         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23421         Likewise.
23422         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23423         Likewise.
23424         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23426 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23428         * po/be.po: Add descriptive title.
23429         * po/zh_CN.po: Likewise.
23430         * po/header.pot: Likewise.
23432 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23434         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23435         error message.
23436         (enlarge_archive): Likewise.
23438 2013-05-28  Ben North  <ben@redfrontdoor.org>
23440         * manual/arith.texi (frexp): It is the magnitude of the return
23441         value which lies in [0.5, 1), not the return value itself.
23443 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23447 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23449         * stdio-common/bug26.c (main): Correct fscanf template.
23451         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23452         declare _dl_skip_args.
23454         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23455         Don't declare.
23457         * manual/platform.texi: Add missing @end deftypefun.
23459 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23461         [BZ #15529]
23462         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23463         bit of mantissa of 2^16382.
23464         * math/libm-test.inc (hypot_test_data): Add more tests.
23466         * math/libm-test.inc: Add drem and pow10 to list of tested
23467         functions.
23468         (pow10_test): New function.
23469         (drem_test): Likewise.
23470         (drem_test_tonearest): Likewise.
23471         (drem_test_towardzero): Likewise.
23472         (drem_test_downward): Likewise.
23473         (drem_test_upward): Likewise.
23474         (main): Call the new functions.
23476         * math/libm-test.inc (finite_test_data): Remove.
23477         (finite_test): Run tests from isfinite_test_data.
23478         (gamma_test_data): Remove.
23479         (gamma_test): Run tests from lgamma_test_data.
23480         * sysdeps/i386/fpu/libm-test-ulps: Update.
23481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23483 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23485         * manual/platform.texi: Add PowerPC PPR function set documentation.
23486         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23487         implementation.
23489 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23491         * math/libm-test.inc (MAX_EXP): Define.
23492         (ULPDIFF): Define.
23493         (ulp): New function.
23494         (check_float_internal): Use ULPDIFF.
23495         (cpow_test): Disable failing test.
23496         (check_ulp): Test ulp() implemetnation.
23497         (main): Call check_ulp before starting tests.
23499 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23501         * math/gen-libm-test.pl (generate_testfile): Do not handle
23502         START_DATA and END_DATA.
23503         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23504         END_DATA.
23505         (acos_tonearest_test_data): Likewise.
23506         (acos_towardzero_test_data): Likewise.
23507         (acos_downward_test_data): Likewise.
23508         (acos_upward_test_data): Likewise.
23509         (acosh_test_data): Likewise.
23510         (asin_test_data): Likewise.
23511         (asin_tonearest_test_data): Likewise.
23512         (asin_towardzero_test_data): Likewise.
23513         (asin_downward_test_data): Likewise.
23514         (asin_upward_test_data): Likewise.
23515         (asinh_test_data): Likewise.
23516         (atan_test_data): Likewise.
23517         (atanh_test_data): Likewise.
23518         (atan2_test_data): Likewise.
23519         (cabs_test_data): Likewise.
23520         (cacos_test_data): Likewise.
23521         (cacosh_test_data): Likewise.
23522         (carg_test_data): Likewise.
23523         (casin_test_data): Likewise.
23524         (casinh_test_data): Likewise.
23525         (catan_test_data): Likewise.
23526         (catanh_test_data): Likewise.
23527         (cbrt_test_data): Likewise.
23528         (ccos_test_data): Likewise.
23529         (ccosh_test_data): Likewise.
23530         (ceil_test_data): Likewise.
23531         (cexp_test_data): Likewise.
23532         (cimag_test_data): Likewise.
23533         (clog_test_data): Likewise.
23534         (clog10_test_data): Likewise.
23535         (conj_test_data): Likewise.
23536         (copysign_test_data): Likewise.
23537         (cos_test_data): Likewise.
23538         (cos_tonearest_test_data): Likewise.
23539         (cos_towardzero_test_data): Likewise.
23540         (cos_downward_test_data): Likewise.
23541         (cos_upward_test_data): Likewise.
23542         (cosh_test_data): Likewise.
23543         (cosh_tonearest_test_data): Likewise.
23544         (cosh_towardzero_test_data): Likewise.
23545         (cosh_downward_test_data): Likewise.
23546         (cosh_upward_test_data): Likewise.
23547         (cpow_test_data): Likewise.
23548         (cproj_test_data): Likewise.
23549         (creal_test_data): Likewise.
23550         (csin_test_data): Likewise.
23551         (csinh_test_data): Likewise.
23552         (csqrt_test_data): Likewise.
23553         (ctan_test_data): Likewise.
23554         (ctan_tonearest_test_data): Likewise.
23555         (ctan_towardzero_test_data): Likewise.
23556         (ctan_downward_test_data): Likewise.
23557         (ctan_upward_test_data): Likewise.
23558         (ctanh_test_data): Likewise.
23559         (ctanh_tonearest_test_data): Likewise.
23560         (ctanh_towardzero_test_data): Likewise.
23561         (ctanh_downward_test_data): Likewise.
23562         (ctanh_upward_test_data): Likewise.
23563         (erf_test_data): Likewise.
23564         (erfc_test_data): Likewise.
23565         (exp_test_data): Likewise.
23566         (exp_tonearest_test_data): Likewise.
23567         (exp_towardzero_test_data): Likewise.
23568         (exp_downward_test_data): Likewise.
23569         (exp_upward_test_data): Likewise.
23570         (exp10_test_data): Likewise.
23571         (exp2_test_data): Likewise.
23572         (expm1_test_data): Likewise.
23573         (fabs_test_data): Likewise.
23574         (fdim_test_data): Likewise.
23575         (finite_test_data): Likewise.
23576         (floor_test_data): Likewise.
23577         (fma_test_data): Likewise.
23578         (fma_towardzero_test_data): Likewise.
23579         (fma_downward_test_data): Likewise.
23580         (fma_upward_test_data): Likewise.
23581         (fmax_test_data): Likewise.
23582         (fmin_test_data): Likewise.
23583         (fmod_test_data): Likewise.
23584         (fpclassify_test_data): Likewise.
23585         (frexp_test_data): Likewise.
23586         (gamma_test_data): Likewise.
23587         (hypot_test_data): Likewise.
23588         (ilogb_test_data): Likewise.
23589         (isfinite_test_data): Likewise.
23590         (isgreater_test_data): Likewise.
23591         (isgreaterequal_test_data): Likewise.
23592         (isinf_test_data): Likewise.
23593         (isless_test_data): Likewise.
23594         (islessequal_test_data): Likewise.
23595         (islessgreater_test_data): Likewise.
23596         (isnan_test_data): Likewise.
23597         (isnormal_test_data): Likewise.
23598         (issignaling_test_data): Likewise.
23599         (isunordered_test_data): Likewise.
23600         (j0_test_data): Likewise.
23601         (j1_test_data): Likewise.
23602         (jn_test_data): Likewise.
23603         (ldexp_test_data): Likewise.
23604         (lgamma_test_data): Likewise.
23605         (lrint_test_data): Likewise.
23606         (lrint_tonearest_test_data): Likewise.
23607         (lrint_towardzero_test_data): Likewise.
23608         (lrint_downward_test_data): Likewise.
23609         (lrint_upward_test_data): Likewise.
23610         (llrint_test_data): Likewise.
23611         (llrint_tonearest_test_data): Likewise.
23612         (llrint_towardzero_test_data): Likewise.
23613         (llrint_downward_test_data): Likewise.
23614         (llrint_upward_test_data): Likewise.
23615         (log_test_data): Likewise.
23616         (log10_test_data): Likewise.
23617         (log1p_test_data): Likewise.
23618         (log2_test_data): Likewise.
23619         (logb_test_data): Likewise.
23620         (logb_downward_test_data): Likewise.
23621         (lround_test_data): Likewise.
23622         (llround_test_data): Likewise.
23623         (modf_test_data): Likewise.
23624         (nearbyint_test_data): Likewise.
23625         (nextafter_test_data): Likewise.
23626         (nexttoward_test_data): Likewise.
23627         (pow_test_data): Likewise.
23628         (pow_tonearest_test_data): Likewise.
23629         (pow_towardzero_test_data): Likewise.
23630         (pow_downward_test_data): Likewise.
23631         (pow_upward_test_data): Likewise.
23632         (remainder_test_data): Likewise.
23633         (remainder_tonearest_test_data): Likewise.
23634         (remainder_towardzero_test_data): Likewise.
23635         (remainder_downward_test_data): Likewise.
23636         (remainder_upward_test_data): Likewise.
23637         (remquo_test_data): Likewise.
23638         (rint_test_data): Likewise.
23639         (rint_tonearest_test_data): Likewise.
23640         (rint_towardzero_test_data): Likewise.
23641         (rint_downward_test_data): Likewise.
23642         (rint_upward_test_data): Likewise.
23643         (round_test_data): Likewise.
23644         (scalb_test_data): Likewise.
23645         (scalbn_test_data): Likewise.
23646         (scalbln_test_data): Likewise.
23647         (signbit_test_data): Likewise.
23648         (sin_test_data): Likewise.
23649         (sin_tonearest_test_data): Likewise.
23650         (sin_towardzero_test_data): Likewise.
23651         (sin_downward_test_data): Likewise.
23652         (sin_upward_test_data): Likewise.
23653         (sincos_test_data): Likewise.
23654         (sinh_test_data): Likewise.
23655         (sinh_tonearest_test_data): Likewise.
23656         (sinh_towardzero_test_data): Likewise.
23657         (sinh_downward_test_data): Likewise.
23658         (sinh_upward_test_data): Likewise.
23659         (sqrt_test_data): Likewise.
23660         (tan_test_data): Likewise.
23661         (tan_tonearest_test_data): Likewise.
23662         (tan_towardzero_test_data): Likewise.
23663         (tan_downward_test_data): Likewise.
23664         (tan_upward_test_data): Likewise.
23665         (tanh_test_data): Likewise.
23666         (tgamma_test_data): Likewise.
23667         (trunc_test_data): Likewise.
23668         (y0_test_data): Likewise.
23669         (y1_test_data): Likewise.
23670         (yn_test_data): Likewise.
23671         (significand_test_data): Likewise.
23673         * math/gen-libm-test.pl (@functions): Remove variable.
23674         (generate_testfile): Don't handle START and END lines.
23675         * math/libm-test.inc (START): New macro.
23676         (END): Likewise.
23677         (END_COMPLEX): Likewise.
23678         (acos_test): Use END macro without arguments.
23679         (acos_test_tonearest): Likewise.
23680         (acos_test_towardzero): Likewise.
23681         (acos_test_downward): Likewise.
23682         (acos_test_upward): Likewise.
23683         (acosh_test): Likewise.
23684         (asin_test): Likewise.
23685         (asin_test_tonearest): Likewise.
23686         (asin_test_towardzero): Likewise.
23687         (asin_test_downward): Likewise.
23688         (asin_test_upward): Likewise.
23689         (asinh_test): Likewise.
23690         (atan_test): Likewise.
23691         (atanh_test): Likewise.
23692         (atan2_test): Likewise.
23693         (cabs_test): Likewise.
23694         (cacos_test): Use END_COMPLEX macro without arguments.
23695         (cacosh_test): Likewise.
23696         (carg_test): Use END macro without arguments.
23697         (casin_test): Use END_COMPLEX macro without arguments.
23698         (casinh_test): Likewise.
23699         (catan_test): Likewise.
23700         (catanh_test): Likewise.
23701         (cbrt_test): Use END macro without arguments.
23702         (ccos_test): Use END_COMPLEX macro without arguments.
23703         (ccosh_test): Likewise.
23704         (ceil_test): Use END macro without arguments.
23705         (cexp_test): Use END_COMPLEX macro without arguments.
23706         (cimag_test): Use END macro without arguments.
23707         (clog_test): Use END_COMPLEX macro without arguments.
23708         (clog10_test): Likewise.
23709         (conj_test): Likewise.
23710         (copysign_test): Use END macro without arguments.
23711         (cos_test): Likewise.
23712         (cos_test_tonearest): Likewise.
23713         (cos_test_towardzero): Likewise.
23714         (cos_test_downward): Likewise.
23715         (cos_test_upward): Likewise.
23716         (cosh_test): Likewise.
23717         (cosh_test_tonearest): Likewise.
23718         (cosh_test_towardzero): Likewise.
23719         (cosh_test_downward): Likewise.
23720         (cosh_test_upward): Likewise.
23721         (cpow_test): Use END_COMPLEX macro without arguments.
23722         (cproj_test): Likewise.
23723         (creal_test): Use END macro without arguments.
23724         (csin_test): Use END_COMPLEX macro without arguments.
23725         (csinh_test): Likewise.
23726         (csqrt_test): Likewise.
23727         (ctan_test): Likewise.
23728         (ctan_test_tonearest): Likewise.
23729         (ctan_test_towardzero): Likewise.
23730         (ctan_test_downward): Likewise.
23731         (ctan_test_upward): Likewise.
23732         (ctanh_test): Likewise.
23733         (ctanh_test_tonearest): Likewise.
23734         (ctanh_test_towardzero): Likewise.
23735         (ctanh_test_downward): Likewise.
23736         (ctanh_test_upward): Likewise.
23737         (erf_test): Use END macro without arguments.
23738         (erfc_test): Likewise.
23739         (exp_test): Likewise.
23740         (exp_test_tonearest): Likewise.
23741         (exp_test_towardzero): Likewise.
23742         (exp_test_downward): Likewise.
23743         (exp_test_upward): Likewise.
23744         (exp10_test): Likewise.
23745         (exp2_test): Likewise.
23746         (expm1_test): Likewise.
23747         (fabs_test): Likewise.
23748         (fdim_test): Likewise.
23749         (finite_test): Likewise.
23750         (floor_test): Likewise.
23751         (fma_test): Likewise.
23752         (fma_test_towardzero): Likewise.
23753         (fma_test_downward): Likewise.
23754         (fma_test_upward): Likewise.
23755         (fmax_test): Likewise.
23756         (fmin_test): Likewise.
23757         (fmod_test): Likewise.
23758         (fpclassify_test): Likewise.
23759         (frexp_test): Likewise.
23760         (gamma_test): Likewise.
23761         (hypot_test): Likewise.
23762         (ilogb_test): Likewise.
23763         (isfinite_test): Likewise.
23764         (isgreater_test): Likewise.
23765         (isgreaterequal_test): Likewise.
23766         (isinf_test): Likewise.
23767         (isless_test): Likewise.
23768         (islessequal_test): Likewise.
23769         (islessgreater_test): Likewise.
23770         (isnan_test): Likewise.
23771         (isnormal_test): Likewise.
23772         (issignaling_test): Likewise.
23773         (isunordered_test): Likewise.
23774         (j0_test): Likewise.
23775         (j1_test): Likewise.
23776         (jn_test): Likewise.
23777         (ldexp_test): Likewise.
23778         (lgamma_test): Likewise.
23779         (lrint_test): Likewise.
23780         (lrint_test_tonearest): Likewise.
23781         (lrint_test_towardzero): Likewise.
23782         (lrint_test_downward): Likewise.
23783         (lrint_test_upward): Likewise.
23784         (llrint_test): Likewise.
23785         (llrint_test_tonearest): Likewise.
23786         (llrint_test_towardzero): Likewise.
23787         (llrint_test_downward): Likewise.
23788         (llrint_test_upward): Likewise.
23789         (log_test): Likewise.
23790         (log10_test): Likewise.
23791         (log1p_test): Likewise.
23792         (log2_test): Likewise.
23793         (logb_test): Likewise.
23794         (logb_test_downward): Likewise.
23795         (lround_test): Likewise.
23796         (llround_test): Likewise.
23797         (modf_test): Likewise.
23798         (nearbyint_test): Likewise.
23799         (nextafter_test): Likewise.
23800         (nexttoward_test): Likewise.
23801         (pow_test): Likewise.
23802         (pow_test_tonearest): Likewise.
23803         (pow_test_towardzero): Likewise.
23804         (pow_test_downward): Likewise.
23805         (pow_test_upward): Likewise.
23806         (remainder_test): Likewise.
23807         (remainder_test_tonearest): Likewise.
23808         (remainder_test_towardzero): Likewise.
23809         (remainder_test_downward): Likewise.
23810         (remainder_test_upward): Likewise.
23811         (remquo_test): Likewise.
23812         (rint_test): Likewise.
23813         (rint_test_tonearest): Likewise.
23814         (rint_test_towardzero): Likewise.
23815         (rint_test_downward): Likewise.
23816         (rint_test_upward): Likewise.
23817         (round_test): Likewise.
23818         (scalb_test): Likewise.
23819         (scalbn_test): Likewise.
23820         (scalbln_test): Likewise.
23821         (signbit_test): Likewise.
23822         (sin_test): Likewise.
23823         (sin_test_tonearest): Likewise.
23824         (sin_test_towardzero): Likewise.
23825         (sin_test_downward): Likewise.
23826         (sin_test_upward): Likewise.
23827         (sincos_test): Likewise.
23828         (sinh_test): Likewise.
23829         (sinh_test_tonearest): Likewise.
23830         (sinh_test_towardzero): Likewise.
23831         (sinh_test_downward): Likewise.
23832         (sinh_test_upward): Likewise.
23833         (sqrt_test): Likewise.
23834         (tan_test): Likewise.
23835         (tan_test_tonearest): Likewise.
23836         (tan_test_towardzero): Likewise.
23837         (tan_test_downward): Likewise.
23838         (tan_test_upward): Likewise.
23839         (tanh_test): Likewise.
23840         (tgamma_test): Likewise.
23841         (trunc_test): Likewise.
23842         (y0_test): Likewise.
23843         (y1_test): Likewise.
23844         (yn_test): Likewise.
23845         (significand_test): Likewise.
23847 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23849         [BZ #15381]
23850         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23852 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23854         [BZ #14894]
23855         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23856         __ppc_mdoio and __ppc_mdoom.
23857         * manual/platform.texi: Document new functions __ppc_yield,
23858         __ppc_mdoio and __ppc_mdoom.
23860 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23862         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23863         (main): Mention "tls" pseudo-hwcap is legacy.
23864         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23866 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23868         * math/gen-libm-test.pl (parse_args): Output only string of
23869         arguments as text for test name, not full call or descriptions of
23870         tests for extra outputs.
23871         (generate_testfile): Do not pass function name to parse_args.
23872         Generate this_func variable from START.
23873         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23874         field to arg_str.
23875         (struct test_ff_f_data): Likewise.
23876         (test_ff_f_data_nexttoward): Likewise.
23877         (struct test_fi_f_data): Likewise.
23878         (struct test_fl_f_data): Likewise.
23879         (struct test_if_f_data): Likewise.
23880         (struct test_fff_f_data): Likewise.
23881         (struct test_c_f_data): Likewise.
23882         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23883         (struct test_fF_f1_data): Likewise.
23884         (struct test_ffI_f1_data): Likewise.
23885         (struct test_c_c_data): Rename test_name field to arg_str.
23886         (struct test_cc_c_data): Likewise.
23887         (struct test_f_i_data): Likewise.
23888         (struct test_ff_i_data): Likewise.
23889         (struct test_f_l_data): Likewise.
23890         (struct test_f_L_data): Likewise.
23891         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23892         and extra2_name.
23893         (COMMON_TEST_SETUP): New macro.
23894         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23895         (COMMON_TEST_CLEANUP): Likewise.
23896         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23897         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23898         macros.
23899         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23900         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23901         macros.
23902         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23903         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23904         cleanup macros.
23905         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23906         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23907         macros.
23908         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23909         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23910         macros.
23911         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23912         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23913         cleanup macros.
23914         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23915         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23916         cleanup macros.
23917         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23918         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23919         cleanup macros.
23920         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23921         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23922         macros.
23923         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23924         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23925         macros.
23926         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23927         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23928         macros.
23929         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23930         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23931         cleanup macros.
23932         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23933         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23934         cleanup macros.
23935         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23936         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23937         macros.
23938         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23939         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23940         cleanup macros.
23941         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23942         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23943         macros.
23944         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23945         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23946         macros.
23947         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23948         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23949         cleanup macros.
23950         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23952 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23954         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23955         to _sifields.sigfault.
23956         (si_addr_lsb): Define new macro.
23957         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23958         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23959         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23961 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23963         [BZ #15441]
23964         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23965         returns -1.
23966         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23967         null return -1.
23968         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23969         loading the domain.
23971 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23973         * math/gen-libm-test.pl (parse_args): Do not include expected
23974         result in test name.
23975         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23976         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23977         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23978         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23979         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23980         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23982 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23984         * benchtests/Makefile: Sort function entries.
23986         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23987         tanh, asinh, acosh, atanh.
23988         * benchtests/acos-inputs: New file.
23989         * benchtests/acosh-inputs: New file.
23990         * benchtests/asin-inputs: New file.
23991         * benchtests/asinh-inputs: New file.
23992         * benchtests/atanh-inputs: New file.
23993         * benchtests/cosh-inputs: New file.
23994         * benchtests/log-inputs: New file.
23995         * benchtests/sinh-inputs: New file.
23996         * benchtests/tanh-inputs: New file.
23998 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24000         [BZ #15339]
24001         * posix/tst-getaddrinfo4.c: New test.
24002         * posix/Makefile (tests): Add it.
24004 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24006         [BZ #15339]
24007         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24008         when no services were used.
24009         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24010         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24012 2013-05-21  Andreas Schwab  <schwab@suse.de>
24014         [BZ #15014]
24015         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24016         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24017         successful.
24018         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24019         redundant variable declarations and reallocation of buffer when
24020         parsing as IPv6 address.  Always set NSS status when called from
24021         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24022         buffer too small.  Correct computation of needed size.
24023         * nss/Makefile (tests): Add test-digits-dots.
24024         * nss/test-digits-dots.c: New test.
24026 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24028         * benchtests/Makefile: Remove instructions for adding
24029         benchmark tests.
24030         * benchtests/README: New file to explain how to execute and
24031         enhance the benchmark tests.
24033 2013-05-21  Andreas Schwab  <schwab@suse.de>
24035         [BZ #15493]
24036         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24037         * setjmp/tst-sigsetjmp.c: New test.
24039 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24041         * sysdeps/x86_64/memset.S (memset): New implementation.
24042         (__bzero): Likewise.
24043         (__memset_tail): New function.
24045 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24047         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24048         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24049         __memcpy_sse2_unaligned ifunc selection.
24050         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24051         Add memcpy-sse2-unaligned.S.
24052         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24053         Add: __memcpy_sse2_unaligned.
24055 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24057         [BZ #15490]
24058         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24059         math_force_eval before restoring floating-point envrionment.
24060         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24061         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24062         Likewise.
24063         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24064         <math_private.h>.
24065         (__nearbyintl): Use math_force_eval before restoring
24066         floating-point environment.
24067         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24069         * math/gen-libm-test.pl (special_functions): Remove.
24070         (parse_args): Don't handle TEST_extra.  Handle functions with no
24071         return value.
24072         * math/libm-test.inc (struct test_sincos_data): Replace with
24073         struct test_fFF_11_data.
24074         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24075         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24076         (sincos_test_data): Change element type to struct
24077         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24078         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24079         RUN_TEST_LOOP_sincos.
24080         * math/README.libm-test: Don't mention special handling of
24081         individual functions.
24082         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24083         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24084         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24085         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24086         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24089         * math/gen-libm-test.pl (get_variable): Remove function.
24090         (parse_args): Don't show pointer parameters to call in test
24091         names.  Use "extra output N" in test names for extra outputs
24092         rather than naming variables.
24094 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24096         [BZ #15488]
24097         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24098         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24099         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24100         double tests.
24101         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24102         disable.
24103         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24104         check_long_double.
24106         * math/gen-libm-test.pl (@tests): Remove variable.
24107         ($count): Likewise.
24108         (new_test): Remove function.
24109         (show_exceptions): New function.
24110         (special_functions): Use show_exceptions instead of new_test.
24111         (parse_args): Likewise.
24112         (generate_testfile): Pass only function name in generated call to
24113         print_max_error or print_complex_max_error.
24114         (get_ulps): Do not handle complex tests specially.
24115         (output_test): Rename to ...
24116         (get_all_ulps_for_test): ... this.  Return a string rather than
24117         printing to a file.  Require ulps to be present.
24118         (output_ulps): Generate arrays rather than #defines.
24119         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24120         (struct ulp_data): New type.
24121         (BUILD_COMPLEX_ULP): Remove macro.
24122         (compare_ulp_data): New function.
24123         (find_ulps): Likewise.
24124         (find_test_ulps): Likewise.
24125         (find_function_ulps): Likewise.
24126         (find_complex_function_ulps): Likewise.
24127         (print_max_error): Determine allowed ulps using
24128         find_function_ulps.
24129         (print_complex_max_error): Determine allowed ulps using
24130         find_complex_function_ulps.
24131         (check_float_internal): Determine max ulps using find_test_ulps.
24132         (check_float): Do not take max_ulp parameter.  Update call to
24133         check_float_internal.
24134         (check_complex): Likewise.
24135         (check_int): Do not take max_ulp parameter.
24136         (check_long): Likewise.
24137         (check_bool): Likewise.
24138         (check_longlong): Likewise.
24139         (struct test_f_f_data): Remove max_ulp field.
24140         (struct test_ff_f_data): Likewise.
24141         (struct test_ff_f_data_nexttoward): Likewise.
24142         (struct test_fi_f_data): Likewise.
24143         (struct test_fl_f_data): Likewise.
24144         (struct test_if_f_data): Likewise.
24145         (struct test_fff_f_data): Likewise.
24146         (struct test_c_f_data): Likewise.
24147         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24148         (struct test_fF_f1_data): Likewise.
24149         (struct test_ffI_f1_data): Likewise.
24150         (struct test_c_c_data): Remove max_ulp field.
24151         (struct test_cc_c_data): Likewise.
24152         (struct test_f_i_data): Likewise.
24153         (struct test_ff_i_data): Likewise.
24154         (struct test_f_l_data): Likewise.
24155         (struct test_f_L_data): Likewise.
24156         (struct test_sincos_data): Likewise.
24157         (RUN_TEST_f_f): Do not handle ulps.
24158         (RUN_TEST_LOOP_f_f): Likewise.
24159         (RUN_TEST_2_f): Likewise.
24160         (RUN_TEST_LOOP_2_f): Likewise.
24161         (RUN_TEST_fff_f): Likewise.
24162         (RUN_TEST_LOOP_fff_f): Likewise.
24163         (RUN_TEST_c_f): Likewise.
24164         (RUN_TEST_LOOP_c_f): Likewise.
24165         (RUN_TEST_f_f1): Likewise.
24166         (RUN_TEST_LOOP_f_f1): Likewise.
24167         (RUN_TEST_fF_f1): Likewise.
24168         (RUN_TEST_LOOP_fF_f1): Likewise.
24169         (RUN_TEST_fI_f1): Likewise.
24170         (RUN_TEST_LOOP_fI_f1): Likewise.
24171         (RUN_TEST_ffI_f1): Likewise.
24172         (RUN_TEST_LOOP_ffI_f1): Likewise.
24173         (RUN_TEST_c_c): Likewise.
24174         (RUN_TEST_LOOP_c_c): Likewise.
24175         (RUN_TEST_cc_c): Likewise.
24176         (RUN_TEST_LOOP_cc_c): Likewise.
24177         (RUN_TEST_f_i): Likewise.
24178         (RUN_TEST_LOOP_f_i): Likewise.
24179         (RUN_TEST_f_i_tg): Likewise.
24180         (RUN_TEST_LOOP_f_i_tg): Likewise.
24181         (RUN_TEST_ff_i_tg): Likewise.
24182         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24183         (RUN_TEST_f_b): Likewise.
24184         (RUN_TEST_LOOP_f_b): Likewise.
24185         (RUN_TEST_f_b_tg): Likewise.
24186         (RUN_TEST_LOOP_f_b_tg): Likewise.
24187         (RUN_TEST_f_l): Likewise.
24188         (RUN_TEST_LOOP_f_l): Likewise.
24189         (RUN_TEST_f_L): Likewise.
24190         (RUN_TEST_LOOP_f_L): Likewise.
24191         (RUN_TEST_sincos): Likewise.
24192         (RUN_TEST_LOOP_sincos): Likewise.
24194 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24196         [BZ #15480]
24197         [BZ #15485]
24198         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24199         main case of finite arguments, set rounding mode to FE_TONEAREST
24200         and discard exceptions.
24201         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24202         exceptions.
24203         (remainder_tonearest_test_data): New variable.
24204         (remainder_test_tonearest): New function.
24205         (remainder_towardzero_test_data): New variable.
24206         (remainder_test_towardzero): New function.
24207         (remainder_downward_test_data): New variable.
24208         (remainder_test_downward): New function.
24209         (remainder_upward_test_data): New variable.
24210         (remainder_test_upward): New function.
24211         (main): Call the new test functions.
24213         * math/libm-test.inc (struct test_f_f1_data): Remove field
24214         extra_init.
24215         (struct test_fF_f1_data): Likewise.
24216         (struct test_ffI_f1_data): Likewise.
24217         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24218         based on value of EXTRA_EXPECTED.
24219         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24220         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24221         EXTRA_VAR based on value of EXTRA_EXPECTED.
24222         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24223         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24224         EXTRA_VAR based on value of EXTRA_EXPECTED.
24225         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24226         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24227         EXTRA_VAR based on value of EXTRA_EXPECTED.
24228         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24229         * math/gen-libm-test.pl (parse_args): Don't output initializers
24230         for extra output values.
24232         * math/libm-test.inc (check_int): Expect result to be exactly
24233         equal to expected value and do not handle ulps.
24234         (check_long): Likewise.
24235         (check_longlong): Likewise.
24237         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24238         exceptions.
24239         (cimag_test_data): Likewise.
24240         (conj_test_data): Likewise.
24241         (copysign_test_data): Likewise.
24242         (cproj_test_data): Likewise.
24243         (creal_test_data): Likewise.
24244         (fabs_test_data): Likewise.
24245         (fdim_test_data): Likewise.
24246         (finite_test_data): Likewise.
24247         (floor_test_data): Likewise.
24248         (fmax_test_data): Likewise.
24249         (fmin_test_data): Likewise.
24250         (fmod_test_data): Likewise.
24251         (fpclassify_test_data): Likewise.
24252         (frexp_test_data): Likewise.
24253         (ilogb_test_data): Likewise.
24254         (isfinite_test_data): Likewise.
24255         (isgreater_test_data): Likewise.
24256         (isgreaterequal_test_data): Likewise.
24257         (isinf_test_data): Likewise.
24258         (isless_test_data): Likewise.
24259         (islessequal_test_data): Likewise.
24260         (islessgreater_test_data): Likewise.
24261         (isnan_test_data): Likewise.
24262         (isnormal_test_data): Likewise.
24263         (issignaling_test_data): Likewise.
24264         (isunordered_test_data): Likewise.
24265         (ldexp_test_data): Likewise.
24266         (lrint_test_data): Likewise.
24267         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24268         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24269         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24270         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24271         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24272         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24273         test input.
24274         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24275         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24276         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24277         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24278         that test input.
24279         (lrint_downward_test_data): Test for "inexact" exceptions.
24280         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24281         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24282         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24283         test input.
24284         (lrint_upward_test_data): Test for "inexact" exceptions.
24285         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24286         test input.
24287         (llrint_test_data): Test for "inexact" exceptions.
24288         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24289         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24290         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24291         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24292         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24293         (llrint_downward_test_data): Test for "inexact" exceptions.
24294         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24295         (llrint_upward_test_data): Test for "inexact" exceptions.
24296         (logb_test_data): Likewise.
24297         (logb_downward_test_data): Likewise.
24298         (nextafter_test_data): Likewise.
24299         (nexttoward_test_data): Likewise.
24300         (remainder_test_data): Likewise.
24301         (remquo_test_data): Likewise.
24302         (scalbn_test_data): Likewise.
24303         (scalbln_test_data): Likewise.
24304         (signbit_test_data): Likewise.
24305         (sqrt_test_data): Likewise.
24306         (significand_test_data): Likewise.
24308 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24310         [BZ #15424]
24311         * benchtests/bench-modf.c (struct args): Mark arg0 as
24312         volatile.
24313         * scripts/bench.pl: Mark members of struct args as volatile.
24315 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24317         [BZ # 15497]
24318         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24319         negative infinity on POWER6 or lower.
24320         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24322 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24324         [BZ #15442]
24325         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24326         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24327         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24328         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24329         (_FP_SETQNAN): New macro.
24330         (_FP_SETQNAN_SEMIRAW): Likewise.
24331         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24332         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24333         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24334         (FP_EXTEND): Use _FP_FRAC_SNANP.
24335         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24336         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24337         into account.
24338         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24339         New macro.
24340         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24341         Likewise.
24343 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24345         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24346         with DIVIDE_BY_ZERO_EXCEPTION.
24347         (gamma_test_data): Likewise.
24348         (lgamma_test_data): Likewise.
24349         (log_test_data): Likewise.
24350         (log10_test_data): Likewise.
24351         (log2_test_data): Likewise.
24352         (tgamma_test_data): Likewise.
24354         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24355         (acos_test_tonearest): Likewise.
24356         (acos_test_towardzero): Likewise.
24357         (acos_test_downward): Likewise.
24358         (acos_test_upward): Likewise.
24359         (acosh_test): Likewise.
24360         (asin_test): Likewise.
24361         (asin_test_tonearest): Likewise.
24362         (asin_test_towardzero): Likewise.
24363         (asin_test_downward): Likewise.
24364         (asin_test_upward): Likewise.
24365         (asinh_test): Likewise.
24366         (atan_test): Likewise.
24367         (atanh_test): Likewise.
24368         (atan2_test): Likewise.
24369         (cabs_test): Likewise.
24370         (cacos_test): Likewise.
24371         (cacosh_test): Likewise.
24372         (casin_test): Likewise.
24373         (casinh_test): Likewise.
24374         (catan_test): Likewise.
24375         (catanh_test): Likewise.
24376         (cbrt_test): Likewise.
24377         (ccos_test): Likewise.
24378         (ccosh_test): Likewise.
24379         (cexp_test): Likewise.
24380         (clog_test): Likewise.
24381         (clog10_test): Likewise.
24382         (cos_test): Likewise.
24383         (cos_test_tonearest): Likewise.
24384         (cos_test_towardzero): Likewise.
24385         (cos_test_downward): Likewise.
24386         (cos_test_upward): Likewise.
24387         (cosh_test): Likewise.
24388         (cosh_test_tonearest): Likewise.
24389         (cosh_test_towardzero): Likewise.
24390         (cosh_test_downward): Likewise.
24391         (cosh_test_upward): Likewise.
24392         (cpow_test): Likewise.
24393         (csin_test): Likewise.
24394         (csinh_test): Likewise.
24395         (csqrt_test): Likewise.
24396         (ctan_test): Likewise.
24397         (ctan_test_tonearest): Likewise.
24398         (ctan_test_towardzero): Likewise.
24399         (ctan_test_downward): Likewise.
24400         (ctan_test_upward): Likewise.
24401         (ctanh_test): Likewise.
24402         (ctanh_test_tonearest): Likewise.
24403         (ctanh_test_towardzero): Likewise.
24404         (ctanh_test_downward): Likewise.
24405         (ctanh_test_upward): Likewise.
24406         (erf_test): Likewise.
24407         (erfc_test): Likewise.
24408         (exp_test): Likewise.
24409         (exp_test_tonearest): Likewise.
24410         (exp_test_towardzero): Likewise.
24411         (exp_test_downward): Likewise.
24412         (exp_test_upward): Likewise.
24413         (exp10_test): Likewise.
24414         (exp2_test): Likewise.
24415         (expm1_test): Likewise.
24416         (fmod_test): Likewise.
24417         (gamma_test): Likewise.
24418         (hypot_test): Likewise.
24419         (j0_test): Likewise.
24420         (j1_test): Likewise.
24421         (jn_test): Likewise.
24422         (lgamma_test): Likewise.
24423         (log_test): Likewise.
24424         (log10_test): Likewise.
24425         (log1p_test): Likewise.
24426         (log2_test): Likewise.
24427         (logb_test_downward): Likewise.
24428         (pow_test): Likewise.
24429         (pow_test_tonearest): Likewise.
24430         (pow_test_towardzero): Likewise.
24431         (pow_test_downward): Likewise.
24432         (pow_test_upward): Likewise.
24433         (remainder_test): Likewise.
24434         (remquo_test): Likewise.
24435         (sin_test): Likewise.
24436         (sin_test_tonearest): Likewise.
24437         (sin_test_towardzero): Likewise.
24438         (sin_test_downward): Likewise.
24439         (sin_test_upward): Likewise.
24440         (sincos_test): Likewise.
24441         (sinh_test): Likewise.
24442         (sinh_test_tonearest): Likewise.
24443         (sinh_test_towardzero): Likewise.
24444         (sinh_test_downward): Likewise.
24445         (sinh_test_upward): Likewise.
24446         (sqrt_test): Likewise.
24447         (tan_test): Likewise.
24448         (tan_test_tonearest): Likewise.
24449         (tan_test_towardzero): Likewise.
24450         (tan_test_downward): Likewise.
24451         (tan_test_upward): Likewise.
24452         (tanh_test): Likewise.
24453         (tgamma_test): Likewise.
24454         (y0_test): Likewise.
24455         (y1_test): Likewise.
24456         (yn_test): Likewise.
24458         * math/gen-libm-test.pl (adjust_arg): Remove function.
24459         (special_function): Remove argument $in_func.  Only handle
24460         generating output for tables of tests, not inside functions.
24461         (parse_args): Likewise.
24462         (generate_testfile): Remove variable $in_func.  Update call to
24463         parse_args.
24464         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24465         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24466         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24467         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24468         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24469         (MAX_VALUE_INIT): Rename macro to max_value.
24470         (MIN_VALUE_INIT): Rename macro to min_value.
24471         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24472         (plus_zero): Remove variable.
24473         (minus_zero): Likewise.
24474         (plus_infty): Likewise.
24475         (minus_infty): Likewise.
24476         (qnan_value): Likewise.
24477         (max_value): Likewise.
24478         (min_value): Likewise.
24479         (min_subnorm_value): Likewise.
24481 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24483         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24484         uint64_t or uint32_t usage.
24485         * crypt/sha256-block.c: Likewise.
24486         * crypt/sha256-crypt.c: Likewise.
24487         * crypt/sha256.c: Likewise.
24488         * crypt/sha512-block.c: Likewise.
24489         * crypt/sha512-crypt.c: Likewise.
24490         * crypt/sha512.c: Likewise.
24491         * debug/backtrace-tst.c: Likewise.
24492         * debug/pcprofiledump.c: Likewise.
24493         * elf/cache.c: Likewise.
24494         * elf/dl-cache.c: Likewise.
24495         * elf/dl-misc.c: Likewise.
24496         * elf/dl-profile.c: Likewise.
24497         * elf/dl-support.c: Likewise.
24498         * elf/ldconfig.c: Likewise.
24499         * elf/sprof.c: Likewise.
24500         * iconv/dummy-repertoire.c: Likewise.
24501         * iconv/iconv_charmap.c: Likewise.
24502         * iconv/skeleton.c: Likewise.
24503         * iconvdata/8bit-generic.c: Likewise.
24504         * iconvdata/cp737.h: Likewise.
24505         * iconvdata/cp775.h: Likewise.
24506         * iconvdata/ibm1008.h: Likewise.
24507         * iconvdata/ibm1025.h: Likewise.
24508         * iconvdata/ibm1046.h: Likewise.
24509         * iconvdata/ibm1097.h: Likewise.
24510         * iconvdata/ibm1112.h: Likewise.
24511         * iconvdata/ibm1122.h: Likewise.
24512         * iconvdata/ibm1123.h: Likewise.
24513         * iconvdata/ibm1124.h: Likewise.
24514         * iconvdata/ibm1129.h: Likewise.
24515         * iconvdata/ibm1130.h: Likewise.
24516         * iconvdata/ibm1132.h: Likewise.
24517         * iconvdata/ibm1133.h: Likewise.
24518         * iconvdata/ibm1137.h: Likewise.
24519         * iconvdata/ibm1140.h: Likewise.
24520         * iconvdata/ibm1141.h: Likewise.
24521         * iconvdata/ibm1142.h: Likewise.
24522         * iconvdata/ibm1143.h: Likewise.
24523         * iconvdata/ibm1144.h: Likewise.
24524         * iconvdata/ibm1145.h: Likewise.
24525         * iconvdata/ibm1146.h: Likewise.
24526         * iconvdata/ibm1147.h: Likewise.
24527         * iconvdata/ibm1148.h: Likewise.
24528         * iconvdata/ibm1149.h: Likewise.
24529         * iconvdata/ibm1153.h: Likewise.
24530         * iconvdata/ibm1154.h: Likewise.
24531         * iconvdata/ibm1155.h: Likewise.
24532         * iconvdata/ibm1156.h: Likewise.
24533         * iconvdata/ibm1157.h: Likewise.
24534         * iconvdata/ibm1158.h: Likewise.
24535         * iconvdata/ibm1160.h: Likewise.
24536         * iconvdata/ibm1161.h: Likewise.
24537         * iconvdata/ibm1162.h: Likewise.
24538         * iconvdata/ibm1163.h: Likewise.
24539         * iconvdata/ibm1164.h: Likewise.
24540         * iconvdata/ibm1166.h: Likewise.
24541         * iconvdata/ibm1167.h: Likewise.
24542         * iconvdata/ibm12712.h: Likewise.
24543         * iconvdata/ibm1390.h: Likewise.
24544         * iconvdata/ibm1399.h: Likewise.
24545         * iconvdata/ibm16804.h: Likewise.
24546         * iconvdata/ibm4517.h: Likewise.
24547         * iconvdata/ibm4899.h: Likewise.
24548         * iconvdata/ibm4909.h: Likewise.
24549         * iconvdata/ibm4971.h: Likewise.
24550         * iconvdata/ibm5347.h: Likewise.
24551         * iconvdata/ibm803.h: Likewise.
24552         * iconvdata/ibm856.h: Likewise.
24553         * iconvdata/ibm901.h: Likewise.
24554         * iconvdata/ibm902.h: Likewise.
24555         * iconvdata/ibm9030.h: Likewise.
24556         * iconvdata/ibm9066.h: Likewise.
24557         * iconvdata/ibm921.h: Likewise.
24558         * iconvdata/ibm922.h: Likewise.
24559         * iconvdata/ibm9448.h: Likewise.
24560         * iconvdata/isiri-3342.h: Likewise.
24561         * iconvdata/jis0201.h: Likewise.
24562         * include/link.h: Likewise.
24563         * include/netdb.h: Likewise.
24564         * inet/check_native.c: Likewise.
24565         * inet/check_pf.c: Likewise.
24566         * inet/getipv4sourcefilter.c: Likewise.
24567         * inet/getnameinfo.c: Likewise.
24568         * inet/getsourcefilter.c: Likewise.
24569         * inet/htonl.c: Likewise.
24570         * inet/setipv4sourcefilter.c: Likewise.
24571         * inet/setsourcefilter.c: Likewise.
24572         * inet/test-inet6_opt.c: Likewise.
24573         * inet/tst-network.c: Likewise.
24574         * locale/C-collate.c: Likewise.
24575         * locale/C-ctype.c: Likewise.
24576         * locale/C-time.c: Likewise.
24577         * locale/C-translit.h: Likewise.
24578         * locale/loadarchive.c: Likewise.
24579         * locale/programs/3level.h: Likewise.
24580         * locale/programs/charmap.c: Likewise.
24581         * locale/programs/charmap.h: Likewise.
24582         * locale/programs/ld-address.c: Likewise.
24583         * locale/programs/ld-collate.c: Likewise.
24584         * locale/programs/ld-ctype.c: Likewise.
24585         * locale/programs/ld-identification.c: Likewise.
24586         * locale/programs/ld-measurement.c: Likewise.
24587         * locale/programs/ld-messages.c: Likewise.
24588         * locale/programs/ld-monetary.c: Likewise.
24589         * locale/programs/ld-name.c: Likewise.
24590         * locale/programs/ld-numeric.c: Likewise.
24591         * locale/programs/ld-paper.c: Likewise.
24592         * locale/programs/ld-telephone.c: Likewise.
24593         * locale/programs/ld-time.c: Likewise.
24594         * locale/programs/linereader.c: Likewise.
24595         * locale/programs/locale.c: Likewise.
24596         * locale/programs/locarchive.c: Likewise.
24597         * locale/programs/locfile.h: Likewise.
24598         * locale/programs/repertoire.c: Likewise.
24599         * locale/programs/simple-hash.c: Likewise.
24600         * locale/programs/simple-hash.h: Likewise.
24601         * malloc/memusage.c: Likewise.
24602         * malloc/memusagestat.c: Likewise.
24603         * nis/nis_defaults.c: Likewise.
24604         * nis/nis_hash.c: Likewise.
24605         * nis/nis_print.c: Likewise.
24606         * nis/nis_xdr.c: Likewise.
24607         * nscd/connections.c: Likewise.
24608         * nscd/hstcache.c: Likewise.
24609         * nscd/nscd_gethst_r.c: Likewise.
24610         * nscd/nscd_getserv_r.c: Likewise.
24611         * nscd/nscd_helper.c: Likewise.
24612         * nscd/servicescache.c: Likewise.
24613         * nss/makedb.c: Likewise.
24614         * nss/nss_db/db-XXX.c: Likewise.
24615         * nss/nss_db/db-initgroups.c: Likewise.
24616         * nss/nss_db/db-netgrp.c: Likewise.
24617         * nss/nss_files/files-network.c: Likewise.
24618         * nss/nss_files/files-parse.c: Likewise.
24619         * posix/bug-regex5.c: Likewise.
24620         * posix/fnmatch_loop.c: Likewise.
24621         * posix/regcomp.c: Likewise.
24622         * posix/regexec.c: Likewise.
24623         * posix/tst-rfc3484-2.c: Likewise.
24624         * posix/tst-rfc3484-3.c: Likewise.
24625         * posix/tst-rfc3484.c: Likewise.
24626         * resolv/nss_dns/dns-canon.c: Likewise.
24627         * resolv/nss_dns/dns-network.c: Likewise.
24628         * resolv/res_init.c: Likewise.
24629         * resolv/res_mkquery.c: Likewise.
24630         * resolv/tst-aton.c: Likewise.
24631         * stdlib/cxa_atexit.c: Likewise.
24632         * stdlib/cxa_finalize.c: Likewise.
24633         * stdlib/gen-fpioconst.c: Likewise.
24634         * stdlib/strtol_l.c: Likewise.
24635         * string/tst-endian.c: Likewise.
24636         * sunrpc/auth_des.c: Likewise.
24637         * sunrpc/clnt_udp.c: Likewise.
24638         * sunrpc/rtime.c: Likewise.
24639         * sunrpc/svcauth_des.c: Likewise.
24640         * sunrpc/xdr.c: Likewise.
24641         * sunrpc/xdr_intXX_t.c: Likewise.
24642         * sunrpc/xdr_rec.c: Likewise.
24643         * sysdeps/generic/ldconfig.h: Likewise.
24644         * sysdeps/generic/ldsodefs.h: Likewise.
24645         * sysdeps/generic/memusage.h: Likewise.
24646         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24647         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24648         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24649         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24650         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24651         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24652         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24653         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24654         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24655         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24656         * sysdeps/posix/getaddrinfo.c: Likewise.
24657         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24658         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24659         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24660         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24661         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24662         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24663         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24664         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24665         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24666         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24667         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24668         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24669         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24670         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24671         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24672         * sysdeps/x86_64/dl-tls.h: Likewise.
24673         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24674         * time/alt_digit.c: Likewise.
24675         * time/era.c: Likewise.
24676         * wcsmbs/tst-c16c32-1.c: Likewise.
24678 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24680         * math/libm-test.inc (struct test_sincos_data): New type.
24681         (RUN_TEST_LOOP_sincos): New macro.
24682         (sincos_test_data): New variable.
24683         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24685 2013-05-16  Richard Henderson  <rth@redhat.com>
24687         * math/atest-exp2.c (LIMB64): New macro.
24688         (CONSTSZ): New macro.
24689         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24690         (hexdig): Move ...
24691         (print_mpn_fp): ... to function scope.
24692         (read_mpn_hex): Remove.
24693         (get_log2): Remove.
24694         (exp2_mpn): Use mp_log2.
24695         (main): Use mp_exp1.
24697 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24699         * math/libm-test.inc: Remove comment about not testing "inexact"
24700         exceptions.
24701         (INEXACT_EXCEPTION): New macro.
24702         (NO_INEXACT_EXCEPTION): Likewise.
24703         (INVALID_EXCEPTION_OK): Update value.
24704         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24705         (OVERFLOW_EXCEPTION_OK): Likewise.
24706         (UNDERFLOW_EXCEPTION_OK): Likewise.
24707         (IGNORE_ZERO_INF_SIGN): Likewise.
24708         (ERRNO_UNCHANGED): Likewise.
24709         (ERRNO_EDOM): Likewise.
24710         (ERRNO_ERANGE): Likewise.
24711         (test_exceptions): Handle testing "inexact" exceptions.
24712         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24713         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24714         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24715         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24716         INEXACT_EXCEPTION.
24717         (rint_towardzero_test_data): Likewise.
24718         (rint_downward_test_data): Likewise.
24719         (rint_upward_test_data): Likewise.
24721         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24722         with OVERFLOW_EXCEPTION.
24723         (exp10_test_data): Likewise.
24724         (exp2_test_data): Likewise.
24725         (expm1_test_data): Likewise.
24726         (lgamma_test_data): Likewise.
24727         (pow_test_data): Likewise.
24728         (tgamma_test_data): Likewise.
24729         (yn_test_data): Remove duplicate test of overflow.
24731         * math/libm-test.inc (struct test_cc_c_data): New type.
24732         (RUN_TEST_LOOP_cc_c): New macro.
24733         (cpow_test_data): New variable.
24734         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24736         * math/libm-test.inc (struct test_f_L_data): New type.
24737         (RUN_TEST_LOOP_f_L): New macro.
24738         (llrint_test_data): New variable.
24739         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24740         (llrint_tonearest_test_data): New variable.
24741         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24742         (llrint_towardzero_test_data): New variable.
24743         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24744         (llrint_downward_test_data): New variable.
24745         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24746         (llrint_upward_test_data): New variable.
24747         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24748         (llround_test_data): New variable.
24749         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24751 2013-05-13  Peter Collingbourne  <pcc@google.com>
24753         * math/atest-exp2.c (get_log2): Remove const attribute.
24755 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24757         * math/libm-test.inc (struct test_f_l_data): New type.
24758         (RUN_TEST_LOOP_f_l): New macro.
24759         (lrint_test_data): New variable.
24760         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24761         (lrint_tonearest_test_data): New variable.
24762         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24763         (lrint_towardzero_test_data): New variable.
24764         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24765         (lrint_downward_test_data): New variable.
24766         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24767         (lrint_upward_test_data): New variable.
24768         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24769         (lround_test_data): New variable.
24770         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24772 2013-05-15  Peter Collingbourne  <pcc@google.com>
24774         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24775         (EXTRACT_WORDS64) Use where appropriate.
24776         (INSERT_WORDS64) Likewise.
24778         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24779         constraints with x constraints.
24780         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24782         * malloc/obstack.c (_obstack_compat): Add initializer.
24784 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24786         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24787         si_trapno and add si_addr_lsb to _sifields.sigfault.
24788         (si_trapno): Remove macro.
24789         (si_addr_lsb): Define new macro.
24790         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24792 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24794         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24795         instead of TEST_f_l.
24796         (llrint_test_tonearest): Likewise.
24797         (llrint_test_towardzero): Likewise.
24798         (llrint_test_downward): Likewise.
24799         (llrint_test_upward): Likewise.
24800         (llround_test): Likewise.
24802         * math/libm-test.inc (struct test_f_i_data): Add comment.
24803         (RUN_TEST_LOOP_f_b): New macro.
24804         (RUN_TEST_LOOP_f_b_tg): Likewise.
24805         (finite_test_data): New variable.
24806         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24807         (isfinite_test_data): New variable.
24808         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24809         (isinf_test_data): New variable.
24810         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24811         (isnan_test_data): New variable.
24812         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24813         (isnormal_test_data): New variable.
24814         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24815         (issignaling_test_data): New variable.
24816         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24817         (signbit_test_data): New variable.
24818         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24820         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24821         with INVALID_EXCEPTION.
24822         (acosh_test_data): Likewise.
24823         (asin_test_data): Likewise.
24824         (atanh_test_data): Likewise.
24825         (fmod_test_data): Likewise.
24826         (log_test_data): Likewise.
24827         (log10_test_data): Likewise.
24828         (log2_test_data): Likewise.
24829         (pow_test_data): Likewise.
24830         (sqrt_test_data): Likewise.
24831         (y0_test_data): Likewise.
24832         (y1_test_data): Likewise.
24833         (yn_test_data): Likewise.
24835         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24836         function contents.
24838         * math/libm-test.inc (struct test_ff_i_data): New type.
24839         (RUN_TEST_LOOP_ff_i_tg): New macro.
24840         (isgreater_test_data): New variable.
24841         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24842         (isgreaterequal_test_data): New variable.
24843         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24844         (isless_test_data): New variable.
24845         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24846         (islessequal_test_data): New variable.
24847         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24848         (islessgreater_test_data): New variable.
24849         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24850         (isunordered_test_data): New variable.
24851         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24853 2013-05-14  David S. Miller  <davem@davemloft.net>
24855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24857 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24859         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24861         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24862         extra_test to int.
24863         (struct test_f_i_data): Change type of max_ulp to int.
24865         * math/libm-test.inc (test_ffI_f1_data): New type.
24866         (RUN_TEST_LOOP_ffI_f1): New macro.
24867         (remquo_test_data): New variable.
24868         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24870         * setjmp/tst-setjmp-fp.c: New file.
24871         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24872         (link-libm): New variable.
24873         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24875         * math/libm-test.inc (struct test_f_i_data): New type.
24876         (RUN_TEST_LOOP_f_i): New macro.
24877         (RUN_TEST_LOOP_f_i_tg): Likewise.
24878         (fpclassify_test_data): New variable.
24879         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24880         (ilogb_test_data): New variable.
24881         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24883         * math/libm-test.inc (scalbln_test): Correct function name in END
24884         call.
24886         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24887         (RUN_TEST_LOOP_fI_f1): New macro.
24888         (frexp_test_data): New variable.
24889         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24891         * math/libm-test.inc (struct test_fF_f1_data): New type.
24892         (RUN_TEST_LOOP_fF_f1): New macro.
24893         (modf_test_data): New variable.
24894         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24896         * math/libm-test.inc (struct test_f_f1_data): New type.
24897         (RUN_TEST_LOOP_f_f1): New macro.
24898         (gamma_test_data): New variable.
24899         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24900         (lgamma_test_data): New variable.
24901         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24903 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24905         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24906         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24907         (main): Comment "tls" pseudo-hwcap.
24909 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24911         * math/libm-test.inc (struct test_fl_f_data): New type.
24912         (RUN_TEST_LOOP_fl_f): New variable.
24913         (scalbln_test_data): New variable.
24914         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24916         * math/libm-test.inc (struct test_fi_f_data): New type.
24917         (RUN_TEST_LOOP_fi_f): New macro.
24918         (ldexp_test_data): New variable.
24919         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24920         (scalbn_test_data): New variable.
24921         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24923         * math/libm-test.inc (struct test_c_f_data): New type.
24924         (RUN_TEST_LOOP_c_f): New macro.
24925         (cabs_test_data): New variable.
24926         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24927         (carg_test_data): New variable.
24928         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24929         (cimag_test_data): New variable.
24930         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24931         (creal_test_data): New variable.
24932         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24934         * math/libm-test.inc (struct test_if_f_data): New type.
24935         (RUN_TEST_LOOP_if_f): New macro.
24936         (jn_test_data): New variable.
24937         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24938         (yn_test_data): New variable.
24939         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24941         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24943 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24945         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24946         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24948 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24950         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24951         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24952         (bench-deps): Add bench-timing.h.
24953         * benchtests-bench-skeleton.c: Include bench-timing.h.
24954         (main): Use TIMING_* macros instead of clock_gettime.
24955         * benchtests/bench-timing.h: New file.
24957         [BZ #14582]
24958         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24959         Renamed from _LIB_VERSION.
24960         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24962 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24964         * math/libm-test.inc (struct test_fff_f_data): New type.
24965         (RUN_TEST_LOOP_fff_f): New macro.
24966         (fma_test_data): New variable.
24967         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24968         (fma_towardzero_test_data): New variable.
24969         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24970         (fma_downward_test_data): New variable.
24971         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24972         (fma_upward_test_data): New variable.
24973         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24975         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24976         (struct test_c_c_data): New type.
24977         (RUN_TEST_LOOP_c_c): New macro.
24978         (cacos_test_data): New variable.
24979         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24980         (cacosh_test_data): New variable.
24981         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24982         (casin_test_data): New variable.
24983         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24984         (casinh_test_data): New variable.
24985         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24986         (catan_test_data): New variable.
24987         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24988         (catanh_test_data): New variable.
24989         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24990         (ccos_test_data): New variable.
24991         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24992         (ccosh_test_data): New variable.
24993         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24994         (cexp_test_data): New variable.
24995         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24996         (clog_test_data): New variable.
24997         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24998         (clog10_test_data): New variable.
24999         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25000         (conj_test_data): New variable.
25001         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25002         (cproj_test_data): New variable.
25003         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25004         (csin_test_data): New variable.
25005         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25006         (csinh_test_data): New variable.
25007         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25008         (csqrt_test_data): New variable.
25009         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25010         (ctan_test_data): New variable.
25011         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25012         (ctan_tonearest_test_data): New variable.
25013         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25014         (ctan_towardzero_test_data): New variable.
25015         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25016         (ctan_downward_test_data): New variable.
25017         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25018         (ctan_upward_test_data): New variable.
25019         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25020         (ctanh_test_data): New variable.
25021         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25022         (ctanh_tonearest_test_data): New variable.
25023         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25024         (ctanh_towardzero_test_data): New variable.
25025         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25026         (ctanh_downward_test_data): New variable.
25027         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25028         (ctanh_upward_test_data): New variable.
25029         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25030         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25031         of BUILD_COMPLEX.
25033         * math/libm-test.inc (struct test_ff_f_data): New type.
25034         (struct test_ff_f_data_nexttoward): Likewise.
25035         (RUN_TEST_LOOP_2_f): New macro.
25036         (RUN_TEST_LOOP_ff_f): Likewise.
25037         (atan2_test_data): New variable.
25038         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25039         (copysign_test_data): New variable.
25040         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25041         (fdim_test_data): New variable.
25042         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25043         (fmax_test_data): New variable.
25044         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25045         (fmin_test_data): New variable.
25046         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25047         (fmod_test_data): New variable.
25048         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25049         (hypot_test_data): New variable.
25050         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25051         (nextafter_test_data): New variable.
25052         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25053         (nexttoward_test_data): New variable.
25054         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25055         (pow_test_data): New variable.
25056         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25057         (pow_tonearest_test_data): New variable.
25058         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25059         (pow_towardzero_test_data): New variable.
25060         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25061         (pow_downward_test_data): New variable.
25062         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25063         (pow_upward_test_data): New variable.
25064         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25065         (remainder_test_data): New variable.
25066         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25067         (scalb_test_data): New variable.
25068         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25069         * sysdeps/i386/fpu/libm-test-ulps: Update.
25071 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25073         * math/libm-test.inc (fma_test): Use max_value instead of local
25074         variable fltmax.
25075         (nextafter_test): Likewise.
25077         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25078         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25079         (acos_downward_test_data): New variable.
25080         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25081         (acos_upward_test_data): New variable.
25082         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25083         (acosh_test_data): New variable.
25084         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25085         (asin_test_data): New variable.
25086         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25087         (asin_tonearest_test_data): New variable.
25088         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25089         (asin_towardzero_test_data): New variable.
25090         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25091         (asin_downward_test_data): New variable.
25092         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25093         (asin_upward_test_data): New variable.
25094         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25095         (asinh_test_data): New variable.
25096         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25097         (atan_test_data): New variable.
25098         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25099         (atanh_test_data): New variable.
25100         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25101         (cbrt_test_data): New variable.
25102         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25103         (ceil_test_data): New variable.
25104         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25105         (cos_test_data): New variable.
25106         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25107         (cos_tonearest_test_data): New variable.
25108         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25109         (cos_towardzero_test_data): New variable.
25110         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25111         (cos_downward_test_data): New variable.
25112         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25113         (cos_upward_test_data): New variable.
25114         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25115         (cosh_test_data): New variable.
25116         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25117         (cosh_tonearest_test_data): New variable.
25118         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25119         (cosh_towardzero_test_data): New variable.
25120         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25121         (cosh_downward_test_data): New variable.
25122         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25123         (cosh_upward_test_data): New variable.
25124         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25125         (erf_test_data): New variable.
25126         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25127         (erfc_test_data): New variable.
25128         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25129         (exp_test_data): New variable.
25130         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25131         (exp_tonearest_test_data): New variable.
25132         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25133         (exp_towardzero_test_data): New variable.
25134         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25135         (exp_downward_test_data): New variable.
25136         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25137         (exp_upward_test_data): New variable.
25138         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25139         (exp10_test_data): New variable.
25140         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25141         (exp2_test_data): New variable.
25142         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25143         (expm1_test_data): New variable.
25144         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25145         (fabs_test_data): New variable.
25146         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25147         (floor_test_data): New variable.
25148         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25149         (j0_test_data): New variable.
25150         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25151         (j1_test_data): New variable.
25152         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25153         (log_test_data): New variable.
25154         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25155         (log10_test_data): New variable.
25156         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25157         (log1p_test_data): New variable.
25158         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25159         (log2_test_data): New variable.
25160         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25161         (logb_test_data): New variable.
25162         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25163         (logb_downward_test_data): New variable.
25164         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25165         (nearbyint_test_data): New variable.
25166         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25167         (rint_test_data): New variable.
25168         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25169         (rint_tonearest_test_data): New variable.
25170         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25171         (rint_towardzero_test_data): New variable.
25172         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25173         (rint_downward_test_data): New variable.
25174         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25175         (rint_upward_test_data): New variable.
25176         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25177         (round_test_data): New variable.
25178         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25179         (sin_test_data): New variable.
25180         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25181         (sin_tonearest_test_data): New variable.
25182         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25183         (sin_towardzero_test_data): New variable.
25184         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25185         (sin_downward_test_data): New variable.
25186         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25187         (sin_upward_test_data): New variable.
25188         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25189         (sinh_test_data): New variable.
25190         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25191         (sinh_tonearest_test_data): New variable.
25192         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25193         (sinh_towardzero_test_data): New variable.
25194         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25195         (sinh_downward_test_data): New variable.
25196         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25197         (sinh_upward_test_data): New variable.
25198         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25199         (sqrt_test_data): New variable.
25200         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25201         (tan_test_data): New variable.
25202         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25203         (tan_tonearest_test_data): New variable.
25204         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25205         (tan_towardzero_test_data): New variable.
25206         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25207         (tan_downward_test_data): New variable.
25208         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25209         (tan_upward_test_data): New variable.
25210         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25211         (tanh_test_data): New variable.
25212         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25213         (tgamma_test_data): New variable.
25214         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25215         (trunc_test_data): New variable.
25216         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25217         (y0_test_data): New variable.
25218         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25219         (y1_test_data): New variable.
25220         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25221         (significand_test_data): New variable.
25222         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25224 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25226         [BZ #12387]
25227         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25229 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25231         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25233 2013-05-10  Andreas Jaeger  <aj@suse.de>
25235         [BZ #15448]
25236         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25237         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25239 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25241         * math/gen-libm-test.pl (adjust_arg): New function.
25242         (special_functions): Handle generating output in both functions
25243         and arrays.
25244         (parse_args): Likewise.
25245         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25246         $in_func argument to parse_args.
25247         * math/libm-test.inc (struct test_f_f_data): New type.
25248         (IF_ROUND_INIT_): New macro.
25249         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25250         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25251         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25252         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25253         (ROUND_RESTORE_): Likewise.
25254         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25255         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25256         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25257         (ROUND_RESTORE_FE_UPWARD): Likewise.
25258         (RUN_TEST_LOOP_f_f): New macro.
25259         (acos_test_data): New variable.
25260         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25261         (acos_tonearest_test_data): New variable.
25262         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25264 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25266         * benchtests/bench-skeleton.c (startup): Fix coding style.
25268 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25270         [BZ #6809]
25271         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25272         negative infinity argument.
25273         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25274         negative infinity argument.
25275         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25276         negative infinity argument.
25277         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25278         domain errors.
25280 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25282         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25283         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25284         * iconv/iconv_prog.c (main): Likewise.
25285         * locale/programs/charmap-dir.c (charmap_readdir)
25286         (fopen_uncompressed): Likewise.
25287         * locale/programs/locfile.c (siblings_uncached)
25288         (write_locale_data): Use lstat64 instead of lstat.
25289         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25290         stat.
25292 2013-05-10  Andreas Jaeger  <aj@suse.de>
25294         [BZ #15395]
25295         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25296         localization.
25297         Include <locale.h>.
25299 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25301         * elf/dl-close.c (_dl_close_worker): Add comments.
25303 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25305         [BZ #15359]
25306         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25307         high part of pi/2.
25308         (__ieee754_rem_pio2l): Update comments.
25310         [BZ #15429]
25311         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25312         high part of pi/2.
25313         (__ieee754_rem_pio2l): Update comments.
25315         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25316         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25318         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25319         M_PI_4l.
25321         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25322         (M_PI_34_LOG10El): Likewise.
25323         (M_PI2_LOG10El): Likewise.
25324         (M_PI4_LOG10El): Likewise.
25325         (M_PI_LOG10El): Likewise.
25327 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25331 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25333         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25334         (MINUS_ZERO_INIT): Likewise.
25335         (PLUS_INFTY_INIT): Likewise.
25336         (MINUS_INFTY_INIT): Likewise.
25337         (QNAN_VALUE_INIT): Likewise.
25338         (MAX_VALUE_INIT): Likewise.
25339         (MIN_VALUE_INIT): Likewise.
25340         (MIN_SUBNORM_VALUE_INIT): Likewise.
25341         (plus_zero): Initialize with PLUS_ZERO_INIT.
25342         (minus_zero): Initialize with MINUS_ZERO_INIT.
25343         (plus_infty): Initialize with PLUS_INFTY_INIT.
25344         (minus_infty): Initialize with MINUS_INFTY_INIT.
25345         (qnan_value): Initialize with QNAN_VALUE_INIT.
25346         (max_value): Initialize with MAX_VALUE_INIT.
25347         (min_value): Initialize with MIN_VALUE_INIT.
25348         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25350         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25351         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25352         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25353         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25355         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25356         (RUN_TEST_2_f): Likewise.
25357         (RUN_TEST_ff_f): Likewise.
25358         (RUN_TEST_fi_f): Likewise.
25359         (RUN_TEST_fl_f): Likewise.
25360         (RUN_TEST_fff_f): Likewise.
25361         (RUN_TEST_c_f): Likewise.
25362         (RUN_TEST_f_f1): Likewise.
25363         (RUN_TEST_fF_f1): Likewise.
25364         (RUN_TEST_fI_f1): Likewise.
25365         (RUN_TEST_ffI_f1): Likewise.
25366         (RUN_TEST_c_c): Likewise.
25367         (RUN_TEST_cc_c): Likewise.
25368         (RUN_TEST_f_i): Likewise.
25369         (RUN_TEST_f_i_tg): Likewise.
25370         (RUN_TEST_ff_i_tg): Likewise.
25371         (RUN_TEST_f_b): Likewise.
25372         (RUN_TEST_f_b_tg): Likewise.
25373         (RUN_TEST_f_l): Likewise.
25374         (RUN_TEST_f_L): Likewise.
25375         (RUN_TEST_sincos): Likewise.
25376         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25377         whether to show exceptions.  Do not include ");\n" in return
25378         value.
25379         (special_functions): Output call to RUN_TEST_sincos instead of
25380         check_float calls.  Update calls to new_test.
25381         (parse_args): Output call to single RUN_TEST_* macro instead of
25382         check_* calls and other assignments.  Update calls to new_test.
25384         [BZ #2546]
25385         [BZ #2560]
25386         [BZ #5159]
25387         [BZ #15426]
25388         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25389         input to result for tgamma overflow.
25390         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25391         (gamma_coeff): New variable.
25392         (NCOEFF): New macro.
25393         (gamma_positive): New function.
25394         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25395         underflow here.  Use gamma_positive instead of exp (lgamma) for
25396         other arguments.
25397         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25398         (gamma_coeff): New variable.
25399         (NCOEFF): New macro.
25400         (gammaf_positive): New function.
25401         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25402         underflow here.  Use gamma_positive instead of exp (lgamma) for
25403         other arguments.
25404         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25405         (gamma_coeff): New variable.
25406         (NCOEFF): New macro.
25407         (gammal_positive): New function.
25408         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25409         underflow here.  Use gamma_positive instead of exp (lgamma) for
25410         other arguments.
25411         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25412         (gamma_coeff): New variable.
25413         (NCOEFF): New macro.
25414         (gammal_positive): New function.
25415         (__ieee754_gammal_r): Handle positive infinity, overflow and
25416         underflow here.  Handle NaN the same as positive infinity.  Remove
25417         check x < 0xffffffff for negative integers.  Use gamma_positive
25418         instead of exp (lgamma) for other arguments.
25419         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25420         (gamma_coeff): New variable.
25421         (NCOEFF): New macro.
25422         (gammal_positive): New function.
25423         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25424         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25425         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25426         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25427         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25428         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25429         * sysdeps/generic/math_private.h (__gamma_productf): New
25430         prototype.
25431         (__gamma_product): Likewise.
25432         (__gamma_productl): Likewise.
25433         * math/Makefile (libm-calls): Add gamma_product.
25434         * math/libm-test.inc (tgamma_test): Add more tests.
25435         * sysdeps/i386/fpu/libm-test-ulps: Update.
25436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25438 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25440         * benchtests/bench-skeleton.c (main): Preheat CPU.
25442 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25444         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25446 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25448         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25449         and _dl_skip_args_internal.
25451 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25453         * manual/message.texi (Message Translation): Talk about users.
25454         Message to key mapping impacts design.
25456 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25458         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25460         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25462         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25463         * sysdeps/wordsize-64/glob64.c: ... here.
25465         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25466         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25467         New macros.
25469         * debug/getlogin_r_chk.c: Moved to ...
25470         * login/getlogin_r_chk.c: ... here.
25471         * debug/Makefile (routines): Move getlogin_r_chk to ...
25472         * login/Makefile (routines): ... here.
25473         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25474         * login/Versions (libc: GLIBC_2.4): ... here.
25476         * io/poll.c (__poll): Renamed from poll.
25477         Add libc_hidden_def.
25478         (poll): Define as weak alias.
25480         * debug/ptsname_r_chk.c: Moved to ...
25481         * login/ptsname_r_chk.c: ... here.
25482         * debug/Makefile (routines): Move ptsname_r_chk to ...
25483         * login/Makefile (routines): ... here.
25484         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25485         * login/Versions (libc: GLIBC_2.4): ... here.
25487         * posix/getlogin.c: Moved to ...
25488         * login/getlogin.c: ... here.
25489         * posix/getlogin_r.c: Moved to ...
25490         * login/getlogin_r.c: ... here.
25491         * posix/getlogin_r.c: Moved to ...
25492         * login/getlogin_r.c: ... here.
25493         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25494         * login/Makefile (routines): ... here.
25495         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25496         * login/Versions (libc: GLIBC_2.0): ... here.
25498         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25499         (setrlimit): Define as weak alias.
25501         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25502         Call __ names for open, ftruncate, and close.
25503         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25504         (truncate): Define as weak alias.
25506 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25508         * math/gen-libm-test.pl (parse_args): Initialize x before each
25509         test of frexp, modf and remquo.
25511         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25512         test signgam value.
25514 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25516         [BZ #15418]
25517         [BZ #15419]
25518         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25519         internal tests.
25520         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25522 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25524         * elf/dl-writev.h: New file.
25525         * elf/dl-misc.c: Include it.
25526         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25527         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25529 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25531         * math/libm-test.inc (noXFails): Remove variable.
25532         (noXPasses): Likewise.
25533         (BUILD_COMPLEX_INT): Remove macro.
25534         (print_screen): Remove xfail argument.
25535         (print_screen_max_error): Likewise.
25536         (update_stats): Likewise.
25537         (print_max_error): Likewise.  Update calls to other affected
25538         functions.
25539         (print_complex_max_error): Likewise.
25540         (test_single_exception): Update calls to print_screen.
25541         (test_single_errno): Likewise.
25542         (check_float_internal): Remove xfail argument.  Update calls to
25543         other affected functions.
25544         (check_float): Likewise.
25545         (check_complex): Likewise.
25546         (check_int): Likewise.
25547         (check_long): Likewise.
25548         (check_bool): Likewise.
25549         (check_longlong): Likewise.
25550         (main): Don't print noXFails and noXPasses.
25551         * math/gen-libm-test.pl (top level): Don't mention expected
25552         failure handling in comment.
25553         (new_test): Don't handle expected failures.
25554         (parse_args): Don't mention expected failure handling in comment.
25555         (generate_testfile): Don't handle expected failures.
25556         (parse_ulps): Likewise.
25557         (print_ulps_file): Likewise.
25558         (get_failure): Remove function.
25559         (output_test): Don't handle expected failures.
25560         * make/README.libm-test: Don't mention expected failure handling.
25562         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25563         (minus_zero): Likewise.
25564         (plus_infty): Likewise.
25565         (minus_infty): Likewise.
25566         (qnan_value): Likewise.
25567         (max_value): Likewise.
25568         (min_value): Likewise.
25569         (min_subnorm_value): Likewise.
25570         (initialize): Do not initialize those variables dynamically.
25572 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25574         * io/open.c (__open_2): Moved to ...
25575         * io/open_2.c: ... this new file.
25576         * io/open64.c (__open64_2): Moved to ...
25577         * io/open64_2.c: ... this new file.
25578         * io/openat.c (__openat_2): Moved to ...
25579         * io/openat_2.c: ... this new file.
25580         * io/openat64.c (__openat64_2): Moved to ...
25581         * io/openat64_2.c: ... this new file.
25582         * io/Makefile (routines): Add them.
25583         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25584         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25585         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25586         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25587         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25588         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25589         (__openat64): Add hidden_ver.
25590         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25591         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25593         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25594         Separately conditionalize setting of GLRO(dl_sysinfo) so
25595         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25596         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25598 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25600         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25601         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25602         definition.
25603         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25604         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25605         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25606         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25607         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25609 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25611         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25612         test signgam value.
25614         * math/libm-test.inc (hypot_test): Do not use
25615         IGNORE_ZERO_INF_SIGN.
25617 2013-05-03  Andreas Jaeger  <aj@suse.de>
25619         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25620         Linux 3.9.
25621         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25622         (PF_MAX): Adjust for VSOCK change.
25624 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25626         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25628 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25630         [BZ #15264]
25631         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25632         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25633         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25635 2013-05-02  David S. Miller  <davem@davemloft.net>
25637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25639 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25641         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25643 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25645         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25647 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25649         [BZ #14952]
25650         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25651         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25652         Use __attribute__ ((__gnu_inline__)).
25653         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25654         Don't use __attribute__ ((__gnu_inline__)).
25656 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25658         [BZ #15423]
25659         * math/s_catan.c (__catan): Handle small real or imaginary part of
25660         input specially to avoid spurious underflow.
25661         * math/s_catanf.c (__catanf): Likewise.
25662         * math/s_catanh.c (__catanh): Likewise.
25663         * math/s_catanhf.c (__catanhf): Likewise.
25664         * math/s_catanhl.c (__catanhl): Likewise.
25665         * math/s_catanl.c (__catanl): Likewise.
25666         * math/libm-test.inc (catan_test): Add more tests.
25667         (catanh_test): Likewise.
25668         * sysdeps/i386/fpu/libm-test-ulps: Update.
25669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25671 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25675 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25677         [BZ #15416]
25678         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25679         accurately for denominator in atan2.
25680         * math/s_catanf.c (__catanf): Likewise.
25681         * math/s_catanh.c (__catanh): Likewise.
25682         * math/s_catanhf.c (__catanhf): Likewise.
25683         * math/s_catanhl.c (__catanhl): Likewise.
25684         * math/s_catanl.c (__catanl): Likewise.
25685         * math/libm-test.inc (catan_test): Add more tests.
25686         (catanh_test): Likewise.
25687         * sysdeps/i386/fpu/libm-test-ulps: Update.
25688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25690 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25692         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25694         * benchtests/Makefile (bench): Remove slow benchmarks.
25695         * benchtests/atan-inputs: Add slow benchmark inputs.
25696         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25697         (BENCH_FUNC): Accept variant offset.
25698         (VARIANT): Define.
25699         * benchtests/bench-skeleton.c (main): Run benchmark for each
25700         variant.
25701         * benchtests/cos-inputs: Add slow benchmark inputs.
25702         * benchtests/exp-inputs: Likewise.
25703         * benchtests/pow-inputs: Likewise.
25704         * benchtests/sin-inputs: Likewise.
25705         * benchtests/slowatan-inputs: Remove.
25706         * benchtests/slowatan.c: Remove.
25707         * benchtests/slowcos-inputs: Remove.
25708         * benchtests/slowcos.c: Remove.
25709         * benchtests/slowexp-inputs: Remove.
25710         * benchtests/slowexp.c: Remove.
25711         * benchtests/slowpow-inputs: Remove.
25712         * benchtests/slowpow.c: Remove.
25713         * benchtests/slowsin-inputs: Remove.
25714         * benchtests/slowsin.c: Remove.
25715         * benchtests/slowtan-inputs: Remove.
25716         * benchtests/slowtan.c: Remove.
25717         * benchtests/tan-inputs: Add slow benchmark inputs.
25718         * scripts/bench.pl: Parse comments and directives.
25720         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25721         in CPPFLAGS.
25722         ($(objpfx)bench-%.c): Remove *-ITER.
25723         * benchtests/bench-modf.c: Remove definition of ITER.
25724         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25725         (main): Loop for DURATION seconds instead of fixed number of
25726         iterations.
25727         * scripts/bench.pl: Don't expect iterations in parameters.
25729 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25731         * io/fchdir.c (__fchdir): Renamed from fchdir.
25732         (fchdir): Define as weak alias.
25734 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25736         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25737         (ERRNO_EDOM): Likewise.
25738         (ERRNO_ERANGE): Likewise.
25739         (noErrnoTests): New variable.
25740         (init_max_error): Set errno to 0.
25741         (test_single_errno): New function.
25742         (test_errno): Likewise.
25743         (check_float_internal): Call test_errno.  Set errno to 0.
25744         (check_complex): Refer to errno tests in comment.
25745         (check_int): Call test_errno.  Set errno to 0.
25746         (check_long): Likewise.
25747         (check_bool): Likewise.
25748         (check_longlong): Likewise.
25749         (cos_test): Use ERRNO_* flags for errno tests instead of
25750         check_int.
25751         (expm1_test): Likewise.
25752         (fmod_test): Likewise.
25753         (ilogb_test): Likewise.
25754         (lgamma_test): Likewise.
25755         (pow_test): Likewise.
25756         (remainder_test): Likewise.
25757         (sin_test): Likewise.
25758         (tan_test): Likewise.
25759         (yn_test): Likewise.
25760         (initialize): Set errno to 0.
25761         (main): Print number of errno tests.
25762         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25764 2013-04-29  Andreas Jaeger  <aj@suse.de>
25766         [BZ #15084]
25767         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25768         and RES_USEVC.
25770         [BZ #15085]
25771         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25772         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25773         unimplemented.
25775         [BZ #15380]
25776         * stdlib/random.c (__initstate): Return NULL if
25777         __initstate fails.
25779         [BZ #15086]
25780         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25781         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25782         RES_SNGLKUPREOP.
25784 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25788 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25790         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25791         of individual tests.
25792         (casin_test): Likewise.
25793         (casinh_test): Likewise.
25795 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25797         [BZ #15409]
25798         * math/s_catan.c (__catan): Handle arguments with large real or
25799         imaginary part separately without squaring.
25800         * math/s_catanf.c (__catanf): Likewise.
25801         * math/s_catanh.c (__catanh): Likewise.
25802         * math/s_catanhf.c (__catanhf): Likewise.
25803         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25804         and redefine.
25805         (__catanhl): Handle arguments with large real or imaginary part
25806         separately without squaring.
25807         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25808         and redefine.
25809         (__catanl): Handle arguments with large real or imaginary part
25810         separately without squaring.
25811         * math/libm-test.inc (catan_test): Add more tests.
25812         (catanh_test): Likewise.
25813         * sysdeps/i386/fpu/libm-test-ulps: Update.
25814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25816 2013-04-27  Andreas Jaeger  <aj@suse.de>
25818         [BZ #15007]
25819         * stdlib/stdlib.h: Update guards for qecvt.
25820         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25821         <stdlib.h>.
25823 2013-04-27  Allan McRae  <allan@archlinux.org>
25825         * sysdeps/i386/fpu/libm-test-ulps: Update.
25827 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25829         [BZ #15406]
25830         * math/s_catan.c: Include <float.h>.
25831         (__catan): Ensure underflow exception occurs for underflowed
25832         result.
25833         * math/s_catanf.c: Include <float.h>.
25834         (__catanf): Ensure underflow exception occurs for underflowed
25835         result.
25836         * math/s_catanh.c: Include <float.h>.
25837         (__catanh): Ensure underflow exception occurs for underflowed
25838         result.
25839         * math/s_catanhf.c: Include <float.h>.
25840         (__catanhf): Ensure underflow exception occurs for underflowed
25841         result.
25842         * math/s_catanhl.c: Include <float.h>.
25843         (__catanhl): Ensure underflow exception occurs for underflowed
25844         result.
25845         * math/s_catanl.c: Include <float.h>.
25846         (__catanl): Ensure underflow exception occurs for underflowed
25847         result.
25848         * math/libm-test.inc (catan_test): Add more tests.
25849         (catanh_test): Likewise.
25851         [BZ #15405]
25852         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25853         underflowed result.
25854         * math/s_ccoshf.c (__ccoshf): Likewise.
25855         * math/s_ccoshl.c (__ccoshl): Likewise.
25856         * math/s_csin.c (__csin): Likewise.
25857         * math/s_csinf.c (__csinf): Likewise.
25858         * math/s_csinh.c (__csinh): Likewise.
25859         * math/s_csinhf.c (__csinhf): Likewise.
25860         * math/s_csinhl.c (__csinhl): Likewise.
25861         * math/s_csinl.c (__csinl): Likewise.
25862         * math/libm-test.inc (ccos_test): Add more tests.
25863         (ccosh_test): Likewise.
25864         (csin_test): Likewise.
25865         (csinh_test): Likewise.
25867 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25869         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25870         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25871         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25872         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25873         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25874         powerpc/power5+/fpu folders.
25875         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25878 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25880         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25882 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25884         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25885         additions to variable.
25886         [$(config-machine) = x86_64] (modules-names): Likewise.
25887         ($(objpfx)tst-audit3): Remove dependency.
25888         ($(objpfx)tst-audit3.out): Likewise.
25889         ($(objpfx)tst-audit4): Likewise.
25890         ($(objpfx)tst-audit4.out): Likewise.
25891         ($(objpfx)tst-audit5): Likewise.
25892         ($(objpfx)tst-audit5.out): Likewise.
25893         ($(objpfx)tst-audit6): Likewise.
25894         ($(objpfx)tst-audit6.out): Likewise.
25895         ($(objpfx)tst-audit7): Likewise.
25896         ($(objpfx)tst-audit7.out): Likewise.
25897         (tst-audit3-ENV): Remove variable.
25898         (tst-audit4-ENV): Likewise.
25899         (tst-audit5-ENV): Likewise.
25900         (tst-audit6-ENV): Likewise.
25901         (tst-audit7-ENV): Likewise.
25902         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25903         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25904         addition to variable.
25905         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25906         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25907         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25908         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25909         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25910         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25911         tst-audit3, tst-audit4 and tst-audit5.
25912         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25913         tst-audit6 and tst-audit7.
25914         [$(subdir) = elf] (modules-names): Add audit modules for those
25915         tests.
25916         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25917         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25918         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25919         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25920         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25921         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25922         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25923         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25924         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25925         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25926         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25927         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25928         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25929         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25930         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25931         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25932         Likewise.
25933         [$(subdir) = elf && $(config-cflags-avx) = yes]
25934         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25935         [$(subdir) = elf && $(config-cflags-avx) = yes]
25936         (CFLAGS-tst-auditmod4a.c): Likewise.
25937         [$(subdir) = elf && $(config-cflags-avx) = yes]
25938         (CFLAGS-tst-auditmod4b.c): Likewise.
25939         [$(subdir) = elf && $(config-cflags-avx) = yes]
25940         (CFLAGS-tst-auditmod6b.c): Likewise.
25941         [$(subdir) = elf && $(config-cflags-avx) = yes]
25942         (CFLAGS-tst-auditmod6c.c): Likewise.
25943         [$(subdir) = elf && $(config-cflags-avx) = yes]
25944         (CFLAGS-tst-auditmod7b.c): Likewise.
25945         * elf/tst-audit3.c: Move to ...
25946         * sysdeps/x86_64/tst-audit3.c: ... here.
25947         * elf/tst-audit4.c: Move to ...
25948         * sysdeps/x86_64/tst-audit4.c: ... here.
25949         * elf/tst-audit5.c: Move to ...
25950         * sysdeps/x86_64/tst-audit5.c: ... here.
25951         * elf/tst-audit6.c: Move to ...
25952         * sysdeps/x86_64/tst-audit6.c: ... here.
25953         * elf/tst-audit7.c: Move to ...
25954         * sysdeps/x86_64/tst-audit7.c: ... here.
25955         * elf/tst-auditmod3a.c: Move to ...
25956         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25957         * elf/tst-auditmod3b.c: Move to ...
25958         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25959         * elf/tst-auditmod4a.c: Move to ...
25960         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25961         * elf/tst-auditmod4b.c: Move to ...
25962         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25963         * elf/tst-auditmod5a.c: Move to ...
25964         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25965         * elf/tst-auditmod5b.c: Move to ...
25966         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25967         * elf/tst-auditmod6a.c: Move to ...
25968         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25969         * elf/tst-auditmod6b.c: Move to ...
25970         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25971         * elf/tst-auditmod6c.c: Move to ...
25972         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25973         * elf/tst-auditmod7a.c: Move to ...
25974         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25975         * elf/tst-auditmod7b.c: Move to ...
25976         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25978 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25980         [BZ #15366]
25981         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25982         define unconditionally.
25983         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25984         define unconditionally.
25985         (INT8_C, INT16_C, etc.): Likewise.
25987 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25989         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25990         __ehdr_start with hidden visibility.
25992         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25994 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25996         * math/libm-test.inc (cos_test): Use accurate hex constants.
25997         (sincost_test): Likewise.
25999 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26001         * math/libm-test.inc (catan_test): Add more tests.
26002         (catanh_test): Likewise.
26004         * math/s_catanf.c (__catanf): Use suffixed floating-point
26005         constants.
26006         * math/s_catanhf.c (__catanhf): Likewise.
26007         * math/s_catanhl.c (__catanhl): Likewise.
26008         * math/s_catanl.c (__catanl): Likewise.
26010         [BZ #15394]
26011         * math/s_catan.c (__catan): Calculate imaginary part of result
26012         with log1p not log unless computing log of number close to 0.
26013         * math/s_catanf.c (__catanf): Likewise.
26014         * math/s_catanl.c (__catanl): Likewise.
26015         * math/s_catanh.c (__catanh): Calculate real part of result with
26016         log1p not log unless computing log of number close to 0.
26017         * math/s_catanhf.c (__catanhf): Likewise.
26018         * math/s_catanhl.c (__catanhl): Likewise.
26019         * math/libm-test.inc (catan_test): Add more tests.
26020         (catanh_test): Likewise.
26021         * sysdeps/i386/fpu/libm-test-ulps: Update.
26022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26024 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26026         * benchtests/Makefile: Mention files in which fast and slow
26027         paths of math functions are implemented.
26029 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26031         * sysdeps/posix/timespec_get.c: New file.
26033 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26035         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26036         POWER.
26037         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26038         for POWER.
26039         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26040         powerpc/power5/fpu folders.
26041         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26042         * benchtests/Makefile: Add modf testcase.
26043         * benchtests/bench-modf.c: New file: Benchmark test for mo
26045 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26047         [BZ #14888]
26048         * time/Makefile (tests): Add tst-strptime-whitespace.
26049         * time/strptime_l.c (get_number): Use ISSPACE.
26050         (__strptime_internal): Likewise.
26051         * time/tst-strptime-whitespace.c: New test case.
26053 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26055         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26056         member.
26057         (_nss_files_init): Set it here.
26059 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26061         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26062         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26063         unsigned.
26065 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26067         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26069 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26071         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26072         size just once.
26074 2013-04-21  David S. Miller  <davem@davemloft.net>
26076         * po/ru.po: Update Russion translation from translation project.
26078 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26080         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26081         and setfsgid.
26083 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26085         * configure.in: Remove i386 configure warning. Remove i386 case.
26086         * configure: Regenerate.
26087         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26088         Add example to error message.
26089         * sysdeps/i386/configure: Regenerate.
26091 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26093         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26094         slowtan.
26095         * benchtests/cos-inputs: New file.
26096         * benchtests/slowcos-inputs: New file.
26097         * benchtests/slowcos.c: New file.
26098         * benchtests/slowtan-inputs: New file.
26099         * benchtests/slowtan.c: New file.
26100         * benchtests/tan-inputs: New file.
26102 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26104         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26105         considered kosher.
26107 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26109         * benchtests/Makefile: Include cppflags-iterator.mk to add
26110         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26112         * Makefile.in (bench-clean): New target.
26113         * benchtests/Makefile (bench-clean): Likewise.
26115 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26117         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26119 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26121         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26123 2013-04-15  Andreas Schwab  <schwab@suse.de>
26125         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26126         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26127         * nscd/pwdcache.c (cache_addpw): Likewise.
26128         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26129         more than recsize.
26131 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26133         * benchtests/Makefile (bench): Write all output to
26134         bench-out.tmp together.
26136 2013-04-15  Andreas Schwab  <schwab@suse.de>
26138         * nscd/nscd.c (main): Don't fork again after closing files.
26140 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26142         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26144         * benchtests/Rules (bench-deps): Collect dependencies into a
26145         single variable.  Add Makefile to dependencies.
26146         ($(objpfx)bench-%.c): Depend on bench-deps.
26148 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26149             Xavier Roche  <roche+kml2@exalead.com>
26151         [BZ #15361]
26152         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26153         just that it's a file descriptor.
26154         * manual/llio.texi (Synchronizing AIO Operations): Update description
26155         for EBADF error from aio_fsync.
26157 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26159         * Rules (bench): Move target definition...
26160         * benchtests/Makefile: ... here.
26162 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26164         * math/libm-test.inc (cos_test): Fix PI/2 test.
26165         (sincos_test): Likewise.
26166         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26167         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26169 2013-04-11  Andreas Schwab  <schwab@suse.de>
26171         [BZ #13988]
26172         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26173         accept exponent character only when digits were seen.
26174         * stdio-common/Makefile (tests): Add bug26.
26175         * stdio-common/bug26.c: New file.
26177         [BZ #14293]
26178         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26179         non-freeable.
26181 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26183         * Makeconfig (rtld-prefix): Define built linker prefix.
26184         * Rules (run-bench): Use it.
26185         * math/Makefile (run-regen-ulps): Likewise.
26187         * Rules (bench): Remove eval.
26189 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26190             Roland McGrath  <roland@hack.frob.com>
26191             Ondrej Bilka  <neleai@seznam.cz>
26193         [BZ #15346]
26194         * time/getdate.c: Include ctype.h and alloca.h.
26195         (__getdate_r): Trim leading and trailing spaces of input.
26196         * time/tst-getdate.c (tests): Add tests with leading and
26197         trailing spaces.
26199 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26201         [BZ #14280]
26202         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26203         when computing value.
26205 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26207         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26208         Use testrun.sh to run libm tests.
26210         [BZ #15309]
26211         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26213 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26215         [BZ #15264]
26216         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26218 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26220         * Makefile.in (regen-ulps): New target.
26221         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26222         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26223         [ifneq (no,$(PERL)] (regen-ulps): New target.
26224         [ifeq (no,$(PERL)] (regen-ulps): New target.
26225         * math/libm-test.inc (ulps_file_name): Define.
26226         (output_dir): New variable.
26227         (options): Add "output-dir" option.
26228         (parse_opt): Handle 'o' case.
26229         (main): If output_dir is non-NULL use it as a prefix
26230         otherwise use "".
26231         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26233 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26235         [BZ #10060, #10062]
26236         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26237         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26238         fail configure if __sync_val_compare_and_swap is not inlined.
26239         * sysdeps/i386/configure: Regenerate.
26240         * configure.in: Build for i686 when configured for i386.
26241         * configure: Regenerate.
26242         * README: Remove i386 reference.
26244 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26246         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26247         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26249 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26251         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26252         (lmsnanval): New variables.
26253         (F): Add conversion tests.
26254         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26255         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26257         * stdio-common/tstdiomisc.c (F): Properly collect individual
26258         tests' results.
26260         [BZ #14686, #15336]
26261         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26262         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26263         Instead, use input NaN values or generate a qNaN by arithmetic
26264         operation.  Also fix bugs to comply with the standard.
26265         * math/libm-test.inc (remainder_test): Add more tests.
26267         [BZ #15335, #15342]
26268         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26269         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26270         input NaN values or generate a qNaN by arithmetic operation.
26272         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26273         unreachable code.
26275         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26276         definitions.
26278 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26280         [BZ #14478]
26281         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26282         underflowed result.
26283         * math/s_cexpf.c (__cexpf): Likewise.
26284         * math/s_cexpl.c (__cexpl): Likewise.
26285         * math/libm-test.inc (cexp_test): Add more tests.
26287 2013-04-03  Andreas Schwab  <schwab@suse.de>
26289         [BZ #15330]
26290         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26291         order arrays from heap if bigger than alloca cutoff.
26293 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26295         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26296         (SNAN_TESTS_double): Refer to GCC PR56831.
26297         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26298         GCC PR56828.
26300 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26302         * Rules (bench): Move bench.out after the run is complete.
26304         * Rules (bench): Echo currently running benchmark.
26306         * benchtests/Makefile (bench): Add atan and slowatan.
26307         * benchtests/atan-inputs: New file.
26308         * benchtests/slowatan-inputs: New file.
26309         * benchtests/slowatan.c: New file.
26311         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26312         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26313         its value.
26315         [BZ #15305]
26316         * sysdeps/unix/sysv/linux/kernel-features.h
26317         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26318         __ASSUME_XFS_RESTRICTED_CHOWN.
26319         * sysdeps/unix/sysv/linux/pathconf.c
26320         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26321         Save and restore errno.
26323 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26325         [BZ #15327]
26326         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26327         arguments using __kernel_casinh.
26328         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26329         arguments using __kernel_casinhf.
26330         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26331         arguments using __kernel_casinhl.
26332         * math/libm-test.inc (cacosh_test): Add more tests.
26333         * sysdeps/i386/fpu/libm-test-ulps: Update.
26334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26336 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26338         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26339         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26341         * bench/Makefile (bench): Add sin and slowsin.
26342         * benchtests/sin-inputs: New file.
26343         * benchtests/slowsin-inputs: New file.
26344         * benchtests/slowsin.c: New file.
26346         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26347         (bench): Add slowexp and slowpow.
26348         (exp-ITER): Increase iterations.
26349         (pow-ITER): Likewise.
26350         * benchtests/exp-inputs: Change input.
26351         * benchtests/pow-inputs: Likewise.
26352         * benchtests/slowexp-inputs: New file.
26353         * benchtests/slowexp.c: New file.
26354         * benchtests/slowpow-inputs: New file.
26355         * benchtests/slowpow.c: New file.
26357 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26359         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26360         instructions.
26361         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26362         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26363         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26364         * benchtests/Makefile: Add rint benchtest.
26365         * benchtests/rint-inputs: Input for rint benchtest.
26367 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26369         * Versions.def (libm): Add GLIBC_2.18.
26370         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26371         hidden libm prototypes.
26372         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26373         * math/Makefile (libm-calls): Add s_issignaling.
26374         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26375         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26376         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26377         declaration.
26378         * math/math.h [__USE_GNU] (issignaling): New macro.
26379         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26380         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26381         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26382         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26383         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26384         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26385         * manual/arith.texi (issignaling): New section.
26386         * manual/libm-err-tab.pl (@all_functions): Update comment.
26387         * math/gen-libm-test.pl (parse_args): Apply special handling for
26388         issignaling.
26389         * math/libm-test.inc (print_float, issignaling_test): New
26390         functions.
26391         (check_float_internal): Add issignaling checks.
26392         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26393         default definition.
26394         * sysdeps/powerpc/math-tests.h: New file.
26395         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26396         tests.
26397         * math/test-snan.c (TEST_FUNC): Likewise.
26399 2013-03-30  David S. Miller  <davem@davemloft.net>
26401         * po/de.po: Update from translation team.
26403 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26405         [BZ #10357]
26406         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26407         imaginary part less than 1.0 and real part less than 0.5
26408         specially.
26409         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26410         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26411         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26412         (cacos_test): Add more tests.
26413         (casin_test): Likewise.
26414         (casinh_test): Likewise.
26415         * sysdeps/i386/fpu/libm-test-ulps: Update.
26416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26418 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26420         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26421         ONE with its value.
26423         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26424         (__pow_mp): Replace ONE and MONE with their values.
26425         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26426         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26427         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26428         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26429         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26430         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26432         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26434         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26435         (__pow_mp): Replace ZERO and MZERO with their values.
26436         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26437         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26438         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26439         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26440         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26441         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26442         (__sqr): Likewise.
26444         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26446         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26448 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26450         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26451         Declare with __attribute__ ((weak)).
26452         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26453         Call __call_tls_dtors only if it's not NULL.
26455 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26457         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26458         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26459         magic __ehdr_start linker symbol if it's defined.
26460         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26461         them up here if it was already done.
26463         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26464         (_dl_aux_init): Use const in cast when setting it.
26465         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26466         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26467         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26469         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26470         Declare them here.
26471         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26472         * csu/libc-tls.c: Nor here.
26473         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26475         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26476         (__libc_message): Never call vsyslog.
26478 2013-03-28  Alan Modra  <amodra@gmail.com>
26480         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26481         Define as empty.
26482         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26483         Likewise.
26485 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26487         [BZ #15214]
26488         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26489         underflow.
26490         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26492 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26494         [BZ #15304]
26495         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26496         Don't add gid passed as argument.
26498         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26500 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26502         [BZ #15307]
26503         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26504         imaginary part between 1.0 and 1.5 and real part less than 0.5
26505         specially.
26506         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26507         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26508         * math/libm-test.inc (cacos_test): Add more tests.
26509         (casin_test): Likewise.
26510         (casinh_test): Likewise.
26511         * sysdeps/i386/fpu/libm-test-ulps: Update.
26512         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26514 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26516         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26517         constants.
26518         (norm): Likewise.
26519         (denorm): Likewise.
26520         (__dbl_mp): Likewise.
26521         (add_magnitudes): Likewise.
26522         (sub_magnitudes): Likewise.
26523         (__add): Likewise.
26524         (__sub): Likewise.
26525         (__mul): Likewise.
26526         (__sqr): Likewise.
26527         (__inv): Likewise.
26528         (__dvd): Likewise.
26530         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26531         commented code.
26532         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26533         (__dubcos): Likewise.
26534         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26535         (__ieee754_acos): Likewise.
26536         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26537         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26538         (__exp1): Likewise.
26539         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26540         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26541         (log1): Likewise.
26542         (my_log2): Likewise.
26543         (checkint): Likewise.
26544         * sysdeps/ieee754/dbl-64/e_remainder.c
26545         (__ieee754_remainder): Likewise.
26546         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26547         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26548         (bsloww): Likewise.
26549         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26551         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26552         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26553         MANTISSA_STORE_T to store computations on mantissa.  Use
26554         macros for rounding and division.
26555         (denorm): Likewise.
26556         (__dbl_mp): Likewise.
26557         (add_magnitudes): Likewise.
26558         (sub_magnitudes): Likewise.
26559         (__mul): Likewise.
26560         (__sqr): Likewise.
26561         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26562         powers of two in terms of TWOPOW macro.
26563         (mp_no): Make type of mantissa as MANTISSA_T.
26564         [!RADIXI]: Define RADIXI.
26565         [!TWO52]: Define TWO52.
26566         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26568 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26570         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26571         llroundl symbol when building for PPC32.
26573 2013-03-24  Mark H Weaver  <mhw@netris.org>
26575         * manual/arith.texi (Normalization Functions): Fix prototypes for
26576         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26578 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26580         [BZ #13889]
26581         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26582         high value to check if expl overflow.
26583         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26584         to check for underflow and overflow.
26585         * math/libm-test.inc: Add exp test.
26587 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26589         [BZ #11120]
26590         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26591         with NOT_IN_libc.
26593 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26595         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26596         symbol.
26598 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26600         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26601         wrap blocks consisting of several statements.
26603         * sysdeps/generic/math-tests.h: New file.
26604         * sysdeps/i386/fpu/math-tests.h: Likewise.
26605         * math/test-snan.c: Include it.
26606         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26608 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26610         [BZ #15285]
26611         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26612         (__ieee754_j0l): Do not improve calculations using cos of twice
26613         input for inputs above LDBL_MAX / 2.0L.
26614         (__ieee754_y0l): Likewise.
26615         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26616         (__ieee754_j1l): Do not improve calculations using cos of twice
26617         input for inputs above LDBL_MAX / 2.0L.
26618         (__ieee754_y1l): Likewise.
26619         * math/libm-test.inc (j0_test): Add another test.
26620         (j1_test): Likewise.
26621         (y0_test): Likewise.
26622         (y1_test): Likewise.
26623         * sysdeps/i386/fpu/libm-test-ulps: Update.
26625 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26627         * Rules ($(objpfx)bench-%.c): Include code from a C source
26628         file.
26630 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26632         [BZ #15287]
26633         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26634         imaginary part 1.0 and real part less than 0.5 specially.
26635         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26636         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26637         * math/libm-test.inc (cacos_test): Add more tests.
26638         (casin_test): Likewise.
26639         (casinh_test): Likewise.
26640         * sysdeps/i386/fpu/libm-test-ulps: Update.
26641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26643 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26645         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26646         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26648 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26650         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26651         * config.make.in (config-cflags-sse4): Remove variable.
26652         (config-cflags-avx): Likewise.
26653         (config-cflags-sse2avx): Likewise.
26654         (config-cflags-novzeroupper): Likewise.
26655         (config-asflags-i686): Likewise.
26656         (have-mfma4): Likewise.
26657         (have-as-vis3): Likewise.
26658         (MIG): Likewise.
26659         * configure.in (MIG): Do not AC_SUBST.
26660         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26661         (libc_cv_cc_sse4): Do not AC_SUBST.
26662         (libc_cv_cc_avx): Likewise.
26663         (libc_cv_cc_sse2avx): Likewise.
26664         (libc_cv_cc_novzeroupper): Likewise.
26665         (libc_cv_cc_fma4): Likewise.
26666         (libc_cv_as_i686): Likewise.
26667         (libc_cv_sparc_as_vis3): Likewise.
26668         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26669         LIBC_CONFIG_VAR.
26670         (config-asflags-i686): Likewise.
26671         (config-cflags-avx): Likewise.
26672         (config-cflags-sse2avx): Likewise.
26673         (have-mfma4): Likewise.
26674         (config-cflags-novzeroupper): Likewise.
26675         * sysdeps/mach/configure.in (MIG): Likewise.
26676         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26677         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26678         LIBC_CONFIG_VAR.
26679         (config-cflags-avx): Likewise.
26680         (config-cflags-sse2avx): Likewise.
26681         (have-mfma4): Likewise.
26682         (config-cflags-novzeroupper): Likewise.
26683         * configure: Regenerated.
26684         * sysdeps/i386/configure: Likewise.
26685         * sysdeps/mach/configure: Likewise.
26686         * sysdeps/sparc/configure: Likewise.
26687         * sysdeps/x86_64/configure: Likewise.
26689 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26691         [BZ #14812]
26692         * locale/programs/localedef.c (options): Put N_ translation marker
26693         on argument names, not just descriptions.
26695 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26697         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26699 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26701         [BZ #14176]
26702         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26704 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26706         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26707         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26708         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26709         [!BEFORE_ABORT] (before_abort): New function.
26710         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26711         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26712         (writev_for_fatal): New function.
26713         (WRITEV_FOR_FATAL): New macro; call that.
26714         (backtrace_and_maps): New function.
26715         (BEFORE_ABORT): New macro; call that.
26716         (struct str_list): Type removed.
26717         (__libc_message, __libc_fatal): Functions removed.
26718         Include <sysdeps/posix/libc_fatal.c> instead.
26720 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26722         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26723         constants.
26724         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26725         double constants.
26727 2013-03-19  Andreas Schwab  <schwab@suse.de>
26729         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26730         * sysdeps/gnu/configure: Regenerate.
26732         * configure.in: Substitute libc_cv_rtlddir.
26733         * configure: Regenerate.
26734         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26735         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26736         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26737         * elf/Makefile (install-others, CFLAGS-interp.c)
26738         (ldso_install, common-ldd-rewrite): Likewise.
26739         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26740         $(inst_slibdir)/$(rtld-installed-name).
26741         * scripts/rellns-sh: Add -p option.
26742         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26743         for source.
26745 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26747         * manual/nptl.texi: Renamed to ...
26748         * manual/threads.texi: ... this.
26749         * manual/Makefile (chapters): Update.
26751 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26753         [BZ #14812]
26754         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26755         on argument names, not just descriptions.
26756         * malloc/memusagestat.c (options): Likewise.
26757         * nss/getent.c (options): Likewise.
26759 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26761         [BZ #14812]
26762         * iconv/iconv_prog.c (options): Put N_ translation marker
26763         on argument names, not just descriptions.
26764         * iconv/iconvconfig.c (options): Likewise.
26766 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26768         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26769         implementation which is faster on all x86_64 architectures.
26770         Tested on AMD, Intel Nehalem, SNB, IVB.
26771         * sysdeps/x86_64/strnlen.S: Likewise.
26773         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26774         Remove all multiarch strlen and strnlen versions.
26775         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26776         Remove strlen and strnlen related parts.
26778         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26779         Inline strlen part.
26780         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26782         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26783         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26784         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26785         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26786         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26787         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26789 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26791         * manual/memory.texi (Malloc Tunable Parameters):
26792         Sort parameters alphabetically. Add comments for missing entries.
26794 2013-03-17  David S. Miller  <davem@davemloft.net>
26796         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26798 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26800         [BZ #15283]
26801         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26802         for arguments at most half maximum finite value.
26803         * math/libm-test.inc (j0_test): Add more tests.
26804         (j1_test): Likewise.
26805         (y0_test): Likewise.
26806         (y1_test): Likewise.
26807         * sysdeps/i386/fpu/libm-test-ulps: Update.
26808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26810         [BZ #14155]
26811         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26812         1 / x and functions P and Q for arguments above 0x1p256L.
26813         (__ieee754_y0l): Likewise.
26814         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26815         (__ieee754_y1l): Likewise.
26816         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26817         (j1_test): Likewise.
26818         (y0_test): Likewise.
26819         (y1_test): Likewise.
26821 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26823         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26824         variable.
26826 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26828         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26829         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26830         zero since it's initialized to EXEC_PAGESIZE.
26832         * sysdeps/unix/sysv/linux/ldsodefs.h
26833         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26834         * sysdeps/generic/ldsodefs.h: ... here.
26836 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26838         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26840         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26841         math/test-snan.c.
26842         * math/test-snan.c: Renamed from
26843         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26844         * math/Makefile (tests): Add test-snan.
26845         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26846         test-powerpc-snan.
26848         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26849         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26850         functions.
26851         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26852         __builtin_nan family of functions.
26853         * math/libm-test.inc (initialize): Initialize qnan_value with
26854         __builtin_nan family of functions.
26855         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26856         Remove variables.
26857         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26858         Remove functions.
26859         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26860         storage class.  Initialize qNaN_var and sNaN_var with
26861         __builtin_nan and __builtin_nans families of functions,
26862         respectively.
26864         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26865         (sqrt_test): Remove duplicate test with qNaN input.
26866         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26867         (round_test, signbit_test, significand_test): Note missing +/-Inf
26868         as well as qNaN tests.
26870         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26871         qNaN_var.  Fix a few strings, too.
26872         * math/libm-test.inc (nan_value): Rename to qnan_value.
26873         * math/gen-libm-test.pl (%beautify): Adjust to that.
26874         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26875         * math/test-misc.c (main): Likewise.
26876         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26877         to __qnan_bytes, and __qnan_union, respectively.
26878         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26879         Likewise.
26880         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26881         and lqnanval, respectively.
26882         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26883         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26884         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26885         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26887         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26888         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26889         doubles.
26891         * math/test-misc.c (main): Fix copy'n'pastos.
26892         * misc/tst-efgcvt.c (special): Likewise.
26894         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26895         Remove declarations.
26897 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26899         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26900         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26901         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26902         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26904 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26906         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26907         macro to return vdso values correctly in IFUNC implementations.
26908         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26909         Optimization by using IFUNC.
26911 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26912             Richard Henderson  <rth@redhat.com>
26913             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26915         * Makefile.in (bench): New target.
26916         * NEWS: Mention the benchmark framework.
26917         * Rules (bench): Likewise.
26918         (binaries-bench): Generate binaries for functions to
26919         benchmark.
26920         * benchtests/Makefile: New makefile for benchmark tests.
26921         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26922         programs.
26923         * benchtests/exp-inputs: New input file for EXP function.
26924         * benchtests/pow-inputs: New input file for POW function.
26925         * scripts/bench.pl: New script to generate source files for
26926         benchmark programs.
26928 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26930         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26931         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26932         computations on mantissa.  Use macros for rounding and
26933         division.
26934         (denorm): Likewise.
26935         (__dbl_mp): Likewise.
26936         (add_magnitudes): Likewise.
26937         (sub_magnitudes): Likewise.
26938         (__mul): Likewise.
26939         (__sqr): Likewise.
26940         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26941         powers of two in terms of TWOPOW macro.
26942         (mp_no): Make type of mantissa as MANTISSA_T.
26943         [!RADIXI]: Define RADIXI.
26944         [!TWO52]: Define TWO52.
26945         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26947         * manual/nptl.texi (cindex): Modify threads to pthreads.
26949 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26951         * sysdeps/x86_64/preconfigure: Regenerated.
26953 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26955         [BZ #14155]
26956         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26957         0x1p28 and above.
26958         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26959         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26960         0x1p28 and above.
26961         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26962         * math/libm-test.inc (j0_test): Do not allow one spurious
26963         underflow exception.
26964         (y1_test): Likewise.
26966 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26968         * manual/Makefile (chapters): Add nptl.
26969         * manual/debug.texi (Debugging Support): Add link to Threads
26970         chapter.
26971         * manual/nptl.texi: New file.
26973         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26975 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26977         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26978         for non-NULL pointer before the memory validity test. Pointed
26979         out by Holger Brunck <holger.brunck@keymile.com>.
26981 2013-03-13  Andreas Schwab  <schwab@suse.de>
26983         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26984         instead of .os.
26986 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26988         * timezone/zic.c: Update from tzcode 2013b.
26990 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26992         * manual/install.texi (Configuring and compiling):
26993         Mention i686 and i586.
26994         * INSTALL: Regenerate.
26996 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26998         * sysdeps/init_array/elf-init.c: New file.
26999         * csu/elf-init.c
27000         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27001         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27003         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27004         __gmon_start__ as global, but as static with a .preinit_array pointer.
27005         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27006         * sysdeps/init_array/crti.S: New file, empty except for comments.
27007         * sysdeps/init_array/crtn.S: Likewise.
27009 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27011         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27012         definining bcopy.
27013         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27014         Remove Prefer_SSE_for_memop.
27015         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27016         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27017         HAS_PREFER_SSE_FOR_MEMOP.
27018         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27019         memset-x86-64.
27020         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27021         Remove bzero, memset ifunc support.
27022         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27023         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27024         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27025         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27027 2013-03-11  Andreas Schwab  <schwab@suse.de>
27029         [BZ #15234]
27030         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27031         by SHLIB_COMPAT.
27032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27033         (GLIBC_2.16): Remove pthread_atfork.
27035 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27037         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27038         (ptestcases.h): Likewise.
27040 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27042         * Makeconfig ($(common-objpfx)config.status): Depend on
27043         sysdeps/*/preconfigure{,.in} too.
27045 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27047         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27048         (__free_hook): Use void * instead of __malloc_ptr_t.
27049         (__malloc_hook): Likewise.
27050         (__realloc_hook): Likewise.
27051         (__memalign_hook): Likewise.
27052         (__after_morecore_hook): Likewise.
27053         * malloc/arena.c (save_malloc_hook): Likewise.
27054         (save_free_hook): Likewise.
27055         * malloc/hooks.c (malloc_hook_ini): Likewise.
27056         (realloc_hook_ini): Likewise.
27057         (memalign_hook_ini): Likewise.
27058         * malloc/malloc.c (malloc_hook_ini): Likewise.
27059         (realloc_hook_ini): Likewise.
27060         (memalign_hook_ini): Likewise.
27061         (__free_hook): Likewise.
27062         (__malloc_hook): Likewise.
27063         (__realloc_hook): Likewise.
27064         (__memalign_hook): Likewise.
27065         (__libc_malloc): Likewise.
27066         (__libc_free): Likewise.
27067         (__libc_realloc): Likewise.
27068         (__libc_memalign): Likewise.
27069         (__libc_valloc): Likewise.
27070         (__libc_pvalloc): Likewise.
27071         (__libc_calloc): Likewise.
27072         (__posix_memalign): Likewise.
27073         * malloc/morecore.c (__sbrk): Likewise.
27074         (__default_morecore): Likewise.
27076         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27078         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27079         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27080         __malloc_ptrdiff_t.
27082         * malloc/malloc.h (__malloc_size_t): Remove macro.
27083         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27084         __malloc_size_t.
27085         (old_memalign_hook): Likewise.
27086         (old_realloc_hook): Likewise.
27087         (struct hdr): Likewise.
27088         (flood): Likewise.
27089         (mallochook): Likewise.
27090         (memalignhook): Likewise.
27091         (reallochook): Likewise.
27092         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27093         (tr_old_realloc_hook): Likewise.
27094         (tr_old_memalign_hook): Likewise.
27095         (tr_mallochook): Likewise.
27096         (tr_reallochook): Likewise.
27097         (tr_memalignhook): Likewise.
27099 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27101         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27102         default_ldbl_pack and using as default implementation.
27103         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27104         implementation.
27105         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27106         redundant definition.
27107         (ldbl_insert_mantissa): Likewise.
27108         (ldbl_canonicalize): Likewise.
27109         (ldbl_nearbyint): Likewise.
27110         (ldbl_pack): Rename to ldbl_pack_ppc.
27111         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27112         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27113         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27115 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27117         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27118         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27119         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27120         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27121         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27122         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27123         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27124         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27126 2013-03-07  Andreas Jaeger  <aj@suse.de>
27128         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27129         bits/mman-linux.h.
27131 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27133         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27134         Include mpa.h and declare __MPEXP.
27135         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27136         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27137         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27138         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27139         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27140         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27141         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27143         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27144         (__slowpow): Use long double EXPL and LOGL functions to
27145         compute POW.
27146         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27147         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27148         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27149         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27150         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27151         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27153         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27154         intermediate variable to calculate exponent.
27155         (__sqr): Likewise.
27156         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27157         Likewise.
27158         (__sqr): Likewise.
27160         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27161         [!NO__SQR]: Define __sqr.
27162         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27163         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27164         sysdeps/ieee754/dbl-64/mpa.c.
27165         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27167         [BZ #12723]
27168         * posix/Makefile (tests): Add tst-pathconf.
27169         * posix/tst-pathconf.c: New test case.
27170         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27171         _PC_PIPE_BUF.
27172         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27174 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27176         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27178 2013-03-06  Andreas Jaeger  <aj@suse.de>
27180         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27181         definition via __MAP_ANONYMOUS.
27183         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27184         it's not part of Linux headers.
27186         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27187         (MAP_HUGE_MASK): Define.
27189         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27190         Define.
27191         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27192         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27193         Define.
27194         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27195         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27196         Define.
27197         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27198         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27199         Define.
27200         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27202         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27203         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27204         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27205         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27206         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27207         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27209         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27210         Handle f2fs.
27212         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27213         Handle f2fs and efivarfs.
27215         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27216         f2fs.
27218         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27219         (EFIVARFS_MAGIC): Add.
27220         (F2FS_LINK_MAX): Add.
27222 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27224         * stdio-common/vfprintf.c: Replace __builtin_expect with
27225         __glibc_unlikely.
27227 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27229         [BZ #13550]
27230         * sysdeps/generic/bp-sym.h: Remove file.
27231         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27232         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27233         <bp-sym.h> and <bp-asm.h>.
27234         (__longjmp): Don't use BP_SYM.
27235         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27236         and <bp-asm.h>.
27237         (memcpy): Don't use BP_SYM.
27238         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27239         <bp-sym.h> and <bp-asm.h>.
27240         (memcpy): Don't use BP_SYM.
27241         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27242         <bp-asm.h>.
27243         (memcpy): Don't use BP_SYM.
27244         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27245         <bp-asm.h>.
27246         (memset): Don't use BP_SYM.
27247         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27248         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27249         (__bzero): Don't use BP_SYM.
27250         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27251         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27252         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27253         <bp-sym.h> and <bp-asm.h>.
27254         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27255         pointers.
27256         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27257         <bp-sym.h> and <bp-asm.h>.
27258         (memcpy): Don't use BP_SYM.
27259         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27260         <bp-sym.h> and <bp-asm.h>.
27261         (memset): Don't use BP_SYM.
27262         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27263         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27264         (__bzero): Don't use BP_SYM.
27265         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27266         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27267         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27268         <bp-sym.h> and <bp-asm.h>.
27269         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27270         pointers.
27271         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27272         <bp-sym.h> and <bp-asm.h>.
27273         (memcpy): Don't use BP_SYM.
27274         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27275         <bp-sym.h> and <bp-asm.h>.
27276         (memset): Don't use BP_SYM.
27277         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27278         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27279         (__bzero): Don't use BP_SYM.
27280         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27281         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27282         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27283         <bp-sym.h> and <bp-asm.h>.
27284         (__memchr): Don't use BP_SYM.
27285         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27286         <bp-sym.h> and <bp-asm.h>.
27287         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27288         pointers.
27289         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27290         <bp-sym.h> and <bp-asm.h>.
27291         (memcpy): Don't use BP_SYM.
27292         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27293         <bp-sym.h> and <bp-asm.h>.
27294         (__mempcpy): Don't use BP_SYM.
27295         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27296         <bp-sym.h> and <bp-asm.h>.
27297         (__memrchr): Don't use BP_SYM.
27298         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27299         <bp-sym.h> and <bp-asm.h>.
27300         (memset): Don't use BP_SYM.
27301         (__bzero): Likewise.
27302         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27303         <bp-sym.h> and <bp-asm.h>.
27304         (__rawmemchr): Don't use BP_SYM.
27305         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27306         <bp-sym.h> and <bp-asm.h>.
27307         (__STRCMP): Don't use BP_SYM.
27308         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27309         <bp-sym.h> and <bp-asm.h>.
27310         (strchr): Don't use BP_SYM.
27311         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27312         <bp-sym.h> and <bp-asm.h>.
27313         (__strchrnul): Don't use BP_SYM.
27314         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27315         <bp-sym.h> and <bp-asm.h>.
27316         (strlen): Don't use BP_SYM.
27317         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27318         <bp-sym.h> and <bp-asm.h>.
27319         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27320         pointers.
27321         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27322         <bp-sym.h> and <bp-asm.h>.
27323         (__strnlen): Don't use BP_SYM.
27324         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27325         <bp-sym.h> and <bp-asm.h>.
27326         (__GI__setjmp): Don't use BP_SYM.
27327         (_setjmp): Likewise.
27328         (__sigsetjmp): Likewise.
27329         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27330         (L(start_addresses)): Don't use BP_SYM.
27331         (_start): Likewise.
27332         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27333         <bp-asm.h>.
27334         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27335         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27336         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27337         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27338         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27339         <bp-asm.h>.
27340         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27341         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27342         about bounded pointers.
27343         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27344         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27345         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27346         <bp-asm.h>.
27347         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27348         about bounded pointers.  Remove GKM FIXME comments.
27349         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27350         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27351         <bp-asm.h>.
27352         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27353         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27354         Remove GKM FIXME comments.
27355         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27356         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27357         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27358         <bp-asm.h>.
27359         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27360         about bounded pointers.  Remove GKM FIXME comment.
27361         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27362         and <bp-asm.h>.
27363         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27364         pointers.
27365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27366         <bp-sym.h> and <bp-asm.h>.
27367         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27369         <bp-sym.h> and <bp-asm.h>.
27370         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27371         comment.
27373 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27375         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27376         call free(NULL).
27378 2013-03-05  David S. Miller  <davem@davemloft.net>
27380         * po/es.po: Update from translation team.
27382 2013-03-05  Andreas Jaeger  <aj@suse.de>
27384         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27385         <bits/mman-linux.h>.
27386         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27387         is fine.
27388         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27389         <bits/mman-linux.h> to end of file.
27390         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27391         is fine.
27392         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27393         <bits/mman-linux.h> to end of file.
27394         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27395         is fine.
27396         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27397         <bits/mman-linux.h> to end of file.
27399         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27400         (MCL_CURRENT, MCL_FUTURE): Define here.
27402 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27404         [BZ #15232]
27405         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27406         attribute_hidden.
27407         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27409 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27411         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27412         fourth parameter needed for rt_sigprocmask syscall.
27413         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27414         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27415         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27416         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27417         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27418         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27420 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27422         [BZ #13550]
27423         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27424         comment about bounded pointers.
27425         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27426         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27428 2013-03-04  Andreas Jaeger  <aj@suse.de>
27430         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27431         common definitions.
27433         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27434         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27435         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27436         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27437         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27438         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27440 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27442         [BZ #15055]
27443         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27444         __ieee754_sqrl instead of __sqrl.
27446 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27448         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27449         * sysdeps/powerpc/fpu_control.h: ... here.
27450         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27451         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27452         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27453         * sysdeps/powerpc/bits/mathinline.h: ... here.
27455 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27457         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27458         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27459         to just [NEED_DL_SYSINFO_DSO].
27460         * elf/dl-support.c: Likewise.
27461         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27462         * elf/rtld.c (dl_main): Likewise.
27463         * elf/setup-vdso.h (setup_vdso): Likewise.
27464         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27465         * sysdeps/unix/sysv/linux/dl-sysdep.c
27466         (_dl_discover_osversion): Likewise.
27468 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27470         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27471         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27473 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27475         * NEWS: Mention libm performance improvements and non-x86 PI
27476         futex support.
27478         * csu/libc-start.c (__pthread_initialize_minimal): Change
27479         function arguments.
27480         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27482 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27484         [BZ #13550]
27485         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27486         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27487         <bp-sym.h> and <bp-asm.h>.
27488         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27489         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27490         and <bp-asm.h>.
27491         (memcpy): Don't use BP_SYM.
27492         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27493         <bp-asm.h>.
27494         (__mpn_add_n): Don't use BP_SYM.
27495         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27496         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27497         and <bp-asm.h>.
27498         (__mpn_addmul_1): Don't use BP_SYM.
27499         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27500         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27501         <bp-sym.h>.
27502         (_setjmp): Don't use BP_SYM.
27503         (__novmx_setjmp): Likewise.
27504         (__GI__setjmp): Likewise.
27505         (__vmx_setjmp): Likewise.
27506         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27507         <bp-sym.h>.
27508         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27509         (__bzero): Don't use BP_SYM.
27510         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27511         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27512         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27513         <bp-sym.h> and <bp-asm.h>.
27514         (memcpy): Don't use BP_SYM.
27515         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27516         <bp-sym.h> and <bp-asm.h>.
27517         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27518         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27519         <bp-sym.h> and <bp-asm.h>.
27520         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27521         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27522         <bp-asm.h>.
27523         (__mpn_lshift): Don't use BP_SYM.
27524         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27525         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27526         <bp-asm.h>.
27527         (memset): Don't use BP_SYM.
27528         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27529         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27530         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27531         <bp-asm.h>.
27532         (__mpn_mul_1): Don't use BP_SYM.
27533         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27534         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27535         <bp-sym.h> and <bp-asm.h>.
27536         (memcmp): Don't use BP_SYM.
27537         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27538         <bp-sym.h> and <bp-asm.h>.
27539         (memcpy): Don't use BP_SYM.
27540         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27541         <bp-sym.h> and <bp-asm.h>.
27542         (memset): Don't use BP_SYM.
27543         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27544         <bp-sym.h> and <bp-asm.h>.
27545         (strncmp): Don't use BP_SYM.
27546         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27547         <bp-sym.h> and <bp-asm.h>.
27548         (memcpy): Don't use BP_SYM.
27549         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27550         <bp-sym.h> and <bp-asm.h>.
27551         (memset): Don't use BP_SYM.
27552         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27553         <bp-sym.h> and <bp-asm.h>.
27554         (__memchr): Don't use BP_SYM.
27555         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27556         <bp-sym.h> and <bp-asm.h>.
27557         (memcmp): Don't use BP_SYM.
27558         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27559         <bp-sym.h> and <bp-asm.h>.
27560         (memcpy): Don't use BP_SYM.
27561         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27562         <bp-sym.h> and <bp-asm.h>.
27563         (__mempcpy): Don't use BP_SYM.
27564         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27565         <bp-sym.h> and <bp-asm.h>.
27566         (__memrchr): Don't use BP_SYM.
27567         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27568         <bp-sym.h> and <bp-asm.h>.
27569         (memset): Don't use BP_SYM.
27570         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27571         <bp-sym.h> and <bp-asm.h>.
27572         (__rawmemchr): Don't use BP_SYM.
27573         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27574         <bp-sym.h> and <bp-asm.h>.
27575         (__STRCMP): Don't use BP_SYM.
27576         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27577         <bp-sym.h> and <bp-asm.h>.
27578         (strchr): Don't use BP_SYM.
27579         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27580         <bp-sym.h> and <bp-asm.h>.
27581         (__strchrnul): Don't use BP_SYM.
27582         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27583         <bp-sym.h> and <bp-asm.h>.
27584         (strlen): Don't use BP_SYM.
27585         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27586         <bp-sym.h> and <bp-asm.h>.
27587         (strncmp): Don't use BP_SYM.
27588         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27589         <bp-sym.h> and <bp-asm.h>.
27590         (__strnlen): Don't use BP_SYM.
27591         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27592         <bp-asm.h>.
27593         (__mpn_rshift): Don't use BP_SYM.
27594         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27595         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27596         <bp-sym.h> and <bp-asm.h>.
27597         (__sigsetjmp): Don't use BP_SYM.
27598         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27599         (L(start_addresses)): Don't use BP_SYM.
27600         (_start): Likewise.
27601         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27602         <bp-asm.h>.
27603         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27604         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27605         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27606         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27607         <bp-asm.h>.
27608         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27609         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27610         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27611         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27612         <bp-asm.h>.
27613         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27614         comments.
27615         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27616         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27617         <bp-asm.h>.
27618         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27619         FIXME comments.
27620         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27621         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27622         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27623         <bp-asm.h>.
27624         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27625         comment.
27626         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27627         and <bp-asm.h>.
27628         (strncmp): Don't use BP_SYM,
27629         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27630         <bp-asm.h>.
27631         (__mpn_sub_n): Don't use BP_SYM.
27632         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27633         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27634         and <bp-asm.h>.
27635         (__mpn_submul_1): Don't use BP_SYM.
27636         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27638         <bp-sym.h> and <bp-asm.h>.
27639         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27641         <bp-sym.h> and <bp-asm.h>.
27642         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27643         comment.
27645 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27647         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27648         Use ZK to minimize writes to Z.
27649         (sub_magnitudes): Simplify code a bit.
27650         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27651         Use ZK to minimize writes to Z.
27652         (sub_magnitudes): Simplify code a bit.
27654 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27656         * csu/gmon-start.c: Add special exception to license text.
27658 2013-02-27  Richard Henderson  <rth@redhat.com>
27660         * scripts/config.guess: Update from config.git.
27661         * scripts/config.sub: Likewise.
27663 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27665         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27667         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27669         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27671         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27673         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27675 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27677         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27678         [$(build-shared = yes].
27680 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27682         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27683         (__mul): Reduce iterations for calculating mantissa.
27685         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27686         MPTWO.
27687         (__mpranred): Likewise.
27689         [BZ #15160]
27690         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27691         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27693 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27695         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27696         Define __attribute__.
27698 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27700         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27701         unused.
27702         * posix/regex_internal.h (__attribute): Remove.
27703         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27704         (re_string_context_at): Likewise.
27705         (bitset_not): Use __attribute__ and mark function as possibly
27706         unused.
27707         (bitset_merge): Likewise.
27708         (bitset_mask): Likewise.
27709         (re_string_char_size_at): Likewise.
27710         (re_string_wchar_at): Likewise.
27711         (re_string_elem_size_at): Likewise.
27713 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27715         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27716         code.
27717         (cc32): Likewise.
27719         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27720         (__acr): Likewise.
27721         (__cpy): Likewise.
27722         (norm): Likewise.
27723         (denorm): Likewise.
27724         (__dbl_mp): Likewise.
27725         (add_magnitudes): Likewise.
27726         (sub_magnitudes): Likewise.
27727         (__mul): Likewise.
27728         (__inv): Likewise.
27730         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27731         style.
27733         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27734         style.
27736         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27737         code.
27739         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27740         up changes with default code.
27741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27742         Likewise.
27744 2013-02-24  Allan McRae  <allan@archlinux.org>
27746         * manual/socket.texi (The Internet Namespace): Order menu items
27747         to match that in the file.
27749         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27750         node listing of the info page menu.
27752 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27754         [BZ #13550]
27755         * sysdeps/i386/bp-asm.h: Remove file.
27756         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27757         (PARMS): Do not use macros from bp-asm.h.
27758         (S1): Likewise.
27759         (S2): Likewise.
27760         (SIZE): Likewise.
27761         (__mpn_add_n): Do not use BP_SYM
27762         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27763         "bp-asm.h".
27764         (PARMS): Do not use macros from bp-asm.h.
27765         (S1): Likewise.
27766         (SIZE): Likewise.
27767         (__mpn_addmul_1): Do not use BP_SYM
27768         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27769         "bp-asm.h".
27770         (PARMS): Do not use macros from bp-asm.h.
27771         (SIGMSK): Likewise.
27772         (_setjmp): Likewise.  Do not use BP_SYM.
27773         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27774         "bp-asm.h".
27775         (PARMS): Do not use macros from bp-asm.h.
27776         (SIGMSK): Likewise.
27777         (setjmp): Likewise.  Do not use BP_SYM.
27778         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27779         "bp-asm.h".
27780         (PARMS): Do not use macros from bp-asm.h.
27781         (__frexp): Do not use BP_SYM.
27782         (frexp): Likewise.
27783         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27784         "bp-asm.h".
27785         (PARMS): Do not use macros from bp-asm.h.
27786         (__frexpf): Do not use BP_SYM.
27787         (frexpf): Likewise.
27788         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27789         "bp-asm.h".
27790         (PARMS): Do not use macros from bp-asm.h.
27791         (__frexpl): Do not use BP_SYM.
27792         (frexpl): Likewise.
27793         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27794         "bp-asm.h".
27795         (PARMS): Do not use macros from bp-asm.h.
27796         (__remquo): Do not use BP_SYM.
27797         (remquo): Likewise.
27798         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27799         "bp-asm.h".
27800         (PARMS): Do not use macros from bp-asm.h.
27801         (__remquof): Do not use BP_SYM.
27802         (remquof): Likewise.
27803         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27804         "bp-asm.h".
27805         (PARMS): Do not use macros from bp-asm.h.
27806         (__remquol): Do not use BP_SYM.
27807         (remquol): Likewise.
27808         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27809         "bp-asm.h".
27810         (PARMS): Do not use macros from bp-asm.h.
27811         (DEST): Likewise.
27812         (SRC): Likewise.
27813         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27814         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27815         "bp-asm.h".
27816         (PARMS): Do not use macros from bp-asm.h.
27817         (strlen): Do not use BP_SYM.
27818         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27819         "bp-asm.h".
27820         (PARMS): Do not use macros from bp-asm.h.
27821         (S1): Likewise.
27822         (S2): Likewise.
27823         (SIZE): Likewise.
27824         (__mpn_add_n): Do not use BP_SYM.
27825         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27826         "bp-asm.h".
27827         (PARMS): Do not use macros from bp-asm.h.
27828         (S1): Likewise.
27829         (SIZE): Likewise.
27830         (__mpn_addmul_1): Do not use BP_SYM.
27831         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27832         weak_alias.
27833         (bzero): Likewise.
27834         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27835         "bp-asm.h".
27836         (PARMS): Do not use macros from bp-asm.h.
27837         (S): Likewise.
27838         (SIZE): Likewise.
27839         (__mpn_lshift): Do not use BP_SYM.
27840         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27841         "bp-asm.h".
27842         (PARMS): Do not use macros from bp-asm.h.
27843         (DEST): Likewise.
27844         (SRC): Likewise.
27845         (LEN): Likewise.
27846         (memcpy): Likewise.  Do not use BP_SYM.
27847         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27848         libc_hidden_def and weak_alias.
27849         (mempcpy): Do not use BP_SYM in weak_alias.
27850         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27851         "bp-asm.h".
27852         (PARMS): Do not use macros from bp-asm.h.
27853         (DEST): Likewise.
27854         (LEN): Likewise.
27855         [!BZERO_P] (CHR): Likewise.
27856         (memset): Likewise.  Do not use BP_SYM.
27857         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27858         "bp-asm.h".
27859         (PARMS): Do not use macros from bp-asm.h.
27860         (S1): Likewise.
27861         (SIZE): Likewise.
27862         (__mpn_mul_1): Do not use BP_SYM.
27863         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27864         "bp-asm.h".
27865         (PARMS): Do not use macros from bp-asm.h.
27866         (S): Likewise.
27867         (SIZE): Likewise.
27868         (__mpn_rshift): Do not use BP_SYM.
27869         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27870         "bp-asm.h".
27871         (PARMS): Do not use macros from bp-asm.h.
27872         (STR): Likewise.
27873         (CHR): Likewise.
27874         (strchr): Likewise.  Do not use BP_SYM.
27875         (index): Do not use BP_SYM in weak_alias.
27876         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27877         "bp-asm.h".
27878         (PARMS): Do not use macros from bp-asm.h.
27879         (DEST): Likewise.
27880         (SRC): Likewise.
27881         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27882         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27883         "bp-asm.h".
27884         (PARMS): Do not use macros from bp-asm.h.
27885         (strlen): Do not use BP_SYM.
27886         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27887         "bp-asm.h".
27888         (PARMS): Do not use macros from bp-asm.h.
27889         (S1): Likewise.
27890         (S2): Likewise.
27891         (SIZE): Likewise.
27892         (__mpn_sub_n): Do not use BP_SYM.
27893         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27894         "bp-asm.h".
27895         (PARMS): Do not use macros from bp-asm.h.
27896         (S1): Likewise.
27897         (SIZE): Likewise.
27898         (__mpn_submul_1): Do not use BP_SYM.
27899         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27900         "bp-asm.h".
27901         (PARMS): Do not use macros from bp-asm.h.
27902         (S1): Likewise.
27903         (S2): Likewise.
27904         (SIZE): Likewise.
27905         (__mpn_add_n): Do not use BP_SYM.
27906         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27907         weak_alias.
27908         (bzero): Likewise.
27909         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27910         "bp-asm.h".
27911         (PARMS): Do not use macros from bp-asm.h.
27912         (BLK2): Likewise.
27913         (LEN): Likewise.
27914         (memcmp): Do not use BP_SYM.
27915         (bcmp): Do not use BP_SYM in weak_alias.
27916         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27917         "bp-asm.h".
27918         (PARMS): Do not use macros from bp-asm.h.
27919         (DEST): Likewise.
27920         (SRC): Likewise.
27921         (LEN): Likewise.
27922         (memcpy): Likewise.  Do not use BP_SYM.
27923         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27924         "bp-asm.h".
27925         (PARMS): Do not use macros from bp-asm.h.
27926         (DEST): Likewise.
27927         (SRC): Likewise.
27928         (LEN): Likewise.
27929         (memmove): Likewise.  Do not use BP_SYM.
27930         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27931         "bp-asm.h".
27932         (PARMS): Do not use macros from bp-asm.h.
27933         (DEST): Likewise.
27934         (SRC): Likewise.
27935         (LEN): Likewise.
27936         (__mempcpy): Likewise.  Do not use BP_SYM.
27937         (mempcpy): Do not use BP_SYM in weak_alias.
27938         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27939         "bp-asm.h".
27940         (PARMS): Do not use macros from bp-asm.h.
27941         (DEST): Likewise.
27942         (LEN): Likewise.
27943         [!BZERO_P] (CHR): Likewise.
27944         (memset): Likewise.  Do not use BP_SYM.
27945         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27946         "bp-asm.h".
27947         (PARMS): Do not use macros from bp-asm.h.
27948         (STR2): Likewise.
27949         (strcmp): Do not use BP_SYM.
27950         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27951         "bp-asm.h".
27952         (PARMS): Do not use macros from bp-asm.h.
27953         (STR): Likewise.
27954         (DELIM): Likewise.
27955         [USE_AS_STRTOK_R] (SAVE): Likewise.
27956         (FUNCTION): Likewise.  Do not use BP_SYM.
27957         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27958         aliases.
27959         (strtok_r): Likewise.
27960         (__GI___strtok_r): Likewise.
27961         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27962         (PARMS): Do not use macros from bp-asm.h.
27963         (S): Likewise.
27964         (SIZE): Likewise.
27965         (__mpn_lshift): Do not use BP_SYM.
27966         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27967         (PARMS): Do not use macros from bp-asm.h.
27968         (STR): Likewise.
27969         (CHR): Likewise.
27970         (__memchr): Do not use BP_SYM.
27971         (memchr): Do not use BP_SYM in weak_alias.
27972         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27973         (PARMS): Do not use macros from bp-asm.h.
27974         (BLK2): Likewise.
27975         (LEN): Likewise.
27976         (memcmp): Do not use BP_SYM.
27977         (bcmp): Do not use BP_SYM in weak_alias.
27978         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27979         (PARMS): Do not use macros from bp-asm.h.
27980         (S1): Likewise.
27981         (SIZE): Likewise.
27982         (__mpn_mul_1): Do not use BP_SYM.
27983         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27984         "bp-asm.h".
27985         (PARMS): Do not use macros from bp-asm.h.
27986         (STR): Likewise.
27987         (CHR): Likewise.
27988         (__rawmemchr): Do not use BP_SYM.
27989         (rawmemchr): Do not use BP_SYM in weak_alias.
27990         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27991         (PARMS): Do not use macros from bp-asm.h.
27992         (S): Likewise.
27993         (SIZE): Likewise.
27994         (__mpn_rshift): Do not use BP_SYM.
27995         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27996         (PARMS): Do not use macros from bp-asm.h.
27997         (SIGMSK): Likewise.
27998         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27999         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28000         (_start): Do not use BP_SYM.
28001         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28002         (PARMS): Do not use macros from bp-asm.h.
28003         (DEST): Likewise.
28004         (SRC): Likewise.
28005         (__stpcpy): Likewise.  Do not use BP_SYM.
28006         (stpcpy): Do not use BP_SYM in weak_alias.
28007         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28008         "bp-asm.h".
28009         (PARMS): Do not use macros from bp-asm.h.
28010         (DEST): Likewise.
28011         (SRC): Likewise.
28012         (LEN): Likewise.
28013         (__stpncpy): Likewise.  Do not use BP_SYM.
28014         (stpncpy): Do not use BP_SYM in weak_alias.
28015         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28016         (PARMS): Do not use macros from bp-asm.h.
28017         (STR): Likewise.
28018         (CHR): Likewise.
28019         (strchr): Likewise.  Do not use BP_SYM.
28020         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28021         "bp-asm.h".
28022         (PARMS): Do not use macros from bp-asm.h.
28023         (STR): Likewise.
28024         (CHR): Likewise.
28025         (__strchrnul): Likewise.  Do not use BP_SYM.
28026         (strchrnul): Do not use BP_SYM in weak_alias.
28027         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28028         "bp-asm.h".
28029         (PARMS): Do not use macros from bp-asm.h.
28030         (STOP): Likewise.
28031         (strcspn): Do not use BP_SYM.
28032         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28033         "bp-asm.h".
28034         (PARMS): Do not use macros from bp-asm.h.
28035         (STR): Likewise.
28036         (STOP): Likewise.
28037         (strpbrk): Likewise.  Do not use BP_SYM.
28038         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28039         "bp-asm.h".
28040         (PARMS): Do not use macros from bp-asm.h.
28041         (STR): Likewise.
28042         (CHR): Likewise.
28043         (strrchr): Likewise.  Do not use BP_SYM.
28044         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28045         (PARMS): Do not use macros from bp-asm.h.
28046         (SKIP): Likewise.
28047         (strspn): Do not use BP_SYM.
28048         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28049         (PARMS): Do not use macros from bp-asm.h.
28050         (STR): Likewise.
28051         (DELIM): Likewise.
28052         (SAVE): Likewise.
28053         (FUNCTION): Likewise.  Do not use BP_SYM.
28054         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28055         aliases.
28056         (strtok_r): Likewise.
28057         (__GI___strtok_r): Likewise.
28058         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28059         (PARMS): Do not use macros from bp-asm.h.
28060         (S1): Likewise.
28061         (S2): Likewise.
28062         (SIZE): Likewise.
28063         (__mpn_sub_n): Do not use BP_SYM.
28064         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28065         "bp-asm.h".
28066         (PARMS): Do not use macros from bp-asm.h.
28067         (S1): Likewise.
28068         (SIZE): Likewise.
28069         (__mpn_submul_1): Do not use BP_SYM.
28070         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28071         <bp-sym.h>.
28072         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28073         and <bp-asm.h>.
28074         (PARMS): Do not use macros from bp-asm.h.
28075         (FLAGS): Likewise.
28076         (PTID): Likewise.
28077         (TLS): Likewise.
28078         (CTID): Likewise.
28079         (__clone): Do not use BP_SYM.
28080         (clone): Do not use BP_SYM in weak_alias.
28081         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28082         and <bp-asm.h>.
28083         (PARMS): Do not use macros from bp-asm.h.
28084         (LEN): Likewise.
28085         (__mmap64): Do not use BP_SYM.
28086         (mmap64): Do not use BP_SYM in weak_alias.
28087         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28088         <bp-sym.h> and <bp-asm.h>.
28089         (PARMS): Do not use macros from bp-asm.h.
28090         (__posix_fadvise64_l64): Do not use BP_SYM.
28091         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28092         (PARMS): Do not use macros from bp-asm.h.
28093         (NSOPS): Likewise.
28094         (semtimedop): Do not use BP_SYM.
28095         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28096         and <bp-asm.h>.
28098 2013-02-21  Allan McRae  <allan@archlinux.org>
28100         * manual/message.texi (Charset conversion in gettext):
28101         Move @end statement to beginning of line.
28103 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28105         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28106         static.
28107         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28108         Likewise.
28110         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28111         (denorm): Likewise.
28112         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28113         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28115 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28117         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28118         tail-call to the resolved function if pltexit isn't needed.
28120 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28122         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28123         or Y being zero as being unlikely.
28124         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28125         Likewise.
28127 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28129         * manual/nss.texi (System Databases and Name Service Switch):
28130         Remove frobnicate @pxref.
28132 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28134         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28135         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28137 2013-02-20  Petr Machata  <pmachata@redhat.com>
28139         * elf/elf.h (R_ARM_TARGET1): New macro.
28140         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28141         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28142         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28143         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28144         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28145         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28146         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28147         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28148         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28149         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28150         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28151         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28152         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28153         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28154         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28155         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28156         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28157         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28158         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28159         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28160         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28161         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28162         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28163         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28164         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28165         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28166         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28167         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28168         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28169         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28170         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28171         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28172         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28173         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28174         (R_ARM_THM_GOT_BREL12): Likewise.
28175         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28176         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28177         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28178         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28179         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28180         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28181         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28182         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28183         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28185 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28187         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28188         __attribute_used__ to __attribute__ ((unused)).
28190 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28192         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28193         powerpc mpa.c.
28194         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28195         comment formatting.
28196         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28198 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28200         [BZ #13550]
28201         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28202         Remove macro.
28203         (ENTER): Remove both macro definitions.
28204         (LEAVE): Likewise.
28205         (CHECK_BOUNDS_LOW): Likewise.
28206         (CHECK_BOUNDS_HIGH): Likewise.
28207         (CHECK_BOUNDS_BOTH): Likewise.
28208         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28209         (RETURN_BOUNDED_POINTER): Likewise.
28210         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28211         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28212         (POP_ERRNO_LOCATION_RETURN): Likewise.
28213         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28214         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28215         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28216         macros.
28217         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28218         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28219         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28220         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28221         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28222         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28223         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28224         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28225         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28226         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28227         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28228         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28229         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28230         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28231         removed macros.
28232         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28233         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28234         macros.
28235         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28236         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28237         * sysdeps/i386/i586/memset.S (memset): Likewise.
28238         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28239         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28240         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28241         macros.
28242         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28243         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28244         Change uses of L(2) to L(out).
28245         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28246         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28247         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28248         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28249         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28250         removed macros.
28251         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28252         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28253         macros.
28254         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28255         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28256         (RETURN): Do not use macro LEAVE.
28257         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28258         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28259         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28260         * sysdeps/i386/i686/memset.S (memset): Likewise.
28261         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28262         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28263         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28264         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28265         Likewise.
28266         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28267         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28268         L(1_2) and L(1_3) into L(1).
28269         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28270         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28271         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28272         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28273         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28274         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28275         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28276         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28277         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28278         macros.
28279         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28280         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28281         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28282         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28283         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28284         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28285         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28286         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28287         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28288         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28289         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28290         * sysdeps/i386/strspn.S (strspn): Likewise.
28291         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28292         conditional code.
28293         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28294         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28295         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28296         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28297         L(1_3) into L(1_1).
28298         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28299         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28300         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28301         macros.
28302         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28304 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28306         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28307         macro.
28309 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28311         * math/atest-exp.c (exp_mpn): Remove ROUND.
28312         * math/atest-exp2.c (exp_mpn): Likewise.
28313         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28315         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28316         * stdlib/tst-tls-atexit-lib.c: Likewise.
28317         * stdlib/tst-tls-atexit.c: Likewise.
28319 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28321         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28322         and __attribute_alloc_size__.
28324 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28326         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28327         __attribute_alloc_size__.
28328         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28329         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28331 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28333         * include/programs/xmalloc.h: New file.
28334         * catgets/gencat.c: Include it.
28335         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28336         * elf/pldd.c: Likewise.
28337         * iconv/iconv_charmap.c: Likewise.
28338         * iconv/iconvconfig.c: Likewise.
28339         * iconv/strtab.c: Likewise.
28340         * locale/programs/locale.c: Likewise.
28341         * locale/programs/localedef.h: Likewise.
28342         * locale/programs/simple-hash.c: Likewise.
28343         * nscd/nscd.h: Likewise.
28344         * nss/makedb.c: Likewise.
28345         * sysdeps/generic/ldconfig.h: Likewise.
28347 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28349         * Versions.def: Add GLIBC_2.18.
28350         * include/link.h (struct link_map): New member l_tls_dtor_count.
28351         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28352         (__call_tls_dtors): Likewise.
28353         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28354         __cxa_thread_atexit_impl.
28355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28356         Likewise.
28357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28358         Likewise.
28359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28360         Likewise.
28361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28362         Likewise.
28363         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28364         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28365         Likewise.
28366         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28367         Likewise.
28368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28369         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28370         Likewise.
28371         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28372         (tests): Add test case tst-tls-atexit.
28373         (modules-names): Add shared library for tst-tls-atexit.
28374         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28375         (GLIBC_PRIVATE): Add __call_tls_dtors.
28376         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28377         for libstdc++.
28378         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28379         * stdlib/tst-tls-atexit.c: New test case.
28380         * stdlib/tst-tls-atexit-lib.c: New test case.
28382         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28384         * elf/Versions (ld): Add _dl_find_dso_for_object.
28385         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28386         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28387         (dl_open_worker): Use _dl_find_dso_for_object.
28388         * elf/dl-sym.c (do_sym): Likewise.
28389         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28391 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28393         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28394         Syntactic changes only.
28395         (_dl_runtime_profile): Do a tail-call to the resolved function.
28397 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28399         [BZ #13550]
28400         * sysdeps/x86_64/bp-asm.h: Remove file.
28401         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28402         <bp-sym.h> and <bp-asm.h>.
28403         (__clone): Do not use BP_SYM.
28404         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28405         <bp-sym.h> and <bp-asm.h>.
28406         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28407         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28408         "bp-asm.h".
28409         (_setjmp): Do not use BP_SYM.
28410         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28411         "bp-asm.h".
28412         (setjmp): Do not use BP_SYM.
28413         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28414         libc_hidden_def.
28415         (mempcpy): Do not use BP_SYM in weak_alias.
28416         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28417         "bp-asm.h".
28418         (strchr): Do not use BP_SYM.
28419         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28420         "bp-asm.h".
28421         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28422         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28423         (_start): Do not use BP_SYM.
28424         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28425         "bp-asm.h".
28426         (strcat): Do not use BP_SYM.
28427         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28428         "bp-asm.h".
28429         (STRCMP): Do not use BP_SYM.
28430         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28431         "bp-asm.h".
28432         (STRCPY): Do not use BP_SYM.
28433         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28434         "bp-asm.h".
28435         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28436         "bp-asm.h".
28437         (FUNCTION): Do not use BP_SYM.
28438         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28439         weak_alias.
28440         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28442 2013-02-17  Andreas Jaeger  <aj@suse.de>
28444         * time/Versions: Sort entries.
28445         * string/Versions: Likewise.
28446         * resolv/Versions: Likewise.
28447         * posix/Versions: Likewise.
28448         * iconv/Versions: Likewise.
28449         * elf/Versions: Likewise.
28450         * wcsmbs/Versions: Likewise.
28452 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28454         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28455         loop termination condition.
28457         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28458         variable to calculate EZ.
28459         (__sqr): Likewise.
28461         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28462         the lower precision input.
28464 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28466         [BZ #13550]
28467         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28468         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28469         (run-via-rtld-prefix): Do not handle %-bp tests.
28470         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28471         (all-object-suffixes): Remove .ob.
28472         (bppfx): Remove variable.
28473         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28474         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28475         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28476         [$(build-bounded) = yes] (libtype.ob): Likewise.
28477         * Makerules (elide-routines.ob): Remove variable.
28478         (do-tests-clean): Do not handle *-bp.out.
28479         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28480         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28481         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28482         (tests): Do not include $(tests-bp.out).
28483         (xtests): Do not include $(xtests-bp.out).
28484         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28485         [$(build-bounded) = yes] ($(addprefix
28486         $(objpfx),$(binaries-bounded))): Remove rule.
28487         ($(objpfx)%-bp.out): Remove rule.
28488         * config.make.in (build-bounded): Remove variable.
28489         * crypt/Makefile [$(build-bounded) = yes]
28490         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28491         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28492         append to variable.
28493         [$(build-bounded) = yes] (install-lib): Likewise.
28494         [$(build-bounded) = yes] (generated): Likewise.
28495         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28496         Remove rule.
28497         * intl/Makefile [$(build-bounded) = yes]
28498         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28499         * math/Makefile [$(build-bounded) = yes]
28500         ($(tests:%=$(objpfx)%-bp): Likewise.
28501         * misc/Makefile [$(build-bounded) = yes]
28502         ($(objpfx)tst-tsearch-bp): Likewise.
28503         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28504         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28505         Remove dependency.
28506         * string/Makefile (o-objects.ob): Remove variable.
28507         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28508         (CFLAGS-.ob): Remove variable.
28509         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28510         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28511         both definitions of variable.
28512         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28513         (ASFLAGS-.ob): Remove variable.
28515 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28517         [BZ #13550]
28518         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28519         Remove __BOUNDED_POINTERS__ from condition.
28520         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28521         * string/bits/string2.h [!__NO_STRING_INLINES &&
28522         !__BOUNDED_POINTERS__]: Likewise.
28523         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28524         Likewise.
28525         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28526         Remove conditional code.
28527         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28528         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28529         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28530         condition.
28532         [BZ #13550]
28533         * csu/libc-start.c: Do not include <bp-sym.h>.
28534         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28535         * elf/dl-open.c: Do not include <bp-sym.h>.
28536         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28537         * math/fegetenv.c: Do not include <bp-sym.h>.
28538         (fegetenv): Do not use BP_SYM in versioned symbols.
28539         * nptl/sysdeps/pthread/bits/libc-lockP.h
28540         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28541         <bp-sym.h>.
28542         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28543         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28544         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28545         (__pthread_mutex_destroy): Likewise.
28546         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28547         (__pthread_mutex_lock): Likewise.
28548         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28549         (__pthread_mutex_trylock): Likewise.
28550         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28551         (__pthread_mutex_unlock): Likewise.
28552         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28553         (__pthread_mutexattr_init): Likewise.
28554         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28555         (__pthread_mutexattr_destroy): Likewise.
28556         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28557         (__pthread_mutexattr_settype): Likewise.
28558         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28559         (__pthread_rwlock_init): Likewise.
28560         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28561         (__pthread_rwlock_destroy): Likewise.
28562         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28563         (__pthread_rwlock_rdlock): Likewise.
28564         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28565         (__pthread_rwlock_tryrdlock): Likewise.
28566         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28567         (__pthread_rwlock_wrlock): Likewise.
28568         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28569         (__pthread_rwlock_trywrlock): Likewise.
28570         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28571         (__pthread_rwlock_unlock): Likewise.
28572         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28573         (__pthread_key_create): Likewise.
28574         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28575         (__pthread_setspecific): Likewise.
28576         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28577         (__pthread_getspecific): Likewise.
28578         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28579         Likewise.
28580         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28581         (_pthread_cleanup_push_defer): Likewise.
28582         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28583         (_pthread_cleanup_pop_restore): Likewise.
28584         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28585         (pthread_setcancelstate): Likewise.
28586         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28587         <bp-sym.h>.
28588         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28589         (memchr): Do not use BP_SYM in weak_alias.
28590         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28591         (fegetenv): Do not use BP_SYM in versioned symbols.
28592         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28593         (fesetenv): Do not use BP_SYM in versioned symbols.
28594         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28595         (feupdateenv): Do not use BP_SYM in versioned symbols.
28596         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28597         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28598         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28599         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28600         (open64): Do not use BP_SYM in weak_alias.
28601         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28602         (fegetenv): Do not use BP_SYM in versioned symbols.
28603         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28604         (fesetenv): Do not use BP_SYM in versioned symbols.
28605         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28606         (feupdateenv): Do not use BP_SYM in versioned symbols.
28607         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28608         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28609         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28610         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28611         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28612         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28613         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28614         <bp-sym.h>.
28615         (__libc_start_main): Do not use BP_SYM.
28617 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28619         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28620         redundant return line.
28621         (norm): Likewise.
28622         (denorm): Likewise.
28623         (dbl_mp): Likewise.
28624         (sub_magnitudes): Likewise.
28625         (__add): Likewise.
28626         (__sub): Likewise.
28627         (__mul): Likewise.
28628         (__inv): Likewise.
28629         (__dvd): Likewise.
28630         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28631         (norm): Likewise.
28632         (denorm): Likewise.
28633         (dbl_mp): Likewise.
28634         (sub_magnitudes): Likewise.
28635         (__add): Likewise.
28636         (__sub): Likewise.
28637         (__mul): Likewise.
28638         (__inv): Likewise.
28639         (__dvd): Likewise.
28641         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28642         instead of __mul.
28643         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28644         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28645         (cc32): Likewise.
28647         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28648         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28649         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28650         of __mul for squares.
28651         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28652         function
28653         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28654         Likewise.
28655         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28656         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28658 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28660         [BZ #13550]
28661         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28662         code.
28663         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28664         prototype or function definition.  Rename ubp_* variables and
28665         parameters.  Remove argv definitions conditional on
28666         [__BOUNDED_POINTERS__].
28667         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28668         * elf/dl-runtime.c (_dl_fixup): Likewise.
28669         * include/set-hooks.h (RUN_HOOK): Likewise.
28670         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28671         definition.
28672         * string/strcpy.c (strcpy): Do not use __unbounded.
28673         * sysdeps/generic/frame.h (struct layout): Likewise.
28674         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28675         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28676         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28677         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28678         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28679         (__backtrace): Likewise.
28680         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28681         use __ptrvalue.
28682         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28683         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28684         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28685         Likewise.
28686         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28687         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28688         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28689         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28690         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28691         Do not use __unbounded.
28692         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28693         Rename __unboundedrlimits parameter to rlimits in prototype.
28694         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28695         Do not use __unbounded.
28696         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28697         not use __ptrvalue.
28698         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28699         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28700         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28701         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28702         __ptrvalue or __unbounded.
28703         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28704         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28705         use __unbounded.
28706         (__new_msgctl): Do not use __ptrvalue.
28707         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28708         __unbounded.
28709         (__libc_msgrcv): Do not use __ptrvalue.
28710         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28711         startup_info): Do not use __unbounded.
28712         (__libc_start_main): Likewise.  Rename ubp_* variables and
28713         parameters.  Remove argv definitions conditional on
28714         [__BOUNDED_POINTERS__].
28715         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28716         __ptrvalue.
28717         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28718         use __unbounded.
28719         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28720         or __ptrvalue.
28721         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28722         use __unbounded.
28723         (__new_shmctl): Do not use __ptrvalue.
28724         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28725         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28726         Likewise.
28727         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28728         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28729         (__libc_sigaction): Likewise.
28730         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28731         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28732         Likewise.
28733         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28735 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28737         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28739         * string/mempcpy.c: Implement by calling memcpy.
28741 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28743         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28745         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28746         evaluation.
28748         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28749         values in the mantissa.
28751         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28752         minimize writes to Z.
28753         (sub_magnitudes): Simplify code a bit.
28755 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28757         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28758         from the message.  The linker prefixes all warnings with that already.
28760 2013-02-12  Andreas Schwab  <schwab@suse.de>
28762         [BZ #15078]
28763         * posix/regexec.c (extend_buffers): Add parameter min_len.
28764         (check_matching): Pass minimum needed length.
28765         (clean_state_log_if_needed): Likewise.
28766         (get_subexp): Likewise.
28767         * posix/Makefile (tests): Add bug-regex34.
28768         (bug-regex34-ENV): Define.
28769         * posix/bug-regex34.c: New file.
28771         [BZ #11561]
28772         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28773         elements compare against the byte sequence of it, not its name.
28774         * posix/Makefile (tests): Add bug-regex35.
28775         (bug-regex35-ENV): Define.
28776         * posix/bug-regex35.c: New file.
28778 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28780         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28781         comment.
28782         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28783         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28784         (CHECK_EOL): Add undef.
28786 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28788         * bits/stdlib-bsearch.h: New file.
28789         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28790         * stdlib/stdlib.h: Likewise.
28792 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28794         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28795         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28796         declaration.
28797         * manual/search.texi (Array Search Function): Add missing const in
28798         lfind prototype.
28799         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28800         declaration to use rlim_t.
28801         (Basic Scheduling Functions): Remove erroneous const from
28802         sched_getparam prototype.  Remove erroneous * from
28803         sched_get_priority_max and sched_get_priority_min prototypes.
28804         (Resource Usage): Fix summary @comment on vtimes to refer to
28805         sys/vtimes.h rather than vtimes.h.
28806         Add missing *s in vtimes prototype.
28807         (Limits on Resources): Fix ulimit prototype to return long int.
28808         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28809         prototypes to use long int rather than double.
28810         (BSD Random): Fix initstate and setstate to use char *, not void *.
28811         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28812         prototype to make second argument 'struct aiocb64 *const[]'.
28813         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28814         (Status of AIO Operations): Remove erroneous const in aio_return and
28815         aio_return64 prototypes.
28816         (Synchronizing I/O): Fix sync prototype to return void.
28817         * manual/startup.texi (Suboptions): Remove an erroneous const in
28818         getsubopt prototype.
28819         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28820         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28821         use size_t rather than int.
28822         (Scanning All Users): Likewise for getpwent_r.
28823         (Setting Groups): Add missing const to setgroups prototype.
28824         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28825         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28826         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28827         'const void *' rather than 'const char *'.
28828         (Host Address Functions): Likewise for inet_ntop.
28829         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28830         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28831         ssize_t for return value.
28832         (Sending Data): Likewise for send, sendto, sendmsg.
28833         (Socket Option Functions): Add a missing const in setsockopt prototype.
28834         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28835         use wchar_t for the argument.
28836         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28837         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28838         take no arguments.
28839         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28840         double/float/long double for second argument.
28841         Fix return types of significand, significandf, significandl.
28842         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28843         argument in fchmod prototype.
28844         (File Owner): Use uid_t and gid_t in fchown prototype.
28845         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28846         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28847         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28848         use 'const struct dirent **' as argument types to CMP function pointer
28849         argument.
28850         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28851         (File Times): Fix summary magic @comment for struct utimbuf and utime
28852         to refer to utime.h, not time.h.
28853         * manual/string.texi (Argz Functions): Add missing const in
28854         argz_extract and argz_next prototypes.
28855         (Finding Tokens in a String): Likewise for basename.
28856         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28857         (Copying and Concatenation): Fix typo in wmemmove prototype.
28858         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28859         (Signal Stack): Remove erroneous const in sigstack prototype.
28860         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28861         prototype.
28862         (Simple Calendar Time): Likewise for stime.
28863         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28864         prototype.
28865         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28866         say sys/sysctl.h instead.
28867         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28868         and vsyslog prototypes.
28870 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28872         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28873         Remove.
28875 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28877         * misc/sys/mman.h: Fix typo in mremap comment.
28879 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28881         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28882         the '\0' terminator.
28884 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28886         [BZ #13550]
28887         * debug/segfault.c: Don't include <bp-checks.h>.
28888         * sysdeps/generic/bp-checks.h: Remove file.
28889         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28890         (__GETDENTS): Don't use CHECK_N.
28891         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28892         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28893         (__getgroups): Don't use CHECK_N.
28894         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28895         (setgroups): Don't use CHECK_N.
28896         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28897         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28898         (__libc_msgrcv): Don't use CHECK_N.
28899         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28900         (__libc_msgsnd): Don't use CHECK_N.
28901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28902         <bp-checks.h>.
28903         (__libc_pread): Don't use CHECK_N.
28904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28905         include <bp-checks.h>.
28906         (__libc_pread64): Don't use CHECK_N.
28907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28908         include <bp-checks.h>.
28909         (__libc_pwrite): Don't use CHECK_N.
28910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28911         include <bp-checks.h>.
28912         (__libc_pwrite64): Don't use CHECK_N.
28913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28914         <bp-checks.h>.
28915         (__libc_pread): Don't use CHECK_N.
28916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28917         include <bp-checks.h>.
28918         (__libc_pread64): Don't use CHECK_N.
28919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28920         include <bp-checks.h>.
28921         (__libc_pwrite): Don't use CHECK_N.
28922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28923         include <bp-checks.h>.
28924         (__libc_pwrite64): Don't use CHECK_N.
28925         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28926         (do_pread): Don't use CHECK_N.
28927         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28928         (do_pread64): Don't use CHECK_N.
28929         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28930         (do_pwrite): Don't use CHECK_N.
28931         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28932         (do_pwrite64): Don't use CHECK_N.
28933         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28934         (__libc_readv): Don't use CHECK_N.
28935         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28936         (semop): Don't use CHECK_N.
28937         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28938         <bp-checks.h>.
28939         (semtimedop): Don't use CHECK_N.
28940         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28941         (__libc_pread): Don't use CHECK_N.
28942         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28943         <bp-checks.h>.
28944         (__libc_pread64): Don't use CHECK_N.
28945         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28946         <bp-checks.h>.
28947         (__libc_pwrite): Don't use CHECK_N.
28948         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28949         <bp-checks.h>.
28950         (__libc_pwrite64): Don't use CHECK_N.
28951         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28952         <bp-checks.h>.
28953         (__libc_msgrcv): Don't use CHECK_N.
28954         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28955         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28956         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28957         (__libc_writev): Don't use CHECK_N.
28959 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28961         * string/strcpy.c: Removed unused variable.
28963         * Makeconfig (+sysdep-includes): Define with := rather than =.
28964         Use an existing include/ subdir of each sysdeps dir before it.
28966 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28968         * nscd/connection.c (register_traced_file): Comment function.
28969         [HAVE_INOTIFY] (union __inev): Define.
28970         [HAVE_INOTIFY] (inotify_check_files): New function.
28971         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28972         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28973         clear_db_cache.
28974         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28976 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28978         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28979         loaded if not already and that a failure is permanent.
28981 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28983         [BZ #15006]
28984         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28985         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28987 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28989         [BZ #13550]
28990         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28991         (CHECK_1_NULL_OK): Likewise.
28992         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28993         (__fxstat): Do not use CHECK_1.
28994         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28995         <bp-checks.h>.
28996         (___fxstat64): Do not use CHECK_1.
28997         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28998         <bp-checks.h>.
28999         (__fxstatat): Do not use CHECK_1.
29000         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29001         <bp-checks.h>.
29002         (__fxstatat64): Do not use CHECK_1.
29003         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29004         <bp-checks.h>.
29005         (__fxstat): Do not use CHECK_1.
29006         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29007         <bp-checks.h>.
29008         (__fxstatat): Do not use CHECK_1.
29009         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29010         <bp-checks.h>.
29011         (__getresgid): Do not use CHECK_1.
29012         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29013         <bp-checks.h>.
29014         (__getresuid): Do not use CHECK_1.
29015         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29016         <bp-checks.h>.
29017         (__lxstat): Do not use CHECK_1.
29018         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29019         <bp-checks.h>.
29020         (__old_msgctl): Do not use CHECK_1.
29021         (__new_msgctl): Likewise.
29022         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29023         <bp-checks.h>.
29024         (__new_setrlimit): Do not use CHECK_1.
29025         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29026         <bp-checks.h>.
29027         (__old_shmctl): Do not use CHECK_1.
29028         (__new_shmctl): Likewise.
29029         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29030         <bp-checks.h>.
29031         (__xstat): Do not use CHECK_1.
29032         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29033         (__lxstat): Do not use CHECK_1.
29034         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29035         <bp-checks.h>.
29036         (___lxstat64): Do not use CHECK_1.
29037         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29038         (__old_msgctl): Do not use CHECK_1.
29039         (__new_msgctl): Likewise.
29040         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29041         <bp-checks.h>.
29042         (__gettimeofday): Do not use CHECK_1.
29043         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29044         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29045         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29046         <bp-checks.h>.
29047         (__gettimeofday): Do not use CHECK_1.
29048         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29049         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29050         (__new_shmctl): Do not use CHECK_1.
29051         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29052         <bp-checks.h>.
29053         (do_sigtimedwait): Do not use CHECK_1.
29054         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29055         <bp-checks.h>.
29056         (do_sigwaitinfo): Do not use CHECK_1.
29057         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29058         <bp-checks.h>.
29059         (msgctl): Do not use CHECK_1.
29060         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29061         <bp-checks.h>.
29062         (shmctl): Do not use CHECK_1.
29063         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29064         (ustat): Do not use CHECK_1.
29065         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29066         <bp-checks.h>.
29067         (__fxstat): Do not use CHECK_1.
29068         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29069         <bp-checks.h>.
29070         (__fxstatat): Do not use CHECK_1.
29071         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29072         <bp-checks.h>.
29073         (__lxstat): Do not use CHECK_1.
29074         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29075         <bp-checks.h>.
29076         (__xstat): Do not use CHECK_1.
29077         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29078         (__xstat): Do not use CHECK_1.
29079         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29080         (___xstat64): Do not use CHECK_1.
29082         [BZ #13550]
29083         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29084         definitions.
29085         (CHECK_BOUNDS_HIGH): Likewise.
29086         * string/strcpy.c: Do not include <bp-checks.h>.
29087         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29089 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29091         * nscd/nscd-client.h (__nscd_drop_map_ref):
29092         Add __attribute__ ((unused)).
29093         * nis/nss-nisplus.h (niserr2nss): Likewise.
29095         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29096         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29098         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29099         Remove inline keyword.
29100         * include/rounding-mode.h (round_away): Likewise.
29101         * libio/wfileops.c (adjust_wide_data): Likewise.
29102         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29103         (__m128i_strloadu_tolower): Likewise.
29104         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29105         (__m128i_strloadu_tolower): Likewise.
29106         * time/mktime.c (ydhms_diff): Likewise.
29107         * locale/elem-hash.h (elem_hash): Likewise.
29108         * locale/setlocale.c (setdata): Likewise.
29109         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29110         (re_string_wchar_at): Likewise.
29111         (bitset_not, bitset_merge, bitset_mask): Likewise.
29112         [!(__GNUC__ > 3)] (inline): Remove macro.
29113         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29114         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29115         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29116         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29117         * string/memcmp.c (memcmp_bytes): Likewise.
29118         * locale/programs/locarchive.c (compute_hashval): Likewise.
29119         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29120         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29121         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29122         * nss/getent.c (print_rpc, print_protocols): Likewise.
29123         (print_passwd, print_group, print_aliases): Likewise.
29124         * nis/nss-nisplus.h (niserr2nss): Likewise.
29125         * nscd/connections.c (restart_p): Likewise.
29126         Change return type to bool.
29128 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29130         * Makeconfig (all-Depend-files): Add existing
29131         $(sorted-subdirs:=/Depend) files.
29132         (all-subdirs): Remove nss.
29133         * sysdeps/unix/inet/Subdirs: Add it here instead.
29134         * hesiod/Depend: New file.
29136         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29137         instead of calling alloca.
29139         * io/lseek.c (__lseek): Rename to __libc_lseek.
29140         Define __lseek as an alias.
29142         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29144 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29146         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29147         else clause and remove check for non-standard endianness.
29149 2013-02-04  David S. Miller  <davem@davemloft.net>
29151         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29153 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29155         [BZ #13550]
29156         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29157         (__ubp_memchr): Remove prototype.
29158         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29159         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29160         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29161         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29162         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29163         Remove alias.
29164         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29165         (__ubp_memchr): Likewise.
29166         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29167         (__ubp_memchr): Likewise.
29168         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29169         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29170         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29171         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29172         CHECK_STRING.
29173         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29174         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29175         (__getcwd): Do not use CHECK_STRING.
29176         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29177         <bp-checks.h>.
29178         (__real_chown): Do not use CHECK_STRING.
29179         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29180         <bp-checks.h>.
29181         (fchownat): Do not use CHECK_STRING.
29182         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29183         CHECK_STRING.
29184         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29185         <bp-checks.h>.
29186         (__lchown): Do not use CHECK_STRING.
29187         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29188         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29189         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29190         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29192         include <bp-checks.h>.
29193         (truncate64): Do not use CHECK_STRING.
29194         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29195         <bp-checks.h>.
29196         (__real_chown): Do not use CHECK_STRING.
29197         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29198         <bp-checks.h>.
29199         (__lchown): Do not use CHECK_STRING.
29200         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29201         <bp-checks.h>.
29202         (__chown): Do not use CHECK_STRING.
29203         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29204         <bp-checks.h>.
29205         (truncate64): Do not use CHECK_STRING.
29206         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29207         Likewise.
29208         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29209         (__xmknod): Do not use CHECK_STRING.
29210         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29211         <bp-checks.h>.
29212         (__xmknodat): Do not use CHECK_STRING.
29213         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29214         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29216 2013-02-04  Andreas Schwab  <schwab@suse.de>
29218         [BZ #14142]
29219         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29220         * include/netdb.h: Likewise for h_errno.
29221         * elf/tst-stackguard1.c: Include <tls.h>.
29223 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29225         * elf/link.h (struct link_map): Extend the l_addr comment.
29226         * include/link.h (struct link_map): Likewise.
29228 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29230         [BZ #13550]
29231         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29232         (BOUNDED_1): Remove macro.
29233         * debug/backtrace.c: Don't include <bp-checks.h>.
29234         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29235         (__backtrace): Likewise.
29236         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29237         <bp-checks.h>.
29238         (__backtrace): Don't use BOUNDED_1.
29239         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29240         <bp-checks.h>.
29241         (__backtrace): Don't use BOUNDED_1.
29242         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29243         (__backtrace): Don't use BOUNDED_1.
29244         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29245         (shmat): Don't use BOUNDED_N.
29247 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29249         [BZ #13550]
29250         * sysdeps/generic/bp-start.h: Remove file.
29251         * csu/libc-start.c: Don't include <bp-start.h>.
29252         (LIBC_START_MAIN): Set up __environ directly instead of using
29253         INIT_ARGV_and_ENVIRON.
29254         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29255         <bp-start.h>.
29257         [BZ #13550]
29258         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29259         definitions.
29260         (CHECK_FCNTL): Likewise.
29261         (CHECK_N_PAGES): Likewise.
29263         [BZ #13550]
29264         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29265         definitions.
29266         (CHECK_SIGSET_NULL_OK): Likewise.
29267         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29268         <bp-checks.h>.
29269         (sigpending): Don't use CHECK_SIGSET.
29270         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29271         <bp-checks.h>.
29272         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29273         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29274         <bp-checks.h>.
29275         (do_sigsuspend): Don't use CHECK_SIGSET.
29276         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29277         use CHECK_SIGSET.
29278         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29279         (do_sigwait): Don't use CHECK_SIGSET.
29280         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29281         use CHECK_SIGSET.
29282         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29283         include <bp-checks.h>.
29284         (sigpending): Don't use CHECK_SIGSET.
29285         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29286         include <bp-checks.h>.
29287         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29288         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29289         <bp-checks.h>.
29290         (sigpending): Don't use CHECK_SIGSET.
29291         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29292         <bp-checks.h>.
29293         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29295         [BZ #13550]
29296         * sysdeps/generic/bp-semctl.h: Remove file.
29297         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29298         <bp-checks.h> and <bp-semctl.h>.
29299         (__old_semctl): Don't use CHECK_SEMCTL.
29300         (__new_semctl): Likewise.
29301         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29302         and <bp-semctl.h>.
29303         (__old_semctl): Don't use CHECK_SEMCTL.
29304         (__new_semctl): Likewise.
29305         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29306         <bp-checks.h> and <bp-semctl.h>.
29307         (__old_semctl): Don't use CHECK_SEMCTL.
29308         (__new_semctl): Likewise.
29309         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29310         <bp-checks.h> and <bp-semctl.h>.
29311         (semctl): Don't use CHECK_SEMCTL.
29313         [BZ #13550]
29314         * Makerules (elide-bp-thunks): Remove variable.
29315         (elide-routines.oS): Don't use $(elide-bp-thunks).
29316         (elide-routines.os): Likewise.
29317         (elide-routines.o): Likewise.
29318         (elide-routines.op): Likewise.
29319         (elide-routines.og): Likewise.
29320         (objects): Don't use $(bp-thunks).
29321         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29322         include.
29323         (common-generated): Do not add s-proto-bp.d.
29324         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29325         (int): Likewise.
29326         (typ): Likewise.
29327         Do not generate makefile rules for bounded-pointer thunks.
29328         * sysdeps/generic/bp-thunks.h: Remove file.
29329         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29330         * sysdeps/unix/s-proto-bp.S: Likewise.
29332         [BZ #15062]
29333         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29334         parts of result separately when argument is not close to line from
29335         -i to i and one part of argument is small.
29336         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29337         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29338         * math/libm-test.inc (cacos_test): Add more tests.
29339         (casin_test): Likewise.
29340         (casinh_test): Likewise.
29341         * sysdeps/i386/fpu/libm-test-ulps: Update.
29342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29344 2013-01-31  David S. Miller  <davem@davemloft.net>
29346         * po/de.po: Update from translation team.
29348 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29350         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29352 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29354         * configure.in (_AC_PROG_CC_C89): New definition.
29355         * configure: Regenerate.
29357         * configure.in (AC_PROG_CPP): New definition.
29358         * configure: Regenerate.
29360 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29362         * debug/tst-backtrace.h: New file.
29363         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29364         (ret): Remove variable.
29365         (x): Likewise.
29366         (FAIL): Remove macro.
29367         (NO_INLINE): Likewise.
29368         (fn1): Use match function instead of strstr.
29369         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29370         (ret): Remove variable.
29371         (x): Likewise.
29372         (FAIL): Remove macro.
29373         (NO_INLINE): Likewise.
29374         (fn): Use match function instead of strstr.
29375         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29376         (ret): Remove variable.
29377         (x): Likewise.
29378         (FAIL): Remove macro.
29379         (NO_INLINE): Likewise.
29380         (handle_signal): Use match function instead of strstr.
29381         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29382         (ret): Remove variable.
29383         (x): Likewise.
29384         (FAIL): Remove macro.
29385         (NO_INLINE): Likewise.
29386         (handle_signal): Use match function instead of strstr.
29388 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29390         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29392 2013-01-23  David S. Miller  <davem@davemloft.net>
29394         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29395         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29396         argument of CAS if possible.
29397         * sysdeps/sparc/sparc64/bits/atomic.h
29398         (__arch_compare_and_exchange_val_32_acq): Likewise.
29399         (__arch_compare_and_exchange_val_64_acq): Likewise.
29401 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29403         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29404         * sysdeps/posix/ulimit.c: ... this.
29405         Include <limits.h>.
29406         * sysdeps/unix/bsd/ulimit.c: Remove file.
29408 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29410         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29411         (LDFLAGS-tst-array5): Likewise.
29413 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29415         [BZ #15036]
29416         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29417         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29418         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29419         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29421 2013-01-21  David S. Miller  <davem@davemloft.net>
29423         * sysdeps/sparc/backtrace.c: New file.
29424         * sysdeps/sparc/sparc32/backtrace.h: New file.
29425         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29426         * sysdeps/sparc/sparc64/backtrace.h: New file.
29427         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29428         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29429         -funwind-tables.
29431 2013-01-21  Andreas Schwab  <schwab@suse.de>
29433         [BZ #15020]
29434         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29435         closed its stdout.
29437 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29439         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29440         "mpa2.h".
29441         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29443 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29444             Mark Mitchell  <mark@codesourcery.com>
29445             Tom de Vries  <tom@codesourcery.com>
29446             Paul Pluzhnikov  <ppluzhnikov@google.com>
29448         * debug/tst-backtrace2.c: New file.
29449         * debug/tst-backtrace3.c: Likewise.
29450         * debug/tst-backtrace4.c: Likewise.
29451         * debug/tst-backtrace5.c: Likewise.
29452         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29453         (CFLAGS-tst-backtrace3.c): Likewise.
29454         (CFLAGS-tst-backtrace4.c): Likewise.
29455         (CFLAGS-tst-backtrace5.c): Likewise.
29456         (LDFLAGS-tst-backtrace2): Likewise.
29457         (LDFLAGS-tst-backtrace3): Likewise.
29458         (LDFLAGS-tst-backtrace4): Likewise.
29459         (LDFLAGS-tst-backtrace5): Likewise.
29460         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29461         tst-backtrace4 and tst-backtrace5.
29463 2013-01-18  Anton Blanchard  <anton@samba.org>
29464             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29466         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29467         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29468         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29469         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29471         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29472         "+r" and remove output regs list as redundant.  Add explicit inline
29473         asm to specify register of return val to work around compiler codegen
29474         bug.  Remove (int) cast on return value.  Add return type parameter to
29475         use in macro so that this macro does not truncate return value for
29476         64-bit values.
29477         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29478         pass to INTERNAL_VSYSCALL_NCS.
29479         (INLINE_VSYSCALL): Add 'long int' as return type to
29480         INTERNAL_VSYSCALL_NCS macro invocation.
29481         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29482         INTERNAL_VSYSCALL_NCS macro invocation.
29483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29485 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29487         [BZ #14496]
29488         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29489         Fix application of SIMD FP exception mask.
29491         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29492         mp_no from a power of two.
29493         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29494         __mpexp_twomm1.  Use __pow_mp.
29496         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29497         multiplication.
29499 2013-01-17  David S. Miller  <davem@davemloft.net>
29501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29503 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29505         [BZ #15023]
29506         * include/complex.h: Condition contents on [!_COMPLEX_H].
29507         (__kernel_casinhf): New prototype.
29508         (__kernel_casinh): Likewise.
29509         (__kernel_casinhl): Likewise.
29510         * math/Makefile (libm_calls): Add k_casinh.
29511         * math/k_casinh.c: New file.
29512         * math/k_casinhf.c: Likewise.
29513         * math/k_casinhl.c: Likewise.
29514         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29515         finite nonzero arguments.
29516         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29517         finite nonzero arguments.
29518         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29519         finite nonzero arguments.
29520         * math/s_casinh.c: Do not include <float.h>.
29521         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29522         * math/s_casinhf.c: Do not include <float.h>.
29523         (__casinhf): Move code for finite nonzero arguments to
29524         k_casinhf.c.
29525         * math/s_casinhl.c: Do not include <float.h>.
29526         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29527         redefine.
29528         (__casinhl): Move code for finite nonzero arguments to
29529         k_casinhl.c.
29530         * math/libm-test.inc (cacos_test): Add more tests.
29531         * sysdeps/i386/fpu/libm-test-ulps: Update.
29532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29534 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29536         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29537         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29538         [!HAVE_MREMAP]: Remove [defined linux] case.
29539         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29541 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29543         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29545 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29547         * elf/elf.h (R_386_SIZE32): New relocation.
29548         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29549         R_386_SIZE32.
29550         (elf_machine_rela): Likewise.
29551         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29552         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29554 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29556         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29557         (FP_FAST_FMA): Do not define.
29558         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29559         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29560         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29561         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29562         !_SOFT_FLOAT]: Likewise.
29563         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29564         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29565         value.
29566         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29567         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29568         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29569         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29570         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29571         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29572         file.
29574 2013-01-16  Andreas Schwab  <schwab@suse.de>
29576         [BZ #14327]
29577         * include/stdlib.h (__mktemp): Add declaration.
29578         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29579         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29581 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29583         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29584         definitions.
29585         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29586         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29587         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29588         definitions here.
29589         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29590         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29591         definitions.
29592         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29593         and ONE.
29594         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29595         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29596         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29597         definitions.
29598         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29599         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29600         definitions.
29601         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29603         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29605 2013-01-15  David S. Miller  <davem@davemloft.net>
29607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29608         trunc{,f} to libm-sysdep_routes.
29609         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29611         file.
29612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29614         file.
29615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29616         file.
29617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29618         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29619         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29620         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29621         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29622         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29623         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29624         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29627         nearbyint{,f} to libm-sysdep_routes.
29628         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29630         New file.
29631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29632         file.
29633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29634         New file.
29635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29636         file.
29637         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29639         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29640         file.
29641         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29642         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29643         file.
29644         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29645         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29646         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29648         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29649         libc_feholdexcept and libc_fesetenv.
29651 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29653         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29655 2013-01-14  David S. Miller  <davem@davemloft.net>
29657         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29658         (SPARC_ASM_VIS2_IFUNC): Likewise.
29659         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29661         use of 'siam' instruction.
29662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29663         Likewise.
29664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29665         Likewise.
29666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29667         Likewise.
29668         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29669         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29670         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29671         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29673         file.
29674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29675         file.
29676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29677         file.
29678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29679         file.
29680         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29681         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29682         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29683         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29685         new VIS2 routines.
29686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29689         Likewise.
29690         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29691         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29692         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29693         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29695         routines to libm-sysdep_routines.
29696         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29699         fdim/fdimf to libm-sysdep_routines.
29700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29701         file.
29702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29704         file.
29705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29706         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29707         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29708         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29709         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29710         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29711         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29713 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29715         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29716         to optimize copies.
29718         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29719         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29720         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29722         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29723         local variable MPTWO.
29724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29725         Likewise.
29727 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29729         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29730         GLOB_NOESCAPE.
29732 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29734         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29736 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29738         * manual/pattern.texi (glob_t): Document gl_flags.
29739         (glob64_t): Likewise.
29741 2013-01-11  David S. Miller  <davem@davemloft.net>
29743         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29744         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29745         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29746         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29747         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29748         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29749         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29750         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29751         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29752         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29753         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29754         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29755         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29757         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29758         sparc V9 rather than using V8 code.
29759         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29760         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29762         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29763         Move to...
29764         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29765         Here.
29767 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29769         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29770         not in the main loop.
29771         * configure: Regenerated.
29773 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29775         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29776         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29777         to just #else.
29778         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29779         [!__GLIBC_HAVE_LONG_LONG] case.
29780         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29781         condition to just #else.
29782         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29783         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29784         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29785         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29786         unconditional.
29787         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29788         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29789         #elif condition to just #else.
29790         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29791         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29792         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29793         #elif condition to just #else.
29795 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29797         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29798         (EF_MIPS_ARCH_64): Fix value.
29799         (EF_MIPS_ARCH_32R2): New.
29800         (EF_MIPS_ARCH_64R2): New.
29802 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29804         * Makeconfig (+link-pie-before-libc): New.
29805         (+link-pie-after-libc): Likewise.
29806         (+link-pie-tests): Likewise.
29807         (+link-pie): Rewritten.
29808         (link-before-libc): Remove $(config-LDFLAGS).
29809         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29810         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29811         (config-LDFLAGS): Renamed to ...
29812         (rtld-LDFLAGS): This.
29813         (rtld-tests-LDFLAGS): New macro.
29814         (link-libc-rpath-link): Likewise.
29815         (link-libc-tests-rpath-link): Likewise.
29816         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29817         (link-libc): Prepand $(link-libc-rpath-link).
29818         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29819         (test-program-prefix): New macro.
29820         (test-via-rtld-prefix): Likewise.
29821         (test-program-cmd): Likewise.
29822         (host-test-program-cmd): Likewise.
29823         * Makefile ($(common-objpfx)testrun.sh): Replace
29824         $(run-program-prefix) with $(test-program-prefix).
29825         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29826         $(rtld-LDFLAGS).
29827         ($(common-objpfx)shlib.lds): Likewise.
29828         (build-module-helper): Likewise.
29829         ($(common-objpfx)format.lds): Likewise.
29830         * Rules (binaries-pie-tests): New.
29831         (binaries-pie-notests): Likewise.
29832         (binaries-pie): Rewritten.
29833         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29834         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29835         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29836         (make-test-out): Replace $(host-built-program-cmd) with
29837         $(host-test-program-cmd).
29838         * config.make.in (build-hardcoded-path-in-tests): New variable.
29839         * configure.in (--enable-hardcoded-path-in-tests): New configure
29840         option.
29841         (hardcoded_path_in_tests): New AC_SUBST.
29842         * configure: Regenerated.
29843         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29844         $(built-program-cmd) with $(test-program-cmd).
29845         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29846         (test_program_cmd): This.
29847         * elf/Makefile ($(objpfx)order.out): Run test with
29848         $(test-program-prefix).
29849         ($(objpfx)order2.out): Likewise.
29850         ($(objpfx)tst-initorder.out): Likewise.
29851         ($(objpfx)tst-initorder2.out): Likewise.
29852         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29853         $(test-program-cmd).
29854         ($(objpfx)tst-array1-static.out): Likewise.
29855         ($(objpfx)tst-array2.out): Likewise.
29856         ($(objpfx)tst-array3.out): Likewise.
29857         ($(objpfx)tst-array4.out): Likewise.
29858         ($(objpfx)tst-array5.out): Likewise.
29859         ($(objpfx)tst-array5-static.out): Likewise.
29860         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29861         $(test-program-cmd).
29862         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29863         $(run-program-prefix) with $(test-program-prefix).
29864         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29865         (test_program_prefix): This.
29866         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29867         $(run-program-prefix) with $(test-program-prefix).
29868         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29869         (test_program_prefix): This.
29870         * iconvdata/tst-tables.sh: Likewise.
29871         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29872         $(run-program-prefix) with $(test-program-prefix).
29873         ($(objpfx)tst-translit.out): Likewise.
29874         ($(objpfx)tst-gettext2.out): Likewise.
29875         ($(objpfx)tst-gettext4.out): Likewise.
29876         ($(objpfx)tst-gettext6.out): Likewise.
29877         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29878         (test_program_prefix): This.
29879         * intl/tst-gettext2.sh: Likewise.
29880         * intl/tst-gettext4.sh  Likewise.
29881         * intl/tst-gettext6.sh: Likewise.
29882         * intl/tst-translit.sh: Likewise.
29883         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29884         with $(test-program-cmd).
29885         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29886         $(run-program-prefix) with $(test-program-prefix).
29887         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29888         (test_program_prefix): This.
29889         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29890         $(run-program-prefix) with $(test-program-prefix).
29891         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29892         (test_program_prefix): This.
29893         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29894         * posix/Makefile ($(objpfx)globtest.out): Replace
29895         $(run-via-rtld-prefix) and $(test-wrapper) with
29896         $(test-program-prefix) and $(test-via-rtld-prefix).
29897         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29898         $(test-program-prefix).
29899         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29900         $(host-test-program-cmd).
29901         (tst-spawn-ARGS): Likewise.
29902         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29903         $(test-program-prefix).
29904         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29905         (test_via_rtld_prefix): This.
29906         (test_wrapper): Renamed to ...
29907         (test_program_prefix): This.
29908         (run_program_prefix): Replaced by test_program_prefix.
29909         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29910         (test_program_prefix): This.
29911         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29912         with $(host-test-program-cmd).
29913         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29914         $(run-program-prefix) with $(test-program-prefix).
29915         ($(objpfx)tst-printf.out): Likewise.
29916         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29917         $(test-program-cmd).
29918         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29919         (test_program_prefix): This.
29920         * stdio-common/tst-unbputc.sh: Likewise.
29921         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29922         $(run-program-prefix) with $(test-program-prefix).
29923         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29924         (test_program_prefix): This.
29925         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29926         $(built-program-cmd) with $(test-program-cmd).
29928 2013-01-11  Andreas Jaeger  <aj@suse.de>
29930         [BZ #15003]
29931         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29932         value. Sync with Linux 3.7.
29934 2013-01-10  David S. Miller  <davem@davemloft.net>
29936         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29937         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29938         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29940 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29942         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29943         never set.
29944         * configure: Regenerated.
29946 2013-01-10  David S. Miller  <davem@davemloft.net>
29948         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29949         sparc V9 rather than using V8 code.
29950         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29951         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29953 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29955         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29956         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29957         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29958         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29959         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29960         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29961         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29962         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29963         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29964         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29965         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29966         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29967         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29968         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29969         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29970         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29971         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29972         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29973         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29974         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29975         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29976         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29977         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29978         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29979         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29980         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29981         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29983 2013-01-10  David S. Miller  <davem@davemloft.net>
29985         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29987 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29989         * posix/Makefile (tests-static): New variable.
29990         (tests): Add $(tests-static).
29991         (tst-exec-static-ARGS): New variable.
29992         (tst-spawn-static-ARGS): Likewise.
29993         * posix/tst-exec-static.c: New file.
29994         * posix/tst-spawn-static.c: Likewise.
29995         * posix/tst-exec.c: Support run directly.
29996         * posix/tst-spawn.c: Likewise.
29998 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30000         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30001         long.
30002         * math/bits/mathcalls.h (llrint): Likewise.
30003         (llround): Likewise.
30004         * stdlib/stdlib.h (struct drand48_data): Likewise.
30005         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30006         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30007         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30008         Likewise.
30009         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30010         Likewise.
30011         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30012         (elf_greg_t): Likewise.
30013         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30014         (__jmp_buf): Likewise.
30015         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30016         definitions.
30017         (llrint): Likewise, for all definitions.
30018         (llrintl): Likewise.
30020         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30021         Remove [__GNUC__] condition.
30022         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30023         condition to just [__USE_ISOC99].
30024         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30026 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30028         [BZ #14200]
30029         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30030         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30031         defined.
30032         (_POSIX_V6_ILP32_OFF32): Likewise.
30033         (_XBS5_ILP32_OFF32): Likewise.
30034         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30035         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30037 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30039         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30041         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30042         doubles __mpexp_twomm1.  Adjust usage.
30043         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30044         Remove.
30046 2013-01-10  Andreas Schwab  <schwab@suse.de>
30048         [BZ #14964]
30049         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30050         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30052 2013-01-09  David S. Miller  <davem@davemloft.net>
30054         [BZ #15003]
30055         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30056         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30057         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30058         (TCP_FASTOPEN): Define.
30059         (tcp_repair_opt): New structure.
30060         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30061         enum values.
30062         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30063         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30064         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30065         (tcp_cookie_transactions): New structure.
30067 2013-01-09  Anton Blanchard  <anton@samba.org>
30069         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30070         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30071         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30072         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30074 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30076         * include/features.h (__USE_ANSI): Remove.
30078 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30080         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30082         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30084 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30086         * sysdeps/s390/fpu/libm-test-ulps: Update.
30088         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30090         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30091         (__acr): Likewise.
30092         (__cpy): Likewise.
30093         (norm): Likewise.
30094         (denorm): Likewise.
30095         (__mp_dbl): Likewise.
30096         (__dbl_mp): Likewise.
30097         (add_magnitudes): Likewise.
30098         (sub_magnitudes): Likewise.
30099         (__add): Likewise.
30100         (__sub): Likewise.
30101         (__mul): Likewise.
30102         (__inv): Likewise.
30103         (__dvd): Likewise.
30104         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30105         (__acr): Likewise.
30106         (__cpy): Likewise.
30107         (norm): Likewise.
30108         (denorm): Likewise.
30109         (__mp_dbl): Likewise.
30110         (__dbl_mp): Likewise.
30111         (add_magnitudes): Likewise.
30112         (sub_magnitudes): Likewise.
30113         (__add): Likewise.
30114         (__sub): Likewise.
30115         (__mul): Likewise.
30116         (__inv): Likewise.
30117         (__dvd): Likewise.
30118         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30119         (__acr): Likewise.
30120         (__cpy): Likewise.
30121         (norm): Likewise.
30122         (denorm): Likewise.
30123         (__mp_dbl): Likewise.
30124         (__dbl_mp): Likewise.
30125         (add_magnitudes): Likewise.
30126         (sub_magnitudes): Likewise.
30127         (__add): Likewise.
30128         (__sub): Likewise.
30129         (__mul): Likewise.
30130         (__inv): Likewise.
30131         (__dvd): Likewise.
30133 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30135         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30136         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30137         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30138         2 && __USE_EXTERN_INLINES]: Likewise.
30140 2013-01-08  Andreas Jaeger  <aj@suse.de>
30142         [BZ# 14985]
30143         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30144         Remove.
30145         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30146         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30148 2013-01-07  Anton Blanchard  <anton@samba.org>
30150         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30151         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30152         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30153         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30154         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30155         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30156         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30157         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30158         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30159         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30160         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30161         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30162         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30163         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30164         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30165         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30166         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30167         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30168         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30169         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30170         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30171         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30172         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30173         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30174         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30175         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30176         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30177         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30178         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30179         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30180         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30181         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30182         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30183         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30184         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30185         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30186         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30187         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30188         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30189         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30190         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30191         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30192         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30194 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30196         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30197         (__MALLOC_PMT): Likewise.
30198         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30199         [__GNUC__], only on [_LIBC].
30200         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30201         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30202         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30203         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30204         forward declaration.
30205         (realloc_hook_ini): Likewise.
30206         (memalign_hook_ini): Likewise.
30207         (__libc_memalign): Do not use __MALLOC_PMT in variable
30208         declaration.
30209         (__libc_valloc): Likewise.
30210         (__libc_pvalloc): Likewise.
30211         (__libc_calloc): Likewise.
30212         (__posix_memalign): Likewise.
30214         [BZ #14996]
30215         * math/s_casinh.c: Include <float.h>.
30216         (__casinh): Do not do computation with squaring and square root
30217         for large arguments.
30218         * math/s_casinhf.c: Include <float.h>.
30219         (__casinhf): Do not do computation with squaring and square root
30220         for large arguments.
30221         * math/s_casinhl.c: Include <float.h>.
30222         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30223         (__casinhl): Do not do computation with squaring and square root
30224         for large arguments.
30225         * math/libm-test.inc (casin_test): Add more tests.
30226         (casinh_test): Likewise.
30227         * sysdeps/i386/fpu/libm-test-ulps: Update.
30228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30230 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30232         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30233         (__x86_64_raw_data_cache_size): Likewise.
30234         (__x86_64_data_cache_size_half): Likewise.
30235         (__x86_64_raw_data_cache_size_half): Likewise.
30236         (__x86_64_shared_cache_size): Likewise.
30237         (__x86_64_raw_shared_cache_size): Likewise.
30238         (__x86_64_shared_cache_size_half): Likewise.
30239         (__x86_64_raw_shared_cache_size_half): Likewise.
30240         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30241         to ...
30242         (__x86_data_cache_size): This.
30243         (__x86_64_raw_data_cache_size): Renamed to ...
30244         (__x86_raw_data_cache_size): This.
30245         (__x86_64_data_cache_size_half): Renamed to ...
30246         (__x86_data_cache_size_half): This.
30247         (__x86_64_raw_data_cache_size_half): Renamed to ...
30248         (__x86_raw_data_cache_size_half): This.
30249         (__x86_64_shared_cache_size): Renamed to ...
30250         (__x86_shared_cache_size): This.
30251         (__x86_64_raw_shared_cache_size): Renamed to ...
30252         (__x86_raw_shared_cache_size): This.
30253         (__x86_64_shared_cache_size_half): Renamed to ...
30254         (__x86_shared_cache_size_half): This.
30255         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30256         (__x86_raw_shared_cache_size_half): This.
30257         * sysdeps/x86_64/memcpy.S: Updated.
30258         * sysdeps/x86_64/memset.S: Likewise.
30259         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30260         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30261         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30263 2013-01-04  David S. Miller  <davem@davemloft.net>
30265         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30267 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30269         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30270         1 to avoid redefinition warning.
30271         (__USE_GNU): Don't define.
30272         (init_signaling_nan): Protoize.
30274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30276 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30278         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30280         (__cpymn): Likewise.
30281         (norm): Remove commented code.
30282         (denorm): Likewise.
30283         (__mp_dbl): Likewise.
30284         (__inv): Likewise.
30285         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30286         (__cpymn): Likewise.
30287         (norm): Remove commented code.
30288         (denorm): Likewise.
30289         (__mp_dbl): Likewise.
30290         (__inv): Likewise.
30292         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30293         mp_no value for 1.0 and 2.0.
30294         (norm): Use RADIXI instead of radixi.d.
30295         (denorm): Likewise.
30296         (__mul): Use 0.0 instead of zero.d.
30297         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30298         mp_no value for 1.0 and 2.0.
30299         (norm): Use RADIXI instead of radixi.d.
30300         (denorm): Likewise.
30301         (__mul): Use 0.0 instead of zero.d.
30303 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30305         [BZ #14994]
30306         * math/s_casinh.c (__casinh): Reduce finite argument to first
30307         quadrant then set signs of results at the end.
30308         * math/s_casinhf.c (__casinhf): Likewise.
30309         * math/s_casinhl.c (__casinhl): Likewise.
30310         * math/libm-test.inc (casin_test): Add more tests.
30311         (casinh_test): Likewise.
30312         * sysdeps/i386/fpu/libm-test-ulps: Update.
30313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30315 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30317         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30319         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30321         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30322         declarations.
30323         (denorm): Likewise.
30324         (__mp_dbl): Likewise.
30325         (__inv): Likewise.
30327         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30328         and adjust the header comment.
30330         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30331         variable name from declaration.
30333 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30335         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30336         Initialize COMMON_CPUID_INDEX_7 element.
30337         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30338         (CPUID_RTM): Likewise.
30339         (HAS_RTM): Likewise.
30340         (COMMON_CPUID_INDEX_7): New enum.
30342 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30344         [BZ #14981]
30345         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30346         size is zero, record memory as freed.
30348 2013-01-03  Andreas Jaeger  <aj@suse.de>
30350         * po/ia.po: Add new Interlingua translation.
30352 2012-01-03  Allan McRae  <allan@archlinux.org>
30354         * locale/programs/localedef.c: Fix description of '--posix' flag.
30356 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30358         * NEWS: Update dates in second copyright notice.
30359         * README: Update copyright dates in example.
30360         * manual/libc.texinfo: Update copyright dates.
30361         * scripts/test-installation.pl: Update copyright date in --version
30362         output.
30364         * hurd/ctty-input.c: Fix copyright notice formatting.
30365         * hurd/ctty-output.c: Likewise.
30366         * hurd/dtable.c: Likewise.
30367         * hurd/hurd-raise.c: Likewise.
30368         * hurd/hurdprio.c: Likewise.
30369         * hurd/msgportdemux.c: Likewise.
30370         * misc/sys/file.h: Likewise.
30371         * misc/sys/ioctl.h: Likewise.
30372         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30373         * sysdeps/mach/hurd/chdir.c: Likewise.
30374         * sysdeps/mach/hurd/fchdir.c: Likewise.
30375         * sysdeps/mach/hurd/rename.c: Likewise.
30376         * sysdeps/mach/hurd/rmdir.c: Likewise.
30377         * sysdeps/mach/hurd/seekdir.c: Likewise.
30378         * sysdeps/mach/hurd/setsid.c: Likewise.
30379         * sysdeps/posix/wait3.c: Likewise.
30381         * All files with FSF copyright notices: Update copyright dates
30382         using scripts/update-copyrights.
30383         * intl/plural.c: Regenerated.
30384         * locale/programs/charmap-kw.h: Likewise.
30385         * locale/programs/locfile-kw.h: Likewise.
30387 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30389         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30390         four values.
30392         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30393         calculation loop and add branch prediction.
30395         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30396         check access beyond bounds of m1np.
30398         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30399         MPTWO.
30400         (__inv): Remove local variable MPTWO to use the global
30401         constant.
30402         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30403         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30404         variable MPTWO.
30405         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30406         MP3HALFS static const.
30408 2013-01-01  David S. Miller  <davem@davemloft.net>
30410         * po/ca.po: Update from translation team.
30412 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30414         * scripts/update-copyrights: New file.
30415         * Makeconfig: Reformat copyright notice.
30416         * ctype/ctype.h: Likewise.
30417         * debug/swprintf_chk.c: Likewise.
30418         * elf/dl-cache.c: Likewise.
30419         * elf/dl-debug.c: Likewise.
30420         * elf/dl-object.c: Likewise.
30421         * grp/initgroups.c: Likewise.
30422         * hurd/Makefile: Likewise.
30423         * hurd/hurd/signal.h: Likewise.
30424         * hurd/hurdfault.c: Likewise.
30425         * hurd/hurdioctl.c: Likewise.
30426         * hurd/hurdlookup.c: Likewise.
30427         * hurd/intr-msg.c: Likewise.
30428         * iconv/gconv_open.c: Likewise.
30429         * libio/swprintf.c: Likewise.
30430         * locale/lc-ctype.c: Likewise.
30431         * locale/nl_langinfo.c: Likewise.
30432         * mach/Machrules: Likewise.
30433         * mach/Makefile: Likewise.
30434         * malloc/obstack.h: Likewise.
30435         * manual/Makefile: Likewise.
30436         * manual/tsort.awk: Likewise.
30437         * misc/bits/stab.def: Likewise.
30438         * nis/nis_print_group_entry.c: Likewise.
30439         * nis/nis_table.c: Likewise.
30440         * nis/nss_compat/compat-pwd.c: Likewise.
30441         * nis/nss_compat/compat-spwd.c: Likewise.
30442         * po/Makefile: Likewise.
30443         * posix/fnmatch.c: Likewise.
30444         * posix/regex.h: Likewise.
30445         * resolv/Makefile: Likewise.
30446         * resolv/nss_dns/dns-network.c: Likewise.
30447         * resolv/res_hconf.c: Likewise.
30448         * scripts/gen-sorted.awk: Likewise.
30449         * soft-fp/soft-fp.h: Likewise.
30450         * stdio-common/printf.h: Likewise.
30451         * stdlib/monetary.h: Likewise.
30452         * stdlib/random.c: Likewise.
30453         * stdlib/random_r.c: Likewise.
30454         * sysdeps/generic/Makefile: Likewise.
30455         * sysdeps/gnu/Makefile: Likewise.
30456         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30457         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30458         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30459         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30460         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30461         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30462         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30463         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30464         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30465         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30466         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30467         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30468         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30469         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30470         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30471         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30472         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30473         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30474         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30475         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30476         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30477         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30478         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30479         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30480         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30481         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30482         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30483         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30484         * sysdeps/mach/hurd/errnos.awk: Likewise.
30485         * sysdeps/mach/hurd/fork.c: Likewise.
30486         * sysdeps/mach/hurd/getcwd.c: Likewise.
30487         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30488         * sysdeps/mach/hurd/mmap.c: Likewise.
30489         * sysdeps/mach/hurd/utimes.c: Likewise.
30490         * sysdeps/mach/hurd/xmknod.c: Likewise.
30491         * sysdeps/posix/profil.c: Likewise.
30492         * sysdeps/posix/readdir_r.c: Likewise.
30493         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30494         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30495         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30496         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30497         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30498         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30499         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30500         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30501         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30502         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30503         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30504         * sysdeps/pthread/lio_listio.c: Likewise.
30505         * sysdeps/sparc/dl-procinfo.h: Likewise.
30506         * sysdeps/unix/i386/sysdep.S: Likewise.
30507         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30508         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30509         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30510         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30512         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30513         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30514         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30515         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30516         * sysdeps/wordsize-32/divdi3.c: Likewise.
30517         * time/sys/time.h: Likewise.
30518         * wcsmbs/Makefile: Likewise.
30520 2013-01-01  David S. Miller  <davem@davemloft.net>
30522         * po/fr.po: Update from translation team.
30524         * catgets/gencat.c: Update copyright year.
30525         * csu/version.c: Likewise.
30526         * debug/catchsegv.sh: Likewise.
30527         * debug/pcprofiledump.c: Likewise.
30528         * debug/xtrace.sh: Likewise.
30529         * elf/ldconfig.c: Likewise.
30530         * elf/ldd.bash.in: Likewise.
30531         * elf/pldd.c: Likewise.
30532         * elf/sotruss.ksh: Likewise.
30533         * elf/sprof.c: Likewise.
30534         * iconv/iconv_prog.c: Likewise.
30535         * iconv/iconvconfig.c: Likewise.
30536         * locale/programs/locale.c: Likewise.
30537         * locale/programs/localedef.c: Likewise.
30538         * login/programs/pt_chown.c: Likewise.
30539         * malloc/memusage.sh: Likewise.
30540         * malloc/memusagestat.c: Likewise.
30541         * malloc/mtrace.pl: Likewise.
30542         * nscd/nscd.c: Likewise.
30543         * nss/getent.c: Likewise.
30544         * nss/makedb.c: Likewise.
30545         * posix/getconf.c: Likewise.
30547 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30549         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30550         numbers.
30552 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30554         * math/bits/mathcalls.h (modf): Use __nonnull.
30556 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30558         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30559         (split): Use macro CN instead of the bare value.
30560         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30561         could be used.
30562         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30563         instead of the bare value.
30564         (power1): Likewise.
30566 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30568         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30569         __ATAN_TWOM.
30570         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30572         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30573         their values.
30574         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30575         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30576         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30577         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30579 2012-12-28  Andreas Jaeger  <aj@suse.de>
30581         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30582         values are from Linux 3.7.
30584         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30585         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30587 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30589         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30590         TRUE case.
30592         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30593         (norm): Likewise.
30594         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30595         variables with preprocessor constants.
30596         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30597         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30598         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30600 2012-12-27  Bruno Haible  <bruno@clisp.org>
30602         [BZ #14317]
30603         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30604         only if needed.
30606 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30608         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30609         and use variable directly.
30610         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30612         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30613         MPONE.
30614         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30615         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30616         variable MPONE.
30617         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30618         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30619         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30620         include directive.  Remove local variable MPONE.
30621         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30622         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30623         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30625 2012-12-25  David S. Miller  <davem@davemloft.net>
30627         * version.h (RELEASE): Set to "development".
30628         (VERSION): Set to "2.17.90".
30629         * NEWS: Add 2.18 section.
30631 2012-12-21  David S. Miller  <davem@davemloft.net>
30633         * po/hr.po: Update from translation team.
30635 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30637         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30639 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30641         * NEWS:  Mention new memcpy for MIPS.
30643 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30645         * manual/contrib.texi (Contributors): Spelling correction.
30647 2012-12-15  David S. Miller  <davem@davemloft.net>
30649         * po/ru.po: Update from translation team.
30651 2012-12-13  David S. Miller  <davem@davemloft.net>
30653         * NEWS: Mention IFUNC testsuite enhancements.
30655         * po/pl.po: Update from translation team.
30656         * po/bg.po: Likewise.
30658         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30659         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30661 2012-12-11  David S. Miller  <davem@davemloft.net>
30663         * po/sv.po: Update from translation team.
30665         * po/vi.po: Update from translation team.
30667         * po/cs.po: Update from translation team.
30669         * po/de.po: Update from translation team.
30670         * po/eo.po: Likewise.
30671         * po/nl.po: Likewise.
30673 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30675         [BZ #14246]
30676         * manual/argp.texi (Argp Helper Functions): Move node to follow
30677         Argp Parsing State.
30679         [BZ #14872]
30680         * manual/conf.texi (Limits on File System Capacity): Mention if
30681         terminating null is included in the max size.
30683 2012-12-10  Andreas Jaeger  <aj@suse.de>
30685         * po/cs.po: Update from translation team.
30687 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30689         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30690         void pointer and cast to uintptr_t.
30691         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30692         path.
30693         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30694         * sysdeps/s390/s390-64/memset.S: Likewise.
30696 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30698         [BZ #14833]
30699         * menual/message.texi (Message Translation): Fix typos.
30700         (Helper programs for gettext): Likewise.
30702 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30704         [BZ #14898]
30705         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30706         Change to -1.
30708 2012-12-07  David S. Miller  <davem@davemloft.net>
30710         * po/libc.pot: Update.
30712 2012-12-07  Richard Henderson  <rth@redhat.com>
30714         [BZ #10114]
30715         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30716         normal/normal case to before the switch.
30717         (_FP_DIV): Likewise.
30719 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30720             Mike Frysinger  <vapier@gentoo.org>
30722         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30723         check for __NR_fadvise64_64.
30725 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30727         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30728         0, not just to plain "0" as a statement.
30729         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30730         with cw.
30732 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30734         * NEWS: Use sourceware.org in Bugzilla URL.
30736 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30739         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30741         * stdio-common/tst-put-error.c (do_test): Add newline to the
30742         padded test to ensure flush.
30744 2012-12-05  Jeff Law  <law@redhat.com>
30746         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30748 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30750         * README: Don't refer to ports add-on as distributed separately.
30751         Mention AArch64 in list of systems supported in the ports add-on.
30753         * LICENSES: Add more non-FSF copyright and license notices.
30755         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30756         ((unused)).
30758         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30760         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30761         10000 as width of padded output.
30763 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30765         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30767         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30768         variable LX with __attribute__ ((unused)).
30769         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30770         Likewise.
30771         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30772         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30773         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30774         with __attribute__ ((unused)).
30776 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30778         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30780 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30782         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30783         (CFLAGS-nldbl-acos.c): New variable.
30784         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30785         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30786         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30787         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30788         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30789         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30790         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30791         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30792         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30793         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30794         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30795         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30796         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30797         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30798         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30799         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30800         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30801         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30802         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30803         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30804         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30805         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30806         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30807         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30808         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30809         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30810         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30811         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30812         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30813         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30814         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30815         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30816         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30817         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30818         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30819         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30820         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30821         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30822         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30823         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30824         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30825         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30826         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30827         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30828         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30829         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30830         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30831         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30832         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30833         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30834         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30835         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30836         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30837         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30838         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30839         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30840         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30841         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30842         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30843         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30844         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30845         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30846         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30847         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30848         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30849         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30850         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30851         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30852         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30853         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30854         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30855         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30856         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30857         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30858         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30859         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30860         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30861         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30862         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30863         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30864         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30865         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30866         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30867         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30868         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30869         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30870         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30871         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30872         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30873         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30874         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30875         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30876         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30877         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30878         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30879         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30880         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30883         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30885         [BZ #14914]
30886         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30887         whole low double instead of just low 47 bits when splitting values
30888         into two parts.
30890 2012-12-03  Allan McRae  <allan@archlinux.org>
30892         * manual/stdio.texi (Predefined Printf Handlers): Remove
30893         @hsep and @vsep usage.
30895 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30897         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30898         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30900 2012-12-03  Jeff Law  <law@redhat.com>
30902         * time/sys/time.h (settimeofday): Do not mark TV argument
30903         as __nonnull.
30905 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30907         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30908         when currently writing and seek to current position when not.
30909         * libio/Makefile (tests): Remove bug-fclose1.
30910         * libio/bug-fclose1.c: Delete.
30912 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30914         * manual/arith.texi (feenableexcept): Fix typo.
30915         (fedisableexcept): Likewise.
30917 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30919         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30920         second, differently-typed declaration, rather than a cast.
30922 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30924         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30925         * include/rpc/svc.h: ... here.
30927 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30929         [BZ #13013]
30930         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30931         depending n and resplen2 to catch cases where answer
30932         equals answerp2.
30934 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30936         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30937         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30939 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30941         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30943 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30945         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30947 2012-11-28  Jeff Law  <law@redhat.com>
30949         [BZ #13761]
30950         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30951         dataset_temporary.  Track alloca usage into alloca_used.
30952         If dataset is large allocate and release it via malloc/free.
30954 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30956         [BZ #14197]
30957         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30959 2012-11-28  David S. Miller  <davem@davemloft.net>
30961         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30963 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30965         [BZ #14803]
30966         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30967         of pi/2 rounded to nearest to 64 bits.
30968         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30969         nearest to 64 bits.
30970         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30971         bits.
30973 2012-11-28  Jeff Law <law@redhat.com>
30974             Martin Osvald <mosvald@redhat.com>
30976         [BZ #14889]
30977         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30978         * sunrpc/svc.c: Include time.h.
30979         (__svc_accept_failed): New function.
30980         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30981         any reason other than EINTR, call __svc_accept_failed.
30982         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30983         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30985 2012-11-28  Andreas Schwab  <schwab@suse.de>
30987         * scripts/abilist.awk: Also handle indirect functions in .opd
30988         section.
30990 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30992         [BZ #13881]
30993         * sysdeps/x86/fpu/powl_helper.c: New file.
30994         * sysdeps/x86/fpu/Makefile: Likewise.
30995         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30996         (p3): New object.
30997         (__ieee754_powl): Use __powl_helper for finite arguments except
30998         integer exponents below 8.
30999         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31000         (p3): New object.
31001         (__ieee754_powl): Use __powl_helper for finite arguments except
31002         integer exponents below 8.
31003         * math/libm-test.inc (pow_test): Add more tests and enable some
31004         previously disabled tests.
31005         * sysdeps/i386/fpu/libm-test-ulps: Update.
31006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31008 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31009             Carlos O'Donell  <carlos_odonell@mentor.com>
31011         * nss/makedb.c (is_prime): Assert that input is odd and greater
31012         than 4.  Note that fact in a comment too.
31013         (next_prime): Add 4 to input.
31015 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31017         [BZ #11741]
31018         * libio/Makefile (tests): Add test case tst-fwrite-error.
31019         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31020         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31021         * libio/tst-fwrite-error.c: New test case.
31023 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31025         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31026         before casting to void *.
31027         * include/libc-internal.h (__pointer_type): New macro.
31028         (__integer_if_pointer_type_sub): Likewise.
31029         (__integer_if_pointer_type): Likewise.
31030         (cast_to_integer): Likewise.
31031         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31032         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31033         before casting to atomic64_t.
31034         (atomic_exchange_acq): Likewise.
31035         (__arch_exchange_and_add_body): Likewise.
31036         (__arch_add_body): Likewise.
31037         (atomic_add_negative): Likewise.
31038         (atomic_add_zero): Likewise.
31040 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31042         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31043         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31044         (add_fdes): Likewise.
31045         (linear_search_fdes): Likewise.
31046         (binary_search_unencoded_fdes): Likewise.
31048 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31050         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31052 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31054         * configure.in: Autodetect C++ header directories.
31055         * configure: Regenerated.
31057 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31059         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31061 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31063         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31065 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31067         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31068         LDBL_MANT_DIG == 106]: Disable some tests.
31069         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31070         Likewise.
31071         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31072         Likewise.
31074         [BZ #14871]
31075         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31076         input for small inputs.  Return +/- pi/2 for large inputs.
31077         * math/libm-test.inc (atan_test): Add more tests.
31079         * sysdeps/generic/unwind-dw2-fde-glibc.c
31080         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31081         __attribute__ ((unused)).
31083         [BZ #14645]
31084         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31085         x * y if x and y are nonzero and z is zero.
31087         [BZ #14811]
31088         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31089         nonzero exponents with absolute value below 0x1p-117 to +/-
31090         0x1p-117.
31092         [BZ #14869]
31093         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31094         up arguments below 2**-450, not just those below 2**-500.
31095         * math/libm-test.inc (hypot_test): Add another test.
31097         [BZ #14868]
31098         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31099         Return a+b for ratio over 2**120, not 2**60.
31100         * math/libm-test.inc (hypot_test): Add another test.
31102         * math/libm-test.inc (clog_test): Use
31103         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31104         (clog10_test): Likewise.
31106         [BZ #6778]
31107         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31109 2012-11-22  Andreas Schwab  <schwab@suse.de>
31111         * sysdeps/i386/fpu/libm-test-ulps: Update.
31113 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31115         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31116         printf output with newline.
31118 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31120         [BZ #14865]
31121         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31122         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31123         -z nodlopen, -z initfirst and -z execstack support.
31124         * configure: Regenerated.
31126         * elf/elf.h (DF_1_NODIRECT): New macro.
31127         (DF_1_IGNMULDEF): Likewise.
31128         (DF_1_NOKSYMS): Likewise.
31129         (DF_1_NOHDR): Likewise.
31130         (DF_1_EDITED): Likewise.
31131         (DF_1_NORELOC): Likewise.
31132         (DF_1_SYMINTPOSE): Likewise.
31133         (DF_1_GLOBAUDIT): Likewise.
31134         (DF_1_SINGLETON): Likewise.
31135         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31136         DT_1_SUPPORTED_MASK bits.
31137         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31139 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31141         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31143 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31145         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31146         macro.
31148         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31149         (sendmmsg): Move declarations...
31150         * socket/sys/socket.h: ... here.
31151         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31152         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31153         include it from...
31154         * socket/recvmmsg.c: ... this new file.
31155         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31156         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31157         definition of __sendmmsg hidden.
31158         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31159         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31160         Move ENOSYS stub into and include it from...
31161         * socket/sendmmsg.c: ... this new file.
31162         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31163         (sysdep_routines): Move recvmmsg and sendmmsg...
31164         * socket/Makefile (routines): ... here.
31165         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31166         (GLIBC_PRIVATE): Add __sendmmsg.
31167         * include/sys/socket.h (__sendmmsg): Add declarations.
31168         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31169         sendmmsg.
31171 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31173         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31174         variable I1 with __attribute__ ((unused)).
31175         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31177 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31179         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31180         DUMMY variables with __attribute__ ((unused)).
31182         * bits/byteswap.h: Include <bits/types.h>.
31183         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31185 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31187         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31188         string_t.  Do not manually set errno.
31189         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31190         length with __strnlen.  Make sure to both set errno and return it on
31191         failure.
31193 2012-11-19  David S. Miller  <davem@davemloft.net>
31195         With help from Joseph Myers.
31196         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31197         very large arguments properly.
31198         * math/libm-test.inc (atan_test): New tests.
31199         (atan2_test): New tests.
31200         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31201         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31203 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31205         [BZ #14856]
31206         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31207         Define to 3.
31209         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31210         [POSIX] (EADDRNOTAVAIL): Likewise.
31211         [POSIX] (EAFNOSUPPORT): Likewise.
31212         [POSIX] (EALREADY): Likewise.
31213         [POSIX] (ECONNABORTED): Likewise.
31214         [POSIX] (ECONNREFUSED): Likewise.
31215         [POSIX] (ECONNRESET): Likewise.
31216         [POSIX] (EDESTADDRREQ): Likewise.
31217         [POSIX] (EDQUOT): Likewise.
31218         [POSIX] (EHOSTUNREACH): Likewise.
31219         [POSIX] (EIDRM): Likewise.
31220         [POSIX] (EISCONN): Likewise.
31221         [POSIX] (ELOOP): Likewise.
31222         [POSIX] (EMULTIHOP): Likewise.
31223         [POSIX] (ENETDOWN): Likewise.
31224         [POSIX] (ENETUNREACH): Likewise.
31225         [POSIX] (ENOBUFS): Likewise.
31226         [POSIX] (ENODATA): Likewise.
31227         [POSIX] (ENOLINK): Likewise.
31228         [POSIX] (ENOMSG): Likewise.
31229         [POSIX] (ENOPROTOOPT): Likewise.
31230         [POSIX] (ENOSR): Likewise.
31231         [POSIX] (ENOSTR): Likewise.
31232         [POSIX] (ENOTCONN): Likewise.
31233         [POSIX] (ENOTSOCK): Likewise.
31234         [POSIX] (EOPNOTSUPP): Likewise.
31235         [POSIX] (EOVERFLOW): Likewise.
31236         [POSIX] (EPROTO): Likewise.
31237         [POSIX] (EPROTONOSUPPORT): Likewise.
31238         [POSIX] (EPROTOTYPE): Likewise.
31239         [POSIX] (ESTALE): Likewise.
31240         [POSIX] (ETIME): Likewise.
31241         [POSIX] (ETXTBSY): Likewise.
31242         [POSIX] (EWOULDBLOCK): Likewise.
31243         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31244         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31245         [POSIX] (SEEK_CUR): Likewise.
31246         [POSIX] (SEEK_END): Likewise.
31247         [POSIX || UNIX98] (mode_t): Do not require.
31248         [POSIX] (off_t): Likewise.
31249         [POSIX] (pid_t): Likewise.
31250         [POSIX] (sys/stat.h): Do not allow header.
31251         [POSIX] (unistd.h): Likewise.
31252         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31253         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31254         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31255         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31256         require.
31257         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31258         sigevent): Specify elements.
31259         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31260         entry.
31261         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31262         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31264         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31265         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31266         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31267         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31268         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31269         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31270         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31271         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31272         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31273         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31274         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31275         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31276         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31277         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31278         Likewise.
31279         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31280         Likewise.
31281         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31282         Likewise.
31283         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31284         Likewise.
31285         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31286         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31287         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31288         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31289         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31290         Specify lower bound on value.
31291         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31292         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31293         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31294         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31295         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31296         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31297         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31298         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31299         value.
31300         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31301         as optional.
31302         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31303         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31304         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31305         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31306         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31307         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31308         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31309         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31310         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31311         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31312         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31313         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31314         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31315         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31316         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31317         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31318         entry.
31319         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31320         optional.
31321         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31322         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31323         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31324         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31325         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31326         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31327         Likewise.
31328         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31329         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31330         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31331         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31332         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31333         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31334         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31335         as optional.
31336         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31337         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31338         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31339         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31340         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31341         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31342         specify as optional.
31343         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31344         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31345         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31346         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31347         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31348         [XPG3] (NL_LANGMAX): Likewise.
31349         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31350         [POSIX || XPG3] (NL_NMAX): Likewise.
31351         [POSIX || XPG3] (NL_SETMAX): Likewise.
31352         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31353         [XPG3] (NZERO): Likewise.
31354         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31355         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31356         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31357         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31358         (REG_ERANGE): Expect.
31359         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31360         optional-constant.
31361         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31362         Use (void) in prototype.
31363         [POSIX] (*_t): Allow.
31364         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31365         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31366         (WRDE_BADVAL): Expect.
31368         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31369         expect.
31370         [XPG3 || XPG4] (O_RSYNC): Likewise.
31371         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31372         Likewise.
31373         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31374         [XPG3 || XPG4] (sigqueue): Likewise.
31375         [XPG3 || XPG4] (sigtimedwait): Likewise.
31376         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31377         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31378         [XPG3 || XPG4] (vsnprintf): Likewise.
31379         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31380         Likewise.
31381         [XPG3 || XPG4] (blksize_t): Likewise.
31382         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31383         Likewise.
31384         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31385         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31386         [XPG3 || XPG4] (struct itimerspec): Likewise.
31387         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31388         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31389         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31390         [XPG3 || XPG4] (clockid_t): Likewise.
31391         [XPG3 || XPG4] (timer_t): Likewise.
31392         [XPG3 || XPG4] (clock_getres): Likewise.
31393         [XPG3 || XPG4] (clock_gettime): Likewise.
31394         [XPG3 || XPG4] (clock_settime): Likewise.
31395         [XPG3 || XPG4] (nanosleep): Likewise.
31396         [XPG3 || XPG4] (timer_create): Likewise.
31397         [XPG3 || XPG4] (timer_delete): Likewise.
31398         [XPG3 || XPG4] (timer_gettime): Likewise.
31399         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31400         [XPG3 || XPG4] (timer_settime): Likewise.
31401         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31402         [XPG3 || XPG4] (getlogin_r): Likewise.
31403         [XPG3 || XPG4] (pread): Likewise.
31404         [XPG3 || XPG4] (pthread_atfork): Likewise.
31405         [XPG3 || XPG4] (pwrite): Likewise.
31407         [BZ #14835]
31408         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31409         <bits/siginfo.h>.
31411 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31413         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31414         finalizing MALLSTREAM.
31416         * sysdeps/mach/hurd/syncfs.c: New file.
31418 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31420         [BZ #14719]
31421         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31422         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31423         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31424         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31425         (_nss_dns_gethostbyname4_r): Likewise.
31426         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31427         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31429 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31431         [BZ #13763]
31432         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31434 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31436         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31437         * elf/cache.c (print_entry): Print ",AArch64" for
31438         FLAG_AARCH64_LIB64
31440         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31441         * elf/cache.c (print_entry): Print ",hard-float" for
31442         FLAG_ARM_LIBHF.
31444 2012-11-18  David S. Miller  <davem@davemloft.net>
31446         With help from Joseph Myers.
31447         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31448         cutoff to 2**-13.
31449         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31450         cutoff to 2**-25.
31451         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31452         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31453         small.
31454         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31455         * math/libm-test.inc (y0_test): New tests.
31456         (y1_test): New tests.
31457         * sysdeps/i386/fpu/libm-test-ulps: Update.
31458         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31461 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31463         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31464         64-bit targets.
31465         * configure: Regenerated.
31467 2012-11-17  David S. Miller  <davem@davemloft.net>
31469         [BZ #14811]
31470         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31471         nonzero exponents with absolute value below 0x1p-128 to +/-
31472         0x1p-128.
31474 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31476         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31478         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31480         * posix/getconf-speclist.c: New file.
31481         * posix/posix-envs.def: Likewise.
31482         * posix/confstr.c (START_ENV_GROUP): New macro.
31483         (END_ENV_GROUP): Likewise.
31484         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31485         (KNOWN_PRESENT_ENV_STRING): Likewise.
31486         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31487         (UNKNOWN_ENVIRONMENT): Likewise.
31488         (confstr): Include posix-envs.def instead of handling
31489         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31490         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31491         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31492         (END_ENV_GROUP): Likewise.
31493         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31494         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31495         (UNKNOWN_ENVIRONMENT): Likewise.
31496         (__sysconf): Include posix-envs.def instead of handling associated
31497         cases directly here.
31498         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31499         preprocessing getconf-speclist.c rather than running getconf or
31500         generating empty file.
31502 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31504         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31506 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31508         [BZ #14672]
31509         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31511 2012-11-16  David S. Miller  <davem@davemloft.net>
31513         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31514         smaller than LDBL_EPSILON/2.0L, just return xm1.
31516 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31518         * elf/tst-array1.c (init): Set constructor priority to 1000.
31519         (fini): Set destructor priority to 1000.
31520         * elf/tst-array2dep.c: Likewise.
31522 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31524         [BZ #11741]
31525         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31526         (_IO_new_file_xsputn): Also return EOF if none of the input
31527         data was written when overflow failed.
31528         * libio/iopadn.c (_IO_padn): Likewise.
31529         * libio/iowpadn.c (_IO_wpadn): Likewise.
31530         * stdio-common/tst-put-error.c: Add copyright notice.
31531         (do_test): Add case for printing padded string.
31532         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31533         _IO_padn returned error.
31534         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31535         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31536         return EOF.
31538 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31540         * libio/libioP.h: Add comment note that the references to C++
31541         bits are now obsolete.
31543 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31545         * math/libm-test.inc (check_complex): Use asprintf.
31547 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31549         * debug/pcprofiledump.c (print_version): Update copyright year.
31550         * malloc/memusagestat.c (print_version): Likewise.
31552 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31554         [BZ #14831]
31555         * elf/Makefile (tests): Add tst-audit8.
31556         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31557         ($(objpfx)tst-audit8.out): New target.
31558         (tst-audit8-ENV): New variable.
31559         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31560         audit if l_reloc_result is NULL.
31561         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31562         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31563         * elf/tst-audit8.c: New file.
31565 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31567         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31568         * misc/Makefile (CFLAGS-select.c): Define.
31569         * posix/Makefile (CFLAGS-pause.c): Define.
31571 2012-11-13  David S. Miller  <davem@davemloft.net>
31573         * crypt/Makefile: Move test targets after toplevel Rules
31574         inclusion.  Grab any necessary sysdep routines when linking.
31575         * crypt/md5.c (md5_process_block): Remove define, we will always
31576         name it __md5_process_block.
31577         (md5_finish_ctx): Update md5_process_block call.
31578         (md5_stream): Likewise.
31579         (md5_process_bytes): Likewise.
31580         (md5_process_block): Rename to __md5_process_block and move to ...
31581         * crypt/md5-block.c: ... here.
31582         * crypt/sha256.c (sha256_process_block): Move to ...
31583         * crypt/sha256-block.c: ... here.
31584         * crypt/sha512.c (sha512_process_block): Move to ...
31585         * crypt/sha512-block.c: ... here.
31586         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31587         path.
31588         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31589         * sysdeps/sparc/sparc64/multiarch/Makefile
31590         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31591         crypt subdir.
31592         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31593         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31594         multiarch changes.
31595         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31596         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31597         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31598         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31599         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31600         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31601         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31602         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31603         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31604         file.
31605         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31606         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31607         file.
31608         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31610 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31612         * timezone/tzselect.ksh: Update from tzcode git revision
31613         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31614         * timezone/zdump.c: Likewise.
31615         * timezone/zic.c: Likewise.
31616         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31617         in TZVERSION setting, not $(PKGVERSION).
31618         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31619         REPORT_BUGS_TO settings.
31621         [BZ #14838]
31622         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31623         macro.
31625 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31627         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31628         detection to immediately after _FP_ROUND().
31629         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31630         bits are 0.
31632 2012-11-11  David S. Miller  <davem@davemloft.net>
31634         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31635         inttypes.h
31636         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31637         __close rather than their public counterparts.
31639 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31641         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31642         file.
31643         [UNIX98] (sem_timedwait): Do not expect.
31644         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31645         [XPG4 || UNIX98] (sockatmark): Do not expect.
31646         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31647         (clock_getcpuclockid): Do not expect.
31648         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31649         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31650         Do not expect.
31651         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31652         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31653         [UNIX98] (vwscanf): Likewise.
31654         [UNIX98] (vswscanf): Likewise.
31656 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31658         * timezone/version.h: Remove file.
31659         * timezone/README: Do not refer to version.h.
31660         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31661         $(objpfx)version.h.
31662         ($(objpfx)zdump.o): Likewise.
31663         ($(objpfx)version.h): New target.
31665         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31666         2012i.
31667         * timezone/README: Don't mention modification to tzselect.ksh.
31668         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31669         work on unmodified tzselect.ksh.  Substitute version numbers in
31670         tzselect.ksh.
31672         * Makefile (format-me): Remove.
31673         (INSTALL): Adjust indentation.  Use commands directly instead of
31674         using $(format-me).
31676         * aclocal.m4 (ACX_PKGVERSION): New macro.
31677         (ACX_BUGURL): Likewise.
31678         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31679         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31680         (REPORT_BUGS_TO): Likewise.
31681         * configure: Regenerated.
31682         * config.h.in (PKGVERSION): New macro.
31683         (REPORT_BUGS_TO): Likewise.
31684         * config.make.in (PKGVERSION): New variable.
31685         (PKGVERSION_TEXI): Likewise.
31686         (REPORT_BUGS_TO): Likewise.
31687         (REPORT_BUGS_TEXI): Likewise.
31688         * Makefile (format-me): Use -I$(common-objpfx)manual.
31689         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31690         ($(common-objpfx)manual/%): New target.
31691         (manual/%): Remove target.
31692         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31693         (print_version): Use PKGVERSION.
31694         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31695         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31696         and REPORT_BUGS_TO.
31697         ($(objpfx)xtrace): Likewise.
31698         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31699         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31700         (print_version): Use PKGVERSION.
31701         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31702         (do_version): Use PKGVERSION.
31703         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31704         REPORT_BUGS_TO.
31705         (common-ldd-rewrite): Likewise.
31706         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31707         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31708         (print_version): Use PKGVERSION.
31709         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31710         * elf/pldd.c (argp_program_bug_address): Remove variable.
31711         (more_help): New function.
31712         (argp): Use more_help.
31713         (print_version): Use PKGVERSION.
31714         * elf/sln.c (main): Use PKGVERSION.
31715         (usage): Use REPORT_BUGS_TO.
31716         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31717         (top level): Use PKGVERSION.
31718         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31719         (print_version): Use PKGVERSION.
31720         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31721         (print_version): Use PKGVERSION.
31722         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31723         (print_version): Use PKGVERSION.
31724         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31725         (print_version): Use PKGVERSION.
31726         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31727         (print_version): Use PKGVERSION.
31728         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31729         (print_version): Use PKGVERSION.
31730         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31731         and BUGURL.
31732         ($(objpfx)memusage): Likewise.
31733         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31734         (do_version): Use PKGVERSION.
31735         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31736         (print_version): Use PKGVERSION.
31737         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31738         ($PKGVERSION): New variable.
31739         ($REPORT_BUGS_TO): Likewise.
31740         (usage): Use $REPORT_BUGS_TO.
31741         (top level): Use $PKGVERSION.
31742         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31743         ($(objpfx)pkgvers.texi): New rule.
31744         ($(objpfx)stamp-pkgvers): Likewise.
31745         * manual/install.texi: Include pkgvers.texi.
31746         (--with-pkgversion): Document new configure option.
31747         (--with-bugurl): Likewise.
31748         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31749         than necessarily for this particular distribution.  Use
31750         REPORT_BUGS_TO for where to report bugs.
31751         * INSTALL: Regenerated.
31752         * manual/libc.texinfo: Include pkgvers.texi.
31753         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31754         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31755         (print_version): Use PKGVERSION.
31756         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31757         (print_version): Use PKGVERSION.
31758         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31759         (print_version): Use PKGVERSION.
31760         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31761         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31762         macro.
31763         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31764         (print_version): Use PKGVERSION.
31765         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31766         (print_version): Use PKGVERSION.
31767         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31768         and PKGVERSION.
31770         * timezone/checktab.awk: Update from tzcode 2012i.
31771         * timezone/ialloc.c: Likewise.
31772         * timezone/private.h: Likewise.
31773         * timezone/scheck.c: Likewise.
31774         * timezone/tzfile.h: Likewise.
31775         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31776         (TZVERSION): Hardcode tzcode version number.
31777         * timezone/zdump.c: Update from tzcode 2012i.
31778         * timezone/zic.c: Likewise.
31779         * timezone/version.h: New file.
31780         * timezone/README: Describe version.h.  Update upstream location.
31782         [BZ #14824]
31783         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31784         (mktemp): Enable declaration.
31785         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31786         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31787         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31788         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31789         Likewise.
31790         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31791         Likewise.
31792         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31793         Likewise.
31794         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31795         Likewise.
31796         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31797         Likewise.
31798         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31799         Likewise.
31801         [BZ #14821]
31802         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31803         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31804         for copies of such integer values.
31805         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31806         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31808 2012-11-09  Andreas Jaeger  <aj@suse.de>
31810         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31811         definitions and declarations that are provided by
31812         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31814 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31816         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31817         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31818         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31819         definition.
31821 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31823         * elf/elf.h: Update comment before AArch64 relocations.
31825 2012-11-07  David S. Miller  <davem@davemloft.net>
31827         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31828         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31829         (__start_context): Declare.
31830         (__makecontext_ret): Delete.
31831         (__makecontext): Hook up __start_context instead of
31832         __makecontext_ret.
31833         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31834         (sysdep_routines): Add __start_context when in stdlib.
31836 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31838         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31839         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31840         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31841         hardcoded "nm".
31842         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31843         (READELF): New variable.  Use it instead of hardcoded "readelf".
31845 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31847         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31848         * sysdeps/x86/Makefile: Here.
31849         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31850         * sysdeps/x86/tst-xmmymm.sh: This.
31852 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31854         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31855         expectations.
31856         [UNIX98] (pthread_barrier_t): Do not expect.
31857         [UNIX98] (pthread_barrierattr_t): Likewise.
31858         [UNIX98] (pthread_spinlock_t): Likewise.
31859         [UNIX98] (pthread_barrier_destroy): Likewise.
31860         [UNIX98] (pthread_barrier_init): Likewise.
31861         [UNIX98] (pthread_barrier_wait): Likewise.
31862         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31863         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31864         [UNIX98] (pthread_barrierattr_init): Likewise.
31865         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31866         [UNIX98] (pthread_getcpuclockid): Likewise.
31867         [UNIX98] (pthread_mutex_timedlock): Likewise.
31868         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31869         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31870         [UNIX98] (pthread_sigmask): Likewise.
31871         [UNIX98] (pthread_spin_destroy): Likewise.
31872         [UNIX98] (pthread_spin_init): Likewise.
31873         [UNIX98] (pthread_spin_lock): Likewise.
31874         [UNIX98] (pthread_spin_trylock): Likewise.
31875         [UNIX98] (pthread_spin_unlock): Likewise.
31876         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31877         Do not expect.
31878         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31879         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31880         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31881         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31882         [XPG3 || XPG4] (pthread_key_t): Likewise.
31883         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31884         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31885         [XPG3 || XPG4] (pthread_once_t): Likewise.
31886         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31887         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31888         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31889         [XPG3 || XPG4] (pthread_t): Likewise.
31891         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31892         not expect.
31893         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31895         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31896         Change function return type to int.
31898         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31899         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31900         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31901         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31902         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31903         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31904         [!POSIX] (posix_madvise): Likewise.
31905         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31906         && !UNIX98].
31907         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31908         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31909         (mode_t): Likewise.
31910         (posix_mem_offset): Likewise.
31911         (posix_typed_mem_get_info): Likewise.
31912         (posix_typed_mem_open): Likewise.
31914         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31915         Change condition to [XOPEN2K8].
31917         * conform/conformtest.pl: Preprocess allow-header data with -x c
31918         instead of from stdin.
31919         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31920         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31921         [C99-based standards] (cerfc): Likewise.
31922         [C99-based standards] (cexp2): Likewise.
31923         [C99-based standards] (cexpm1): Likewise.
31924         [C99-based standards] (clog10): Likewise.
31925         [C99-based standards] (clog1p): Likewise.
31926         [C99-based standards] (clog2): Likewise.
31927         [C99-based standards] (clgamma): Likewise.
31928         [C99-based standards] (ctgamma): Likewise.
31929         [C99-based standards] (cerff): Likewise.
31930         [C99-based standards] (cerfcf): Likewise.
31931         [C99-based standards] (cexp2f): Likewise.
31932         [C99-based standards] (cexpm1f): Likewise.
31933         [C99-based standards] (clog10f): Likewise.
31934         [C99-based standards] (clog1pf): Likewise.
31935         [C99-based standards] (clog2f): Likewise.
31936         [C99-based standards] (clgammaf): Likewise.
31937         [C99-based standards] (ctgammaf): Likewise.
31938         [C99-based standards] (cerfl): Likewise.
31939         [C99-based standards] (cerfcl): Likewise.
31940         [C99-based standards] (cexp2l): Likewise.
31941         [C99-based standards] (cexpm1l): Likewise.
31942         [C99-based standards] (clog10l): Likewise.
31943         [C99-based standards] (clog1pl): Likewise.
31944         [C99-based standards] (clog2l): Likewise.
31945         [C99-based standards] (clgammal): Likewise.
31946         [C99-based standards] (ctgammal): Likewise.
31947         * conform/data/inttypes.h-data [C99-based standards]: Include
31948         stdint.h-data.  Remove all expectations for stdint.h contents.
31949         [C99-based standards] (PRI*): Do not allow.
31950         [C99-based standards] (SCN*): Likewise.
31951         [C99-based standards] (*_t): Likewise.
31952         [C99-based-standards] (PRId8): Expect macro.
31953         [C99-based-standards] (PRIi8): Likewise.
31954         [C99-based-standards] (PRIo8): Likewise.
31955         [C99-based-standards] (PRIu8): Likewise.
31956         [C99-based-standards] (PRIx8): Likewise.
31957         [C99-based-standards] (PRIX8): Likewise.
31958         [C99-based-standards] (SCNd8): Likewise.
31959         [C99-based-standards] (SCNi8): Likewise.
31960         [C99-based-standards] (SCNo8): Likewise.
31961         [C99-based-standards] (SCNu8): Likewise.
31962         [C99-based-standards] (SCNx8): Likewise.
31963         [C99-based-standards] (PRIdLEAST8): Likewise.
31964         [C99-based-standards] (PRIiLEAST8): Likewise.
31965         [C99-based-standards] (PRIoLEAST8): Likewise.
31966         [C99-based-standards] (PRIuLEAST8): Likewise.
31967         [C99-based-standards] (PRIxLEAST8): Likewise.
31968         [C99-based-standards] (PRIXLEAST8): Likewise.
31969         [C99-based-standards] (SCNdLEAST8): Likewise.
31970         [C99-based-standards] (SCNiLEAST8): Likewise.
31971         [C99-based-standards] (SCNoLEAST8): Likewise.
31972         [C99-based-standards] (SCNuLEAST8): Likewise.
31973         [C99-based-standards] (SCNxLEAST8): Likewise.
31974         [C99-based-standards] (PRIdFAST8): Likewise.
31975         [C99-based-standards] (PRIiFAST8): Likewise.
31976         [C99-based-standards] (PRIoFAST8): Likewise.
31977         [C99-based-standards] (PRIuFAST8): Likewise.
31978         [C99-based-standards] (PRIxFAST8): Likewise.
31979         [C99-based-standards] (PRIXFAST8): Likewise.
31980         [C99-based-standards] (SCNdFAST8): Likewise.
31981         [C99-based-standards] (SCNiFAST8): Likewise.
31982         [C99-based-standards] (SCNoFAST8): Likewise.
31983         [C99-based-standards] (SCNuFAST8): Likewise.
31984         [C99-based-standards] (SCNxFAST8): Likewise.
31985         [C99-based-standards] (PRId16): Likewise.
31986         [C99-based-standards] (PRIi16): Likewise.
31987         [C99-based-standards] (PRIo16): Likewise.
31988         [C99-based-standards] (PRIu16): Likewise.
31989         [C99-based-standards] (PRIx16): Likewise.
31990         [C99-based-standards] (PRIX16): Likewise.
31991         [C99-based-standards] (SCNd16): Likewise.
31992         [C99-based-standards] (SCNi16): Likewise.
31993         [C99-based-standards] (SCNo16): Likewise.
31994         [C99-based-standards] (SCNu16): Likewise.
31995         [C99-based-standards] (SCNx16): Likewise.
31996         [C99-based-standards] (PRIdLEAST16): Likewise.
31997         [C99-based-standards] (PRIiLEAST16): Likewise.
31998         [C99-based-standards] (PRIoLEAST16): Likewise.
31999         [C99-based-standards] (PRIuLEAST16): Likewise.
32000         [C99-based-standards] (PRIxLEAST16): Likewise.
32001         [C99-based-standards] (PRIXLEAST16): Likewise.
32002         [C99-based-standards] (SCNdLEAST16): Likewise.
32003         [C99-based-standards] (SCNiLEAST16): Likewise.
32004         [C99-based-standards] (SCNoLEAST16): Likewise.
32005         [C99-based-standards] (SCNuLEAST16): Likewise.
32006         [C99-based-standards] (SCNxLEAST16): Likewise.
32007         [C99-based-standards] (PRIdFAST16): Likewise.
32008         [C99-based-standards] (PRIiFAST16): Likewise.
32009         [C99-based-standards] (PRIoFAST16): Likewise.
32010         [C99-based-standards] (PRIuFAST16): Likewise.
32011         [C99-based-standards] (PRIxFAST16): Likewise.
32012         [C99-based-standards] (PRIXFAST16): Likewise.
32013         [C99-based-standards] (SCNdFAST16): Likewise.
32014         [C99-based-standards] (SCNiFAST16): Likewise.
32015         [C99-based-standards] (SCNoFAST16): Likewise.
32016         [C99-based-standards] (SCNuFAST16): Likewise.
32017         [C99-based-standards] (SCNxFAST16): Likewise.
32018         [C99-based-standards] (PRId32): Likewise.
32019         [C99-based-standards] (PRIi32): Likewise.
32020         [C99-based-standards] (PRIo32): Likewise.
32021         [C99-based-standards] (PRIu32): Likewise.
32022         [C99-based-standards] (PRIx32): Likewise.
32023         [C99-based-standards] (PRIX32): Likewise.
32024         [C99-based-standards] (SCNd32): Likewise.
32025         [C99-based-standards] (SCNi32): Likewise.
32026         [C99-based-standards] (SCNo32): Likewise.
32027         [C99-based-standards] (SCNu32): Likewise.
32028         [C99-based-standards] (SCNx32): Likewise.
32029         [C99-based-standards] (PRIdLEAST32): Likewise.
32030         [C99-based-standards] (PRIiLEAST32): Likewise.
32031         [C99-based-standards] (PRIoLEAST32): Likewise.
32032         [C99-based-standards] (PRIuLEAST32): Likewise.
32033         [C99-based-standards] (PRIxLEAST32): Likewise.
32034         [C99-based-standards] (PRIXLEAST32): Likewise.
32035         [C99-based-standards] (SCNdLEAST32): Likewise.
32036         [C99-based-standards] (SCNiLEAST32): Likewise.
32037         [C99-based-standards] (SCNoLEAST32): Likewise.
32038         [C99-based-standards] (SCNuLEAST32): Likewise.
32039         [C99-based-standards] (SCNxLEAST32): Likewise.
32040         [C99-based-standards] (PRIdFAST32): Likewise.
32041         [C99-based-standards] (PRIiFAST32): Likewise.
32042         [C99-based-standards] (PRIoFAST32): Likewise.
32043         [C99-based-standards] (PRIuFAST32): Likewise.
32044         [C99-based-standards] (PRIxFAST32): Likewise.
32045         [C99-based-standards] (PRIXFAST32): Likewise.
32046         [C99-based-standards] (SCNdFAST32): Likewise.
32047         [C99-based-standards] (SCNiFAST32): Likewise.
32048         [C99-based-standards] (SCNoFAST32): Likewise.
32049         [C99-based-standards] (SCNuFAST32): Likewise.
32050         [C99-based-standards] (SCNxFAST32): Likewise.
32051         [C99-based-standards] (PRId64): Likewise.
32052         [C99-based-standards] (PRIi64): Likewise.
32053         [C99-based-standards] (PRIo64): Likewise.
32054         [C99-based-standards] (PRIu64): Likewise.
32055         [C99-based-standards] (PRIx64): Likewise.
32056         [C99-based-standards] (PRIX64): Likewise.
32057         [C99-based-standards] (SCNd64): Likewise.
32058         [C99-based-standards] (SCNi64): Likewise.
32059         [C99-based-standards] (SCNo64): Likewise.
32060         [C99-based-standards] (SCNu64): Likewise.
32061         [C99-based-standards] (SCNx64): Likewise.
32062         [C99-based-standards] (PRIdLEAST64): Likewise.
32063         [C99-based-standards] (PRIiLEAST64): Likewise.
32064         [C99-based-standards] (PRIoLEAST64): Likewise.
32065         [C99-based-standards] (PRIuLEAST64): Likewise.
32066         [C99-based-standards] (PRIxLEAST64): Likewise.
32067         [C99-based-standards] (PRIXLEAST64): Likewise.
32068         [C99-based-standards] (SCNdLEAST64): Likewise.
32069         [C99-based-standards] (SCNiLEAST64): Likewise.
32070         [C99-based-standards] (SCNoLEAST64): Likewise.
32071         [C99-based-standards] (SCNuLEAST64): Likewise.
32072         [C99-based-standards] (SCNxLEAST64): Likewise.
32073         [C99-based-standards] (PRIdFAST64): Likewise.
32074         [C99-based-standards] (PRIiFAST64): Likewise.
32075         [C99-based-standards] (PRIoFAST64): Likewise.
32076         [C99-based-standards] (PRIuFAST64): Likewise.
32077         [C99-based-standards] (PRIxFAST64): Likewise.
32078         [C99-based-standards] (PRIXFAST64): Likewise.
32079         [C99-based-standards] (SCNdFAST64): Likewise.
32080         [C99-based-standards] (SCNiFAST64): Likewise.
32081         [C99-based-standards] (SCNoFAST64): Likewise.
32082         [C99-based-standards] (SCNuFAST64): Likewise.
32083         [C99-based-standards] (SCNxFAST64): Likewise.
32084         [C99-based-standards] (PRIdMAX): Likewise.
32085         [C99-based-standards] (PRIiMAX): Likewise.
32086         [C99-based-standards] (PRIoMAX): Likewise.
32087         [C99-based-standards] (PRIuMAX): Likewise.
32088         [C99-based-standards] (PRIxMAX): Likewise.
32089         [C99-based-standards] (PRIXMAX): Likewise.
32090         [C99-based-standards] (SCNdMAX): Likewise.
32091         [C99-based-standards] (SCNiMAX): Likewise.
32092         [C99-based-standards] (SCNoMAX): Likewise.
32093         [C99-based-standards] (SCNuMAX): Likewise.
32094         [C99-based-standards] (SCNxMAX): Likewise.
32095         [C99-based-standards] (PRIdPTR): Likewise.
32096         [C99-based-standards] (PRIiPTR): Likewise.
32097         [C99-based-standards] (PRIoPTR): Likewise.
32098         [C99-based-standards] (PRIuPTR): Likewise.
32099         [C99-based-standards] (PRIxPTR): Likewise.
32100         [C99-based-standards] (PRIXPTR): Likewise.
32101         [C99-based-standards] (SCNdPTR): Likewise.
32102         [C99-based-standards] (SCNiPTR): Likewise.
32103         [C99-based-standards] (SCNoPTR): Likewise.
32104         [C99-based-standards] (SCNuPTR): Likewise.
32105         [C99-based-standards] (SCNxPTR): Likewise.
32106         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32107         allow.
32108         * conform/data/stdint.h-data: Update comments to clarify
32109         requirements.
32110         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32111         type.
32112         [C99-based standards] (INT8_MAX): Likewise.
32113         [C99-based standards] (INT16_MIN): Likewise.
32114         [C99-based standards] (INT16_MAX): Likewise.
32115         [C99-based standards] (INT32_MIN): Likewise.
32116         [C99-based standards] (INT32_MAX): Likewise.
32117         [C99-based standards] (INT64_MIN): Likewise.
32118         [C99-based standards] (INT64_MAX): Likewise.
32119         [C99-based standards] (UINT8_MAX): Likewise.
32120         [C99-based standards] (UINT16_MAX): Likewise.
32121         [C99-based standards] (UINT32_MAX): Likewise.
32122         [C99-based standards] (UINT64_MAX): Likewise.
32123         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32124         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32125         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32126         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32127         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32128         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32129         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32130         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32131         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32132         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32133         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32134         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32135         [C99-based standards] (INT_FAST8_MIN): Likewise.
32136         [C99-based standards] (INT_FAST8_MAX): Likewise.
32137         [C99-based standards] (INT_FAST16_MIN): Likewise.
32138         [C99-based standards] (INT_FAST16_MAX): Likewise.
32139         [C99-based standards] (INT_FAST32_MIN): Likewise.
32140         [C99-based standards] (INT_FAST32_MAX): Likewise.
32141         [C99-based standards] (INT_FAST64_MIN): Likewise.
32142         [C99-based standards] (INT_FAST64_MAX): Likewise.
32143         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32144         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32145         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32146         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32147         [C99-based standards] (INTPTR_MIN): Likewise.
32148         [C99-based standards] (INTPTR_MAX): Likewise.
32149         [C99-based standards] (UINTPTR_MAX): Likewise.
32150         [C99-based standards] (INTMAX_MIN): Likewise.
32151         [C99-based standards] (INTMAX_MAX): Likewise.
32152         [C99-based standards] (UINTMAX_MAX): Likewise.
32153         [C99-based standards] (PTRDIFF_MIN): Likewise.
32154         [C99-based standards] (PTRDIFF_MAX): Likewise.
32155         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32156         [C99-based standards] (SIZE_MAX): Likewise.
32157         [C99-based standards] (WCHAR_MAX): Likewise.
32158         [C99-based standards] (WINT_MAX): Likewise.
32159         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32160         constraint on value.
32161         [C99-based standards] (WCHAR_MIN): Likewise.
32162         [C99-based standards] (WINT_MIN): Likewise.
32163         [C99-based standards] (*_t): Allow.
32164         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32165         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32166         Include math.h-data and complex.h-data.  Remove all expectations
32167         of math.h and complex.h contents.
32168         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32169         at end of line.
32170         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32171         (struct tm): Expect tag.
32172         [C99-based-standards] (wcstof): Expect function.
32173         [C99-based-standards] (wcstold): Likewise.
32174         [C99-based-standards] (wcstoll): Likewise.
32175         [C99-based-standards] (wcstoull): Likewise.
32176         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32177         macro-int-constant.  Specify type.
32178         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32179         constraint on value.
32180         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32181         Specify type.
32182         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32183         Specify value.
32184         [ISO C standards]: Do not allow headers.
32185         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32186         wcs[abcdefghijklmnopqrstuvwxyz]*.
32187         [ISO C standards] (*_t): Do not allow.
32188         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32189         Expect function.
32190         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32191         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32192         Specify type.
32193         [ISO C standards]: Do not allow headers.
32194         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32195         is[abcdefghijklmnopqrstuvwxyz]*.
32196         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32197         to[abcdefghijklmnopqrstuvwxyz]*.
32198         [ISO C standards] (*_t): Do not allow.
32199         * conform/data/stdalign.h-data: New file.
32200         * conform/data/stdbool.h-data: Likewise.
32201         * conform/data/stdnoreturn.h-data: Likewise.
32203 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32205         [BZ #14815]
32206         * manual/filesys.texi (Directory Entries): Typo fix.
32207         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32209 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32211         * elf/elf.h (EM_AARCH64): New macro.
32212         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32213         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32214         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32215         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32216         (R_AARCH64_TLSDESC): Likewise.
32217         (NT_ARM_TLS): Likewise.
32218         (NT_ARM_HW_BREAK): Likewise.
32219         (NT_ARM_HW_WATCH): Likewise.
32221 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32223         [BZ #14811]
32224         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32225         (__ieee754_powl): Saturate nonzero exponents with absolute value
32226         below 0x1p-79 to +/- 0x1p-79.
32227         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32228         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32229         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32230         nonzero exponents with absolute value below 0x1p-32 to +/-
32231         0x1p-32.
32232         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32233         (__ieee754_powl): Saturate nonzero exponents with absolute value
32234         below 0x1p-79 to +/- 0x1p-79.
32235         * math/libm-test.inc (pow_test): Add more tests.
32237 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32239         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32240         _dl_s390_cap_flags with kernel. Increase string length.
32241         (_dl_s390_platforms): Add z196 and zEC12.
32243 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32245         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32246         Change XOPEN21K to XOPEN2K.
32248 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32250         * string/memmove.c: Use memcpy when possible.
32252 2012-11-06  Andreas Jaeger  <aj@suse.de>
32254         * po/eo.po: Update from translation team.
32256 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32258         [BZ #14793]
32259         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32260         exponent and small x and y exponents, scale x or y up.  Increase
32261         by 2 the exponent used in scaling up.
32262         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32263         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32264         * math/libm-test.inc (fma_test): Add more tests.
32265         (fma_test_towardzero): Likewise.
32266         (fma_test_downward): Likewise.
32267         (fma_test_upward): Likewise.
32269 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32271         [BZ #14805]
32272         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32273         fenv_t *.
32275         [BZ #14801]
32276         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32277         namespace for names of struct fields.
32278         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32279         fenv_t fields.
32280         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32281         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32283 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32285         [BZ #3665]
32286         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32288 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32290         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32291         PTR_DEMANGLE.
32293         [BZ #5246]
32294         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32295         PTR_DEMANGLE.
32297 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32299         [BZ #14797]
32300         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32301         definitely overflow as x * y not x * y + z.
32302         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32303         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32304         * math/libm-test.inc (fma_test): Add more tests.
32305         (fma_test_towardzero): Likewise.
32306         (fma_test_downward): Likewise.
32307         (fma_test_upward): Likewise.
32309 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32311         [BZ #157]
32313         * include/stub-tag.h: Remove file.
32314         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32315         '#include' of it.
32316         * manual/maint.texi (Porting): Don't reference it.
32317         * Makerules ($(objpfx)stubs): Likewise.
32318         * dirent/closedir.c: Don't include <stub-tag.h>.
32319         * dirent/dirfd.c: Likewise.
32320         * dirent/fdopendir.c: Likewise.
32321         * dirent/getdents.c: Likewise.
32322         * dirent/getdents64.c: Likewise.
32323         * dirent/opendir.c: Likewise.
32324         * dirent/readdir.c: Likewise.
32325         * dirent/readdir64.c: Likewise.
32326         * dirent/readdir64_r.c: Likewise.
32327         * dirent/readdir_r.c: Likewise.
32328         * dirent/rewinddir.c: Likewise.
32329         * dirent/seekdir.c: Likewise.
32330         * dirent/telldir.c: Likewise.
32331         * gmon/profil.c: Likewise.
32332         * grp/setgroups.c: Likewise.
32333         * inet/if_index.c: Likewise.
32334         * io/access.c: Likewise.
32335         * io/chdir.c: Likewise.
32336         * io/chmod.c: Likewise.
32337         * io/chown.c: Likewise.
32338         * io/close.c: Likewise.
32339         * io/dup.c: Likewise.
32340         * io/dup2.c: Likewise.
32341         * io/dup3.c: Likewise.
32342         * io/euidaccess.c: Likewise.
32343         * io/faccessat.c: Likewise.
32344         * io/fchdir.c: Likewise.
32345         * io/fchmod.c: Likewise.
32346         * io/fchmodat.c: Likewise.
32347         * io/fchown.c: Likewise.
32348         * io/fchownat.c: Likewise.
32349         * io/fcntl.c: Likewise.
32350         * io/flock.c: Likewise.
32351         * io/fstatfs.c: Likewise.
32352         * io/fstatfs64.c: Likewise.
32353         * io/fstatvfs.c: Likewise.
32354         * io/fstatvfs64.c: Likewise.
32355         * io/futimens.c: Likewise.
32356         * io/fxstat.c: Likewise.
32357         * io/fxstat64.c: Likewise.
32358         * io/fxstatat.c: Likewise.
32359         * io/fxstatat64.c: Likewise.
32360         * io/getcwd.c: Likewise.
32361         * io/isatty.c: Likewise.
32362         * io/lchmod.c: Likewise.
32363         * io/lchown.c: Likewise.
32364         * io/link.c: Likewise.
32365         * io/linkat.c: Likewise.
32366         * io/lseek.c: Likewise.
32367         * io/lseek64.c: Likewise.
32368         * io/lxstat64.c: Likewise.
32369         * io/mkdir.c: Likewise.
32370         * io/mkdirat.c: Likewise.
32371         * io/mkfifo.c: Likewise.
32372         * io/mkfifoat.c: Likewise.
32373         * io/open.c: Likewise.
32374         * io/open64.c: Likewise.
32375         * io/openat.c: Likewise.
32376         * io/openat64.c: Likewise.
32377         * io/pipe.c: Likewise.
32378         * io/pipe2.c: Likewise.
32379         * io/poll.c: Likewise.
32380         * io/posix_fadvise.c: Likewise.
32381         * io/posix_fadvise64.c: Likewise.
32382         * io/posix_fallocate.c: Likewise.
32383         * io/posix_fallocate64.c: Likewise.
32384         * io/read.c: Likewise.
32385         * io/readlink.c: Likewise.
32386         * io/readlinkat.c: Likewise.
32387         * io/rmdir.c: Likewise.
32388         * io/sendfile.c: Likewise.
32389         * io/sendfile64.c: Likewise.
32390         * io/statfs.c: Likewise.
32391         * io/statfs64.c: Likewise.
32392         * io/statvfs.c: Likewise.
32393         * io/statvfs64.c: Likewise.
32394         * io/symlink.c: Likewise.
32395         * io/symlinkat.c: Likewise.
32396         * io/ttyname.c: Likewise.
32397         * io/ttyname_r.c: Likewise.
32398         * io/umask.c: Likewise.
32399         * io/unlink.c: Likewise.
32400         * io/unlinkat.c: Likewise.
32401         * io/utime.c: Likewise.
32402         * io/utimensat.c: Likewise.
32403         * io/write.c: Likewise.
32404         * io/xmknod.c: Likewise.
32405         * io/xmknodat.c: Likewise.
32406         * io/xstat.c: Likewise.
32407         * io/xstat64.c: Likewise.
32408         * login/getpt.c: Likewise.
32409         * login/grantpt.c: Likewise.
32410         * login/unlockpt.c: Likewise.
32411         * math/e_acoshl.c: Likewise.
32412         * math/e_acosl.c: Likewise.
32413         * math/e_asinl.c: Likewise.
32414         * math/e_atan2l.c: Likewise.
32415         * math/e_atanhl.c: Likewise.
32416         * math/e_coshl.c: Likewise.
32417         * math/e_expl.c: Likewise.
32418         * math/e_fmodl.c: Likewise.
32419         * math/e_gammal_r.c: Likewise.
32420         * math/e_hypotl.c: Likewise.
32421         * math/e_j0l.c: Likewise.
32422         * math/e_j1l.c: Likewise.
32423         * math/e_jnl.c: Likewise.
32424         * math/e_lgammal_r.c: Likewise.
32425         * math/e_log10l.c: Likewise.
32426         * math/e_log2l.c: Likewise.
32427         * math/e_logl.c: Likewise.
32428         * math/e_powl.c: Likewise.
32429         * math/e_rem_pio2l.c: Likewise.
32430         * math/e_sinhl.c: Likewise.
32431         * math/e_sqrtl.c: Likewise.
32432         * math/fclrexcpt.c: Likewise.
32433         * math/fedisblxcpt.c: Likewise.
32434         * math/feenablxcpt.c: Likewise.
32435         * math/fegetenv.c: Likewise.
32436         * math/fegetexcept.c: Likewise.
32437         * math/fegetround.c: Likewise.
32438         * math/feholdexcpt.c: Likewise.
32439         * math/fesetenv.c: Likewise.
32440         * math/fesetround.c: Likewise.
32441         * math/feupdateenv.c: Likewise.
32442         * math/fgetexcptflg.c: Likewise.
32443         * math/fraiseexcpt.c: Likewise.
32444         * math/fsetexcptflg.c: Likewise.
32445         * math/ftestexcept.c: Likewise.
32446         * math/k_cosl.c: Likewise.
32447         * math/k_rem_pio2l.c: Likewise.
32448         * math/k_sinl.c: Likewise.
32449         * math/k_tanl.c: Likewise.
32450         * math/s_asinhl.c: Likewise.
32451         * math/s_atanl.c: Likewise.
32452         * math/s_cbrtl.c: Likewise.
32453         * math/s_erfl.c: Likewise.
32454         * math/s_expm1l.c: Likewise.
32455         * math/s_log1pl.c: Likewise.
32456         * math/s_tanhl.c: Likewise.
32457         * misc/acct.c: Likewise.
32458         * misc/brk.c: Likewise.
32459         * misc/chflags.c: Likewise.
32460         * misc/chroot.c: Likewise.
32461         * misc/fchflags.c: Likewise.
32462         * misc/fgetxattr.c: Likewise.
32463         * misc/flistxattr.c: Likewise.
32464         * misc/fremovexattr.c: Likewise.
32465         * misc/fsetxattr.c: Likewise.
32466         * misc/fsync.c: Likewise.
32467         * misc/ftruncate.c: Likewise.
32468         * misc/futimes.c: Likewise.
32469         * misc/futimesat.c: Likewise.
32470         * misc/getdomain.c: Likewise.
32471         * misc/getdtsz.c: Likewise.
32472         * misc/gethostid.c: Likewise.
32473         * misc/gethostname.c: Likewise.
32474         * misc/getloadavg.c: Likewise.
32475         * misc/getpagesize.c: Likewise.
32476         * misc/getsysstats.c: Likewise.
32477         * misc/getxattr.c: Likewise.
32478         * misc/gtty.c: Likewise.
32479         * misc/ioctl.c: Likewise.
32480         * misc/lgetxattr.c: Likewise.
32481         * misc/listxattr.c: Likewise.
32482         * misc/llistxattr.c: Likewise.
32483         * misc/lremovexattr.c: Likewise.
32484         * misc/lsetxattr.c: Likewise.
32485         * misc/lutimes.c: Likewise.
32486         * misc/madvise.c: Likewise.
32487         * misc/mincore.c: Likewise.
32488         * misc/mlock.c: Likewise.
32489         * misc/mlockall.c: Likewise.
32490         * misc/mmap.c: Likewise.
32491         * misc/mprotect.c: Likewise.
32492         * misc/msync.c: Likewise.
32493         * misc/munlock.c: Likewise.
32494         * misc/munlockall.c: Likewise.
32495         * misc/munmap.c: Likewise.
32496         * misc/preadv.c: Likewise.
32497         * misc/preadv64.c: Likewise.
32498         * misc/ptrace.c: Likewise.
32499         * misc/pwritev.c: Likewise.
32500         * misc/pwritev64.c: Likewise.
32501         * misc/readv.c: Likewise.
32502         * misc/reboot.c: Likewise.
32503         * misc/remap_file_pages.c: Likewise.
32504         * misc/removexattr.c: Likewise.
32505         * misc/revoke.c: Likewise.
32506         * misc/select.c: Likewise.
32507         * misc/setdomain.c: Likewise.
32508         * misc/setegid.c: Likewise.
32509         * misc/seteuid.c: Likewise.
32510         * misc/sethostid.c: Likewise.
32511         * misc/sethostname.c: Likewise.
32512         * misc/setregid.c: Likewise.
32513         * misc/setreuid.c: Likewise.
32514         * misc/setxattr.c: Likewise.
32515         * misc/sstk.c: Likewise.
32516         * misc/stty.c: Likewise.
32517         * misc/swapoff.c: Likewise.
32518         * misc/swapon.c: Likewise.
32519         * misc/sync.c: Likewise.
32520         * misc/syncfs.c: Likewise.
32521         * misc/syscall.c: Likewise.
32522         * misc/truncate.c: Likewise.
32523         * misc/ualarm.c: Likewise.
32524         * misc/usleep.c: Likewise.
32525         * misc/ustat.c: Likewise.
32526         * misc/utimes.c: Likewise.
32527         * misc/vhangup.c: Likewise.
32528         * misc/writev.c: Likewise.
32529         * posix/_exit.c: Likewise.
32530         * posix/alarm.c: Likewise.
32531         * posix/execve.c: Likewise.
32532         * posix/fexecve.c: Likewise.
32533         * posix/fork.c: Likewise.
32534         * posix/fpathconf.c: Likewise.
32535         * posix/getaddrinfo.c: Likewise.
32536         * posix/getegid.c: Likewise.
32537         * posix/geteuid.c: Likewise.
32538         * posix/getgid.c: Likewise.
32539         * posix/getgroups.c: Likewise.
32540         * posix/getlogin.c: Likewise.
32541         * posix/getlogin_r.c: Likewise.
32542         * posix/getpgid.c: Likewise.
32543         * posix/getpid.c: Likewise.
32544         * posix/getppid.c: Likewise.
32545         * posix/getresgid.c: Likewise.
32546         * posix/getresuid.c: Likewise.
32547         * posix/getsid.c: Likewise.
32548         * posix/getuid.c: Likewise.
32549         * posix/glob64.c: Likewise.
32550         * posix/nanosleep.c: Likewise.
32551         * posix/pathconf.c: Likewise.
32552         * posix/pause.c: Likewise.
32553         * posix/posix_madvise.c: Likewise.
32554         * posix/pread.c: Likewise.
32555         * posix/pread64.c: Likewise.
32556         * posix/pwrite.c: Likewise.
32557         * posix/pwrite64.c: Likewise.
32558         * posix/sched_getaffinity.c: Likewise.
32559         * posix/sched_getp.c: Likewise.
32560         * posix/sched_gets.c: Likewise.
32561         * posix/sched_primax.c: Likewise.
32562         * posix/sched_primin.c: Likewise.
32563         * posix/sched_rr_gi.c: Likewise.
32564         * posix/sched_setaffinity.c: Likewise.
32565         * posix/sched_setp.c: Likewise.
32566         * posix/sched_sets.c: Likewise.
32567         * posix/sched_yield.c: Likewise.
32568         * posix/setgid.c: Likewise.
32569         * posix/setlogin.c: Likewise.
32570         * posix/setpgid.c: Likewise.
32571         * posix/setresgid.c: Likewise.
32572         * posix/setresuid.c: Likewise.
32573         * posix/setsid.c: Likewise.
32574         * posix/setuid.c: Likewise.
32575         * posix/sleep.c: Likewise.
32576         * posix/spawni.c: Likewise.
32577         * posix/sysconf.c: Likewise.
32578         * posix/times.c: Likewise.
32579         * posix/wait.c: Likewise.
32580         * posix/wait3.c: Likewise.
32581         * posix/wait4.c: Likewise.
32582         * posix/waitpid.c: Likewise.
32583         * resolv/gai_sigqueue.c: Likewise.
32584         * resource/getpriority.c: Likewise.
32585         * resource/getrlimit.c: Likewise.
32586         * resource/getrusage.c: Likewise.
32587         * resource/nice.c: Likewise.
32588         * resource/setpriority.c: Likewise.
32589         * resource/setrlimit.c: Likewise.
32590         * resource/ulimit.c: Likewise.
32591         * rt/aio_cancel.c: Likewise.
32592         * rt/aio_fsync.c: Likewise.
32593         * rt/aio_read.c: Likewise.
32594         * rt/aio_sigqueue.c: Likewise.
32595         * rt/aio_suspend.c: Likewise.
32596         * rt/aio_write.c: Likewise.
32597         * rt/clock_getres.c: Likewise.
32598         * rt/clock_gettime.c: Likewise.
32599         * rt/clock_nanosleep.c: Likewise.
32600         * rt/clock_settime.c: Likewise.
32601         * rt/lio_listio.c: Likewise.
32602         * rt/mq_close.c: Likewise.
32603         * rt/mq_getattr.c: Likewise.
32604         * rt/mq_notify.c: Likewise.
32605         * rt/mq_open.c: Likewise.
32606         * rt/mq_receive.c: Likewise.
32607         * rt/mq_send.c: Likewise.
32608         * rt/mq_setattr.c: Likewise.
32609         * rt/mq_timedreceive.c: Likewise.
32610         * rt/mq_timedsend.c: Likewise.
32611         * rt/mq_unlink.c: Likewise.
32612         * rt/shm_open.c: Likewise.
32613         * rt/shm_unlink.c: Likewise.
32614         * rt/timer_create.c: Likewise.
32615         * rt/timer_delete.c: Likewise.
32616         * rt/timer_getoverr.c: Likewise.
32617         * rt/timer_gettime.c: Likewise.
32618         * rt/timer_settime.c: Likewise.
32619         * setjmp/__longjmp.c: Likewise.
32620         * setjmp/setjmp.c: Likewise.
32621         * signal/kill.c: Likewise.
32622         * signal/killpg.c: Likewise.
32623         * signal/raise.c: Likewise.
32624         * signal/sigaction.c: Likewise.
32625         * signal/sigaltstack.c: Likewise.
32626         * signal/sigblock.c: Likewise.
32627         * signal/sigignore.c: Likewise.
32628         * signal/sigintr.c: Likewise.
32629         * signal/signal.c: Likewise.
32630         * signal/sigpause.c: Likewise.
32631         * signal/sigpending.c: Likewise.
32632         * signal/sigqueue.c: Likewise.
32633         * signal/sigreturn.c: Likewise.
32634         * signal/sigset.c: Likewise.
32635         * signal/sigsetmask.c: Likewise.
32636         * signal/sigstack.c: Likewise.
32637         * signal/sigsuspend.c: Likewise.
32638         * signal/sigtimedwait.c: Likewise.
32639         * signal/sigvec.c: Likewise.
32640         * signal/sigwait.c: Likewise.
32641         * signal/sigwaitinfo.c: Likewise.
32642         * signal/sysv_signal.c: Likewise.
32643         * socket/accept.c: Likewise.
32644         * socket/accept4.c: Likewise.
32645         * socket/bind.c: Likewise.
32646         * socket/connect.c: Likewise.
32647         * socket/getpeername.c: Likewise.
32648         * socket/getsockname.c: Likewise.
32649         * socket/getsockopt.c: Likewise.
32650         * socket/isfdtype.c: Likewise.
32651         * socket/listen.c: Likewise.
32652         * socket/recv.c: Likewise.
32653         * socket/recvfrom.c: Likewise.
32654         * socket/recvmsg.c: Likewise.
32655         * socket/send.c: Likewise.
32656         * socket/sendmsg.c: Likewise.
32657         * socket/sendto.c: Likewise.
32658         * socket/setsockopt.c: Likewise.
32659         * socket/shutdown.c: Likewise.
32660         * socket/sockatmark.c: Likewise.
32661         * socket/socket.c: Likewise.
32662         * socket/socketpair.c: Likewise.
32663         * stdio-common/ctermid.c: Likewise.
32664         * stdio-common/cuserid.c: Likewise.
32665         * stdio-common/remove.c: Likewise.
32666         * stdio-common/rename.c: Likewise.
32667         * stdio-common/renameat.c: Likewise.
32668         * stdio-common/tempname.c: Likewise.
32669         * stdlib/getcontext.c: Likewise.
32670         * stdlib/makecontext.c: Likewise.
32671         * stdlib/setcontext.c: Likewise.
32672         * stdlib/swapcontext.c: Likewise.
32673         * stdlib/system.c: Likewise.
32674         * streams/fattach.c: Likewise.
32675         * streams/fdetach.c: Likewise.
32676         * streams/getmsg.c: Likewise.
32677         * streams/getpmsg.c: Likewise.
32678         * streams/putmsg.c: Likewise.
32679         * streams/putpmsg.c: Likewise.
32680         * sysdeps/unix/bsd/getpt.c: Likewise.
32681         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32682         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32683         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32685         Likewise.
32686         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32687         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32688         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32689         * sysvipc/msgctl.c: Likewise.
32690         * sysvipc/msgget.c: Likewise.
32691         * sysvipc/msgrcv.c: Likewise.
32692         * sysvipc/msgsnd.c: Likewise.
32693         * sysvipc/semctl.c: Likewise.
32694         * sysvipc/semget.c: Likewise.
32695         * sysvipc/semop.c: Likewise.
32696         * sysvipc/semtimedop.c: Likewise.
32697         * sysvipc/shmat.c: Likewise.
32698         * sysvipc/shmctl.c: Likewise.
32699         * sysvipc/shmdt.c: Likewise.
32700         * sysvipc/shmget.c: Likewise.
32701         * termios/tcdrain.c: Likewise.
32702         * termios/tcflow.c: Likewise.
32703         * termios/tcflush.c: Likewise.
32704         * termios/tcgetattr.c: Likewise.
32705         * termios/tcgetpgrp.c: Likewise.
32706         * termios/tcsendbrk.c: Likewise.
32707         * termios/tcsetattr.c: Likewise.
32708         * termios/tcsetpgrp.c: Likewise.
32709         * time/adjtime.c: Likewise.
32710         * time/clock.c: Likewise.
32711         * time/getitimer.c: Likewise.
32712         * time/gettimeofday.c: Likewise.
32713         * time/setitimer.c: Likewise.
32714         * time/settimeofday.c: Likewise.
32715         * time/stime.c: Likewise.
32716         * time/time.c: Likewise.
32718 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32720         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32721         /usr/old/bin.
32723         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32724         instead of spaces.
32725         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32727 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32729         [BZ #14796]
32730         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32731         FE_TONEAREST before applying Dekker multiplication and Knuth
32732         addition.  Clear inexact exceptions and check for exact zero
32733         results afterwards.
32734         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32735         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32736         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32737         * math/libm-test.inc (fma_test): Add more tests.
32738         (fma_test_towardzero): Likewise.
32739         (fma_test_downward): Likewise.
32740         (fma_test_upward): Likewise.
32741         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32742         function.
32743         (libc_fesetround): New macro.
32744         (libc_fesetroundf): Likewise.
32745         (libc_fesetroundl): Likewise.
32746         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32747         function.
32748         (libc_fesetround_387): Likewise.
32749         (libc_fesetroundf): New macro.
32750         (libc_fesetround): Likewise.
32751         (libc_fesetroundl): Likewise.
32752         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32753         function.
32754         (libc_fesetroundf): New macro.
32755         (libc_fesetround): Likewise.
32756         (libc_fesetroundl): Likewise.
32757         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32758         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32759         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32760         libm_hidden_ver.
32761         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32762         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32763         libm_hidden_def.
32764         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32765         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32766         libm_hidden_ver.
32767         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32768         libm_hidden_def.
32770         [BZ #3439]
32771         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32772         integer constant usable in #if and use that to give value to enum
32773         constant.
32774         (FE_DIVBYZERO): Likewise.
32775         (FE_UNDERFLOW): Likewise.
32776         (FE_OVERFLOW): Likewise.
32777         (FE_INVALID): Likewise.
32778         (FE_INVALID_SNAN): Likewise.
32779         (FE_INVALID_ISI): Likewise.
32780         (FE_INVALID_IDI): Likewise.
32781         (FE_INVALID_ZDZ): Likewise.
32782         (FE_INVALID_IMZ): Likewise.
32783         (FE_INVALID_COMPARE): Likewise.
32784         (FE_INVALID_SOFTWARE): Likewise.
32785         (FE_INVALID_SQRT): Likewise.
32786         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32787         (FE_TONEAREST): Likewise.
32788         (FE_TOWARDZERO): Likewise.
32789         (FE_UPWARD): Likewise.
32790         (FE_DOWNWARD): Likewise.
32791         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32792         (FE_DIVBYZERO): Likewise.
32793         (FE_OVERFLOW): Likewise.
32794         (FE_UNDERFLOW): Likewise.
32795         (FE_INEXACT): Likewise.
32796         (FE_TONEAREST): Likewise.
32797         (FE_DOWNWARD): Likewise.
32798         (FE_UPWARD): Likewise.
32799         (FE_TOWARDZERO): Likewise.
32800         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32801         (FE_UNDERFLOW): Likewise.
32802         (FE_OVERFLOW): Likewise.
32803         (FE_DIVBYZERO): Likewise.
32804         (FE_INVALID): Likewise.
32805         (FE_TONEAREST): Likewise.
32806         (FE_TOWARDZERO): Likewise.
32807         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32808         (FE_OVERFLOW): Likewise.
32809         (FE_UNDERFLOW): Likewise.
32810         (FE_DIVBYZERO): Likewise.
32811         (FE_INEXACT): Likewise.
32812         (FE_TONEAREST): Likewise.
32813         (FE_TOWARDZERO): Likewise.
32814         (FE_UPWARD): Likewise.
32815         (FE_DOWNWARD): Likewise.
32816         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32817         (FE_DIVBYZERO): Likewise.
32818         (FE_OVERFLOW): Likewise.
32819         (FE_UNDERFLOW): Likewise.
32820         (FE_INEXACT): Likewise.
32821         (FE_TONEAREST): Likewise.
32822         (FE_DOWNWARD): Likewise.
32823         (FE_UPWARD): Likewise.
32824         (FE_TOWARDZERO): Likewise.
32826 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32828         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32830 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32832         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32833         commands.  Quote $PWD.
32834         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32835         -x" by "export".
32836         (remove_newlines): Remove.
32838 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32840         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32841         * stdlib/stdlib.h (atof): Moved to ...
32842         * include/bits/stdlib-float.h: Here.  New file.
32843         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32844         * stdlib/bits/stdlib-float.h: New file.
32845         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32846         -mno-sse -mno-mmx.
32847         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32848         <xmmintrin.h>.
32850 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32852         * conform/conformtest.pl (@headers): Add fenv.h.
32853         * conform/data/fenv.h-data: New file.
32854         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32855         include of <math/fenv.h>.
32857         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32858         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32859         && !UNIX98].  Enables tests for XOPEN2K8.
32860         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32861         POSIX2008]: Likewise.
32863         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32864         (struct rusage): Do not expect type or its members.
32866         [BZ #3439]
32867         * math/math.h (FP_NAN): Define macro to integer constant usable in
32868         #if and use that to give value to enum constant.
32869         (FP_INFINITE): Likewise.
32870         (FP_ZERO): Likewise.
32871         (FP_SUBNORMAL): Likewise.
32872         (FP_NORMAL): Likewise.
32874 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32876         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32877         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32878         arguments.
32880 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32882         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32883         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32884         autoconf-time if not.
32885         * configure.in: Remove AC_PREREQ.
32887 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32889         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32890         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32891         of the internal implementation.
32893 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32895         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32896         except include of <misc/sys/syslog.h>.
32898 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32901         function returns with a NULL context exit with zero.
32903 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32905         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32907 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32909         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32910         (run_program_cmd): This.
32911         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32912         (tst_langinfo): New variable.  Use it.
32914 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32916         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32917         floating point opcodes.
32919 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32921         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32922         variable.
32924         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32926         * sysdeps/mach/hurd/powerpc: Remove directory.
32927         * sysdeps/mach/powerpc: Likewise.
32929 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32931         * scripts/check-local-headers.sh: Ignore c++ headers.
32933 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32935         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32936         __libc_cleanup_region_start argument.
32938 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32940         [BZ #14784]
32941         [BZ #14785]
32942         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32943         x * y using scaling, not as x * y + z.
32944         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32945         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32946         * math/libm-test.inc (fma_test): Add more tests.
32947         (fma_test_towardzero): Likewise.
32948         (fma_test_downward): Likewise.
32949         (fma_test_upward): Likewise.
32951 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32953         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32955 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32957         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32958         New variable.
32960 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32962         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32964 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32967         Fix sort order.
32968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32969         Likewise.
32971 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32974         Fix the order of the list for glibc 2.17.
32975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32976         Likewise.
32978 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32980         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32982 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32984         [BZ #14610]
32985         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32986         for low part of x being zero before using __atanl (y).
32987         * math/libm-test.inc (atan2_test): Add another test.
32989         * manual/install.texi (Configuring and compiling): Document
32990         general use of test-wrapper and test-wrapper-env.
32991         * INSTALL: Regenerated.
32993         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32994         (__fma): Do not extract and scale down low bits on after-rounding
32995         systems when result rounded to normal precision would have normal
32996         exponent.
32997         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32998         (__fmal): Do not extract and scale down low bits on after-rounding
32999         systems when result rounded to normal precision would have normal
33000         exponent.
33001         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33002         (__fmal): Do not extract and scale down low bits on after-rounding
33003         systems when result rounded to normal precision would have normal
33004         exponent.
33005         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33006         macro.
33007         (fma_test): Add more tests.
33008         (fma_test_towardzero): Likewise.
33009         (fma_test_downward): Likewise.
33010         (fma_test_upward): Likewise.
33012 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33014         * sysdeps/i386/tininess.h: Renamed to ...
33015         * sysdeps/x86/tininess.h: This.
33016         * sysdeps/x86_64/tininess.h: Removed.
33018 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33020         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33021         input.  Use $(build-program-cmd).
33022         ($(objpfx)tst-array1-static.out): Likewise.
33023         ($(objpfx)tst-array2.out): Likewise.
33024         ($(objpfx)tst-array3.out): Likewise.
33025         ($(objpfx)tst-array4.out): Likewise.
33026         ($(objpfx)tst-array5.out): Likewise.
33027         ($(objpfx)tst-array5-static.out): Likewise.
33029 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33031         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33032         if defined.
33034         * nss/nsswitch.h (nss_interface_function): Provide new
33035         macro for use with NSS functions.
33036         * grp/initgroups.c: Use new macro.
33037         * nss/getXXbyYY.c: Likewise.
33038         * nss/getXXbyYY_r.c: Likewise.
33039         * nss/getXXent.c: Likewise.
33040         * nss/getXXent_r.c: Likewise.
33041         * sysdeps/posix/getaddrinfo.c: Likewise.
33043 2012-10-30  Andreas Jaeger  <aj@suse.de>
33045         * po/ru.po: Update Russion translation from translation project.
33047 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33049         [BZ #14152]
33050         [BZ #14783]
33051         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33052         result and shift together with sticky bit instead of replicating
33053         round-to-nearest rounding.
33054         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33055         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33056         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33057         missing underflow exceptions.
33058         (fma_test_towardzero): Add more tests.
33059         (fma_test_downward): Likewise.
33060         (fma_test_upward): Likewise.
33062         [BZ #14047]
33063         * sysdeps/generic/tininess.h: New file.
33064         * sysdeps/i386/tininess.h: Likewise.
33065         * sysdeps/sh/tininess.h: Likewise.
33066         * sysdeps/x86_64/tininess.h: Likewise.
33067         * stdlib/tst-strtod-underflow.c: Likewise.
33068         * stdlib/tst-tininess.c: Likewise.
33069         * stdlib/strtod_l.c: Include <tininess.h>.
33070         (round_and_return): Do not set errno for exact underflow cases.
33071         Force an underflow exception when setting errno for underflow.
33072         Determine underflow based on rounding to normal precision if
33073         TININESS_AFTER_ROUNDING.
33074         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33075         ERANGE for exact underflow cases.
33076         * stdlib/Makefile (tests): Add tst-tininess and
33077         tst-strtod-underflow.
33078         ($(objpfx)tst-tininess): Use $(link-libm).
33079         ($(objpfx)tst-strtod-underflow): Likewise.
33081 2012-10-30  Andreas Jaeger  <aj@suse.de>
33083         [BZ#14767]
33084         * elf/Makefile (tests): Remove conditional for have-initfini-array
33085         since this is now always required and the variable does not exist
33086         anymore.
33087         (tests-static): Likewise.
33088         (modules-names): Likewise.
33090         * po/eo.po: Add Esperanto translation from translation project.
33092         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33093         merged with constructor/destructor.
33094         (init_array): Likewise.
33095         * elf/tst-array2dep.c (fini_array): Likewise.
33096         (init_array): Likewise.
33098 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33100         * manual/message.texi: Delete @cartouche tags.
33102 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33104         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33105         EOPNOTSUPP.
33106         * sysdeps/mach/hurd/fsync.c: Likewise.
33108         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33109         [_POSIX_REALTIME_SIGNALS]: Change condition to
33110         [_POSIX_REALTIME_SIGNALS > 0].
33112 2012-10-27  Andreas Jaeger  <aj@suse.de>
33114         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33115         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33116         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33117         [__WORDSIZE != 64]: Likewise.
33119 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33121         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33122         *  iconvdata/tst-tables.sh: Likewise.
33124 2012-10-25  David S. Miller  <davem@davemloft.net>
33126         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33127         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33128         of strtoull.
33130         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33131         ifunc-impl-list.c
33132         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33133         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33134         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33135         file.
33137 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33139         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33140         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33141         __getdirentries.
33143 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33144             Jim Blandy  <jimb@codesourcery.com>
33146         * scripts/cross-test-ssh.sh: New file.
33147         * manual/install.texi (Configuring and compiling): Document use of
33148         cross-test-ssh.sh.
33149         * INSTALL: Regenerated.
33151 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33153         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33154         EOPNOTSUPP.
33156 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33158         * Makeconfig (run-program-prefix): Fix comment.
33160 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33161             Jim Blandy  <jimb@codesourcery.com>
33163         * Makeconfig (test-wrapper): New variable,
33164         (test-wrapper-env): Likewise.
33165         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33166         (run-built-tests): Define to yes.
33167         (run-program-prefix): Use $(test-wrapper).
33168         (built-program-cmd): Likewise.
33169         * Rules (make-test-out): Use $(test-wrapper-env) and
33170         $(host-built-program-cmd).
33171         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33172         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33173         tst-pathopt.sh.
33174         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33175         $(test-wrapper-env) to tst-rtld-load-self.sh.
33176         ($(objpfx)order2.out): Use $(test-wrapper).
33177         ($(objpfx)tst-initorder.out): Likewise.
33178         ($(objpfx)tst-initorder2.out): Likewise.
33179         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33180         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33181         (test_wrapper_env): New variable.  Use it to run ld.so.
33182         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33183         Use it to run ld.so.
33184         (test_wrapper_env): Likewise.
33185         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33186         $(test-wrapper) to run-iconv-test.sh.
33187         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33188         (ICONV): Use $test_wrapper.
33189         * posix/Makefile ($(objpfx)globtest.out): Pass
33190         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33191         globtest.sh, not $(run-program-prefix).
33192         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33193         (test_wrapper): Likewise.
33194         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33195         set together with run_via_rtld_prefix.
33196         (run_program_prefix): Define in terms of test_wrapper and
33197         run_via_rtld_prefix.
33199 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33201         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33202         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33203         Targets removed.
33205         [BZ #14743]
33206         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33207         Declare __clock_getres, __clock_gettime, __clock_settime,
33208         __clock_nanosleep, and __clock_getcpuclockid.
33209         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33210         Remove librt_hidden_def (clock_gettime).
33211         * sysdeps/unix/clock_gettime.c: Likewise.
33212         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33213         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33214         * rt/clock_getres.c: Define __clock_getres as an alias.
33215         * sysdeps/posix/clock_getres.c: Likewise.
33216         * rt/clock_settime.c: Define __clock_settime as an alias.
33217         * sysdeps/unix/clock_settime.c: Likewise.
33218         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33219         * sysdeps/unix/clock_nanosleep.c: Likewise.
33220         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33221         * rt/clock-compat.c: New file.
33222         * rt/Makefile (librt-routines): Add clock-compat and move
33223         $(clock-routines) to ...
33224         (routines): ... here, new variable.
33225         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33226         Don't add get_clockfreq here.
33227         * rt/Versions (libc: GLIBC_2.17): New version set.
33228         Add clock_* symbols here.
33229         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33230         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33231         (GLIBC_2.17): Add clock_* symbols.
33232         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33233         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33234         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33236         Likewise.
33237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33238         Likewise.
33239         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33240         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33241         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33243         * NEWS: Mention the move.
33245         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33246         Use __open, __read, __close rather than their public counterparts.
33247         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33248         (__get_clockfreq_via_cpuinfo): Likewise.
33249         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33250         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33252         * config.h.in (HAVE_IFUNC): New #undef.
33253         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33254         was successful.
33255         * configure: Regenerated.
33257 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33259         * configure.in: Move READELF check to start of file.
33260         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33261         libc_cv_asm_gnu_indirect_function in the process.
33262         * configure: Regenerated.
33264 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33266         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33267         send the output to /dev/null.
33268         (libc_cv_cc_with_libunwind): Likewise.
33269         (libc_cv_as_noexecstack): Likewise.
33270         * configure: Regenerate.
33272 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33274         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33276         * posix/globtest.sh (TMPDIR): Do not set.
33277         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33278         (testout): Likewise.
33280 2012-10-24  Andreas Jaeger  <aj@suse.de>
33282         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33283         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33284         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33285         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33286         posix_fadvise64, posix_fallocate64.
33288         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33289         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33290         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33291         Likewise.
33292         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33293         Likewise.
33294         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33296         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33297         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33298         <bits/fcntl-linux.h>.
33299         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33301         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33302         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33303         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33304         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33305         [__WORDSIZE != 64]: Likewise.
33307 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33309         * Makeconfig (run-built-tests): New variable.
33310         * Rules [$(cross-compiling) = yes]: Change condition to
33311         [$(run-built-tests) = no].
33312         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33313         to [$(run-built-tests) = yes].
33314         * elf/Makefile [$(cross-compiling) = no]: Likewise
33315         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33316         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33317         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33318         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33319         * io/Makefile [$(cross-compiling) = no]: Likewise.
33320         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33321         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33322         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33323         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33324         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33325         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33326         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33327         * string/Makefile [$(cross-compiling) = no]: Likewise.
33329         * posix/Makefile ($(objpfx)globtest.out): Pass
33330         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33331         $(rtld-installed-name).
33332         * posix/globtest.sh (elf_objpfx): Remove variable.
33333         (rtld_installed_name): Likewise.
33334         (library_path): Likewise.
33335         (run_program_prefix): New variable.  Use for running globtest
33336         binary.
33338 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33339             Joseph Myers  <joseph@codesourcery.com>
33341         * Makeconfig (host-built-program-cmd): New variable.
33342         * elf/Makefile (tst-stackguard1-ARGS): Use
33343         $(host-built-program-cmd).
33344         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33345         (tst-spawn-ARGS): Likewise.
33346         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33348 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33349             Jim Blandy  <jimb@codesourcery.com>
33351         * Makeconfig (run-via-rtld-prefix): New variable.
33352         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33353         (built-program-cmd): Likewise.
33355 2012-10-22  Andreas Jaeger  <aj@suse.de>
33357         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33358         __O_RSYNC if it exists, otherwise to O_SYNC.
33360 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33361             Joseph Myers  <joseph@codesourcery.com>
33363         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33364         /dev/null.
33365         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33366         from /dev/null
33367         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33368         /dev/null.
33370 2012-10-22  Andreas Jaeger  <aj@suse.de>
33372         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33373         Define always.
33374         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33376         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33377         bits/fcntl-linux.h.
33379         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33380         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33382         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33383         to __O_LARGEFILE.
33384         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33385         to __O_LARGEFILE.
33387 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33388             Joseph Myers  <joseph@codesourcery.com>
33390         * config.make.in (NM): New variable.
33392 2012-10-21  Andreas Jaeger  <aj@suse.de>
33394         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33395         definitions and declarations that are provided by
33396         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33398 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33400         [BZ #14683]
33401         * elf/Makefile (tests-static): Add tst-leaks1-static.
33402         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33403         ($(objpfx)tst-leaks1-static): New rule.
33404         ($(objpfx)tst-leaks1-static-mem): Likewise.
33405         (tst-leaks1-static-ENV): New macro.
33406         * elf/dl-open.c (dl_open_worker): Check the main application
33407         only if SHARED is defined.
33408         * elf/tst-leaks1-static.c: New file.
33410 2012-10-20  Andreas Jaeger  <aj@suse.de>
33412         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33413         generic values for Linux.
33414         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33415         and declarations that are provided by <bits/fcntl-linux.h> and
33416         include <bits/fcntl-linux.h>.
33417         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33418         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33420 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33422         * io/fcntl.h: Move include of <bits/types.h> to the top and
33423         include it unconditionally.
33425 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33427         * wcsmbs/Makefile (tests-ifunc): New variable.
33428         (tests): Add $(tests-ifunc).
33429         * wcsmbs/test-wcschr-ifunc.c: New file.
33430         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33431         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33432         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33433         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33434         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33436         * string/Makefile (tests-ifunc): New variable.
33437         (tests): Add $(tests-ifunc).
33438         * string/test-memccpy.c (TEST_NAME): New macro.
33439         * string/test-memchr.c (TEST_NAME): Likewise.
33440         * string/test-memcmp.c (TEST_NAME): Likewise.
33441         * string/test-memcpy.c (TEST_NAME): Likewise.
33442         * string/test-memmem.c (TEST_NAME): Likewise.
33443         * string/test-memmove.c (TEST_NAME): Likewise.
33444         * string/test-memset.c (TEST_NAME): Likewise.
33445         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33446         * string/test-stpcpy.c (TEST_NAME): Likewise.
33447         * string/test-stpncpy.c (TEST_NAME): Likewise.
33448         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33449         * string/test-strcasestr.c (TEST_NAME): Likewise.
33450         * string/test-strcat.c (TEST_NAME): Likewise.
33451         * string/test-strchr.c (TEST_NAME): Likewise.
33452         * string/test-strcmp.c(TEST_NAME): Likewise.
33453         * string/test-strcpy.c (TEST_NAME): Likewise.
33454         * string/test-strcspn.c (TEST_NAME): Likewise.
33455         * string/test-strlen.c (TEST_NAME): Likewise.
33456         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33457         * string/test-strncmp.c (TEST_NAME): Likewise.
33458         * string/test-strncpy.c (TEST_NAME): Likewise.
33459         * string/test-strnlen.c (TEST_NAME): Likewise.
33460         * string/test-strpbrk.c (TEST_NAME): Likewise.
33461         * string/test-strrchr.c (TEST_NAME): Likewise.
33462         * string/test-strspn.c (TEST_NAME): Likewise.
33463         * string/test-strstr.c (TEST_NAME): Likewise.
33464         * string/test-bcopy-ifunc.c: New file.
33465         * string/test-bzero-ifunc.c: Likewise.
33466         * string/test-memccpy-ifunc.c: Likewise.
33467         * string/test-memchr-ifunc.c: Likewise.
33468         * string/test-memcmp-ifunc.c: Likewise.
33469         * string/test-memcpy-ifunc.c: Likewise.
33470         * string/test-memmem-ifunc.c: Likewise.
33471         * string/test-memmove-ifunc.c: Likewise.
33472         * string/test-mempcpy-ifunc.c: Likewise.
33473         * string/test-memset-ifunc.c: Likewise.
33474         * string/test-rawmemchr-ifunc.c: Likewise.
33475         * string/test-stpcpy-ifunc.c: Likewise.
33476         * string/test-stpncpy-ifunc.c: Likewise.
33477         * string/test-strcasecmp-ifunc.c: Likewise.
33478         * string/test-strcasestr-ifunc.c: Likewise.
33479         * string/test-strcat-ifunc.c: Likewise.
33480         * string/test-strchr-ifunc.c: Likewise.
33481         * string/test-strchrnul-ifunc.c: Likewise.
33482         * string/test-strcmp-ifunc.c: Likewise.
33483         * string/test-strcpy-ifunc.c: Likewise.
33484         * string/test-strcspn-ifunc.c: Likewise.
33485         * string/test-strlen-ifunc.c: Likewise.
33486         * string/test-strncasecmp-ifunc.c: Likewise.
33487         * string/test-strncat-ifunc.c: Likewise.
33488         * string/test-strncmp-ifunc.c: Likewise.
33489         * string/test-strncpy-ifunc.c: Likewise.
33490         * string/test-strnlen-ifunc.c: Likewise.
33491         * string/test-strpbrk-ifunc.c: Likewise.
33492         * string/test-strrchr-ifunc.c: Likewise.
33493         * string/test-strspn-ifunc.c: Likewise.
33494         * string/test-strstr-ifunc.c: Likewise.
33496         * debug/Makefile (tests-ifunc): New variable.
33497         (tests): Add $(tests-ifunc).
33498         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33499         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33500         * debug/test-stpcpy_chk-ifunc.c: New file.
33501         * debug/test-strcpy_chk-ifunc.c: Likewise.
33503 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33505         [BZ #13601]
33506         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33507         header is not read in.
33509 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33511         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33512         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33513         directly.  Pass built executable to script as
33514         $(built-program-cmd).
33515         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33516         $testprogram without using LD_LIBRARY_PATH and $ldso.
33518         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33519         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33520         $(rtld-installed-name).
33521         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33522         (rtld_installed_name): Likewise.
33523         (library_path): Likewise.
33524         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33525         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33526         $(run-program-prefix) to tst-tables.sh.
33527         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33528         it to run tst-table-from and tst-table-to.
33529         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33530         Pass it to tst-table.sh.
33531         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33532         $(run-program-prefix) to tst-gettext.sh.
33533         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33534         tst-translit.sh.
33535         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33536         tst-gettext2.sh.
33537         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33538         to run tst-gettext.
33539         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33540         to run tst-gettext2.
33541         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33542         to run tst-translit.
33543         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33544         $(run-program-prefix) to tst-mtrace.sh.
33545         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33546         to run tst-mtrace.
33547         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33548         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33549         $(rtld-installed-name).
33550         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33551         (rtld_installed_name): Likewise.
33552         (run_program_prefix): New variable.  Use it to run wordexp-test.
33554         * Makeconfig (ARCH): Remove all definitions.
33555         (machine): Likewise.
33556         [ARCH]: Remove conditional code.
33557         [!objdir]: Give error.
33558         [!objdir] (objpfx): Remove.
33559         [!objdir] (common-objpfx): Likewise.
33560         [!objdir] (common-objdir): Likewise.
33561         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33562         AC_CONFIG_FILES call.
33563         * configure: Regenerated.
33565         [BZ #13888]
33566         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33567         or TMPDIR.
33568         (testout): Likewise.
33570         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33571         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33572         $(rtld-installed-name).
33573         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33574         (rtld_installed_name): Likwise.
33575         (runit): Remove function.
33576         (run_getconf): New variable,  Use it for running getconf binary.
33578 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33580         [BZ #14716]
33581         * string/test-memmem.c (check_result): New function.
33582         (do_one_test): Use it.
33583         (check1): New function.
33584         (test_main): Use it.
33586 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33588         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33590 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33592         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33593         (_G_LSEEK64): Likewise.
33594         (_G_MMAP64): Likewise.
33595         (_G_FSTAT64): Likewise.
33596         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33597         (_G_LSEEK64): Likewise.
33598         (_G_MMAP64): Likewise.
33599         (_G_FSTAT64): Likewise.
33600         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33601         unconditional.  Call __mmap64 directly.
33602         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33603         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33604         __lseek64 directly.
33605         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33606         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33607         __mmap64 directly.
33608         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33609         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33610         __lseek64 directly.
33611         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33612         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33613         __lseek64 directly.
33614         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33615         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33616         __lseek64 directly.
33617         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33618         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33619         __fxstat64 directly.
33620         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33621         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33622         unconditional.
33623         (freopen64) [!_G_OPEN64]: Remove conditional code.
33624         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33625         unconditional.
33626         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33627         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33628         unconditional.
33629         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33630         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33631         unconditional.
33632         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33633         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33634         unconditional.
33635         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33636         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33637         unconditional.
33638         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33639         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33640         unconditional.
33641         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33642         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33643         unconditional.
33644         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33646 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33648         [BZ #12140]
33649         * manual/memory.texi (Malloc Tunable Parameters): Add note
33650         about free list pointers overwriting some perturb bytes.
33651         Wording suggested by Roland McGrath.
33653 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33655         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33656         (lgamma_test): Likewise.
33657         (tgamma_test): Likewise.
33659 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33661         [BZ #14700]
33662         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33663         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33665 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33667         * NEWS: Mention BZ #14716.
33668         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33669         when removing AVAILABLE1_USES_J macro.
33671 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33673         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33674         (__bswap_64): __uint64_t for unsigned 64-bit int.
33676 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33678         * include/string.h (memmem): Declare libc hidden alias.
33679         * string/memmem.c (memmem): Define libc hidden alias.
33680         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33681         __read, __close instead of open, read, close.
33683 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33685         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33686         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33687         global and hidden.
33688         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33689         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33690         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33691         Likewise.
33692         (__rawmemchr_sse2): Likewise.
33693         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33694         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33695         (__strchr_sse2): Likewise.
33696         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33697         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33698         (__strcasecmp_sse2): Likewise.
33699         (__strncasecmp_sse2): Likewise.
33700         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33701         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33702         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33703         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33704         (__strrchr_sse2): Likewise.
33705         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33706         ifunc-impl-list.c.
33707         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33708         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33709         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33710         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33711         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33712         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33713         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33714         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33715         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33716         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33717         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33718         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33719         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33720         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33721         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33722         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33723         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33724         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33725         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33726         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33727         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33728         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33729         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33730         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33731         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33732         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33733         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33734         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33735         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33736         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33738         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33739         global and hidden.
33740         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33741         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33742         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33743         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33744         Likewise.
33745         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33746         Likewise.
33747         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33748         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33749         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33750         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33751         ifunc-impl-list.c.
33752         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33753         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33754         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33755         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33756         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33757         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33758         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33759         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33760         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33761         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33762         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33763         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33764         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33765         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33766         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33767         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33768         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33769         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33770         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33771         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33772         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33773         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33774         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33775         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33776         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33777         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33778         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33779         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33780         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33781         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33782         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33783         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33784         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33785         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33786         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33787         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33788         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33789         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33790         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33791         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33792         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33794         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33795         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33796         * include/ifunc-impl-list.h: New file.
33797         * misc/ifunc-impl-list.c: Likewise.
33798         * misc/Makefile (routines): Add ifunc-impl-list.
33799         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33800         * string/test-string.h: Include <ifunc-impl-list.h>.
33801         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33802         TEST_NAME]: New variables.
33803         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33804         are defined.
33805         (test_init): Call __libc_ifunc_impl_list to initialize
33806         func_list if TEST_IFUNC and TEST_NAME are defined.
33808         * string/Makefile (strop-tests): Add bcopy and bzero.
33809         * string/test-bcopy.c: New file.
33810         * string/test-bzero.c: Likewise.
33811         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33812         defined.
33813         * string/test-memset.c: Support bzero test if TEST_BZERO is
33814         defined.
33815         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33816         __libc_memmove.
33817         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33818         __libc_memset.
33819         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33820         of memset.
33822 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33824         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33825         * configure: Regenerated.
33827         * Makeconfig (+link-static-before-libc): Don't include
33828         $(link-static-libc).
33830         * libio/libio.h (_IO_pos_t): Remove.
33832 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33834         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33835         McGrath.
33837 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33839         * crypt/crypt-entry.c: Include fips-private.h.
33840         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33841         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33842         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33843         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33845 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33847         * crypt/crypt-private.h: Include stdbool.h.
33848         (_ufc_setup_salt_r): Return bool.
33849         * crypt/crypt-entry.c: Include errno.h.
33850         (__crypt_r): Return NULL with EINVAL for bad salt.
33851         * crypt/crypt_util.c (bad_for_salt): New.
33852         (_ufc_setup_salt_r): Check that salt is long enough and within
33853         the specified alphabet.
33854         * crypt/badsalttest.c: New file.
33855         * crypt/Makefile (tests): Add it.
33856         ($(objpfx)badsalttest): New.
33858 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33860         * NEWS: Add entry for BZ #14602.
33862 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33864         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33865         type-generic.
33866         * math/libm-test.inc: Update comment listing what functions and
33867         macros are tested.
33868         (isgreater_test): New function.
33869         (isgreaterequal_test): Likewise.
33870         (isless_test): Likewise.
33871         (islessequal_test): Likewise.
33872         (islessgreater_test): Likewise.
33873         (isunordered_test): Likewise.
33874         (main): Call the new functions.
33876 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33878         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33879         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33880         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33881         * sysdeps/i386/configure: Regenerated.
33882         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33883         * sysdeps/mach/configure: Regenerated.
33884         * sysdeps/mach/hurd/configure: Regenerated.
33885         * sysdeps/powerpc/configure: Regenerated.
33886         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33887         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33888         * sysdeps/s390/s390-32/configure: Regenerated.
33889         * sysdeps/s390/s390-64/configure: Regenerated.
33890         * sysdeps/sh/configure: Regenerated.
33891         * sysdeps/sparc/configure: Regenerated.
33892         * sysdeps/unix/sysv/linux/configure: Regenerated.
33893         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33894         * sysdeps/x86_64/configure: Regenerated.
33896         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33897         defined.  Don't check if MAP is NULL.
33899 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33901         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33902         (_G_stat64): Likewise.
33903         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33904         (_G_stat64): Likewise.
33905         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33906         instead of struct _G_stat64.
33907         * libio/fileops.c (mmap_remap_check): Likewise.
33908         (decide_maybe_mmap): Likewise.
33909         (_IO_new_file_seekoff): Likewise.
33910         (_IO_file_stat): Likewise.
33911         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33912         _G_off64_t.
33913         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33914         instead of struct _G_stat64.
33915         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33917 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33919         [BZ #14602]
33920         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33921         Replace with ...
33922         (CHECK_EOL): New macro.
33923         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33924         CHECK_EOL.
33925         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33926         Replace with CHECK_EOL.
33927         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33928         Replace with CHECK_EOL.
33930 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33932         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33933         type-generic.
33934         * math/libm-test.inc: Update comment listing what functions and
33935         macros are tested.
33936         (finite_test): New function.
33937         (isinf_test): Likewise.
33938         (isnan_test): Likewise.
33939         (fpclassify_test): Test subnormal input.
33940         (isfinite_test): Likewise.
33941         (isnormal_test): Likewise.
33942         (main): Call the new functions.
33944 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33946         [BZ #14660]
33947         * Makerules (%.dynsym): Force C locale when running
33948         $(OBJDUMP) --dynamic-syms.
33950 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33952         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33953         <stdint.h>.
33955 2012-10-06  David S. Miller  <davem@davemloft.net>
33957         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33958         upper 32-bits of the length value in %o2 since we use branch-on-register
33959         tests which consider the entire 64-bit register.
33961 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33963         * string/test-strstr.c (check2): Add a test for page boundary.
33965 2012-10-05  David S. Miller  <davem@davemloft.net>
33967         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33968         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33969         file.
33970         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33971         sysdep_routines.
33972         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33973         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33974         and bzero when HWCAP_SPARC_CRYPTO is present.
33976 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33978         [BZ #14602]
33979         * string/test-strstr.c (check2): New function.
33980         (test_main): Call check2.
33982         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33983         and bug-strchr1.
33984         * string/bug-strcasestr1.c (do_test): Moved to ...
33985         * string/test-strcasestr.c (check1): Here.  New function.
33986         (do_one_test): Break out result checking code into ...
33987         (check_result): This.  New function.
33988         (do_one_test): Call check_result.
33989         (test_main): Call check1.
33990         * string/bug-strchr1.c (do_test): Moved to ...
33991         * string/test-strchr.c (check1): Here.  New function.
33992         (do_one_test): Break out result checking code into ...
33993         (check_result): This.  New function.
33994         (do_one_test): Call check_result.
33995         (test_main): Call check1.
33996         * string/bug-strstr1.c (main): Moved to ...
33997         * string/test-strstr.c (check1): Here.  New function.
33998         (do_one_test): Break out result checking code into ...
33999         (check_result): This.  New function.
34000         (do_one_test): Call check_result.
34001         (test_main): Call check1.
34002         * string/bug-strcasestr1.c: Removed.
34003         * string/bug-strchr1.c: Likewise.
34004         * string/bug-strstr1.c: Likewise.
34006         * elf/Makefile (dl-routines): Add hwcaps.
34007         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34008         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34009         (_dl_important_hwcaps): Moved to ...
34010         * elf/dl-hwcaps.c: Here.  New file.
34011         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34013         [BZ #14557]
34014         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34015         if IS_IN_rtld isn't defined.
34017         * elf/dl-support.c (_dl_sysinfo_map): New.
34018         Include "get-dynamic-info.h" and "setup-vdso.h".
34019         (_dl_non_dynamic_init): Call setup_vdso.
34020         * elf/dynamic-link.h: Don't include <assert.h>.
34021         (elf_get_dynamic_info): Moved to ...
34022         * elf/get-dynamic-info.h: Here.  New file.
34023         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34024         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34025         * elf/setup-vdso.h: Here.  New file.
34026         * elf/rtld.c: Include "setup-vdso.h".
34027         (dl_main): Call setup_vdso.
34029 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34031         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34032         creal in comment listing functions tested.  List finite, isinf,
34033         isnan, isless, islessequal, isgreater, isgreaterequal,
34034         islessgreater, isunordered, lgamma_r and pow10 as functions and
34035         macros not tested.  Mention which functions not tested are aliases
34036         for other functions.  Fix typo.  Note that signs of NaNs are not
34037         tested.
34039         * scripts/config.guess: Update from config.git.
34040         * scripts/config.sub: Likewise.
34042 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34044         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34045         * misc/madvise.c (madvise): Renamed to __madvise.
34046         Make madvise a weak alias.
34047         * include/sys/mman.h: Declare __madvise.
34048         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34049         * sysdeps/unix/syscalls.list
34050         (madvise): Make __madvise the strong name, and madvise a weak alias.
34051         * sysdeps/unix/sysv/linux/syscalls.list
34052         (madvise, mmap): Remove redundant entries.
34053         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34054         * malloc/malloc.c (mtrim): Likewise.
34055         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34057 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34059         * sysdeps/mach/hurd/dl-cache.c: File removed.
34060         * config.h.in (USE_LDCONFIG): New #undef.
34061         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34062         * configure: Regenerated.
34063         * elf/Makefile (dl-routines): Add dl-cache only under
34064         [$(use-ldconfig) = yes].
34065         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34066         cache on [USE_LDCONFIG].
34067         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34068         [USE_LDCONFIG].
34069         * elf/rtld.c (dl_main): Likewise.
34071 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34073         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34074         _SC_LEVEL4_CACHE_LINESIZE.
34076 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34078         * sysdeps/unix/bsd/confstr.h: File removed.
34080 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34082         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34083         sys/sdt-config.h.
34085 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34087         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34088         Make 'mapoff' field ElfW(Off) rather than off_t.
34090 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34092         * nscd/Makefile: Remove nscd-cflags and all its users.
34093         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34094         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34096         [BZ #10631]
34097         * malloc.c (malloc_printerr): Clarify error message.
34099 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34101         [BZ #14648]
34102         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34103         Set bit_FMA_Usable if FMA is supported.
34104         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34105         macro.
34106         (bit_FMA4_Usable): Updated.
34107         (index_FMA_Usable): New macro.
34108         (CPUID_FMA): Likewise
34109         (HAS_FMA): Defined with bit_FMA_Usable.
34111 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34113         * bits/types.h (__swblk_t): Type removed.
34114         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34115         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34116         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34117         (__SWBLK_T_TYPE): Likewise.
34118         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34119         (__SWBLK_T_TYPE): Likewise.
34120         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34121         (__SWBLK_T_TYPE): Likewise.
34122         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34123         (__SWBLK_T_TYPE): Likewise.
34125 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34126             Honza Horak <hhorak@redhat.com>
34128         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34129         (xdr_mapname): Use YPMAXMAP as maxsize.
34130         (xdr_peername): Use YPMAXPEER as maxsize.
34131         (xdr_keydat): Use YPAXRECORD as maxsize.
34132         (xdr_valdat): Use YPMAXRECORD as maxsize.
34134 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34136         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34138         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34139         * csu/init-first.c: ... here.
34140         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34141         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34142         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34143         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34144         * sysdeps/i386/init-first.c: File removed.
34145         * sysdeps/sh/init-first.c: File removed.
34147 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34149         [BZ #14645]
34150         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34151         if x * y might underflow to zero and z is zero.
34152         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34153         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34154         * math/libm-test.inc (min_subnorm_value): New variable.
34155         (fma_test): Add more tests.
34156         (fma_test_towardzero): Likewise.
34157         (fma_test_downward): Likewise
34158         (fma_test_upward): Likewise.
34159         (initialize): Set min_subnorm_value.
34161 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34163         [BZ #14638]
34164         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34165         0 + 0.
34166         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34167         mode for addition resulting in exact zero.
34168         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34169         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34170         exact 0 + 0.
34171         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34172         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34173         * math/libm-test.inc (fma_test): Add more tests.
34174         (fma_test_towardzero): New function.
34175         (fma_test_downward): Likewise.
34176         (fma_test_upward): Likewise.
34177         (main): Call the new functions.
34179 2012-09-28  David S. Miller  <davem@davemloft.net>
34181         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34183 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34185         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34186         instead of SIGALRM.
34188         * sysdeps/gnu/_G_config.h: Moved to ...
34189         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34190         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34191         * sysdeps/generic/_G_config.h: ... here.
34193         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34195         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34197         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34198         Conditionalize target on [libnss_test1.so-version].
34200         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34202         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34203         (elfobjdir): Move out of conditionals.
34205         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34206         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34207         (__nss_lookup_function): Conditionalize label remove_from_tree on
34208         [!DO_STATIC_NSS || SHARED], matching its only use.
34210 2012-09-28  David S. Miller  <davem@davemloft.net>
34212         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34213         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34214         file.
34215         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34216         sysdep_routines.
34217         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34218         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34219         when HWCAP_SPARC_CRYPTO is present.
34221 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34223         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34225 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34227         [BZ #6530]
34228         * stdio-common/vfprintf.c (process_string_arg): Revert
34229         2000-07-22 change.
34231 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34233         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34234         for testcase.
34235         * stdio-common/tst-sprintf.c: Include <locale.h>
34236         (main): Test sprintf's handling of incomplete multibyte
34237         characters.
34239 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34241         * elf/dl-runtime.c (VERSYMIDX): Removed.
34242         * elf/dl-version.c (VERSYMIDX): Likewise.
34243         * elf/do-rel.h (VERSYMIDX): Likewise.
34244         (VALIDX): Likewise.
34245         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34246         * elf/rtld.c (VALIDX): Likewise.
34247         (ADDRIDX): Likewise.
34248         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34249         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34250         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34251         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34252         (VALIDX): Likewise.
34253         (ADDRIDX): Likewise.
34255 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34257         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34259 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34261         [BZ #11438]
34262         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34263         to global scope.
34264         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34265         addresses are in the same scope as 192.0.2/24.
34266         * posix/gai.conf: Document new scope table defaults.
34268 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34270         [BZ #5298]
34271         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34272         for ftell.  Compute offsets from write pointers instead.
34273         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34275 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34277         [BZ #14543]
34278         * libio/Makefile (tests): New test case tst-fseek.
34279         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34280         combination works in wide mode.
34281         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34282         state when the external buffer state changes.
34284 2012-09-27  David S. Miller  <davem@davemloft.net>
34286         [BZ #14376]
34287         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34288         pass reloc->r_addend in as the 'high' argument to
34289         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34291         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34293 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34295         * rt/tst-aio2.c: Include <pthread.h>.
34296         * rt/tst-aio3.c: Likewise.
34298 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34300         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34302 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34304         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34305         contents on [SHARED].
34307 2012-09-26  Marek Polacek  <polacek@redhat.com>
34309         [BZ #14530]
34310         [BZ #13741]
34311         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34312         for C++ and GCC <4.3 as well as for non GCC compilers.
34314 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34316         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34318 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34320         * Makefile.in (all, install): Declare with .PHONY.
34321         Reported by Michael Hope <michael.hope@linaro.org>.
34323 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34325         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34326         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34327         system header.
34328         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34329         Likewise.
34330         (sydep_routines): Add the new and the internal functions.
34331         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34332         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34334         (GLIBC_2.17): Add the new function.
34335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34336         (GLIBC_2.17): Likewise.
34337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34338         (GLIBC_2.17): Likewise.
34339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34340         (GLIBC_2.17): Likewise.
34341         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34343 2012-09-25  Alan Modra  <amodra@gmail.com>
34345         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34346         Add release barrier before setting once_control to say
34347         initialisation is done.  Add hints on lwarx.  Use macro in
34348         place of isync.
34349         (clear_once_control): Add release barrier.
34351 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34353         [BZ #13629]
34354         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34355         specially.
34356         * math/s_clog10.c (__clog10): Likewise.
34357         * math/s_clog10f.c (__clog10f): Likewise.
34358         * math/s_clog10l.c (__clog10l): Likewise.
34359         * math/s_clogf.c (__clogf): Likewise.
34360         * math/s_clogl.c (__clogl): Likewise.
34361         * math/Makefile (libm-calls): Add x2y2m1.
34362         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34363         (__x2y2m1): Likewise.
34364         (__x2y2m1l): Likewise.
34365         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34366         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34367         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34368         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34369         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34370         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34371         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34372         * sysdeps/i386/fpu/libm-test-ulps: Update.
34373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34375         [BZ #14621]
34376         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34377         int as type of variable DEPTH.
34378         (glob): Use size_t instead of int as type of variables NEWCOUNT
34379         and OLD_PATHC.
34381 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34383         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34384         Add s_sincosf-sse2.
34385         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34386         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34387         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34388         macros for using routine as __sincosf_ia32.
34389         Use macro for function declaration and weak_alias.
34390         * sysdeps/i386/fpu/libm-test-ulps: Update.
34392         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34395         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34396         subnormal argument.
34397         * math/s_cexpf.c (__cexpf): Likewise.
34398         * math/s_csinf.c (__csinf): Likewise.
34399         * math/s_csinhf.c (__csinhf): Likewise.
34400         * math/s_ctanf.c (__ctanf): Likewise.
34401         * math/s_ctanhf.c (__ctanhf): Likewise.
34402         * math/s_ccosh.c (__ccoshf): Likewise.
34403         * math/s_cexp.c (__cexpl): Likewise.
34404         * math/s_csin.c (__csin): Likewise.
34405         * math/s_csinh.c (__csinh): Likewise.
34406         * math/s_ctan.c (__ctan): Likewise.
34407         * math/s_ctanh.c (ctanh): Likewise.
34408         * math/s_ccoshl.c (__ccoshl): Likewise.
34409         * math/s_cexpl.c (__cexpl): Likewise.
34410         * math/s_csinl.c (__csinl): Likewise.
34411         * math/s_csinhl.c (__csinhl): Likewise.
34412         * math/s_ctanl.c (__ctanl): Likewise.
34413         * math/s_ctanhl.c (__ctanhl): Likewise.
34415 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34417         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34418         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34419         (_IO_off_t): Define to __off_t, not _G_off_t.
34420         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34421         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34422         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34423         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34424         type of __dummy and __dummy2 fields.
34425         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34426         (_G_ssize_t): Likewise.
34427         (_G_off_t): Likewise.
34428         (_G_pid_t): Likewise.
34429         (_G_uid_t): Likewise.
34430         (_G_wchar_t): Likewise.
34431         (_G_wint_t): Likewise.
34432         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34433         (_G_ssize_t): Likewise.
34434         (_G_off_t): Likewise.
34435         (_G_pid_t): Likewise.
34436         (_G_uid_t): Likewise.
34437         (_G_wchar_t): Likewise.
34438         (_G_wint_t): Likewise.
34439         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34440         (_G_ssize_t): Likewise.
34441         (_G_off_t): Likewise.
34442         (_G_pid_t): Likewise.
34443         (_G_uid_t): Likewise.
34444         (_G_wchar_t): Likewise.
34445         (_G_wint_t): Likewise.
34447 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34449         * malloc/arena.c: Include malloc-sysdep.h.
34450         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34451         is sufficient to shrink the heap or an unmap is needed.
34452         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34453         new function check_may_shrink_heap.
34454         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34455         new function check_may_shrink_heap.
34457 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34459         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34460         comments.
34462 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34464         * catgets/test-gencat.sh: Add "set -e".
34465         * elf/tst-pathopt.sh: Likewise.
34466         * grp/tst_fgetgrent.sh: Likewise.
34467         * iconvdata/run-iconv-test.sh: Likewise.
34468         * intl/tst-gettext.sh: Likewise.
34469         * intl/tst-gettext2.sh: Likewise.
34470         * intl/tst-gettext4.sh: Likewise.
34471         * intl/tst-gettext6.sh: Likewise.
34472         * intl/tst-translit.sh: Likewise.
34473         * io/ftwtest-sh: Likewise.
34474         * libio/test-freopen.sh: Likewise.
34475         * malloc/tst-mtrace.sh: Likewise.
34476         * posix/globtest.sh: Likewise.
34477         * posix/tst-getconf.sh: Likewise.
34478         * posix/wordexp-tst.sh: Likewise.
34479         * stdio-common/tst-printf.sh: Likewise.
34480         * stdio-common/tst-unbputc.sh: Likewise.
34481         * stdlib/tst-fmtmsg.sh: Likewise.
34482         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34483         * catgets/Makefile: Do not specify -e option when running
34484         testsuite shell scripts.
34485         * elf/Makefile: Likewise.
34486         * grp/Makefile: Likewise.
34487         * iconvdata/Makefile: Likewise.
34488         * intl/Makefile: Likewise.
34489         * io/Makefile: Likewise.
34490         * libio/Makefile: Likewise.
34491         * malloc/Makefile: Likewise.
34492         * posix/Makefile: Likewise.
34493         * stdio-common/Makefile: Likewise.
34494         * stdlib/Makefile: Likewise.
34495         * sysdeps/x86_64/Makefile: Likewise.
34497         * io/ftwtest-sh: Add copyright header.
34498         * posix/globtest.sh: Likewise.
34499         * posix/tst-getconf.sh: Likewise.
34500         * posix/wordexp-tst.sh: Likewise.
34501         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34503 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34505         [BZ #13679]
34506         * Makeconfig (+link): Defined as $(+link-static) if
34507         $(build-shared) isn't yes.
34508         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34509         isn't yes.
34510         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34512         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34514         [BZ #14562]
34515         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34516         new chunk size with MALLOC_ALIGN_MASK.
34518 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34520         [BZ #5044]
34521         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34522         <rounding-mode.h>.
34523         (__printf_fphex): Determine rounding using get_rounding_mode and
34524         round_away.
34525         * stdio-common/tst-printf-round.c (struct hex_test): New
34526         structure.
34527         (hex_tests): New variable.
34528         (test_hex_in_one_mode): New function.
34529         (do_test): Also run tests for hex float output.
34531 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34533         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34534         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34535         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34536         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34537         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34538         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34539         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34540         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34542 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34544         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34545         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34546         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34547         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34549 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34551         [BZ #14579]
34552         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34553         mode only.
34554         * elf/tst-rtld-load-self.sh: New test.
34555         * elf/Makefile: Run it.
34557 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34559         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34560         (tst-writev-ENV): Remove.
34561         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34563 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34565         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34567 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34569         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34570         unconditional.
34571         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34572         Likewise.
34573         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34574         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34575         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34576         Likewise.
34578 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34580         [BZ #14587]
34581         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34582         * config.make.in (have-cpp-asm-debuginfo): Removed.
34583         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34584         * configure: Regenerated.
34586 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34588         [BZ #5044]
34589         * stdio-common/printf_fp.c: Include <stdbool.h> and
34590         <rounding-mode.h>.
34591         (___printf_fp): Determine rounding using get_rounding_mode and
34592         round_away.
34593         * stdio-common/tst-printf-round.c: New file.
34594         * stdio-common/Makefile (tests): Add tst-printf-round.
34595         (link-libm): New variable.
34596         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34598 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34600         [BZ #14576]
34601         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34602         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34603         Likewise.
34604         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34605         Likewise.
34607 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34609         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34610         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34611         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34612         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34614 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34616         [BZ #14518]
34617         * include/rounding-mode.h: New file.
34618         * sysdeps/generic/get-rounding-mode.h: Likewise.
34619         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34620         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34621         (MAX_VALUE): New macro.
34622         (MIN_VALUE): Likewise.
34623         (overflow_value): New function.
34624         (underflow_value): Likewise.
34625         (round_and_return): Use overflow_value and underflow_value to
34626         determine return values in overflow and underflow cases.  Use
34627         round_away to determine rounding depending on rounding mode.
34628         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34629         determine return values in overflow and underflow cases.
34630         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34631         (struct test_results): New structure.
34632         (struct test): Use struct test_results to store expected results
34633         for all rounding modes.
34634         (TEST): Include expected results for all rounding modes.
34635         (test_in_one_mode): New function.
34636         (do_test): Use test_in_one_mode to compute and check results.
34637         Check results for all rounding modes.
34638         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34639         $(link-libm).
34641 2012-12-09  Allan McRae  <allan@archlinux.org>
34643         * sysdeps/i386/fpu/libm-test-ulps: Update
34645 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34647         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34648         (_G_int32_t): Likewise.
34649         (_G_uint16_t): Likewise.
34650         (_G_uint32_t): Likewise.
34651         (_G_HAVE_BOOL): Likewise.
34652         (_G_HAVE_ATEXIT): Likewise.
34653         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34654         (_G_HAVE_IO_FILE_OPEN): Likewise.
34655         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34656         (_G_int32_t): Likewise.
34657         (_G_uint16_t): Likewise.
34658         (_G_uint32_t): Likewise.
34659         (_G_HAVE_BOOL): Likewise.
34660         (_G_HAVE_ATEXIT): Likewise.
34661         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34662         (_G_HAVE_IO_FILE_OPEN): Likewise.
34663         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34664         (_G_int32_t): Likewise.
34665         (_G_uint16_t): Likewise.
34666         (_G_uint32_t): Likewise.
34667         (_G_HAVE_BOOL): Likewise.
34668         (_G_HAVE_ATEXIT): Likewise.
34669         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34670         (_G_HAVE_IO_FILE_OPEN): Likewise.
34672 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34674         * csu/libc-tls.c: Update copyright years.
34676 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34678         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34679         [!_G_USING_THUNKS]: Remove conditional code.
34680         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34681         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34683         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34684         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34685         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34686         (_G_VTABLE_LABEL_PREFIX): Likewise.
34687         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34688         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34689         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34690         (_G_VTABLE_LABEL_PREFIX): Likewise.
34691         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34692         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34693         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34694         (_G_VTABLE_LABEL_PREFIX): Likewise.
34695         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34697 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34699         * libio/Makefile: Include ../Makeconfig before tests.
34700         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34701         only if $(build-shared) is yes.
34703         * iconv/gconv_db.c: Update copyright years.
34705 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34707         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34708         unwind info if defined PIC. Fix special cases description.
34709         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34711         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34712         DP_HI_MASK entry.
34713         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34715 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34717         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34719         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34720         is NULL.
34722         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34723         (LDLIBS-tst-chk4): This.
34724         (LDFLAGS-tst-chk5): Renamed to ...
34725         (LDLIBS-tst-chk5): This.
34726         (LDFLAGS-tst-chk6): Renamed to ...
34727         (LDLIBS-tst-chk6): This.
34728         (LDFLAGS-tst-lfschk4): Renamed to ...
34729         (LDLIBS-tst-lfschk4): This.
34730         (LDFLAGS-tst-lfschk5): Renamed to ...
34731         (LDLIBS-tst-lfschk5): This.
34732         (LDFLAGS-tst-lfschk6): Renamed to ...
34733         (LDLIBS-tst-lfschk6): This.
34735         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34736         on $(common-objpfx)soversions.mk.
34738 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34740         [BZ #10014]
34741         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34742         example host name.
34744 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34746         * malloc/arena.c (arena_get_retry): New function that gets
34747         another arena for the caller to try its request on.
34748         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34749         current arena cannot fulfill the request.
34750         (__libc_memalign): Likewise.
34751         (__libc_memalign): Likewise.
34752         (__libc_pvalloc): Likewise.
34753         (__libc_calloc): Likewise.
34755 2012-09-05  John Tobey  <john.tobey@gmail.com>
34757         [BZ #13542]
34758         * manual/arith.texi (Operations on Complex): Fix description
34759         of carg branch cut.
34761 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34763         [BZ #10014]
34764         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34765         host name.
34767         [BZ #10038]
34768         * manual/memory.texi (Memory): Make order of menu items match
34769         order of sections.
34771 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34773         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34774         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34775         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34777 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34779         * csu/libc-tls.c (static_dtv): Renamed to ...
34780         (_dl_static_dtv): This.  Make it global.
34781         (_dl_initial_dtv): Removed.
34782         (__libc_setup_tls): Updated.
34783         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34784         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34785         DL_INITIAL_DTV.
34787 2012-09-06  Petr Machata  <pmachata@redhat.com>
34789         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34790         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34791         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34792         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34794 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34796         [BZ #14545]
34797         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34798         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34799         freeing dtv[-1].
34801 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34803         [BZ #14544]
34804         * Makeconfig (link-static-before-libc): Replace $(+prector)
34805         with $(+prectorT).
34806         (link-static-after-libc): Replace $(+postctor) with
34807         $(+postctorT).
34808         (link-bounded): Replace $(+prector)/$(+postctor) with
34809         $(+prectorT)/$(+postctorT).
34810         (+prectorT): New macro.
34811         (+postctorT): Likewise.
34813 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34815         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34816         (round_str): Handle values above the maximum for IBM long double
34817         as inexact.
34818         * stdlib/tst-strtod-round.c (tests): Regenerated.
34820 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34822         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34823         assembler flag.
34824         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34825         zarch_nohighgprs around the zarch optimized routines.
34826         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34827         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34828         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34829         for zarch.
34831 2012-09-05  David S. Miller  <davem@davemloft.net>
34833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34835         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34836         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34837         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34838         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34839         entries.
34841 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34843         * malloc/arena.c: Fold copyright years.
34844         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34846 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34848         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34850 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34852         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34854 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34856         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34857         change internal state upon failure.
34859 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34861         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34862         * malloc/memusage.c (mmap): Likewise.
34863         (mmap64, mremap): Likewise.  Adjust name in comment.
34865 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34867         * libio/fileops.c: Fix typos in comments.
34868         * libio/oldfileops.c: Likewise.
34869         * libio/wfileops.c: Likewise.
34871 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34873         [BZ #1349]
34874         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34875         (tst-malloc-usable-ENV): Set environment for test case.
34876         * malloc/hooks.c (malloc_check_get_size): New function to get
34877         requested size.
34878         * malloc/malloc.c (musable): Use malloc_check_get_size.
34879         * malloc/tst-malloc-usable.c: New test case.
34881 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34883         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34885 2012-09-05  Allan McRae  <allan@archlinux.org>
34887         [BZ #13966]
34888         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34889         determine header location.
34890         * configure: Regenerated.
34892 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34894         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34895         float format.
34896         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34897         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34898         format.
34899         (test): Regenerate.
34901 2012-09-04  David S. Miller  <davem@davemloft.net>
34903         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34904         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34905         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34907 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34909         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34910         failures.
34912         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34914 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34916         [BZ #9914]
34917         * libio/iogetdelim.c: Include <limits.h>.
34918         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34919         + len + 1 would overflow.
34921 2012-09-03  Andreas Jaeger  <aj@suse.de>
34923         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34924         * sysdeps/i386/fpu/libm-test-ulps: Update.
34926 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34928         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34929         Add s_sinf-sse2, s_conf-sse2.
34931         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34932         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34933         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34934         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34936         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34937         for using routine as __sinf_ia32.
34938         Use macro for function declaration and weak_alias.
34939         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34940         for using routine as __cosf_ia32.
34941         Use macro for function declaration and weak_alias.
34943         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34944         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34946         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34947         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34948         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34950         * math/libm-test.inc (cos_test): Add more test cases.
34951         (sin_test): Likewise.
34952         (sincos_test): Likewise.
34954 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34956         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34957         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34958         hidden.
34959         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34961 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34963         [BZ #14538]
34964         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34965         first element of the GOT.
34966         (elf_machine_load_address): Return the difference between
34967         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34969 2012-09-01  Allan McRae  <allan@archlinux.org>
34971         [BZ #13412]
34972         * configure.in (AWK): Require gawk version 3.0 or later.
34973         * configure: Regenerated.
34975 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34977         * sysdeps/unix/sysv/linux/kernel-features.h
34978         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34979         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34980         [__NR_clock_getres]: Make code unconditional.
34981         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34982         (clock_getcpuclockid): Remove code left unreachable by removal of
34983         conditionals.
34984         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34985         code unconditional.
34986         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34987         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34988         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34989         Make code unconditional.
34990         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34991         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34992         * sysdeps/unix/sysv/linux/clock_settime.c
34993         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34994         conditional code.
34995         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34996         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34998 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35000         [BZ #14476]
35001         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35002         scripts/test-installation.pl.
35004         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35005         and $ld_so_version if it is set.
35007 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35009         [BZ #14516]
35010         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35011         failure if reading from procfs failed.
35012         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35014 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35016         * sysdeps/unix/sysv/linux/kernel-features.h
35017         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35018         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35019         Remove conditional code.
35020         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35021         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35022         Remove conditional code.
35023         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35024         * sysdeps/unix/sysv/linux/i386/fxstat.c
35025         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35026         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35027         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35028         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35029         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35030         * sysdeps/unix/sysv/linux/i386/lxstat.c
35031         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35032         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35033         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35034         Remove conditional code.
35035         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35036         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35037         Remove conditional code.
35038         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35039         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35040         <kernel-features.h>.
35041         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35042         Remove.
35043         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35044         Remove conditional code.
35045         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35046         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35047         Remove conditional.
35049 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35051         [BZ #5400]
35052         * NEWS: Add fixed bug number.
35054 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35056         [BZ #14519]
35057         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35058         underflowing exponent in case of negative sign.
35059         * stdlib/tst-strtod-round-data: Add more tests.
35060         * stdlib/tst-strtod-round.c (tests): Regenerated.
35062         [BZ #3479]
35063         * stdlib/strtod_l.c (NDIG): Remove.
35064         (HEXNDIG): Likewise.
35065         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35066         smallest representable value.
35067         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35068         lie within an exact representation of 1/2 ulp of the result.
35069         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35070         unconditionally.
35071         (TENS_P9_IDX): Define unconditionally.
35072         (TENS_P9_SIZE): Likewise.
35073         (TENS_P10_IDX): Likewise.
35074         (TENS_P10_SIZE): Likewise.
35075         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35076         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35077         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35078         entries for 10^2^13 and 10^2^14.
35079         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35080         (TENS_P13_IDX): Define.
35081         (TENS_P13_SIZE): Likewise.
35082         (TENS_P14_IDX): Likewise.
35083         (TENS_P14_SIZE): Likewise.
35084         (_fpioconst_pow10): Change array size to
35085         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35086         unconditional.
35087         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35088         1024]: Add entries for 10^2^13 and 10^2^14.
35089         [LAST_POW10 > _LAST_POW10]: Remove #error.
35090         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35091         (_fpioconst_pow10): Change array size to
35092         FPIOCONST_POW10_ARRAY_SIZE.
35093         * stdlib/gen-fpioconst.c: New file.
35094         * stdlib/gen-tst-strtod-round.c: Likewise.
35095         * stdlib/tst-strtod-round-data: Likewise.
35096         * stdlib/tst-strtod-round.c: Likewise.
35097         * stdlib/Makefile (tests): Add tst-strtod-round.
35099         [BZ #14459]
35100         * stdlib/strtod_l.c: Include <stdint.h>.
35101         (NDEBUG): Do not define.
35102         (round_and_return): Change EXPONENT parameter to type intmax_t.
35103         Rearrange calculations to avoid internal overflow possibilities.
35104         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35105         Rearrange calculations to avoid internal overflow possibilities.
35106         Assert that number fits inside MPNSIZE limbs.
35107         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35108         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35109         calculations and add assertions to avoid internal overflow
35110         possibilities.  Add casts to avoid signed/unsigned operations.
35111         * stdlib/tst-strtod-overflow.c: New file.
35112         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35114 2012-08-25  Marek Polacek  <polacek@redhat.com>
35116         * time/time.h: Fix some typos in comments.
35118 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35120         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35121         * posix/tst-rfc3484-2.c: Likewise.
35122         * posix/tst-rfc3484-3.c: Likewise.
35124 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35126         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35127         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35129 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35131         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35132         #include of fxstatat64.c.
35134 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35136         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35137         * shadow/getspent_r.c: Likewise.
35138         * shadow/getspnam.c: Likewise.
35139         * shadow/getspnam_r.c: Likewise.
35140         * gshadow/getsgent.c: Likewise.
35141         * gshadow/getsgent_r.c: Likewise.
35142         * gshadow/getsgnam.c: Likewise.
35143         * gshadow/getsgnam_r.c: Likewise.
35144         * inet/getnetbyad.c: Likewise.
35145         * inet/getnetbyad_r.c: Likewise.
35146         * inet/getnetbynm.c: Likewise.
35147         * inet/getnetbynm_r.c: Likewise.
35148         * inet/getnetent.c: Likewise.
35149         * inet/getnetent_r.c: Likewise.
35150         * inet/getproto.c: Likewise.
35151         * inet/getproto_r.c: Likewise.
35152         * inet/getprtent.c: Likewise.
35153         * inet/getprtent_r.c: Likewise.
35154         * inet/getprtname.c: Likewise.
35155         * inet/getprtname_r.c: Likewise.
35156         * inet/getrpcbyname.c: Likewise.
35157         * inet/getrpcbyname_r.c: Likewise.
35158         * inet/getrpcbynumber.c: Likewise.
35159         * inet/getrpcbynumber_r.c: Likewise.
35160         * inet/getrpcent.c: Likewise.
35161         * inet/getrpcent_r.c: Likewise.
35162         * inet/getaliasent.c: Likewise.
35163         * inet/getaliasent_r.c: Likewise.
35164         * inet/getaliasname.c: Likewise.
35165         * inet/getaliasname_r.c: Likewise.
35166         * nscd/getgrgid_r.c: Likewise.
35167         * nscd/getgrnam_r.c: Likewise.
35168         * nscd/gethstbyad_r.c: Likewise.
35169         * nscd/gethstbynm3_r.c: Likewise.
35170         * nscd/getpwnam_r.c: Likewise.
35171         * nscd/getpwuid_r.c: Likewise.
35172         * nscd/getsrvbynm_r.c: Likewise.
35173         * nscd/getsrvbypt_r.c: Likewise.
35174         * nscd/gai.c: Likewise.
35176         * configure.in (build_nscd): New substituted variable, set
35177         by --disable-build-nscd and defaults to $use_nscd.
35178         * configure: Regenerated.
35179         * config.make.in (build-nscd): New substituted variable.
35180         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35181         Change conditional to require [$(build-nscd) = yes] as well.
35182         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35184         [BZ# 13696]
35185         * configure.in (use_nscd): New substituted variable, set by
35186         --disable-nscd.  If enabled, define USE_NSCD.
35187         * configure: Regenerated.
35188         * config.h.in: Add USE_NSCD.
35189         * config.make.in (use-nscd): New substituted variable.
35190         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35191         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35192         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35193         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35194         (CFLAGS-getgrnam_r.c): Likewise.
35195         (CFLAGS-initgroups.c): Likewise.
35196         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35197         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35198         Variables removed.
35199         * inet/getnetgrent_r.c
35200         (nscd_setnetgrent): New function, broken out of ...
35201         (setnetgrent): ... here.  Call it.
35202         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35203         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35204         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35205         * nscd/Makefile (routines, aux): Move definitions after include of
35206         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35207         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35208         Conditionalize on [USE_NSCD].
35209         (is_nscd, nscd_init_cb): Likewise.
35210         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35211         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35212         * nss/nss_db/db-init.c: Likewise.
35213         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35214         [USE_NSCD].
35215         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35216         (make_request): Use it.
35217         (cache_valid_p): New function.
35218         (__check_pf): Use it.
35219         * NEWS: Add item for --disable-nscd.
35221 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35223         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35224         to support sed >= 4.2.1-20-ga9bf076.
35225         * configure: Regenerated.
35227 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35229         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35230         Conditionalize whole body on [IREL].
35232 2012-08-22  Jeff Law <law@redhat.com>
35234         [BZ #14505]
35235         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35236         if the family is PF_UNSPEC.
35238 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35240         * Makerules (lib-version): Rename from V.
35241         (install-lib-nosubdir): Change V to lib-version.
35243 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35245         [BZ #14252]
35246         * powerpc32/power6/wcschr.c: New file.
35247         * powerpc32/power6/wcscpy.c: New file.
35248         * powerpc32/power6/wcsrchr.c: New file.
35249         * powerpc64/power6/wcschr.c: New file.
35250         * powerpc64/power6/wcscpy.c: New file.
35251         * powerpc64/power6/wcsrchr.c: New file.
35253 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35255         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35256         (two_way_short_needle): Use it.
35257         * string/strstr.c (AVAILABLE1_USES_J): Define.
35258         * string/strcasestr.c: Likewise.
35260         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35261         array references.
35262         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35264         [BZ #11607]
35265         * NEWS: Add an entry.
35266         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35267         define their defaults.
35268         (two_way_short_needle): Detect end-of-string on-the-fly.
35269         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35270         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35271         * string/bug-strcasestr1.c: New test.
35272         * string/Makefile: Run it.
35274 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35276         [BZ #11607]
35277         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35278         the first character.
35280 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35282         * csu/elf-init.c (__libc_csu_irel): Function removed.
35283         * csu/libc-start.c (apply_irel): New function.
35284         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35286 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35288         * sysdeps/unix/sysv/linux/kernel-features.h
35289         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35290         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35291         <kernel-features.h>.
35292         [__NR_fadvise64_64]: Make code unconditional.
35293         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35294         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35295         !__NR_fadvise64_64)]: Likewise.
35296         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35297         !__NR_fadvise64_64))]: Likewise.
35298         [__NR_fadvise64]: Make code unconditional.
35299         [!__NR_fadvise64]: Remove conditional code.
35300         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35301         <kernel-features.h>.
35302         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35303         unconditional.
35304         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35305         conditional code.
35306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35307         not include <kernel-features.h>.
35308         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35309         unconditional.
35310         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35311         conditional code.
35312         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35313         include <kernel-features.h>.
35314         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35315         unconditional.
35316         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35317         conditional code.
35319 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35321         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35322         slight instruction rearrangements per scrollpipe analysis.
35323         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35325 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35327         * manual/syslog.texi (syslog; vsyslog, closelog):
35328         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35329         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35331         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35332         DSOCAPS to match condition on defining it.
35334 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35336         * sysdeps/unix/sysv/linux/kernel-features.h
35337         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35339         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35340         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35342         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35343         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35345         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35346         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35348         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35349         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35351         * sysdeps/unix/sysv/linux/kernel-features.h
35352         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35353         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35354         unconditional.
35355         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35356         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35357         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35358         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35359         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35360         Make code unconditional.
35361         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35362         (__mmap64) [!__NR_mmap2]: Likewise.
35363         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35364         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35365         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35366         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35367         [__NR_mmap2]: Make code unconditional.
35368         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35369         (__mmap64) [!__NR_mmap2]: Likewise.
35371 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35373         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35375 2012-08-18  Andreas Jaeger  <aj@suse.de>
35377         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35379 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35381         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35382         * include/unistd.h (__have_sock_cloexec): Likewise.
35383         (__have_pipe2): Likewise.
35384         (__have_dup3): Likewise.
35386 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35388         [BZ #9685]
35389         * include/unistd.h (__have_pipe2): Change define into an extern int.
35390         (__have_dup3): Likewise.
35391         * socket/have_sock_cloexec.c: Include fcntl.h.
35392         (__have_pipe2): New variable.
35393         (__have_dup3): Likewise.
35395 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35397         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35399 2012-08-17  Marek Polacek  <polacek@redhat.com>
35401         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35402         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35404 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35406         * configure.in: Add AC_SUBST for sysheaders.
35407         * configure: Regenerated.
35408         * config.make.in (sysheaders): New substituted variable.
35410         * sysdeps/unix/mkfifo.c: Moved ...
35411         * sysdeps/posix/mkfifo.c: ... here.
35412         * sysdeps/unix/mkfifoat.c: Moved ...
35413         * sysdeps/posix/mkfifoat.c: ... here.
35415         * sysdeps/unix/utime.c: Moved ...
35416         * sysdeps/posix/utime.c: ... here.
35418         * sysdeps/unix/time.c: Moved ...
35419         * sysdeps/posix/time.c: ... here.
35420         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35421         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35423         * sysdeps/unix/nice.c: Moved ...
35424         * sysdeps/posix/nice.c: ... here.
35426         * sysdeps/unix/alarm.c: Moved ...
35427         * sysdeps/posix/alarm.c: ... here.
35429         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35431 2012-08-17  Jeff Law <law@redhat.com>
35433         * intl/Makefile (codeset_mo): New variable.
35434         ($(codeset_mo)): New target.
35435         (tst-codeset.out): Depend on that.  Remove explicit rule.
35436         (tst-gettext3.out, tst-gettext5.out): Likewise.
35437         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35438         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35439         * intl/tst-codeset.sh: Remove.
35440         * intl/tst-gettext3.sh: Likewise.
35441         * intl/tst-gettext5.sh: Likewise.
35443 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35445         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35446         * sysdeps/unix/syscalls.list: ... here.
35448         * sysdeps/posix/getaddrinfo.c
35449         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35450         (gaiconf_init, gaiconf_reload): Use them.
35451         [!_STATBUF_ST_NSEC]
35452         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35453         Define using time_t rather than struct timespec.
35455         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35456         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35457         Macros removed.
35458         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35459         [!NO_THREADS].
35460         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35461         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35462         Likewise.
35464         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35465         __libc_cleanup_push argument.
35467         * bits/param.h: New file.
35468         * misc/sys/param.h: New file.
35469         * include/sys/param.h: New file.
35470         * misc/Makefile (headers): Add bits/param.h.
35471         * sysdeps/generic/sys/param.h: File removed.
35472         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35473         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35474         * sysdeps/mach/hurd/bits/param.h: New file.
35475         * sysdeps/mach/hurd/sys/param.h: File removed.
35477         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35478         last change.
35480         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35481         [_IO_MTSAFE_IO].
35482         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35483         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35484         New macros.
35486         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35487         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35488         rather than -D_IO_MTSAFE_IO conditionally.
35489         * stdio-common/Makefile (CPPFLAGS): Likewise.
35490         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35491         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35492         Use $(libio-mtsafe).
35493         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35494         of -D_IO_MTSAFE_IO.
35495         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35496         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35497         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35498         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35499         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35500         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35501         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35502         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35503         (CFLAGS-fread_u_chk.c): Likewise.
35504         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35505         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35506         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35507         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35508         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35509         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35510         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35511         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35512         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35514         * libio/Makefile: Test [$(libc-reentrant) = yes]
35515         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35517         * Makeconfig
35518         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35519         * sysdeps/pthread/configure: File removed.
35520         * sysdeps/pthread/Makeconfig: New file.
35521         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35522         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35524 2012-08-16  Gary Benson  <gbenson@redhat.com>
35526         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35527         unmapping the first object in a namespace.
35529 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35531         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35532         (__internal_setnetgrent): ... this.  Add internal_function to
35533         definition.  Add libc_hidden_def.
35534         (setnetgrent): Update caller.
35535         (internal_endnetgrent): Renamed to ...
35536         (__internal_endnetgrent): ... this.  Add internal_function to
35537         definition.  Add libc_hidden_def.
35538         (endnetgrent): Update caller.
35539         (internal_getnetgrent_r): Renamed to ...
35540         (__internal_getnetgrent_r): ... this.  Add internal_function to
35541         definition.  Add libc_hidden_def.
35542         (__getnetgrent_r): Update caller.
35543         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35545 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35547         * stdlib/longlong.h: Update from GCC.
35549 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35551         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35552         on _QL, which is set by umul_ppmm but never used.
35553         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35554         variables, which are set by GMP macros but never used.
35555         * stdio-common/_itowa.c (_itowa): Likewise.
35556         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35557         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35559 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35561         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35562         struct La_sh_regs is not constant.
35563         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35564         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35565         and struct La_sparc64_regs are not constant.
35567 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35569         * sysdeps/unix/sysv/linux/kernel-features.h
35570         (__ASSUME_POSIX_TIMERS): Remove.
35571         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35572         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35573         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35574         Make code unconditional.
35575         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35576         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35577         Make code unconditional.
35578         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35579         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35580         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35581         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35582         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35583         Make code unconditional.
35584         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35585         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35586         (__libc_missing_posix_timers): Remove.
35588 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35590         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35591         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35593         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35595         * elf/dl-sym.c: Include <stdlib.h>.
35597         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35598         constants, which avoids warnings in 32-bit builds.
35600         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35601         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35603         * misc/lseek.c: File moved to ...
35604         * io/lseek.c: ... here.
35606         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35608         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35609         shifting LEN more than 31 bits at once.
35611 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35613         [BZ #14195]
35614         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35615         segmentation fault for a case of two empty input strings.
35616         * string/test-strncasecmp.c (check1): Renamed to...
35617         (bz12205): ...this.
35618         (bz14195): Add new testcase for two empty input strings and N > 0.
35619         (test_main): Call new testcase, adapt for renamed function.
35621 2012-08-15  Andreas Jaeger  <aj@suse.de>
35623         [BZ #14090]
35624         * crypt/md5test2.c: New test, based on test supplied by Serge
35625         Belyshev <belyshev@depni.sinp.msu.ru>.
35626         * crypt/Makefile (xtests): Add md5test-giant..
35627         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35629 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35631         [BZ #14090]
35632         * crypt/md5.c (md5_process_block): Don't assume the buffer
35633         length is less than 2**32.
35634         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35635         length is less than 2**64.
35637 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35639         * string/str-two-way.h: Include <sys/param.h>.
35640         (MAX): Macro removed.
35642         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35643         Move #define and #undef of memmove to just before and after
35644         including <string.h>.
35646         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35647         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35648         and after including <string.h>.  Move declarations of
35649         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35650         to before #include "string/memmove.c".
35652         * include/dirent.h: Declare __getdirentries.
35654         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35655         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35657 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35659         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35660         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35661         * sysdeps/i386/configure: Regenerated.
35662         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35663         STABS_CURRENT_FILE, and STABS_FUN.
35664         (END): Remove call to STABS_FUN_END.
35665         (STABS_CURRENT_FILE1): Delete.
35666         (STABS_CURRENT_FILE): Likewise.
35667         (STABS_FUN): Likewise.
35668         (STABS_FUN_END): Likewise.
35669         (STABS_FUN2): Likewise.
35670         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35671         * sysdeps/x86_64/configure: Regenerated.
35673 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35675         * elf/dl-open.c: Include <atomic.h>.
35676         * elf/dl-lookup.c: Likewise.
35678 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35680         * sysdeps/unix/sysv/linux/kernel-features.h
35681         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35682         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35683         unconditionally.
35684         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35685         unconditionally.
35686         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35687         condition on __ASSUME_CLONE_THREAD_FLAGS.
35689 2012-08-14  Andreas Jaeger  <aj@suse.de>
35691         * sysdeps/i386/fpu/libm-test-ulps: Update.
35693 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35695         * include/atomic.h (atomic_exchange_and_add): Split into ...
35696         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35697         New atomic macros.
35699 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35701         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35703 2012-08-13  Jeff Law <law@redhat.com>
35705         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35706         null byte in the output string.
35708 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35710         * sysdeps/unix/sysv/linux/kernel-features.h
35711         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35712         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35713         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35714         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35715         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35716         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35717         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35719 2012-08-09  Jeff Law <law@redhat.com>
35721         [BZ #13939]
35722         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35723         When avoid_arena is set, don't retry in the that arena.  Pick the
35724         next one, whatever it might be.
35725         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35726         (arena_lock): Pass in new parameter to arena_get2.
35727         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35728         arena_get2.
35729         (__libc_malloc): Unify retrying after main arena failure with
35730         __libc_memalign version.
35731         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35733 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35735         [BZ #14166]
35736         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35737         to __redirect_strstr.
35738         (__strstr_sse42): Use typeof __redirect_strstr.
35739         (__strstr_ia32): Likewise.
35740         (__libc_strstr): New prototype.
35741         (strstr): Renamed to ...
35742         (__libc_strstr): This.
35743         (strstr): New strong alias of __libc_strstr.
35744         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35745         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35746         __redirect_time.
35747         Include <time.h>.
35748         (__libc_time): New prototype.
35749         (time_ifunc): Replace time with __libc_time.
35750         (time): New strong alias and hidden definition of __libc_time.
35751         (__GI_time): Remove strong alias.
35752         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35753         Include <stddef.h>.
35754         (memmove): Redefined to __redirect_memmove.
35755         (__memmove_sse2): Use typeof __redirect_memmove.
35756         (__memmove_ssse3): Likewise.
35757         (__memmove_ssse3_back): Likewise.
35758         (__libc_memmove): New prototype.
35759         (memmove): Renamed to ...
35760         (__libc_memmove): This.
35761         (memmove): New strong alias of __libc_memmove.
35763 2012-08-08  Mark Salter  <msalter@redhat.com>
35765         * elf/elf.h
35766         (R_MN10300_TLS_GD): Define.
35767         (R_MN10300_TLS_LD): Likewise.
35768         (R_MN10300_TLS_LDO): Likewise.
35769         (R_MN10300_TLS_GOTIE): Likewise.
35770         (R_MN10300_TLS_IE): Likewise.
35771         (R_MN10300_TLS_LE): Likewise.
35772         (R_MN10300_TLS_DTPMOD): Likewise.
35773         (R_MN10300_TLS_DTPOFF): Likewise.
35774         (R_MN10300_TLS_TPOFF): Likewise.
35775         (R_MN10300_SYM_DIFF): Likewise.
35776         (R_MN10300_ALIGN): Likewise.
35777         (R_MN10300_NUM): Update.
35779 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35781         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35782         Remove.
35784 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35786         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35788         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35789         sysdeps/unix -> sysdeps/posix move.
35790         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35792 2012-08-07      Allan McRae     <allan@archlinux.org>
35794         [BZ #14303]
35795         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35796         (SUNOS_CPP): Likewise.
35797         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35798         not found.
35799         (open_input): Call CPP using execvp.
35801 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35803         * sysdeps/unix/sysv/linux/kernel-features.h
35804         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35805         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35806         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35807         (__ASSUME_WAITID_SYSCALL): Likewise.
35808         * sysdeps/unix/sysv/linux/dl-execstack.c
35809         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35810         code unconditional.
35811         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35812         conditional code.
35813         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35814         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35815         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35816         code.
35817         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35818         unconditional.
35819         [__ASSUME_WAITID_SYSCALL]: Likewise.
35820         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35822 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35824         * sysdeps/unix/closedir.c: Renamed to ...
35825         * sysdeps/posix/closedir.c: ... here.
35826         * sysdeps/unix/dirfd.c: Renamed to ...
35827         * sysdeps/posix/dirfd.c: ... here.
35828         * sysdeps/unix/dirstream.h: Renamed to ...
35829         * sysdeps/posix/dirstream.h: ... here.
35830         * sysdeps/unix/fdopendir.c: Renamed to ...
35831         * sysdeps/posix/fdopendir.c: ... here.
35832         * sysdeps/unix/opendir.c: Renamed to ...
35833         * sysdeps/posix/opendir.c: ... here.
35834         * sysdeps/unix/readdir.c: Renamed to ...
35835         * sysdeps/posix/readdir.c: ... here.
35836         * sysdeps/unix/readdir_r.c: Renamed to ...
35837         * sysdeps/posix/readdir_r.c: ... here.
35838         * sysdeps/unix/rewinddir.c: Renamed to ...
35839         * sysdeps/posix/rewinddir.c: ... here.
35840         * sysdeps/unix/seekdir.c: Renamed to ...
35841         * sysdeps/posix/seekdir.c: ... here.
35842         * sysdeps/unix/telldir.c: Renamed to ...
35843         * sysdeps/posix/telldir.c: ... here.
35844         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35845         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35846         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35847         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35849         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35850         * bits/fcntl.h: ... here.
35852         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35853         not 0.
35854         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35855         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35856         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35857         (struct flock): Move l_start, l_len to the beginning.
35858         Use __pid_t for l_pid.
35859         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35860         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35861         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35862         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35863         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35864         [__USE_LARGEFILE64] (struct flock64): New type.
35865         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35867         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35868         * bits/dirent.h: ... here.
35870         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35871         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35873 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35875         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35876         Change from 2.6.0 to 2.6.16.
35877         * sysdeps/unix/sysv/linux/configure: Regenerated.
35878         * sysdeps/unix/sysv/linux/kernel-features.h
35879         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35880         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35881         version.
35882         (__ASSUME_UTIMES): Likewise.
35883         (__ASSUME_CLONE_STOPPED): Remove.
35884         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35885         architectures, not kernel version.
35886         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35887         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35888         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35889         (__ASSUME_WAITID_SYSCALL): Likewise.
35890         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35891         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35892         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35893         refer to older versions.
35895 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35897         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35898         Define alphasort64 as an alias.
35899         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35900         Define versionsort64 as an alias.
35901         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35902         Define scandir64 as an alias.
35903         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35904         Define scandirat64 as an alias.
35905         * dirent/alphasort64.c (alphasort64):
35906         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35907         * dirent/versionsort64.c: Likewise.
35908         * dirent/scandir64.c: Likewise.
35909         * dirent/scandirat64.c: Likewise.
35910         * sysdeps/wordsize-64/alphasort.c: File removed.
35911         * sysdeps/wordsize-64/alphasort64.c: File removed.
35912         * sysdeps/wordsize-64/scandir.c: File removed.
35913         * sysdeps/wordsize-64/scandir64.c: File removed.
35914         * sysdeps/wordsize-64/scandirat.c: File removed.
35915         * sysdeps/wordsize-64/scandirat64.c: File removed.
35916         * sysdeps/wordsize-64/versionsort.c: File removed.
35917         * sysdeps/wordsize-64/versionsort64.c: File removed.
35918         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35919         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35920         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35921         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35922         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35923         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35924         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35925         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35927         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35928         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35929         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35930         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35931         [defined __arch64__ || defined __sparcv9]
35932         (__INO_T_MATCHES_INO64_T): New macro.
35933         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35934         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35935         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35936         * sysdeps/unix/sysv/linux/bits/dirent.h
35937         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35938         (_DIRENT_MATCHES_DIRENT64): New macro.
35940         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35941         Define lockf64 as an alias.
35942         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35943         Define fseeko64 as an alias.
35944         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35945         Define ftello64 as an alias.
35946         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35947         Define _IO_fgetpos64 and fgetpos64 as aliases.
35948         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35949         Define _IO_fsetpos64 and fsetpos64 as aliases.
35950         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35951         Conditionalize body on this.
35952         * libio/fseeko64.c: Likewise.
35953         * libio/ftello64.c: Likewise.
35954         * libio/iofgetpos64.c: Likewise.
35955         * libio/iofsetpos64.c: Likewise.
35956         * sysdeps/wordsize-64/lockf.c: File removed.
35957         * sysdeps/wordsize-64/lockf64.c: File removed.
35958         * sysdeps/wordsize-64/fseeko.c: File removed.
35959         * sysdeps/wordsize-64/fseeko64.c: File removed.
35960         * sysdeps/wordsize-64/ftello.c: File removed.
35961         * sysdeps/wordsize-64/ftello64.c: File removed.
35962         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35963         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35964         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35965         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35966         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35967         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35968         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35969         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35970         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35971         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35972         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35973         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35974         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35975         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35977         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35978         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35979         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35980         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35981         [defined __arch64__ || defined __sparcv9]
35982         (__OFF_T_MATCHES_OFF64_T): New macro.
35983         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35984         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35985         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35986         (__OFF_T_MATCHES_OFF64_T): New macro.
35988 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35990         * stdlib/secure-getenv.c (__secure_getenv): Replace
35991         GLIBC_2_16 with GLIBC_2_17.
35993 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35995         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35996         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35998 2012-08-03  David S. Miller  <davem@davemloft.net>
36000         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36002 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36004         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36005         Remove.
36006         (__ASSUME_CORRECT_SI_PID): Likewise.
36007         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36008         (__ASSUME_TMPFS_NAME): Likewise.
36009         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36010         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36011         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36012         (HAVE_AUX_SECURE): Make definition unconditional.
36013         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36014         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36016 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36018         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36019         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36020         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36021         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36022         __eloop_threshold instead of SYMLOOP_MAX.
36024         * sysdeps/generic/eloop-threshold.h: New file.
36025         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36026         of MAXSYMLINKS.
36027         * elf/chroot_canon.c (chroot_canon): Likewise.
36029 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36031         [BZ #13717]
36032         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36033         Change to 2.6.0 everywhere.
36034         * sysdeps/unix/sysv/linux/configure: Regenerated.
36035         * sysdeps/unix/sysv/linux/kernel-features.h
36036         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36037         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36038         kernel versions.
36039         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36040         (__ASSUME_FUTEX_REQUEUE): Remove.
36041         (__ASSUME_STATFS64): Define unconditionally.
36042         (__ASSUME_AT_SECURE): Likewise.
36043         (__ASSUME_CORRECT_SI_PID): Likewise.
36044         (__ASSUME_TGKILL): Define without depending on kernel version for
36045         i386.
36046         (__ASSUME_UTIMES): Likewise.
36047         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36048         kernel version.
36049         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36050         (__ASSUME_TMPFS_NAME): Likewise.
36051         * README: Update reference to Linux kernel versions.
36053 2012-08-02  Marek Polacek  <polacek@redhat.com>
36055         [BZ# 14150]
36056         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36057         libc_cv_asm_type_prefix with %.
36058         * configure: Regenerated.
36059         * include/libc-symbols.h: Remove comment about
36060         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36061         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36062         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36063         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36064         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36065         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36066         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36067         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36068         * elf/tst-unique2mod1.c: Likewise.
36069         * elf/tst-unique1mod2.c: Likewise.
36070         * elf/tst-unique1mod1.c: Likewise.
36071         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36072         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36073         Replace ASM_TYPE_DIRECTIVE with .type.
36074         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36075         * sysdeps/i386/sysdep.h: Likewise.
36076         * sysdeps/x86_64/sysdep.h: Likewise.
36077         * sysdeps/sh/sysdep.h: Likewise.
36078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36079         Do not define ASM_TYPE_DIRECTIVE.
36080         * sysdeps/powerpc/sysdep.h: Likewise.
36081         * sysdeps/powerpc/powerpc32/sysdep.h:
36082         Replace ASM_TYPE_DIRECTIVE with .type.
36083         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36084         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36085         * sysdeps/i386/fpu/e_powf.S: Likewise.
36086         * sysdeps/i386/fpu/e_expl.S: Likewise.
36087         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36088         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36089         * sysdeps/i386/fpu/e_pow.S: Likewise.
36090         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36091         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36092         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36093         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36094         * sysdeps/i386/fpu/e_log2.S: Likewise.
36095         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36096         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36097         * sysdeps/i386/fpu/e_powl.S: Likewise.
36098         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36099         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36100         * sysdeps/i386/fpu/e_logl.S: Likewise.
36101         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36102         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36103         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36104         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36105         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36106         * sysdeps/i386/fpu/e_log.S: Likewise.
36107         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36108         * sysdeps/i386/fpu/e_logf.S: Likewise.
36109         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36110         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36111         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36112         * sysdeps/i386/fpu/e_log10.S: Likewise.
36113         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36114         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36115         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36116         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36117         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36118         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36119         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36120         * sysdeps/i386/i686/strtok.S: Likewise.
36121         * sysdeps/i386/i386-mcount.S: Likewise.
36122         * sysdeps/i386/strtok.S: Likewise.
36123         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36124         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36125         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36126         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36127         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36128         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36129         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36130         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36131         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36132         * sysdeps/x86_64/_mcount.S: Likewise.
36133         * sysdeps/x86_64/strtok.S: Likewise.
36134         * sysdeps/sh/_mcount.S: Likewise.
36136 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36138         * libio/iofopen.c: Include <fcntl.h>.
36139         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36140         (_IO_fopen64, fopen64): Define as aliases.
36141         * libio/iofopen64.c: Include <fcntl.h>.
36142         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36143         Conditionalize body on this.
36144         * sysdeps/wordsize-64/iofopen.c: File removed.
36145         * sysdeps/wordsize-64/iofopen64.c: File removed.
36147 2012-08-01  Marek Polacek  <polacek@redhat.com>
36149         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36150         Use dlfcn directly instead of a variable.
36151         (binfmt-subdir): Do not define.
36152         (dlfcn): Likewise.
36154 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36156         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36157         Remove all definitions.
36158         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36159         <kernel-features.h>.
36160         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36161         (miss_F_GETOWN_EX): Remove all definitions.
36162         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36163         macro definition.
36164         [!__ASSUME_FCNTL64]: Remove conditional code.
36165         [__ASSUME_FCNTL64]: Make code unconditional.
36166         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36167         <kernel-features.h>.
36168         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36169         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36170         (lockf64) [__NR_fcntl64]: Make code unconditional.
36171         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36173         * sysdeps/unix/sysv/linux/kernel-features.h
36174         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36175         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36176         Make code unconditional.
36177         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36178         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36180         [__NR_vfork]: Make code unconditional.
36181         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36182         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36184         [__NR_vfork]: Make code unconditional.
36185         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36186         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36188 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36190         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36191         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36193         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36194         Define mkstemp64 as an alias.
36195         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36196         Define mkstemps64 as an alias.
36197         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36198         Define mkostemp64 as an alias.
36199         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36200         Define mkostemps64 as an alias.
36201         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36202         Conditionalize body on this.
36203         * misc/mkostemp64.c: Likewise.
36204         * misc/mkostemps64.c: Likewise.
36205         * misc/mkstemps64.c: Likewise.
36206         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36207         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36208         * sysdeps/wordsize-64/mkostemp.c: File removed.
36209         * sysdeps/wordsize-64/mkstemp.c: File removed.
36210         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36211         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36212         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36213         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36215         [BZ #14138]
36216         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36217         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36218         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36219         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36221         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36222         compat_symbol macros from <shlib-compat.h> rather than the underlying
36223         default_symbol_version and symbol_version macros, so that DEFAULT
36224         lines in shlib-versions are respected.
36225         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36227 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36229         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36230         Declare with warn_unused_result.
36231         (setgid, setregid, setegid, setresgid): Likewise.
36232         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36233         Likewise.
36234         * WUR-REPORT: Remove set*id functions.
36236 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36238         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36240 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36242         [BZ #10191]
36243         * include/sys/socket.h (__libc_accept, __libc_accept4):
36244         Add attribute_hidden.
36245         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36247         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36248         use of PTR_MANGLE.
36249         * inet/getnetgrent_r.c (setup): Likewise.
36251         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36253 2012-07-31  David S. Miller  <davem@davemloft.net>
36255         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36257 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36259         [BZ #13629]
36260         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36261         value between 1.0 and 2.0 and smaller part has absolute value less
36262         than 1.0.
36263         * math/s_clog10.c (__clog10): Likewise.
36264         * math/s_clog10f.c (__clog10f): Likewise.
36265         * math/s_clog10l.c (__clog10l): Likewise.
36266         * math/s_clogf.c (__clogf): Likewise.
36267         * math/s_clogl.c (__clogl): Likewise.
36268         * math/libm-test.inc (clog_test): Add more tests.
36269         (clog10_test): Likewise.
36270         * sysdeps/i386/fpu/libm-test-ulps: Update.
36271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36273 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36275         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36276         Exit with zero in case no suitable GID is found, and write a
36277         message to standard error.
36279 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36281         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36282         rather than to 1.
36283         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36284         (MAXPATHLEN): Removed.
36285         (NOGROUP, NODEV): New macros.
36286         (setbit, clrbit, isset, isclr): New macros.
36287         (howmany, roundup, powerof2): New macros.
36288         (DEV_BSIZE): New macro.
36290         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36291         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36293         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36294         definition on [!__NO_LONG_DOUBLE_MATH].
36296         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36297         PTR_MANGLE and PTR_DEMANGLE.
36299         * socket/accept4.c (accept4): Rename to __libc_accept4.
36300         Define accept4 as a weak alias.
36302         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36303         on [_DIRENT_HAVE_D_TYPE].
36304         * io/ftw.c (ftw_dir): Likewise.
36306         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36308         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36310         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36311         Use the BSD numbers rather than the arbitrary ones we had.
36312         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36313         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36314         (SIGXCPU, SIGXFSZ): New macros.
36315         (_NSIG): Now 32.
36317         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36318         initializer on [_LIBC_REENTRANT].
36320         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36321         definitions inside [_POSIX_MAPPED_FILES].
36323         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36325         * dirent/opendir.c: Include <fcntl.h>.
36327         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36328         (__libc_getspecific): Likewise.
36329         (__libc_key_create): Likewise.
36331         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36332         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36333         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36334         (tmpfile64): Define as alias.
36335         * sysdeps/wordsize-64/tmpfile.c: File removed.
36336         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36337         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36338         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36340         * stdio-common/vfscanf.c: Include <stdbool.h>.
36341         * nss/makedb.c: Likewise.
36342         * stdio-common/_i18n_number.h: Likewise.
36343         * argp/argp-help.c: Likewise.
36344         * posix/wordexp.c: Likewise.
36345         * sysdeps/posix/spawni.c: Likewise.
36346         * nss/nss_files/files-initgroups.c: Likewise.
36347         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36348         * nss/nss_files/files-initgroups.c: Likewise.
36349         * nss/nss_db/db-netgrp.c: Likewise.
36350         * nss/nss_db/db-initgroups.c: Likewise.
36351         * io/fchmodat.c: Include <sys/stat.h>.
36353         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36354         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36356         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36357         [HAVE_MMAP].
36359         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36360         Add multiple inclusion protection.
36362 2012-07-27  David S. Miller  <davem@davemloft.net>
36364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36366 2012-07-27  Gary Benson  <gbenson@redhat.com>
36368         [BZ #14298]
36369         * elf/rtld.c: Include <stap-probe.h>.
36370         (dl_main): Added static probes "init_start" and "init_complete".
36371         * elf/dl-load.c: Include <stap-probe.h>.
36372         (lose): Take new parameter "nsid".
36373         Added static probe "map_failed".
36374         (_dl_map_object_from_fd): Pass namespace id to lose.
36375         Added static probe "map_start".
36376         (open_verify): Pass namespace id to lose.
36377         * elf/dl-open.c: Include <stap-probe.h>.
36378         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36379         and "reloc_complete".
36380         * elf/dl-close.c: Include <stap-probe.h>.
36381         (_dl_close_worker): Added static probes "unmap_start" and
36382         "unmap_complete".
36383         * elf/rtld-debugger-interface.txt: New file documenting the above.
36385 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36387         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36388         rather than a string variable.
36389         * sunrpc/rpc_main.c (h_output): Likewise.
36390         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36392 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36394         * inet/check_native.c: New file.
36396 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36398         [BZ #13629]
36399         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36400         if larger part has absolute value 1.0.
36401         * math/s_clog10.c (__clog10): Likewise.
36402         * math/s_clog10f.c (__clog10f): Likewise.
36403         * math/s_clog10l.c (__clog10l): Likewise.
36404         * math/s_clogf.c (__clogf): Likewise.
36405         * math/s_clogl.c (__clogl): Likewise.
36406         * math/libm-test.inc (clog_test): Add more tests.
36407         (clog10_test): Likewise.
36408         * sysdeps/i386/fpu/libm-test-ulps: Update.
36409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36411         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36412         (pltexit): Likewise.
36413         (La_regs): Likewise.
36414         (La_retval): Likewise.
36415         (int_retval): Likewise.
36416         Update #error for removed macros to refer only to definitions in
36417         tst-audit.h.
36418         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36419         macro.
36420         (pltexit): Likewise.
36421         (La_regs): Likewise.
36422         (La_retval): Likewise.
36423         (int_retval): Likewise.
36424         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36425         macro.
36426         (pltexit): Likewise.
36427         (La_regs): Likewise.
36428         (La_retval): Likewise.
36429         (int_retval): Likewise.
36430         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36431         macro.
36432         (pltexit): Likewise.
36433         (La_regs): Likewise.
36434         (La_retval): Likewise.
36435         (int_retval): Likewise.
36436         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36437         macro.
36438         (pltexit): Likewise.
36439         (La_regs): Likewise.
36440         (La_retval): Likewise.
36441         (int_retval): Likewise.
36442         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36443         macro.
36444         (pltexit): Likewise.
36445         (La_regs): Likewise.
36446         (La_retval): Likewise.
36447         (int_retval): Likewise.
36448         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36449         macro.
36450         (pltexit): Likewise.
36451         (La_regs): Likewise.
36452         (La_retval): Likewise.
36453         (int_retval): Likewise.
36454         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36455         macro definitions in tst-audit.h.
36456         * sysdeps/i386/tst-audit.h: New file.
36457         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36458         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36459         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36460         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36461         * sysdeps/sh/tst-audit.h: Likewise.
36462         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36463         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36464         * sysdeps/x86_64/tst-audit.h: Likewise.
36466 2012-07-26  Andreas Jaeger  <aj@suse.de>
36468         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36469         ptrace.
36471         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36472         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36473         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36474         PTRACE_O_MASK.
36475         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36476         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36477         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36479         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36480         value.
36482         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36483         _sigsys.
36484         (si_call_addr, si_syscall, si_arch): Define new macro.
36485         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36486         _sigsys.
36487         (si_call_addr, si_syscall, si_arch): Define new marcro.
36488         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36489         _sigsys.
36490         (si_call_addr, si_syscall, si_arch): Define new macro.
36491         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36492         _sigsys.
36493         (si_call_addr, si_syscall, si_arch): Define new macro.
36495 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36497         [BZ #13717]
36498         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36499         Change to 2.4.21 where previously 2.4.1.
36500         * sysdeps/unix/sysv/linux/configure: Regenerated.
36501         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36502         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36503         Linux kernel version.
36504         (__ASSUME_STD_AUXV): Remove.
36505         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36506         kernel version.
36507         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36508         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36509         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36510         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36511         (__ASSUME_NETLINK_SUPPORT): Likewise.
36512         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36513         (__no_netlink_support): Remove conditional definition.
36514         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36515         Remove.
36516         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36517         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36518         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36519         (if_nameindex_ioctl): Remove.
36520         (if_nameindex_netlink): Do not handle __no_netlink_support.
36521         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36522         code.
36523         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36524         Remove conditional code.
36525         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36526         code.
36527         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36528         unconditional.
36529         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36530         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36531         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36532         Remove.
36533         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36534         [!__ASSUME_STD_AUXV]: Remove conditional code.
36535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36536         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36537         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36539         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36540         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36541         code.
36542         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36544         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36545         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36546         conditional code.
36547         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36549         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36550         code.
36551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36552         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36553         conditional code.
36554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36555         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36556         code unconditional.
36557         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36558         conditional code.
36559         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36560         unconditional.
36561         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36562         conditional code.
36563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36564         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36565         unconditional.
36566         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36567         conditional code.
36568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36569         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36570         code unconditional.
36571         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36572         conditional code.
36573         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36574         unconditional.
36575         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36576         conditional code.
36577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36578         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36579         code unconditional.
36580         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36581         conditional code.
36582         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36583         unconditional.
36584         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36585         conditional code.
36587 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36589         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36590         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36591         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36592         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36593         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36594         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36595         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36596         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36597         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36598         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36599         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36600         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36601         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36602         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36603         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36604         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36605         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36606         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36607         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36608         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36609         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36610         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36611         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36613 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36615         * Versions.def: Add GLIBC_2.17.
36616         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36617         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36618         Introduce __libc_secure_getenv.
36619         * stdlib/Versions (2.17): Add secure_getenv
36620         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36621         * stdlib/secure-getenv.c: Rename __secure_getenv to
36622         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36623         symbol __secure_getenv for GLIBC_2.0.
36624         * stdlib/tst-secure-getenv.c: New.
36625         * stdlib/Makefile (tests): Add testcase.
36626         * manual/startup.texi (Environment Access): Document
36627         secure_getenv.
36628         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36629         __libc_secure_getenv.
36630         * inet/ruserpass.c (ruserpass): Likewise.
36631         * malloc/mtrace.c (mtrace): Likewise.
36632         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36633         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36634         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36635         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36636         HAVE_SECURE_GETENV.
36637         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36638         __secure_getenv to __libc_secure_getenv.
36639         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36641         Likewise.
36642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36643         Likewise.
36644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36646         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36647         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36649         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36650         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36652 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36654         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36655         (struct La_i86_retval): Likewise.
36656         (struct La_x86_64_regs): Likewise.
36657         (struct La_x86_64_retval): Likewise.
36658         (struct La_x32_regs): Likewise.
36659         (struct La_x32_retval): Likewise.
36660         (struct La_ppc32_regs): Likewise.
36661         (struct La_ppc32_retval): Likewise.
36662         (struct La_ppc64_regs): Likewise.
36663         (struct La_ppc64_retval): Likewise.
36664         (struct La_sh_regs): Likewise.
36665         (struct La_sh_retval): Likewise.
36666         (struct La_s390_32_regs): Likewise.
36667         (struct La_s390_32_retval): Likewise.
36668         (struct La_s390_64_regs): Likewise.
36669         (struct La_s390_64_retval): Likewise.
36670         (struct La_sparc32_regs): Likewise.
36671         (struct La_sparc32_retval): Likewise.
36672         (struct La_sparc64_regs): Likewise.
36673         (struct La_sparc64_retval): Likewise.
36674         (struct audit_ifaces): Remove architecture-specific pltenter and
36675         pltexit members.
36676         * sysdeps/i386/ldsodefs.h: New file.
36677         * sysdeps/powerpc/ldsodefs.h: Likewise.
36678         * sysdeps/s390/ldsodefs.h: Likewise.
36679         * sysdeps/sh/ldsodefs.h: Likewise.
36680         * sysdeps/sparc/ldsodefs.h: Likewise.
36681         * sysdeps/x86_64/ldsodefs.h: Likewise.
36683 2012-07-25  Marek Polacek  <polacek@redhat.com>
36685         [BZ #6808]
36686         * math/libm-test.inc (yn_test): Add another test.
36687         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36688         to ERANGE when the result is +-Inf.
36689         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36690         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36691         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36692         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36694 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36696         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36697         equal to 0.
36698         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36699         clock_t.
36700         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36702 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36704         * configure.in <sysdeps resolving>: Correct printing
36705         Implies_before.
36706         * configure: Regenerate.
36708 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36710         * math/w_ilogb.c: Include <limits.h>.
36711         * math/w_ilogbl.c: Likewise.
36713 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36715         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36716         va_copy.  Document allowing for unavailable va_copy only as
36717         pre-C99 compatibility.
36718         * manual/string.texi (Copying and Concatenation): Use va_copy
36719         instead of __va_copy in concat example.
36721 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36723         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36724         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36725         it if not null.
36727         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36728         with O_NOLINK passed to __file_name_lookup.
36730         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36731         with O_NOLINK passed to __file_name_lookup.
36733         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36734         negative N or less than NGIDS.
36736         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36737         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36738         enough.  Use memcpy instead of strncpy.
36740 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36742         * elf/Makefile (check-data): Remove.
36743         (localplt.data): New vpath directive.
36744         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36745         instead of $(check-data).
36746         * scripts/data/localplt-generic.data: Move to ...
36747         * sysdeps/generic/localplt.data: ... here.
36748         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36749         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36750         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36752         ... here.
36753         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36755         ... here.
36756         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36758         ... here.
36759         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36760         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36761         ... here.
36762         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36764         ... here.
36765         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36766         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36767         ... here.
36769 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36771         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36772         PPC32 and PPC64 files.
36773         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36774         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36776 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36778         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36779         __makecontext_ret to ...
36780         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36781         ... here and call exit if uc_link is NULL.  New file.
36782         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36783         __makecontext_ret.S.
36784         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36785         __makecontext_ret to ...
36786         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36787         ... here and call exit if uc_link is NULL.  New file.
36788         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36789         __makecontext_ret.S.
36791 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36793         * elf/elf.h (R_390_IRELATIVE): New definition.
36794         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36795         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36796         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36797         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36798         (elf_machine_lazy_rel): Likewise.
36799         * sysdeps/s390/dl-irel.h: New file.
36800         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36801         * sysdeps/s390/s390-64/memset.S: New asm code.
36802         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36803         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36804         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36805         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36806         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36807         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36808         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36809         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36810         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36811         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36812         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36813         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36814         * sysdeps/s390/s390-32/memset.S: New asm code.
36815         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36817 2012-07-17  Marek Polacek  <polacek@redhat.com>
36819         [BZ #14349]
36820         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36821         * sysdeps/s390/s390-64/configure.in: Likewise.
36822         * sysdeps/sparc/configure.in: Likewise.
36823         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36824         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36825         * sysdeps/i386/configure.in: Likewise.
36826         * sysdeps/x86_64/configure.in: Likewise.
36827         * sysdeps/sh/configure.in: Likewise.
36828         * sysdeps/s390/s390-32/configure: Regenerated.
36829         * sysdeps/s390/s390-64/configure: Likewise.
36830         * sysdeps/x86_64/configure: Likewise.
36831         * sysdeps/sh/configure: Likewise.
36832         * sysdeps/powerpc/powerpc64/configure: Likewise.
36833         * sysdeps/powerpc/powerpc32/configure: Likewise.
36834         * sysdeps/sparc/configure: Likwise.
36835         * sysdeps/i386/configure: Likewise.
36837         * elf/dl-open.c: Comment fixes.
36839 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36841         * Makefile [CXX] (check-data): Remove.
36842         [CXX] (c++-types.data): New vpath directive.
36843         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36844         vpath.  Do not allow for C++ type data being missing.
36845         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36846         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36847         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36848         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36849         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36850         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36851         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36853         ... here.
36854         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36856         ... here.
36857         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36858         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36859         ... here.
36860         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36862         ... here.
36863         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36865         ... here.
36866         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36867         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36868         ... here.
36869         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36871         ... here.
36872         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36873         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36875         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36876         definitions to architecture-specific files.
36877         (TLS_IE): Likewise.
36878         (TLS_LD): Likewise.
36879         (TLS_GD): Likewise.
36880         * sysdeps/i386/tls-macros.h: New file.
36881         * sysdeps/powerpc/tls-macros.h: Likewise.
36882         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36883         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36884         * sysdeps/sh/tls-macros.h: Likewise.
36885         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36886         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36887         * sysdeps/x86_64/tls-macros.h: Likewise.
36889 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36891         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36892         zero value for regular exit case.
36894         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36895         (__start_context): Preserve zero value for regular exit case.
36897 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36898             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36900         * manual/setjmp.texi (setcontext): Clarify normal process
36901         termination when uc_link is the null pointer.
36902         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36903         exit call.
36905 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36907         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36908         preprocessor.  Test for each exception mask separately.
36910 2012-07-16  Andreas Jaeger  <aj@suse.de>
36912         * po/ru.po: Update from translation team.
36914 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36916         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36917         equal to 0.
36918         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36919         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36920         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36921         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36922         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36924 2012-07-13  Andreas Jaeger  <aj@suse.de>
36926         * po/fr.po: Update from translation team.
36928 2012-07-12  Marek Polacek  <polacek@redhat.com>
36930         [BZ #14173]
36931         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36932         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36933         loop condition.
36935 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36937         [BZ #13717]
36938         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36939         Change to 2.4.1 where previously 2.4.0.
36940         * sysdeps/unix/sysv/linux/configure: Regenerated.
36941         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36942         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36943         version.
36944         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36945         (__ASSUME_AT_CLKTCK): Remove.
36946         (__ASSUME_AT_PAGESIZE): Likewise.
36947         (__ASSUME_AT_XID): Likewise.
36948         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36949         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36950         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36951         unconditionally.
36952         (HAVE_AUX_PAGESIZE): Likewise.
36953         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36954         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36955         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36957 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36959         [BZ #14307]
36960         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36961         the temporary buffer used to invoke __gethostbyname2_r,
36962         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36963         host_data / struct gaih_addrtuple.
36964         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36965         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36966         header file nss/nsswitch.h.
36967         * nss/nsswitch.h (global scope): Add definition of implementation
36968         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36969         resolv/nss_dns/dns-host.c).
36971 2012-07-11  Andreas Jaeger  <aj@suse.de>
36973         * po/fr.po: Update from translation team.
36975         * po/sv.po: Update from translation team
36976         * po/fr.po: Another update from translation team.
36978 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36980         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36981         for subnormals or multiply small sinh result by itself.
36982         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36985 2012-07-11  David S. Miller  <davem@davemloft.net>
36987         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36989 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36991         [BZ #14347]
36992         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36993         (INTERNAL_MARK): Shift it here.
36995 2012-07-10  Marek Polacek  <polacek@redhat.com>
36997         [BZ #14151]
36998         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36999         libc_cv_asm_global_directive with .globl.
37000         * configure: Regenerated.
37001         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37002         with .globl.
37003         * sysdeps/i386/configure: Regenerated.
37004         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37005         with .globl.
37006         * sysdeps/x86_64/configure: Regenerated.
37007         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37008         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37009         * elf/tst-unique2mod2.c: Likewise.
37010         * elf/tst-unique2mod1.c: Likewise.
37011         * elf/tst-unique1mod2.c: Likewise.
37012         * elf/tst-unique1mod1.c: Likewise.
37013         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37014         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37015         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37016         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37017         * sysdeps/mach/sysdep.h: Likewise.
37018         * sysdeps/i386/sysdep.h: Likewise.
37019         * sysdeps/i386/i386-mcount.S: Likewise.
37020         * sysdeps/x86_64/_mcount.S: Likewise.
37021         * sysdeps/x86_64/sysdep.h: Likewise.
37022         * sysdeps/sh/_mcount.S: Likewise.
37023         * sysdeps/sh/sysdep.h: Likewise.
37024         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37025         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37026         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37027         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37028         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37029         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37030         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37031         * locale/localeinfo.h: Likewise.
37032         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37033         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37035 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37037         [BZ #14336]
37038         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37039         system".
37040         * manual/message.texi (The Uniforum approach): Likewise.
37041         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37042         (glibc iconv Implementation): Likewise.
37044 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37046         [BZ #14337]
37047         * math/s_clog.c (__clog): Avoid scaling a value down where that
37048         could result in underflow.
37049         * math/s_clog10.c (__clog10): Likewise.
37050         * math/s_clog10f.c (__clog10f): Likewise.
37051         * math/s_clog10l.c (__clog10l): Likewise.
37052         * math/s_clogf.c (__clogf): Likewise.
37053         * math/s_clogl.c (__clogl): Likewise.
37054         * math/libm-test.inc (clog_test): Add more tests.
37055         (clog10_test): Likewise.
37056         * sysdeps/i386/fpu/libm-test-ulps: Update.
37057         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37059 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37061         [BZ #14283]
37062         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37063         by 7 not 8 to examine high bit of fractional part.
37065         [BZ #14042]
37066         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37067         for call to __mcount_internal.
37068         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37069         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37070         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37072 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37074         [BZ #14154]
37075         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37076         approximation for values within 0x1p-13f of an odd multiple of
37077         pi/4.
37078         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37079         exception.  Add more tests.
37080         * sysdeps/i386/fpu/libm-test-ulps: Update.
37082         [BZ #6778]
37083         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37084         inputs and return -1 for them.  Do not check for +Inf in case not
37085         reachable for +Inf.
37086         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37087         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37088         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37089         and return -1 for them.  Do not check for +Inf in case not
37090         reachable for +Inf.
37091         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37092         define.
37093         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37094         and return -1 for them.  Do not check for +Inf in case not
37095         reachable for +Inf.
37096         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37097         spurious underflow.
37098         * sysdeps/i386/fpu/libm-test-ulps: Update.
37099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37101 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37103         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37105 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37107         [BZ #14157]
37108         [BZ #14331]
37109         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37110         could result in spurious underflow.  Scale down values above
37111         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37112         * math/s_csqrtf.c (__csqrtf): Likewise.
37113         * math/s_csqrtl.c (__csqrtl): Likewise.
37114         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37115         spurious underflow.
37116         * sysdeps/i386/fpu/libm-test-ulps: Update.
37117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37119 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37121         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37122         xopen-msg.sed.
37123         * catgets/xopen-msg.awk: New file.
37124         * catgets/xopen-msg.sed: Removed.
37126         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37127         po2text.sed.
37128         * intl/po2test.awk: New file.
37129         * intl/po2test.sed: Removed.
37131 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37133         [BZ #14328]
37134         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37135         or multiply small sinh result by itself.
37136         * math/s_ctanf.c (__ctanf): Likewise.
37137         * math/s_ctanh.c (__ctanh): Likewise.
37138         * math/s_ctanhf.c (__ctanhf): Likewise.
37139         * math/s_ctanhl.c (__ctanhl): Likewise.
37140         * math/s_ctanl.c (__ctanl): Likewise.
37141         * math/libm-test.inc (ctan_test_tonearest): New function.
37142         (ctan_test_towardzero): Likewise.
37143         (ctan_test_downward): Likewise.
37144         (ctan_test_upward): Likewise.
37145         (ctanh_test_tonearest): Likewise.
37146         (ctanh_test_towardzero): Likewise.
37147         (ctanh_test_downward): Likewise.
37148         (ctanh_test_upward): Likewise.
37149         (main): Call these new functions.
37150         * sysdeps/i386/fpu/libm-test-ulps: Update.
37151         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37153 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37155         * .gitignore: Delete /ports entry.
37157 2012-07-03  Andreas Jaeger  <aj@suse.de>
37159         * po/bg.po: Update from translation team.
37160         * po/cs.po: Likewise.
37161         * po/de.po: Likewise.
37162         * po/hr.po: Likewise.
37163         * po/nl.pl: Likewise.
37164         * po/pl.po: Likewise.
37165         * po/vi.po: Likewise.
37167 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37169         * Makeconfig [!+link] (+link-before-libc): New variable.
37170         [!+link] (+link-after-libc): Likewise.
37171         [!+link] (+link-tests): Likewise.
37172         [!+link] (+link): Define in terms of $(+link-before-libc) and
37173         $(+link-after-libc).
37174         [!+link-static] (+link-static-before-libc): New variable.
37175         [!+link-static] (+link-static-after-libc): Likewise.
37176         [!+link-static] (+link-static-tests): Likewise.
37177         [!+link-static] (+link-static): Define in terms of
37178         $(+link-static-before-libc) and $(+link-static-after-libc).
37179         [build-shared] (link-libc-before-gnulib): New variable.
37180         [build-shared] (link-libc-tests): Likewise.
37181         [build-shared] (link-libc): Define in terms of
37182         $(link-libc-before-gnulib).
37183         [!build-shared] (link-libc-tests): New variable.
37184         (link-libc-static-tests): New variable.
37185         [!gnulib] (gnulib-arch): New variable.
37186         [!gnulib] (gnulib-tests): Likewise.
37187         [!gnulib] (static-gnulib-arch): Likewise.
37188         [!gnulib] (static-gnulib-tests): Likewise.
37189         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37190         Define with "=" instead of ":=".
37191         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37192         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37193         * Rules (binaries-all-notests): New variable.
37194         (binaries-all-tests): Likewise.
37195         (binaries-static-notests): Likewise.
37196         (binaries-static-tests): Likewise.
37197         (binaries-all): Define using $(binaries-all-notests) and
37198         $(binaries-all-tests).
37199         (binaries-static): Define using $(binaries-static-notests) and
37200         $(binaries-static-tests).
37201         (binaries-shared-tests): New variable.
37202         (binaries-shared-notests): Likewise.
37203         (binaries-shared): Remove variable.
37204         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37205         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37206         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37207         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37208         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37209         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37210         * elf/Makefile (sln-modules): New variable.
37211         (extra-objs): Add $(sln-modules:=.o).
37212         (ldconfig-modules): Add static-stubs.
37213         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37214         * elf/static-stubs.c: New file.
37216         [BZ #14283]
37217         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37218         by 7 not 8 to examine high bit of fractional part.  Use volatile
37219         variables when splitting into final array of floats if
37220         __FLT_EVAL_METHOD__ != 0.
37221         * math/libm-test.inc (cos_test): Add another test.
37222         (sin_test): Likewise.
37223         * sysdeps/i386/fpu/libm-test-ulps: Update.
37225         [BZ #14273]
37226         * math/libm-test.inc (cosh_test): Add more tests.
37228         * version.h (RELEASE): Set to "development".
37229         (VERSION): Set to "2.16.90".
37231 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37233         * NEWS: Update copyright. Remove last-updated date.
37234         Mention math library bug fixes and timezone data changes.
37235         * README: Mention GNU/Hurd, x32, and HPPA support status.
37237 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37239         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37241 2012-06-27  Andreas Jaeger  <aj@suse.de>
37243         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37245 2012-06-25  Andreas Jaeger  <aj@suse.de>
37247         * sysdeps/s390/fpu/libm-test-ulps: Update.
37249 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37250             Thomas Schwinge  <thomas@codesourcery.com>
37252         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37253         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37254         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37255         fanotify_mark.
37257 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37259         * sysdeps/mach/start.c: Remove file.
37260         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37261         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37262         * sysdeps/sh/init-first.c: Likewise.
37264         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37265         registers for frame unwinding purposes, add CFI directives.
37266         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37267         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37268         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37269         Likewise.
37271         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37272         __fortify_fail returning.
37273         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37275         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37276         sysdeps/sh/____longjmp_chk.S.
37277         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37278         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37279         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37280         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37282         * sysdeps/sh/abort-instr.h: New file.
37283         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37284         process in case exit returns.
37286         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37287         initialize the GOT register before use.
37289         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37290         calculation of ARGC > 4.
37292         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37293         meaningful names to some local labels.
37295 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37296             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37298         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37299         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37300         (__arch_compare_and_exchange_val_16_acq): Likewise.
37301         (__arch_compare_and_exchange_val_32_acq): Likewise.
37302         (atomic_exchange_and_add): Fix gUSA sequence.
37303         (atomic_add): Likewise.
37304         (atomic_add_negative): Likewise.
37305         (atomic_add_zero): Likewise.
37306         (atomic_bit_test_set): Likewise.
37308 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37310         [BZ #13579]
37311         * include/link.h (struct link_map): Add l_free_initfini.
37312         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37313         l_initfini.
37314         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37315         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37316         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37317         set.
37319 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37321         * configure.in: Use AC_LANG_SOURCE.
37322         * configure: Regenerate.
37324 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37326         * configure.in (libc_cv_localstatedir): New substituted variable.
37327         * configure: Regenerated.
37328         * config.make.in (localstatedir): New variable, substituted from
37329         libc_cv_localstatedir.
37330         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37331         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37332         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37333         * sysdeps/gnu/configure: Regenerated.
37335 2012-06-21  Jeff Law  <law@redhat.com>
37337         [BZ #14277]
37338         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37339         free.  Simplify list management for _LIBC case.
37341 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37343         [BZ #14273]
37344         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37345         Clear sign bit of 64-bit integer value before comparing against
37346         overflow value.
37348         * sysdeps/mach/configure: Regenerated.
37350 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37352         [BZ #14278]
37353         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37355 2012-06-21  Jeff Law  <law@redhat.com>
37357         [BZ #13882]
37358         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37359         uint16_t for elements in the "seen" array to avoid char overflows.
37360         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37361         * elf/dl-open.c (dl_open_worker): Likewise.
37363 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37365         * scripts/list-sources.sh: Scan PORTS for translations.
37366         * po/libc.pot: Regenerated.
37368 2012-06-21  Andreas Jaeger  <aj@suse.de>
37370         [BZ #12194]
37371         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37372         warning.
37373         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37374         * bits/byteswap-16.h (__bswap_16): Likewise.
37375         * bits/byteswap.h (__bswap_constant_16): Likewise.
37377 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37379         [BZ #14117]
37380         * sysdeps/i386/fpu_control.h: Removed.
37381         * sysdeps/x86_64/fpu_control.h: Moved to ...
37382         * sysdeps/x86/fpu_control.h: Here.
37384         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37385         (_FPU_SETCW): Likewise.
37387 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37389         [BZ #14117]
37390         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37391         * sysdeps/x86/fpu/bits/mathinline.h: This.
37392         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37394         [BZ #14050]
37395         [BZ #14117]
37396         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37397         functions if __x86_64__ is defined.
37399 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37401         * string/endian.h: Add !__ASSEMBLER__ condition for including
37402         conversion interfaces.
37404 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37406         [BZ #14241]
37407         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37408         of ABS(x) in calculating zero to negative powers other than odd
37409         integers.
37410         * math/libm-test.inc (pow_test): Add more tests.
37412 2012-06-15  Andreas Jaeger  <aj@suse.de>
37414         * manual/contrib.texi (Contributors): Update entry of Liubov
37415         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37416         Machado Filho.
37418 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37420         * string/string.h: Add __wur to GNU version of strerror_r.
37422 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37424         [BZ #14229]
37425         * string/Makefile (tests): Add tst-strtok_r.
37426         * string/tst-strtok_r.c: New file.
37427         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37428         RAX_LP/RDX_LP on SAVE_PTR.
37430 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37432         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37434 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37436         * libm_test.inc (csqrt_test): Allow more spurious underflow
37437         exceptions.
37438         (j0_test): Likewise.
37439         (j1_test): Likewise.
37440         (y0_test): Likewise.
37441         (y1_test): Likewise.
37443 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37445         * po/Makefile (libc.pot): Use UTF-8 charset.
37447 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37449         [BZ #14210]
37450         Suppress sign-conversion warning from FD_SET.
37451         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37452         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37453         not unsigned long int.
37454         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37456 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37458         [BZ #14050]
37459         [BZ #14117]
37460         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37461         __extern_always_inline instead of __extern_inline.
37462         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37463         (__signbit): Likewise.
37464         (__signbitl): Support C++ namespace.
37465         (lrintf): New inline function.
37466         (lrint): Likewise.
37467         (llrintf): Likewise.
37468         (llrint): Likewise.
37469         (fmaxf): Likewise.
37470         (fmax): Likewise.
37471         (fminf): Likewise.
37472         (fmin): Likewise.
37473         (rint): Likewise.
37474         (rintf): Likewise.
37475         (ceil): Likewise.
37476         (ceilf): Likewise.
37477         (floor): Likewise.
37478         (floorf): Likewise.
37479         (nearbyint): Likewise.
37480         (nearbyintf): Likewise.
37482 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37484         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37485         non-default versions.
37487 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37489         [BZ #14218]
37490         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37492 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37494         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37495         (FE_UPWARD, FE_DOWNWARD): Don't define.
37496         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37497         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37499         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37500         reading it.
37501         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37502         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37504 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37506         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37507         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37508         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37509         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37511 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37513         [BZ #14117]
37514         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37515         * sysdeps/i386/fpu/Implies: New file.
37516         * sysdeps/x86_64/fpu/Implies: Likewise.
37517         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37518         * sysdeps/x86/fpu/bits/fenv.h: This.
37520         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37521         __SSE_MATH__.
37523 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37525         [BZ #14134]
37526         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37527         character 0xffff that matches the last element of the
37528         conversion table.
37530 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37532         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37533         fmodl commit.
37535 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37537         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37538         values higher than 25.6283.
37540 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37542         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37543         subnormal exponent extraction and add some __builtin_expect.
37544         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37545         Fix for subnormal mantissa calculation.
37547 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37549         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37550         cpu2 is -1 and errno is not ENOSYS.
37552 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37554         [BZ #14117]
37555         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37556         * sysdeps/x86/bits/string.h: This.
37557         * sysdeps/x86_64/bits/string.h: Removed.
37559         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37560         if not compiling for x86-64, but compiling for >= i486.
37562         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37563         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37565         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37566         New macro from Linux kernel 3.4.0.
37567         (FP_XSTATE_MAGIC2): Likewise.
37568         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37569         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37570         (struct _fpx_sw_bytes): New struct.
37571         (struct _xsave_hdr): Likewise.
37572         (struct _ymmh_state): Likewise.
37573         (struct _xstate): Likewise.
37575         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37576         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37577         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37578         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37579         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37580         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37582         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37583         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37584         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37585         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37586         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37587         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37589 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37591         [BZ #13743]
37592         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37593         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37594         (sysdep_headers): Include sys/platform/ppc.h.
37595         * sysdeps/powerpc/test-gettimebase.c: Test for
37596         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37597         * manual/Makefile (appendices): Include platform.texi.
37598         * manual/contrib.texi (Contributors): Update @node pointers.
37599         * manual/maint.texi (Maintenance): Likewise.
37600         (Platform): New node.
37601         * manual/platform.texi: New file.  Document the new features.
37603 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37604             Jakub Jelinek  <jakub@redhat.com>
37606         [BZ #14188]
37607         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37608         where __builtin_expect is unavailable.
37610 2012-06-03  David S. Miller  <davem@davemloft.net>
37612         * stdlib/longlong.h: Updated from GCC.
37614 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37616         [BZ #14042]
37617         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37618         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37619         __mcount_internal.
37620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37621         (GLIBC_2.16): Likewise.
37623 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37625         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37627 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37630         (default-abi): New variable.
37631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37632         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37633         variable.
37634         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37635         Likewise.
37636         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37637         Likewise.
37638         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37639         Likewise.
37641         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37642         definition.  Document in comment.
37644 2012-06-01  David S. Miller  <davem@davemloft.net>
37646         * stdlib/longlong.h: Updated from GCC.
37648 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37650         [BZ #14117]
37651         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37652         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37653         sys/debugreg.h sys/io.h here.
37654         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37655         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37656         sys/io.h.
37657         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37658         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37659         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37660         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37661         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37662         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37664         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37665         Define only if __x86_64__ is defined.
37667 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37669         [BZ #14048]
37670         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37671         Use int64_t for variable i.
37672         * math/libm-test.inc (fmod_test): Add more tests.
37674         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37675         z computation is not scheduled after fetestexcept.
37676         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37677         Use math_force_eval instead of asm to ensure calculation scheduled
37678         before exception test.
37679         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37680         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37682 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37684         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37685         computation is not scheduled after fetestexcept.
37687 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37689         [BZ #14117]
37690         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37691         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37693 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37695         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37696         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37698 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37700         [BZ #14117]
37701         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37702         <bits/wordsize.h>.
37703         (__WCHAR_MIN): Support __WORDSIZE == 64.
37704         (__WCHAR_MAX): Likewise.
37706         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37707         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37709         [BZ #14183]
37710         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37711         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37713         [BZ #14117]
37714         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37715         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37717         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37718         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37720         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37721         Defined to 1 if __x86_64__ isn't defined.
37722         (_STAT_VER_LINUX_OLD): New.
37723         (st_atime): Remove duplicate.
37724         (st_mtime): Likewise.
37725         (st_ctime): Likewise.
37727 2012-05-31  David S. Miller  <davem@davemloft.net>
37729         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37730         entries.
37732 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37734         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37735         gen-libm-test.pl.
37737         [BZ #14132]
37738         * elf/dl-reloc.c: Include <_itoa.h>.
37739         (_dl_reloc_bad_type): Remove use of INTUSE.
37740         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37741         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37742         * stdio-common/psiginfo.c (psiginfo): Likewise.
37743         * stdio-common/psignal.c (psignal): Likewise.
37744         * string/strsignal.c (strsignal): Likewise.
37745         * include/signal.h (_sys_siglist): Declare hidden proto.
37746         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37747         INTVARDEF with libc_hidden_data_def.
37748         * stdio-common/itoa-udigits.c: Likewise.
37749         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37750         (_itoa_lower_digits_internal): Remove declaration.
37751         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37752         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37753         (_sys_sigabbrev_internal): Remove aliases.
37754         (_sys_siglist): Define hidden alias.
37756 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37758         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37759         bits/sysctl.h.
37761 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37763         [BZ #14117]
37764         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37765         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37767         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37768         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37769         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37770         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37771         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37772         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37774         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37775         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37776         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37778         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37779         with __addr.
37780         (insw): Likewise.
37781         (insl): Likewise.
37782         (outsb): Likewise.
37783         (outsw): Likewise.
37784         (outsl): Likewise.
37786         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37787         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37788         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37790         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37791         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37792         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37793         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37794         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37795         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37797         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37798         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37800         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37801         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37803         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37804         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37805         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37807         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37808         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37809         to ...
37810         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37812         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37813         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37814         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37816         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37817         for x86-64.
37818         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37820 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37822         * math/math.h (M_El): Use two more decimal places.
37823         (M_LOG2El): Likewise.
37824         (M_LOG10El): Likewise.
37825         (M_LN2l): Likewise.
37826         (M_LN10l): Likewise.
37827         (M_PIl): Likewise.
37828         (M_PI_2l): Likewise.
37829         (M_PI_4l): Likewise.
37830         (M_1_PIl): Likewise.
37831         (M_2_PIl): Likewise.
37832         (M_2_SQRTPIl): Likewise.
37833         (M_SQRT2l): Likewise.
37834         (M_SQRT1_2l): Likewise.
37836 2012-05-31  David S. Miller  <davem@davemloft.net>
37838         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37839         values between float registers.
37840         * sysdeps/sparc/sparc64/memset.S: Likewise.
37841         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37843 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37845         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37846         -D_FORTIFY_SOURCE=1.
37847         (CPPFLAGS-tst-longjmp_chk.c): Define.
37848         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37849         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37850         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37851         CFLAGS-tst-wchar-h.c.
37853 2012-05-31  Marek Polacek  <polacek@redhat.com>
37855         [BZ #14132]
37856         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37857         __endmntent_internal): Remove declaration.
37858         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37859         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37860         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37862 2012-05-30  David S. Miller  <davem@davemloft.net>
37864         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37865         (___Q_simulate_exceptions): Use real FP ops rather than writing
37866         into the %fsr.
37867         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37868         Likewise.
37870 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37872         [BZ #14117]
37873         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37874         * sysdeps/x86/bits/xtitypes.h: This.
37876         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37877         * sysdeps/x86/bits/wordsize.h: This.
37879         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37880         * sysdeps/x86/bits/huge_vall.h: This.
37882         * sysdeps/i386/bits/select.h: Removed.
37883         * sysdeps/x86_64/bits/select.h: Renamed to ...
37884         * sysdeps/x86/bits/select.h: This.
37886         * sysdeps/i386/bits/setjmp.h: Removed.
37887         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37888         * sysdeps/x86/bits/setjmp.h: This.
37890         * sysdeps/i386/bits/mathdef.h: Removed.
37891         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37892         * sysdeps/x86/bits/mathdef.h: This.
37894 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37896         [BZ #14132]
37897         * include/sys/socket.h (__connect_internal)
37898         (__libc_sa_len_internal): Remove declaration.
37899         (__connect, __libc_sa_len): Declare hidden_proto.
37900         (SA_LEN): Remove use of INTUSE.
37901         * socket/connect.c: Add libc_hidden_def.
37902         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37903         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37904         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37905         alias.
37906         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37907         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37908         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37909         of adding _internal alias.
37911 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37913         [BZ #14117]
37914         * sysdeps/i386/bits/link.h: Removed.
37915         * sysdeps/i386/bits/linkmap.h: Likewise.
37916         * sysdeps/x86_64/bits/link.h: Renamed to ...
37917         * sysdeps/x86/bits/link.h: This.
37918         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37919         * sysdeps/x86/bits/linkmap.h: This.
37921         * sysdeps/i386/bits/endian.h: Removed.
37922         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37923         * sysdeps/x86/bits/endian.h: This.
37925         * sysdeps/i386/bits/byteswap.h: Removed.
37926         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37927         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37928         * sysdeps/x86/bits/byteswap.h: This.
37929         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37930         * sysdeps/x86/bits/byteswap-16.h: This.
37931         * sysdeps/i386/Implies: Add x86.
37932         * sysdeps/x86_64/Implies: Likewise.
37934 2012-05-30  David S. Miller  <davem@davemloft.net>
37936         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37937         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37938         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37939         (FP_TRAPPING_EXCEPTIONS): Define.
37940         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37941         (FP_TRAPPING_EXCEPTIONS): Define.
37942         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37943         subnormals only when inexact has been signalled or underflow
37944         exceptions are enabled.
37945         (_FP_PACK_CANONICAL): Likewise.
37947 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37949         [BZ #14183]
37950         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37951         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37953 2012-05-30  Richard Henderson  <rth@twiddle.net>
37955         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37956         with #ifndef NOT_IN_libc.
37958         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37959         marked to avoid plt entry.
37961 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37963         [BZ #14112]
37964         * Makeconfig (default-abi): New macro.
37965         (abi-includes): Likewise.
37966         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37967         $(abi-$(default-abi)-lib-soname) for soname if defined.
37968         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37969         abi-variants.
37970         * Makefile (installed-stubs): Likewise.
37971         * include/stubs-biarch.h: Removed.
37972         * scripts/lib-names.awk: Only handle one library at a time.
37973         * scripts/soversions.awk: Remove WORDSIZE support.
37974         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37975         entries.
37976         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37977         Removed.
37978         (syscall-list-default-condition): Likewise.
37979         (syscall-list-default-condition): Likewise.
37980         (syscall-list-includes): Likewise.
37981         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37982         syscall-list-* with abi-*.  Handle undefined abi-variants.
37983         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37984         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37985         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37986         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37987         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37988         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37989         Removed.
37990         (syscall-list-32-options): Likewise.
37991         (syscall-list-32-condition): Likewise.
37992         (syscall-list-64-options): Likewise.
37993         (syscall-list-64-condition): Likewise.
37994         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37995         macro.
37996         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37997         Renamed to ...
37998         (abi-*): This.
37999         (abi-64-ld-soname): New macro.
38000         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38001         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38002         Renamed to ...
38003         (abi-*): This.
38004         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38005         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38007 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38009         * sysdeps/unix/sysv/linux/kernel-features.h
38010         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38011         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38012         include <kernel-features.h>.
38013         [!__NR_ftruncate64]: Remove conditional code.
38014         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38015         [__NR_ftruncate64]: Make code unconditional.
38016         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38017         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38018         include <kernel-features.h>.
38019         [!__NR_ftruncate64]: Remove conditional code.
38020         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38021         [__NR_ftruncate64]: Make code unconditional.
38022         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38024         include <kernel-features.h>.
38025         [!__NR_ftruncate64]: Remove conditional code.
38026         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38027         [__NR_ftruncate64]: Make code unconditional.
38028         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38030         include <kernel-features.h>.
38031         [!__NR_ftruncate64]: Remove conditional code.
38032         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38033         [__NR_ftruncate64]: Make code unconditional.
38034         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38036         * configure.in (libc_cv_fpie): Weaken to a compile test using
38037         LIBC_TRY_CC_OPTION.
38038         * configure: Regenerated.
38040 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38042         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38043         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38044         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38046         Refreshed.
38047         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38048         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38049         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38050         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38051         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38052         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38053         Refreshed.
38055 2012-05-27  David S. Miller  <davem@davemloft.net>
38057         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38058         (___Q_zero): New.
38059         (__Q_simulate_exceptions): Return void.  Change to simulate
38060         exceptions by writing into the %fsr.
38061         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38062         (__Qp_handle_exceptions): Likewise.
38063         (numbers): Delete.
38064         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38065         __Qp_handle_exceptions.
38066         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38067         __Qp_handle_exceptions.
38068         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38069         as unused and give dummy FP_RND_NEAREST initializer.
38070         (FP_INHIBIT_RESULTS): Define.
38071         (___Q_simulate_exceptions): Update declaration.
38072         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38073         formatting.
38074         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38075         as unused and give dummy FP_RND_NEAREST initializer.
38076         (__Qp_handle_exceptions): Update declaration.
38077         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38078         formatting.
38080 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38082         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38083         the temporary FPU control word.
38084         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38085         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38086         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38087         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38088         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38089         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38090         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38091         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38092         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38093         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38094         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38096 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38098         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38099         fields.
38101 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38103         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38104         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38105         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38106         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38107         Likewise.
38108         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38109         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38110         Likewise.
38112 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38114         * po/h.po: Update from translation team.
38116 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38118         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38120         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38121         handling of denormals.
38122         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38123         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38124         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38125         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38126         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38127         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38128         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38129         Likewise.
38131 2012-05-26  Marek Polacek  <polacek@redhat.com>
38133         [BZ #14152]
38134         * math/libm-test.inc (fma_test): Don't always expect underflow
38135         exception.
38137 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38139         [BZ #12416]
38140         * elf/tst-execstack.c: Include stackinfo.h.
38141         (do_test): Adjust test case to ensure that pthread_getattr_np
38142         behaviour remains the same after marking stack executable.
38144 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38146         * sysdeps/unix/sysv/linux/kernel-features.h
38147         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38148         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38149         kernel-features.h.
38150         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38151         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38152         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38153         kernel-features.h.
38154         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38155         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38157 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38159         * configure.in: Define the default includes to being none.
38160         * configure: Regenerated.
38162 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38164         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38165         * sysdeps/x86_64/setjmp.S: Likewise.
38166         * sysdeps/i386/bsd-setjmp.S: Likewise.
38167         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38168         * sysdeps/i386/setjmp.S: Likewise.
38169         * sysdeps/i386/__longjmp.S: Likewise.
38170         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38171         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38173         * include/stap-probe.h: New file.
38174         * configure.in: Handle --enable-systemtap.
38175         * configure: Regenerated.
38176         * config.h.in (USE_STAP_PROBE): New #undef.
38177         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38178         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38179         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38181 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38183         [BZ #13717]
38184         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38185         to 2.4.0 where earlier.
38186         * sysdeps/unix/sysv/linux/configure: Regenerated.
38187         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38188         <kernel-features.h>.
38189         [__ASSUME_32BITUIDS]: Make code unconditional.
38190         [!__ASSUME_32BITUIDS]: Remove conditional code.
38191         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38192         <kernel-features.h>.
38193         [__ASSUME_32BITUIDS]: Make code unconditional.
38194         [!__ASSUME_32BITUIDS]: Remove conditional code.
38195         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38196         [__ASSUME_32BITUIDS]: Make code unconditional.
38197         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38198         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38199         <kernel-features.h>.
38200         [__ASSUME_32BITUIDS]: Make code unconditional.
38201         [!__ASSUME_32BITUIDS]: Remove conditional code.
38202         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38203         <kernel-features.h>.
38204         [__ASSUME_32BITUIDS]: Make code unconditional.
38205         [!__ASSUME_32BITUIDS]: Remove conditional code.
38206         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38207         <kernel-features.h>.
38208         [__ASSUME_32BITUIDS]: Make code unconditional.
38209         [!__ASSUME_32BITUIDS]: Remove conditional code.
38210         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38211         <kernel-features.h>.
38212         [__ASSUME_32BITUIDS]: Make code unconditional.
38213         [!__ASSUME_32BITUIDS]: Remove conditional code.
38214         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38215         <kernel-features.h>.
38216         [__ASSUME_32BITUIDS]: Make code unconditional.
38217         [!__ASSUME_32BITUIDS]: Remove conditional code.
38218         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38219         <kernel-features.h>.
38220         [__ASSUME_32BITUIDS]: Make code unconditional.
38221         [!__ASSUME_32BITUIDS]: Remove conditional code.
38222         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38223         <kernel-features.h>.
38224         [__ASSUME_32BITUIDS]: Make code unconditional.
38225         [!__ASSUME_32BITUIDS]: Remove conditional code.
38226         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38227         <kernel-features.h>.
38228         [__ASSUME_32BITUIDS]: Make code unconditional.
38229         [!__ASSUME_32BITUIDS]: Remove conditional code.
38230         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38231         <kernel-features.h>.
38232         [__ASSUME_32BITUIDS]: Make code unconditional.
38233         [!__ASSUME_32BITUIDS]: Remove conditional code.
38234         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38235         <kernel-features.h>.
38236         [__ASSUME_32BITUIDS]: Make code unconditional.
38237         [!__ASSUME_32BITUIDS]: Remove conditional code.
38238         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38239         <kernel-features.h>.
38240         [__NR_setresgid] (__setresgid): Do not declare.
38241         [__ASSUME_32BITUIDS]: Make code unconditional.
38242         [!__ASSUME_32BITUIDS]: Remove conditional code.
38243         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38244         <kernel-features.h>.
38245         [__NR_setresuid] (__setresuid): Do not declare.
38246         [__ASSUME_32BITUIDS]: Make code unconditional.
38247         [!__ASSUME_32BITUIDS]: Remove conditional code.
38248         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38249         <kernel-features.h>.
38250         [__ASSUME_32BITUIDS]: Make code unconditional.
38251         [!__ASSUME_32BITUIDS]: Remove conditional code.
38252         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38253         <kernel-features.h>.
38254         [__ASSUME_32BITUIDS]: Make code unconditional.
38255         [!__ASSUME_32BITUIDS]: Remove conditional code.
38256         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38257         <kernel-features.h>.
38258         [__ASSUME_32BITUIDS]: Make code unconditional.
38259         [!__ASSUME_32BITUIDS]: Remove conditional code.
38260         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38261         <kernel-features.h>.
38262         [__ASSUME_32BITUIDS]: Make code unconditional.
38263         [!__ASSUME_32BITUIDS]: Remove conditional code.
38264         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38265         <kernel-features.h>.
38266         [__ASSUME_32BITUIDS]: Make code unconditional.
38267         [!__ASSUME_32BITUIDS]: Remove conditional code.
38268         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38269         <kernel-features.h>.
38270         [__ASSUME_32BITUIDS]: Make code unconditional.
38271         [!__ASSUME_32BITUIDS]: Remove conditional code.
38272         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38273         <kernel-features.h>.
38274         [__ASSUME_32BITUIDS]: Make code unconditional.
38275         [!__ASSUME_32BITUIDS]: Remove conditional code.
38276         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38277         <kernel-features.h>.
38278         [__ASSUME_32BITUIDS]: Make code unconditional.
38279         [!__ASSUME_32BITUIDS]: Remove conditional code.
38280         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38281         <kernel-features.h>.
38282         [__ASSUME_32BITUIDS]: Make code unconditional.
38283         [!__ASSUME_32BITUIDS]: Remove conditional code.
38284         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38285         <kernel-features.h>.
38286         [__ASSUME_32BITUIDS]: Make code unconditional.
38287         [!__ASSUME_32BITUIDS]: Remove conditional code.
38288         * sysdeps/unix/sysv/linux/kernel-features.h
38289         (__ASSUME_SETRESUID_SYSCALL): Remove.
38290         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38291         (__ASSUME_32BITUIDS): Likewise.
38292         (__ASSUME_LDT_WORKS): Likewise.
38293         (__ASSUME_O_DIRECTORY): Likewise.
38294         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38295         architecture but not kernel version.
38296         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38297         (__ASSUME_MMAP2_SYSCALL): Likewise.
38298         (__ASSUME_STAT64_SYSCALL): Likewise.
38299         (__ASSUME_IPC64): Likewise.
38300         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38301         <kernel-features.h>.
38302         [__ASSUME_32BITUIDS]: Make code unconditional.
38303         [!__ASSUME_32BITUIDS]: Remove conditional code.
38304         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38305         <kernel-features.h>.
38306         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38307         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38308         132096]: Remove conditional code.
38309         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38310         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38311         <kernel-features.h>.
38312         [__ASSUME_32BITUIDS]: Make code unconditional.
38313         [!__ASSUME_32BITUIDS]: Remove conditional code.
38314         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38315         <kernel-features.h>.
38316         [__ASSUME_32BITUIDS]: Make code unconditional.
38317         [!__ASSUME_32BITUIDS]: Remove conditional code.
38318         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38319         <kernel-features.h>.
38320         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38321         unconditional.
38322         (__setresgid): Do not declare.
38323         [__ASSUME_32BITUIDS]: Make code unconditional.
38324         [!__ASSUME_32BITUIDS]: Remove conditional code.
38325         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38326         <kernel-features.h>.
38327         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38328         unconditional.
38329         (__setresuid): Do not declare.
38330         [__ASSUME_32BITUIDS]: Make code unconditional.
38331         [!__ASSUME_32BITUIDS]: Remove conditional code.
38332         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38333         <kernel-features.h>.
38334         [__ASSUME_32BITUIDS]: Make code unconditional.
38335         [!__ASSUME_32BITUIDS]: Remove conditional code.
38336         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38337         <kernel-features.h>.
38338         [__ASSUME_32BITUIDS]: Make code unconditional.
38339         [!__ASSUME_32BITUIDS]: Remove conditional code.
38341 2012-05-25  Richard Henderson  <rth@twiddle.net>
38343         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38344         dl_hwcap to ifunc resolver.
38345         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38346         elf_ifunc_invoke.
38347         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38348         dl_hwcap to ifunc resolver.
38349         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38351 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38353         [BZ #14153]
38354         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38355         for |x| <= 2**-26, not 2**-57.
38356         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38357         exception.
38359 2012-05-24  Jeff Law  <law@redhat.com>
38361         * stdio-common/Makefile (tests): Add bug25.
38362         * stdio-common/bug25.c: New test.
38364 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38366         [BZ #13576]
38367         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38368         multiple of MALLOC_ALIGNMENT in size.
38369         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38371 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38373         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38374         Require >= 256.
38375         (FILENAME_MAX): Use macro-int-constant.
38376         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38377         (_IOFBF): Use macro-int-constant.
38378         (_IOLBF): Likewise.
38379         (_IONBF): Likewise.
38380         (SEEK_CUR): Likewise.
38381         (SEEK_END): Likewise.
38382         (SEEK_SET): Likewise.
38383         (TMP_MAX): Likewise.
38384         (EOF): Use macro-int-constant.  Require < 0.
38385         (NULL): Use macro-constant.  Require == 0.
38386         (stdin): Require type to be FILE *.
38387         (stdout): Likewise.
38388         (stderr): Likewise.
38389         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38390         macro-int-constant.
38391         (EXIT_SUCCESS): Likewise.
38392         (NULL): Use macro-constant.  Require == 0.
38393         (RAND_MAX): Use macro-int-constant.
38394         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38395         [C99-based standards] (strtof): Require function.
38396         [C99-based standards] (strtold): Likewise.
38397         [C99-based standards] (strtoll): Likewise.
38398         [C99-based standards] (strtoull): Likewise.
38399         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38400         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38401         [ISO || ISO99 || ISO11] (math.h): Likewise.
38402         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38403         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38404         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38406 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38408         [BZ #14132]
38409         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38410         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38411         * intl/dgettext.c (DCGETTEXT): Likewise.
38412         * intl/gettext.c (DCGETTEXT): Likewise.
38413         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38414         * posix/regex_internal.h (gettext): Likewise.
38415         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38416         Remove declaration.
38417         * include/argz.h (__argz_count_internal)
38418         (__argz_stringify_internal): Remove declaration.
38419         (__argz_count, __argz_stringify): Declare hidden proto.
38420         * intl/dcgettext.c: Remove use of INTDEF.
38421         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38422         * string/argz-stringify.c: Likewise.
38423         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38424         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38425         Declare hidden proto.
38426         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38427         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38428         Declare hidden proto.
38429         * include/stdio.h (__asprintf_internal): Don't declare.
38430         (__asprintf): Don't define as macro.  Declare hidden proto.
38431         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38432         (__fsetlocking): Declare hidden proto.
38433         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38434         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38435         hidden proto.
38436         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38437         (_IO_setlinebuf): Remove use of INTUSE.
38438         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38439         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38440         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38441         Remove declaration.
38442         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38443         (_IO_do_flush): Remove use of INTUSE.
38444         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38445         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38446         (_IO_adjust_column, _IO_least_wmarker)
38447         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38448         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38449         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38450         (_IO_default_doallocate, _IO_wdefault_doallocate)
38451         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38452         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38453         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38454         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38455         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38456         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38457         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38458         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38459         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38460         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38461         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38462         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38463         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38464         proto.
38465         (_IO_flush_all_internal, _IO_adjust_column_internal)
38466         (_IO_default_uflow_internal, _IO_default_finish_internal)
38467         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38468         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38469         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38470         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38471         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38472         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38473         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38474         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38475         (_IO_file_close_internal, _IO_file_close_it_internal)
38476         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38477         (_IO_file_init_internal, _IO_file_attach_internal)
38478         (_IO_file_fopen_internal, _IO_file_read_internal)
38479         (_IO_file_sync_internal, _IO_file_seek_internal)
38480         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38481         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38482         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38483         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38484         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38485         (_IO_list_all_internal, _IO_link_in_internal)
38486         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38487         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38488         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38489         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38490         (_IO_do_write_internal, _IO_padn_internal)
38491         (_IO_getline_info_internal, _IO_getline_internal)
38492         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38493         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38494         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38495         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38496         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38497         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38498         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38499         with libc_hidden_ver, remove use of INTUSE.
38500         * libio/genops.c: Likewise.
38501         * libio/freopen.c: Likewise.
38502         * libio/freopen64.c: Likewise.
38503         * libio/iofclose.c: Likewise.
38504         * libio/iofdopen.c: Likewise.
38505         * libio/iofflush.c: Likewise.
38506         * libio/iofflush_u.c: Likewise.
38507         * libio/iofgets.c: Likewise.
38508         * libio/iofgets_u.c: Likewise.
38509         * libio/iofopen.c: Likewise.
38510         * libio/iofopncook.c: Likewise.
38511         * libio/iofread.c: Likewise.
38512         * libio/iofread_u.c: Likewise.
38513         * libio/ioftell.c: Likewise.
38514         * libio/iofwrite.c: Likewise.
38515         * libio/iogetline.c: Likewise.
38516         * libio/iogets.c: Likewise.
38517         * libio/iogetwline.c: Likewise.
38518         * libio/iopadn.c: Likewise.
38519         * libio/iopopen.c: Likewise.
38520         * libio/ioseekoff.c: Likewise.
38521         * libio/ioseekpos.c: Likewise.
38522         * libio/iosetbuffer.c: Likewise.
38523         * libio/iosetvbuf.c: Likewise.
38524         * libio/ioungetc.c: Likewise.
38525         * libio/ioungetwc.c: Likewise.
38526         * libio/iovdprintf.c: Likewise.
38527         * libio/iovsprintf.c: Likewise.
38528         * libio/iovsscanf.c: Likewise.
38529         * libio/memstream.c: Likewise.
38530         * libio/obprintf.c: Likewise.
38531         * libio/oldfileops.c: Likewise.
38532         * libio/oldiofclose.c: Likewise.
38533         * libio/oldiofdopen.c: Likewise.
38534         * libio/oldiofopen.c: Likewise.
38535         * libio/oldiopopen.c: Likewise.
38536         * libio/oldstdfiles.c: Likewise.
38537         * libio/putc.c: Likewise.
38538         * libio/setbuf.c: Likewise.
38539         * libio/setlinebuf.c: Likewise.
38540         * libio/stdfiles.c: Likewise.
38541         * libio/strops.c: Likewise.
38542         * libio/vasprintf.c: Likewise.
38543         * libio/vscanf.c: Likewise.
38544         * libio/vsnprintf.c: Likewise.
38545         * libio/vswprintf.c: Likewise.
38546         * libio/wfiledoalloc.c: Likewise.
38547         * libio/wfileops.c: Likewise.
38548         * libio/wgenops.c: Likewise.
38549         * libio/wmemstream.c: Likewise.
38550         * libio/wstrops.c: Likewise.
38551         * libio/__fpurge.c: Likewise.
38552         * libio/__fsetlocking.c: Likewise.
38553         * assert/assert.c: Likewise.
38554         * debug/fgets_chk.c: Likewise.
38555         * debug/fgets_u_chk.c: Likewise.
38556         * debug/fread_chk.c: Likewise.
38557         * debug/fread_u_chk.c: Likewise.
38558         * debug/gets_chk.c: Likewise.
38559         * debug/obprintf_chk.c: Likewise.
38560         * debug/vasprintf_chk.c: Likewise.
38561         * debug/vdprintf_chk.c: Likewise.
38562         * debug/vsnprintf_chk.c: Likewise.
38563         * debug/vsprintf_chk.c: Likewise.
38564         * malloc/mtrace.c: Likewise.
38565         * misc/error.c: Likewise.
38566         * misc/syslog.c: Likewise.
38567         * stdio-common/asprintf.c: Likewise.
38568         * stdio-common/fxprintf.c: Likewise.
38569         * stdio-common/getw.c: Likewise.
38570         * stdio-common/isoc99_fscanf.c: Likewise.
38571         * stdio-common/isoc99_scanf.c: Likewise.
38572         * stdio-common/isoc99_vfscanf.c: Likewise.
38573         * stdio-common/isoc99_vscanf.c: Likewise.
38574         * stdio-common/isoc99_vsscanf.c: Likewise.
38575         * stdio-common/printf-prs.c: Likewise.
38576         * stdio-common/printf_fp.c: Likewise.
38577         * stdio-common/printf_fphex.c: Likewise.
38578         * stdio-common/printf_size.c: Likewise.
38579         * stdio-common/putw.c: Likewise.
38580         * stdio-common/scanf.c: Likewise.
38581         * stdio-common/sprintf.c: Likewise.
38582         * stdio-common/tmpfile.c: Likewise.
38583         * stdio-common/vfprintf.c: Likewise.
38584         * stdio-common/vfscanf.c: Likewise.
38585         * stdlib/strfmon_l.c: Likewise.
38586         * sunrpc/openchild.c: Likewise.
38587         * sunrpc/xdr_stdio.c: Likewise.
38588         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38589         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38591 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38593         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38595         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38596         in the third column, to generate for the shared library an IFUNC
38597         that uses _dl_vdso_vsym.
38598         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38599         * Makeconfig (object-suffixes-noshared): New variable.
38601         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38602         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38603         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38604         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38606         [BZ #14132]
38607         * include/sys/time.h (__gettimeofday): Remove macro.
38608         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38609         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38610         Remove INTDEF.
38611         (__gettimeofday): Add libc_hidden_def.
38612         (gettimeofday): Add libc_hidden_weak.
38613         * sysdeps/mach/gettimeofday.c: Likewise.
38614         * sysdeps/posix/gettimeofday.c: Likewise.
38615         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38616         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38617         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38618         (__gettimeofday_internal): Remove strong_alias.
38619         (__gettimeofday): Add libc_hidden_def.
38620         (gettimeofday): Add libc_hidden_weak.
38621         * sysdeps/unix/syscalls.list (gettimeofday):
38622         Remove __gettimeofday_internal alias.
38624 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38625             H.J. Lu  <hongjiu.lu@intel.com>
38627         [BZ #12495]
38628         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38629         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38630         (largebin_index_32_big): New.
38631         (largebin_index): Use it for 16-byte alignment.
38632         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38633         correction with front_misalign.
38635 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38637         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38638         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38639         Likewise.
38640         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38641         Likewise.
38642         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38643         Likewise.
38644         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38645         Likewise.
38646         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38647         Likewise.
38648         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38649         Likewise.
38650         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38651         Likewise.
38652         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38653         Likewise.
38654         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38655         Likewise.
38656         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38657         Likewise.
38658         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38659         Likewise.
38660         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38661         Likewise.
38663         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38664         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38666 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38668         [BZ #10846]
38669         [BZ #14036]
38670         * math/libm-test.inc (exp_test): Add test from bug 14036.
38671         (pow_test): Add test from bug 10846.
38673         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38674         and other flags.
38675         (special_function): Do not include flags in test name.
38676         (parse_args): Likewise.
38677         * sysdeps/i386/fpu/libm-test-ulps: Update.
38678         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38679         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38680         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38683         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38684         exceptions.
38685         * math/libm-test.inc ("Philosophy"): Update comment about
38686         exception testing.
38687         (UNDERFLOW_EXCEPTION): New macro.
38688         (UNDERFLOW_EXCEPTION_OK): Likewise.
38689         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38690         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38691         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38692         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38693         (INVALID_EXCEPTION_OK): Update value.
38694         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38695         (OVERFLOW_EXCEPTION_OK): Likewise.
38696         (IGNORE_ZERO_INF_SIGN): Likewise.
38697         (test_exceptions): Handle underflow exceptions.
38698         (acos_test): Update for underflow exception expectations.
38699         (cexp_test): Likewise.
38700         (clog_test): Likewise.
38701         (clog10_test): Likewise.
38702         (csqrt_test): Likewise.
38703         (ctan_test): Likewise.
38704         (ctanh_test): Likewise.
38705         (exp_test): Likewise.
38706         (exp10_test): Likewise.
38707         (exp2_test): Likewise.
38708         (expm1_test): Likewise.
38709         (fma_test): Likewise.
38710         (j0_test): Likewise.
38711         (jn_test): Likewise.
38712         (nexttoward_test): Likewise.
38713         (pow_test): Likewise.
38714         (scalbn_test): Likewise.
38715         (scalbln_test): Likewise.
38716         (tan_test): Likewise.
38717         (y1_test): Likewise.
38718         * sysdeps/i386/fpu/libm-test-ulps: Update.
38719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38721 2012-05-23  David S. Miller  <davem@davemloft.net>
38723         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38724         (__libc_sigaction): Remove unused local variables.
38726 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38728         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38730 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38732         mktime: avoid signed integer overflow
38733         * time/mktime.c (__mktime_internal): Do not mishandle the case
38734         where diff == INT_MIN.
38736         mktime: simplify computation of average
38737         * time/mktime.c (ranged_convert): Use new time_t_avg function
38738         instead of rolling our own (probably-slower) code.
38740         mktime: do not assume signed right shift propagates sign bit
38741         * time/mktime.c (isdst_differ): New static function.
38742         (__mktime_internal): No need to normalize tm_isdst now.
38743         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38744         tm_isdst values.
38746         mktime: merge another wrapv change from gnulib
38747         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38748         from some compilers.
38750         mktime: remove incorrect attempt at unusual arithmetics
38751         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38752         The code didn't really work on such machines anyway.
38753         (TYPE_MINIMUM): Assume two's complement.
38754         (twos_complement_arithmetic): Verify that long_int and time_t
38755         are two's complement (or unsigned, in the latter case).
38757         mktime: check signed shifts on long_int and time_t, too
38758         * time/mktime.c (SHR): Check that shifts work as desired
38759         on the types long_int and time_t too, as SHR is used on
38760         such types.
38762         mktime: do not assume 'long' is wide enough
38763         * time/mktime.c (verify): Move decl up.
38764         (long_int): New type.
38765         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38766         to remove assumption in the code that 'long' is wide enough to
38767         store year values.  This assumption is not true on x32 and on
38768         some non-glibc platforms.
38770         mktime: merge wrapv change from gnulib
38771         * time/mktime.c (WRAPV): New macro.
38772         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38773         (guess_time_tm, __mktime_internal): Do not assume that signed
38774         integer overflow wraps around; modern compilers generate code
38775         where this assumption is no longer valid.
38777 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38779         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38780         Replace "jmp L(pseudo_end)" with "ret".
38781         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38782         Likewise.
38784 2012-05-23  Andreas Jaeger  <aj@suse.de>
38786         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38787         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38789 2012-05-23  Andreas Jaeger  <aj@suse.de>
38790             Maximilian Attems  <max@stro.at>
38792         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38793         New macros.
38795 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38797         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38798         code so that pseudo_end is just ret and the stack pointer is
38799         correct also for static library in error case.
38801 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38803         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38804         move to syscalls.list.
38805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38810         * manual/install.texi (Running make install): Do not mention Linux
38811         kernel version for which pt_chown is not needed.
38812         (Linux): Do not mention problems with nscd with 2.0 kernels.
38813         * INSTALL: Regenerated.
38815 2012-05-23  Andreas Jaeger  <aj@suse.de>
38817         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38818         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38819         macro.
38820         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38821         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38822         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38823         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38824         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38825         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38826         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38827         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38828         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38829         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38830         * sysdeps/unix/sysv/linux/bits/in.h
38831         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38833 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38835         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38836         (PREPARE_VERSION): Just use assert instead, it will be elided
38837         under [NDEBUG] anyway.
38839 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38841         * sysdeps/unix/sysv/linux/Makefile: Include
38842         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38843         (sysdep_routines): Remove sysctl.
38844         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38845         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38846         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38847         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38848         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38850 2012-05-22  Andreas Jaeger  <aj@suse.de>
38852         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38853         that pseudo_end is just ret and the stack pointer is correct also
38854         for static library in error case.
38856 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38858         [BZ #14122]
38859         * nss/nsswitch.c (defconfig_entries): New variable.
38860         (__nss_database_lookup): Don't leak defconfig entries.
38861         (nss_parse_service_list): Don't leak on error paths.
38862         (free_database_entries): New function.
38863         (free_defconfig): New function.
38864         (free_mem): Move common code to free_database_entries.
38866 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38868         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38869         Add arch_prctl.
38870         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38872         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38873         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38874         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38875         New macro.
38876         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38877         (INTERNAL_SYSCALL_TYPES): Likewise.
38878         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38879         (LOAD_REGS_TYPES_[1-6]): Likewise.
38880         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38881         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38883 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38885         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38886         copysignl for GLIBC_2_0.
38887         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38888         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38889         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38890         logbl for GLIBC_2_0.
38891         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38892         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38894 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38896         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38897         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38899         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38900         Use "neg %eax".
38902         * time/mktime.c: Update copyright years.
38904 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38906         mktime: merge comment-quoting-style change from gnulib
38907         * time/mktime.c: Quote 'like this' in comments.
38908         The GNU coding standards suggest that we no longer quote `like this',
38909         as "`" and "'" are typically rendered asymmetrically nowadays.
38910         The typical gnulib style is to quote 'like this' when quoting
38911         code, and "like this" when quoting English.
38913         * time/mktime.c (compile-command): Add "-I.".
38915         mktime: merge mktime-internal.h change from gnulib
38916         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38918         mktime: merge time_r change from gnulib
38919         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38921         mktime: merge DEBUG change from gnulib
38922         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38923         case system <time.h> has a #define.
38925         mktime: merge <sys/types.h> change from gnulib
38926         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38927         since <time.t> is now guaranteed to define time_t.
38929         mktime: merge HAVE_CONFIG_H change from gnulib
38930         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38932 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38934         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38935         Use "neg %eax".
38937         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38938         __rlim_t cast.
38939         (struct rusage): Use anonymous union to pad each field to
38940         __syscall_slong_t.
38942 2012-05-21  David S. Miller  <davem@davemloft.net>
38944         * Makefules (o-iterator): Remove .s cases.
38945         (compile-command.s): Delete.
38946         (COMPILE.s): Delete.
38947         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38949 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38951         * configure.in (libc_cv_predef_stack_protector): Only consider
38952         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38953         * configure: Regenerated.
38955 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38957         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38958         New macro.  Use R*LP on int and pointer.
38959         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38960         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38961         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38962         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38964         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38965         [__WORDSIZE_TIME64_COMPAT32] instead of
38966         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38967         (struct utmp): Likewise.
38968         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38969         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38970         Renamed to ...
38971         (__WORDSIZE_TIME64_COMPAT32): This.
38972         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38973         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38974         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38975         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38976         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38977         (__WORDSIZE_TIME64_COMPAT32): New macro.
38979 2012-05-21  Andreas Jaeger  <aj@suse.de>
38981         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38982         only if [SHARED]. Add prototype for __wcschr_ia32.
38984 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38986         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38987         of %rbp unmolested in the jmp_buf while mangling the low bits.
38988         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38989         unmolested high bits of %rbp while demangling the low bits.
38990         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38992 2012-05-21  Andreas Jaeger  <aj@suse.de>
38994         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38995         * sunrpc/svc_simple.c: Use it for registerrpc.
38996         * sunrpc/xcrypt.c: Use it for passwd2des.
38998         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39000 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39002         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39003         Don't define if [__SYSCALL_WORDSIZE != 32].
39004         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39005         New macro.
39007 2012-05-21  Bruno Haible  <bruno@clisp.org>
39008             Andreas Jaeger  <aj@suse.de>
39010         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39011         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39012         inptr and inend for must_buffer_ch.
39013         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39014         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39015         * stdio-common/Makefile (tests): Remove bug15.
39016         (bug15-ENV): Remove macro.
39017         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39018         anymore.
39020 2012-05-19  Andreas Jaeger  <aj@suse.de>
39021             Roland McGrath  <roland@hack.frob.com>
39023         * manual/contrib.texi: Completely rewritten. It contains now an
39024         alphabetical list of contributors and their contributions.
39026 2012-05-21  Richard Henderson  <rth@twiddle.net>
39028         * misc/getauxval.c (__getauxval): Use unsigned long int.
39029         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39030         (getauxval): Use unsigned long int.
39032 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39034         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39036 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39038         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39039         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39040         __alignof__ (long double).
39042 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39046 2012-05-20  Richard Henderson  <rth@twiddle.net>
39048         * misc/getauxval.c: New file.
39049         * misc/sys/auxv.h: New file.
39050         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39051         (routines): Add getauxval.
39052         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39053         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39054         * elf/dl-sysdep.c (_dl_auxv): Remove.
39055         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39056         * elf/dl-support.c (_dl_auxv): New variable.
39057         (_dl_aux_init): Initialize it.
39058         * manual/startup.texi (Auxiliary Vector): New node.
39059         * sysdeps/generic/bits/hwcap.h: New file.
39060         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39061         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39062         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39063         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39064         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39065         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39067         Update.
39068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39069         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39071         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39075         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39077 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39079         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39081 2012-05-19  David S. Miller  <davem@davemloft.net>
39083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39085 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39087         [BZ #14123]
39088         * math/s_ccosh.c: Include <float.h>
39089         (__ccosh): Avoid internal overflow calculating sinh and cosh
39090         values before multiplying by sin and cos values.
39091         * math/s_ccoshf.c: Likewise.
39092         * math/s_ccoshl.c: Likewise.
39093         * math/s_csin.c: Likewise.
39094         * math/s_csinf.c: Likewise.
39095         * math/s_csinl.c: Likewise.
39096         * math/s_csinh.c: Likewise.
39097         * math/s_csinhf.c: Likewise.
39098         * math/s_csinhl.c: Likewise.
39099         * math/libm-test.inc (ccos_test): Add more tests.
39100         (ccosh_test): Likewise.
39101         (csin_test): Likewise.
39102         (csinh_test): Likewise.
39103         * sysdeps/i386/fpu/libm-test-ulps: Update.
39104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39106 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39108         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39109         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39111         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39113 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39115         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39116         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39117         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39118         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39119         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39120         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39121         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39122         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39123         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39124         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39125         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39126         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39127         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39128         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39129         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39130         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39131         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39132         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39133         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39134         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39135         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39136         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39137         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39138         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39139         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39140         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39141         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39142         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39143         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39144         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39145         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39147 2012-05-18  Andreas Jaeger  <aj@suse.de>
39149         * csu/.gitignore: Delete.
39151 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39153         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39154         (timex): Use __syscall_slong_t.
39156 2012-05-18  Andreas Jaeger  <aj@suse.de>
39157             Carlos O'Donell  <carlos_odonell@mentor.com>
39159         * manual/install.texi (Configuring and compiling): Update
39160         description about files modified in the source directory.
39161         * INSTALL: Regenerated.
39163 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39165         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39166         value.  Use "or" to set return value to -1.
39167         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39168         negate return value.
39170 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39172         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39173         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39174         failure if the compiler has Graphite support disabled.
39175         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39176         Likewise.
39177         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39178         (CFLAGS-memmove.c): Likewise.
39179         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39180         Likewise.
39182 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39184         * sysdeps/x86_64/x32/_itoa.h: New file.
39186         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39187         getdents system call only if kernel and user dirents have the
39188         same d_ino and d_off.
39190         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39191         LLONG_MAX != LONG_MAX.
39192         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39193         (_fitoa_word): Likewise.
39195         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39196         years.
39197         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39198         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39199         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39201         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39202         include <bits/wordsize.h>.  Check __x86_64__ instead of
39203         __WORDSIZE.
39204         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39205         if __x86_64__ is defined.  Use anonymous union on fpstate.
39207         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39208         anonymous union.
39210 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39212         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39213         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39214         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39215         Refer to _rtld_local_ro instead of _rtld_global_ro.
39216         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39217         Likewise.
39218         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39219         Likewise.
39220         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39221         Likewise.
39222         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39223         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39224         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39226         * sysdeps/powerpc/powerpc32/dl-machine.c
39227         (__elf_machine_runtime_setup) [PROF]: Don't reference
39228         _dl_prof_resolve.
39230 2012-05-18  Andreas Jaeger  <aj@suse.de>
39232         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39233         function only available for GCCs before 3.4 since GCC 3.4
39234         introduced a builtin.
39235         (lrint): Likewise.
39236         (llrintf): Likewise.
39237         (llrint): Likewise.
39238         (fmaxf): Likewise.
39239         (fmax): Likewise.
39240         (fminf): Likewise.
39241         (fmin): Likewise.
39242         (rint): Likewise.
39243         (rintf): Likewise.
39244         (nearbyint): Likewise.
39245         (nearbyintf): Likewise.
39246         (ceil): Likewise.
39247         (ceilf): Likewise.
39248         (floor): Likewise.
39249         (floorf): Likewise.
39251 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39253         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39254         on both fields and cast pointer to __syscall_ulong_t.
39256         * bits/types.h (__fsword_t): New type.
39257         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39258         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39259         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39260         (__FSWORD_T_TYPE): Likewise.
39261         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39262         (__FSWORD_T_TYPE): Likewise.
39263         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39264         (__FSWORD_T_TYPE): Likewise.
39265         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39266         (__FSWORD_T_TYPE): Likewise.
39267         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39268         __SWORD_TYPE with __fsword_t.
39269         (statfs64): Likewise.
39271 2012-05-17  David S. Miller  <davem@davemloft.net>
39273         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39275 2012-05-17  Andreas Jaeger  <aj@suse.de>
39277         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39278         warning.
39280 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39282         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39284 2012-05-17  Andreas Jaeger  <aj@suse.de>
39286         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39287         when it is used.
39289 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39291         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39293 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39295         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39296         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39298 2012-05-17  Andreas Jaeger  <aj@suse.de>
39299             Carlos O'Donell  <carlos_odonell@mentor.com>
39301         [BZ #14059]
39302         * sysdeps/x86_64/multiarch/init-arch.h
39303         (bit_YMM_Usable): Rename to...
39304         (bit_AVX_Usable): ... this.
39305         (bit_FMA4_Usable): New macro.
39306         (bit_XMM_state): New macro.
39307         (bit_YMM_state): New macro.
39308         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39309         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39310         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39311         (CPUID_OSXSAVE): New macro.
39312         (CPUID_AVX): New macro.
39313         (CPUID_FMA4): New macro.
39314         (index_YMM_Usable): Rename to...
39315         (index_AVX_Usable): ... this.
39316         (HAS_AVX): Use HAS_ARCH_FEATURE.
39317         (HAS_FMA4): Likewise.
39318         (HAS_YMM_USABLE): Remove.
39319         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39320         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39321         are present.
39322         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39323         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39324         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39325         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39326         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39328 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39330         * math/libm-test.c: Support platforms without multiple rounding modes.
39331         * math/bug-nextafter.c: Support platforms without FP exceptions.
39332         * math/bug-nexttoward.c: Likewise.
39333         * math/test-fenv.c: Likewise.
39334         * math/test-misc.c: Likewise.
39335         * stdlib/bug-getcontext.c: Likewise.
39337 2012-05-17  Andreas Jaeger  <aj@suse.de>
39339         * manual/examples/search.c (critter_cmp): Change signature to
39340         avoid warnings.
39341         * manual/string.texi (Collation Functions): Likewise.
39343 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39345         * bits/types.h: Fold copyright years.
39346         * bits/typesizes.h: Likewise.
39347         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39348         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39349         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39350         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39351         * time/time.h: Likewise.
39353 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39355         [BZ #208]
39356         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39357         in instead of returning them.  Return void.
39358         (__libc_mallinfo): Accumulate over all arenas.
39359         (__malloc_stats): Adjust for change in int_mallinfo interface.
39361 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39363         [BZ #10375]
39364         * configure.in (NM): Add AC_CHECK_TOOL for it.
39365         (libc_extra_cflags): New substituted variable.
39366         Check for -fstack-protector being used implicitly.
39367         * configure: Regenerated.
39368         * config.make.in (config-extra-cflags): New variable,
39369         gets @libc_extra_cflags@.
39370         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39372         [BZ #10375]
39373         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39374         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39375         * configure: Regenerated.
39376         * config.make.in (CPPUNDEFS): New substituted variable.
39377         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39378         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39379         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39381 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39383         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39384         (mq_attr): Use __syscall_slong_t.
39386 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39388         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39389         Check __x86_64__ instead of __WORDSIZE.
39390         (_STAT_VER_LINUX): Likewise.
39391         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39392         __syscall_ulong_t and __syscall_slong_t.
39393         (stat64): Likewise.
39395 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39397         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39399 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39401         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39403 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39405         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39406         __syscall_ulong_t.
39408         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39409         include <bits/wordsize.h>.  Check __x86_64__ instead of
39410         __WORDSIZE.
39411         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39412         defined.
39413         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39415         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39416         include <bits/wordsize.h>.  Check __x86_64__ instead of
39417         __WORDSIZE.
39418         (user_regs_struct): Use "__extension__ unsigned long long"
39419         instead of "unsigned long" if __x86_64__ is defined.
39420         (user): Likewise.  Pad after pointer field if __ILP32__ is
39421         defined.
39423 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39425         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39426         versions 5 to 9.
39427         * configure: Regenerated.
39428         * manual/install.texi (texinfo): Increase version requirement to
39429         4.5 or later.
39430         * INSTALL: Regenerated.
39432         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39434 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39436         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39438         * sysdeps/x86_64/x32/ffs.c: New file.
39440         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39441         __syscall_ulong_t.
39442         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39443         defined.  Use __syscall_ulong_t.
39444         (shminfo): Use __syscall_ulong_t.
39445         (shm_info): Likewise.
39447         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39448         __syscall_ulong_t.
39450         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39451         <bits/wordsize.h>.
39452         (msgqnum_t): Use __syscall_ulong_t.
39453         (msglen_t): Likewise.
39454         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39455         __syscall_ulong_t.
39457         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39458         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39460         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39462         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39463         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39465         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39466         __syscall_slong_t.
39468         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39469         include <bits/wordsize.h>.  Check __x86_64__ instead of
39470         __WORDSIZE.
39472         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39473         "unsigned long long int" if __x86_64__ is defined.
39474         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39476         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39477         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39478         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39480         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39481         <stdint.h>.
39482         (GET_PC): Cast to uintptr_t first.
39483         (GET_FRAME): Likewise.
39484         (GET_STACK): Likewise.
39486         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39487         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39488         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39489         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39490         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39491         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39492         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39493         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39494         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39495         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39496         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39497         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39498         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39499         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39500         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39501         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39502         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39503         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39504         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39505         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39506         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39507         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39508         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39509         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39510         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39511         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39512         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39513         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39514         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39516 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39518         * Makerules (+depfiles): Also collect depfiles from .oS in
39519         $(extra-objs).
39520         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39521         .oS, $(libnldbl-routines)).
39523         * Makerules (native-compile-mkdep-flags): Define.
39524         * sunrpc/Makefile (extra-objs): Add $(addprefix
39525         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39526         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39527         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39528         calling $(make-target-directory).
39530 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39532         * bits/types.h (__snseconds_t): Removed.
39533         * time/time.h (struct timespec): Replace __snseconds_t with
39534         __syscall_slong_t.
39535         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39536         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39537         Likewise.
39538         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39539         (__SNSECONDS_T_TYPE): Likewise.
39540         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39541         (__SNSECONDS_T_TYPE): Likewise.
39542         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39543         (__SNSECONDS_T_TYPE): Likewise.
39545 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39547         * sysdeps/mach/hurd/bits/typesizes.h
39548         (__SYSCALL_SLONG_TYPE): New macro.
39549         (__SYSCALL_ULONG_TYPE): Likewise.
39551 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39553         * bits/types.h (__syscall_slong_t): New type.
39554         (__syscall_ulong_t): Likewise.
39556         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39557         (__SYSCALL_ULONG_TYPE): Likewise.
39558         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39559         (__SYSCALL_SLONG_TYPE): Likewise.
39560         (__SYSCALL_ULONG_TYPE): Likewise.
39561         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39562         (__SYSCALL_SLONG_TYPE): Likewise.
39563         (__SYSCALL_ULONG_TYPE): Likewise.
39564         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39565         (__SYSCALL_SLONG_TYPE): Likewise.
39566         (__SYSCALL_ULONG_TYPE): Likewise.
39568 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39570         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39571         Add sigaltstack-offsets.sym.
39572         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39573         <sigaltstack-offsets.h>.
39574         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39575         longjmp_msg pointer.
39576         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39577         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39578         signal stack.
39579         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39581 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39583         * elf/stackguard-macros.h: Remove file.
39584         * sysdeps/generic/stackguard-macros.h: New file.
39585         * sysdeps/i386/stackguard-macros.h: Likewise.
39586         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39587         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39588         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39589         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39590         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39591         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39592         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39593         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39594         <elf/stackguard-macros.h>.
39596         [BZ #14109]
39597         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39598         __aligned__ in attribute.
39599         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39600         (gregset_t): Likewise.
39602 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39604         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39605         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39606         * sysdeps/x86_64/x32/Implies-after: New file.
39608 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39610         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39611         and access return value for _dl_profile_fixup.  Use R10_LP to
39612         load frame size.
39614 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39616         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39618 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39620         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39621         * sysdeps/x86_64/x32/sysdep.h: New file.
39623 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39625         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39626         * sysdeps/x86_64/setjmp.S: Likewise.
39628 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39630         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39631         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39632         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39633         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39634         remove unused global constant.
39636 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39638         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39639         include of <not-cancel.h>.
39641 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39643         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39645 2012-05-15  Jeff Law  <law@redhat.com>
39646             Andreas Jaeger  <aj@suse.de>
39648         [BZ #13594]
39649         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39650         out from...
39651         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39652         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39653         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39654         code changing __hst_map_handle.map.
39656 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39658         * configure.in (sysnames): Look for Implies-before and Implies-after
39659         files.
39660         * configure: Regenerated.
39662 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39664         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39665         8-byte data alignment with LP_SIZE alignment.
39667 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39669         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39670         into R10_LP.
39672 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39674         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39676 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39678         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39679         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39680         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39681         Likewise.
39682         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39684 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39686         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39687         (stackinfo_sub_sp): Likewise.
39689 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39691         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39692         RAX_LP.
39694 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39696         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39697         into R*_LP.
39699 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39701         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39702         sizes into R*_LP.
39704 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39706         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39708 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39710         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39711         into R11_LP and load __x86_64_shared_cache_size_half into
39712         R8_LP.
39714 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39716         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39717         R8_LP.
39719 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39721         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39722         logb for POWER7.
39723         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39724         logbf for POWER7.
39725         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39726         logbl for POWER7.
39727         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39728         powerpc32/power7/fpu/s_logb.c via #include.
39729         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39730         powerpc32/power7/fpu/s_logbf.c via #include.
39731         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39732         powerpc32/power7/fpu/s_logbl.c via #include.
39734 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39736         * README.libm: Remove file.
39738 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39740         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39741         count for x32.  Use R*_LP and omit operand-size suffix.
39743 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39745         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39746         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39747         * sysdeps/x86_64/x32/shlib-versions: New file.
39749 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39751         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39752         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39753         Use _dl_fatal_printf instead.
39755 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39757         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39758         set if not set by the user.  Do not allow for being unset.
39759         * sysdeps/unix/sysv/linux/configure: Regenerated.
39761 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39763         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39764         the `q' suffix from lea and replace .quad with ASM_ADDR.
39766 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39768         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39769         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39770         instead of $17.
39771         (PTR_DEMANGLE): Likewise.
39773 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39775         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39776         (LP_OP): Likewise.
39777         (ASM_ADDR): Likewise.
39778         (RAX_LP): Likewise.
39779         (RBP_LP): Likewise.
39780         (RBX_LP): Likewise.
39781         (RCX_LP): Likewise.
39782         (RDI_LP): Likewise.
39783         (RSI_LP): Likewise.
39784         (RSP_LP): Likewise.
39785         (R8_LP): Likewise.
39786         (R9_LP): Likewise.
39787         (R10_LP): Likewise.
39788         (R10_LP): Likewise.
39789         (R11_LP): Likewise.
39790         (R12_LP): Likewise.
39791         (R13_LP): Likewise.
39792         (R14_LP): Likewise.
39793         (R15_LP): Likewise.
39795 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39797         * sysdeps/x86_64/x32/dl-machine.h: New file.
39799 2012-05-14  Andreas Jaeger  <aj@suse.de>
39801         * manual/Makefile (subdir): Remove export of subdir.
39802         (all): Remove target.
39803         (.PHONY): Remove all from list.
39804         (mkinstalldirs): Remove.
39805         (.PHONY): Remove installdirs from list.
39806         ($(inst_infodir)/libc.info): Use make-target-directory.
39807         (installdirs): Remove.
39808         (subdir_%): Remove.
39809         (glibc-targets): Remove.
39810         (lib): Remove.
39811         (stubs): Remove.
39812         ($(objpfx)stubs ../po/manual.pot): Remove.
39813         ($(objpfx)stamp%): Remove.
39814         (make-target-directory): Remove.
39815         (subdir_install): Remove.
39816         (routines): Remove.
39817         (aux): Remove.
39818         (sources): Remove.
39819         (objects): Remove.
39820         (headers): Remove.
39822         [BZ #13750]
39823         * manual/.gitignore: Remove, it's not needed anymore.
39824         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39825         all files in it.
39826         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39827         directory.
39828         (texis): Renamed to $(objpfx)texis.
39829         (texis-path): New, contains path to generated files.
39830         (chapters.%): Use texis-path for complete path, add extra argument
39831         libc-texinfo.sh.
39832         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39833         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39834         (summary,texi, stamp-summary): Use complete path of
39835         files. Generate files in build dir.
39836         (dir-add.texi): Build in build dir.
39837         (libm-err.texi,stamp-libm-err): Likewise.
39838         (version.texi, stamp-version): Likewise.
39839         (.%c.texi): Likewise.
39840         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39841         (mostlyclean): Remove target.
39842         (realclean): Remove target.
39843         (generated): Add new variable with contents from mostlyclean and
39844         realclean, remove entries duplicated in common-mostlyclean, add
39845         stamp-libm-err and stamp-version.
39846         (generated-dirs): Add libc directory.
39847         ($(inst_infodir)/libc.info): Install files from build dir.
39849         * manual/install.texi (Configuring and compiling): Adjust since
39850         the info files are not part of the tar ball anymore.
39852 2012-05-14  Andreas Jaeger  <aj@suse.de>
39854         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39855         variable.
39857 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39859         [BZ #13717]
39860         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39861         to 2.2.0 where earlier.
39862         * sysdeps/unix/sysv/linux/configure: Regenerated.
39863         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39864         Remove conditional code.
39865         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39866         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39867         Remove conditional code.
39868         [!__NR_lchown]: Likewise.
39869         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39870         [__NR_lchown]: Likewise.
39871         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39872         comment referencing __ASSUME_LCHOWN_SYSCALL.
39873         * sysdeps/unix/sysv/linux/i386/sigaction.c
39874         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39875         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39876         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39877         Remove conditional code.
39878         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39879         (__protocol_available): Remove #if 0 code.
39880         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39881         conditional code.
39882         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39883         * sysdeps/unix/sysv/linux/kernel-features.h
39884         (__ASSUME_GETCWD_SYSCALL): Don't define.
39885         (__ASSUME_REALTIME_SIGNALS): Likewise.
39886         (__ASSUME_PREAD_SYSCALL): Likewise.
39887         (__ASSUME_PWRITE_SYSCALL): Likewise.
39888         (__ASSUME_POLL_SYSCALL): Likewise.
39889         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39890         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39891         non-SPARC.
39892         (__ASSUME_SIOCGIFNAME): Don't define.
39893         (__ASSUME_MSG_NOSIGNAL): Likewise.
39894         (__ASSUME_SENDFILE): Define unconditionally.
39895         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39896         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39897         conditional code.
39898         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39899         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39900         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39901         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39902         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39903         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39904         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39906         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39907         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39909         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39910         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39912         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39913         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39915         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39916         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39918         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39919         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39921         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39922         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39924         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39925         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39927         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39928         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39929         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39930         Remove conditional code.
39931         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39932         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39933         Remove conditional code.
39934         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39935         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39936         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39937         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39938         Remove conditional code.
39939         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39940         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39941         Remove conditional code.
39942         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39943         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39944         Remove conditional code.
39945         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39946         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39947         Remove conditional code.
39948         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39949         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39950         Remove conditional code.
39951         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39952         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39953         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39954         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39955         * sysdeps/unix/sysv/linux/sigaction.c
39956         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39957         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39958         * sysdeps/unix/sysv/linux/sigpending.c
39959         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39960         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39961         * sysdeps/unix/sysv/linux/sigprocmask.c
39962         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39963         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39964         * sysdeps/unix/sysv/linux/sigsuspend.c
39965         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39966         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39967         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39968         (__libc_missing_rt_sigs): Remove.
39969         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39970         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39971         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39972         Remove conditional code.
39973         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39974         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39975         return 1.
39976         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39977         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39978         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39979         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39981 2012-05-14  Andreas Jaeger  <aj@suse.de>
39983         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39984         it's not used in glibc.
39985         (__coshm1): Likewise.
39986         (__acosh1p): Likewise.
39987         (__sgn): Likewise.
39989         * manual/string.texi (Copying and Concatenation): Add missing
39990         variable in concat example.
39991         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39993 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39995         [BZ #14103]
39996         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39997         __builtin_clzl with __builtin_clzll.
39999 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40001         [BZ #14104]
40002         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40003         libc_freeres_ptr.
40005 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40007         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40008         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40009         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40010         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40012 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40014         * NEWS: Update ia64 info.
40016 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40018         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40019         used as bcopy.
40021 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40023         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40024         * sysdeps/unix/syscalls.list (dup3): Likewise.
40025         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40026         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40028 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40030         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40031         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40033 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40035         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40036         thread pointer.
40037         (TLS_IE): Use mov/add instead of movq/addq to load thread
40038         pointer.
40039         (TLS_GD_PREFIX): New.
40040         (TLS_GD): Use it.
40042 2012-05-11  David S. Miller  <davem@davemloft.net>
40044         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40045         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40046         (_FPU_SETCW): Likewise.
40048 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40050         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40051         is 32-byte aligned.
40053 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40055         [BZ #11837]
40056         * iconvdata/gb18030.c: Update tables.
40057         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40058         characters specially.
40059         (BODY for TO_LOOP): Add encoding of missing ranges.
40061 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40063         [BZ #13673]
40064         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40065         * sysdeps/mach/hurd/dup3.c: Likewise.
40066         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40067         * sysdeps/powerpc/memmove.c:: Likewise.
40069 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40071         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40072         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40074 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40076         * elf/elf.h (R_X86_64_RELATIVE64): New.
40077         (R_X86_64_NUM): Updated.
40078         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40079         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40080         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40081         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40082         tst-quad1pie tst-quad2pie
40083         (modules-names): Add tst-quadmod1 tst-quadmod2.
40084         ($(objpfx)tst-quad1): New dependency.
40085         ($(objpfx)tst-quad2): Likewise.
40086         ($(objpfx)tst-quad1pie): Likewise.
40087         ($(objpfx)tst-quad2pie): Likewise.
40088         * sysdeps/x86_64/tst-quad1.c: New file.
40089         * sysdeps/x86_64/tst-quad1pie.c: New file.
40090         * sysdeps/x86_64/tst-quad2.c: Likewise.
40091         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40092         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40093         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40094         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40095         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40097 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40099         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40100         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40101         * streams/stropts.h (t_scalar_t): Define type.
40103         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40104         (_PATH_PRESERVE): Set to "/var/lib".
40105         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40107         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40108         instead of int.
40110         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40111         if __dir_mkfile succeeded.
40113         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40114         checking for _hurd_dtablesize.  Unlock it right after having
40115         finished _hurd_dtable allocation.
40117 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40119         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40120         * sysdeps/mach/hurd/configure: Regenerated.
40121         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40122         special-casing to...
40123         * sysdeps/gnu/configure.in: ... this new file.
40124         * sysdeps/unix/sysv/linux/configure: Regenerated.
40125         * sysdeps/gnu/configure: New generated file.
40127         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40128         for Linux: use nsec instead of usec, as well as:
40129         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40130         members of type struct timespec.
40131         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40132         New macros.
40133         (struct stat64): Likewise.
40134         (_STATBUF_ST_NSEC): New macro.
40135         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40137         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40138         __strtoul_internal rather than strtoul.
40140 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40142         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40143         and reject them.
40145 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40147         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40148         which preserves existing values.
40149         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40151 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40153         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40154         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40155         greater than FD_SETSIZE.
40157 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40159         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40160         allocated, call __vm_protect to finish enabling the existing space, and
40161         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40162         allocate the remainder.
40164 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40166         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40167         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40169 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40171         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40172         sysdeps/mach/hurd/readlink.c.
40174         * posix/tst-sysconf.c (posix_options): Only use
40175         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40176         _POSIX_SYNCHRONIZED_IO when they are defined
40177         * sysdeps/mach/hurd/bits/posix_opt.h:
40178         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40179         (_XOPEN_REALTIME): Undefine macro.
40180         (_XOPEN_REALTIME_THREADS): Undefine macro.
40181         (_XOPEN_SHM): Undefine macro.
40182         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40183         macro to -1.
40184         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40185         macro to -1.
40186         (_POSIX_ASYNC_IO): Undefine macro.
40187         (_POSIX_PRIORITIZED_IO): Undefine macro.
40188         (_POSIX_SPIN_LOCKS): Define macro to -1.
40190         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40191         SA_NODEFER, SA_RESETHAND.
40192         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40193         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40194         F_DUPFD_CLOEXEC.
40196 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40198         * elf/Makefile (pldd-modules): Define unconditionally.
40200 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40202         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40204 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40206         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40207         Return ENOENT when name is empty.
40208         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40210 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40212         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40214         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40216 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40218         Fix mlock in all cases except non-readable pages.
40219         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40220         instead of VM_PROT_ALL as parameter to __vm_wire function.
40222         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40223         (__mkdir): When path is `/', just fail with EEXIST.
40224         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40226 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40228         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40229         <sys/uio.h> (for writev).
40230         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40231         and <sys/param.h> (for MIN).
40233 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40235         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40236         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40237         if interrupted.
40239 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40241         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40242         Depend on against $(link-rpcuserlibs).
40244 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40246         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40247         (__libc_stack_end): Do not use attribute_relro.
40248         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40249         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40250         to libthread-provided value.
40251         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40252         attribute_relro.
40254 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40256         [BZ #3748]
40257         * bits/libc-lock.h (__libc_once_get): New macro.
40258         * sysdeps/mach/bits/libc-lock.h: Likewise.
40259         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40260         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40261         instead of using implementation details.
40263         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40264         * libio/freopen.c: Likewise.
40265         * libio/freopen64.c: Likewise.
40266         * misc/syslog.c: Likewise.
40267         * nscd/connections.c: Likewise.
40268         * nscd/netgroupcache.c: Likewise.
40269         * sysdeps/posix/getcwd.c: Likewise.
40271 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40273         * math/w_ilogbf.c: Add #include <limits.h>.
40275 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40277         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40278         path instead of returning without unlocking.
40280         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40281         immediate-write ioctls.
40282         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40284 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40286         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40287         __builtin_frame_address instead of making assumptions about the
40288         location of the return address relative to DATA.  Force early load of
40289         the return address.
40290         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40291         __builtin_frame_address.
40293         dup3 for GNU Hurd.
40294         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40295         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40296         implement dup3 and do some further code clean-ups.
40297         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40298         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40300 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40302         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40304         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40305         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40306         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40307         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40308         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40309         d->port.lock.
40311         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40312         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40313         when handler == SIG_ERR, not when handler != SIG_ERR.
40315 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40317         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40318         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40319         definitions.
40321         accept4 for GNU Hurd.
40322         * include/sys/socket.h (__libc_accept4): New prototype.
40323         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40324         to implement __libc_accept4.
40325         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40326         __libc_accept4.
40327         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40329         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40330         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40331         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40332         signal-defines.sym.
40334 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40336         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40338 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40340         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40341         assertion on O_CLOEXEC flag.
40342         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40343         * hurd/intern-fd.c: Likewise.
40344         * hurd/port2fd.c: Likewise.
40346 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40348         [BZ #3906]
40349         * bits/in.h (IPV6_PKTINFO): Define new macro.
40350         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40352 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40354         [BZ #13954]
40355         [BZ #13955]
40356         [BZ #13956]
40357         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40358         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40359         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40360         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40361         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40362         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40363         * math/libm-test.inc (logb_test) : Additional logb tests.
40365 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40366             Andreas Jaeger  <aj@suse.de>
40368         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40369         * configure: Regenerated.
40370         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40371         * config.make.in (link-obsolete-rpc): New substituted variable.
40372         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40373         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40374         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40375         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40376         so that libc.a contains the symbols.
40377         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40378         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40379         * sunrpc/auth_none.c: Likewise.
40380         * sunrpc/auth_unix.c: Likewise.
40381         * sunrpc/authdes_prot.c: Likewise.
40382         * sunrpc/authuxprot.c: Likewise.
40383         * sunrpc/clnt_gen.c: Likewise.
40384         * sunrpc/clnt_perr.c: Likewise.
40385         * sunrpc/clnt_raw.c: Likewise.
40386         * sunrpc/clnt_simp.c: Likewise.
40387         * sunrpc/clnt_tcp.c: Likewise.
40388         * sunrpc/clnt_udp.c: Likewise.
40389         * sunrpc/clnt_unix.c: Likewise.
40390         * sunrpc/des_crypt.c: Likewise.
40391         * sunrpc/des_soft.c: Likewise.
40392         * sunrpc/get_myaddr.c: Likewise.
40393         * sunrpc/key_call.c: Likewise.
40394         * sunrpc/key_prot.c: Likewise.
40395         * sunrpc/netname.c: Likewise.
40396         * sunrpc/pm_getmaps.c: Likewise.
40397         * sunrpc/pm_getport.c: Likewise.
40398         * sunrpc/pmap_clnt.c: Likewise.
40399         * sunrpc/pmap_prot.c: Likewise.
40400         * sunrpc/pmap_prot2.c: Likewise.
40401         * sunrpc/pmap_rmt.c: Likewise.
40402         * sunrpc/publickey.c: Likewise.
40403         * sunrpc/rpc_cmsg.c: Likewise.
40404         * sunrpc/rpc_common.c: Likewise.
40405         * sunrpc/rpc_dtable.c: Likewise.
40406         * sunrpc/rpc_prot.c: Likewise.
40407         * sunrpc/rpc_thread.c: Likewise.
40408         * sunrpc/rtime.c: Likewise.
40409         * sunrpc/svc.c: Likewise.
40410         * sunrpc/svc_auth.c: Likewise.
40411         * sunrpc/svc_raw.c: Likewise.
40412         * sunrpc/svc_run.c: Likewise.
40413         * sunrpc/svc_tcp.c: Likewise.
40414         * sunrpc/svc_udp.c: Likewise.
40415         * sunrpc/svc_unix.c: Likewise.
40416         * sunrpc/svcauth_des.c: Likewise.
40417         * sunrpc/xcrypt.c: Likewise.
40418         * sunrpc/xdr.c: Likewise.
40419         * sunrpc/xdr_array.c: Likewise.
40420         * sunrpc/xdr_float.c: Likewise.
40421         * sunrpc/xdr_intXX_t.c: Likewise.
40422         * sunrpc/xdr_mem.c: Likewise.
40423         * sunrpc/xdr_rec.c: Likewise.
40424         * sunrpc/xdr_ref.c: Likewise.
40425         * sunrpc/xdr_sizeof.c: Likewise.
40426         * sunrpc/xdr_stdio.c: Likewise.
40428 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40430         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40431         change.  Update copyright years.
40433 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40435         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40437 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40438             Joseph Myers  <joseph@codesourcery.com>
40439             Paul Pluzhnikov  <ppluzhnikov@google.com>
40441         [BZ #14012]
40442         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40443         requiring rpcgen.
40444         [cross-compiling] (extra-libs): Likewise.
40445         [cross-compiling] (extra-libs-others): Likewise.
40446         [cross-compiling] (librpcsvc-routines): Likewise.
40447         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40448         [cross-compiling] (omit-deps): Likewise.
40449         (sunrpc-CPPFLAGS): New variable.
40450         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40451         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40452         (cross-rpcgen-objs): New variable.
40453         (extra-objs): Append $(cross-rpcgen-objs).
40454         ($(cross-rpcgen-objs)): New rule.
40455         ($(objpfx)cross-rpcgen): Likewise.
40456         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40457         comment.
40458         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40459         ($(objpfx)x%.stmp): Likewise.
40460         * sunrpc/proto.h [IS_IN_build] (_): Define.
40461         [IS_IN_build] (_libc_intl_domainname): Likewise.
40463 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40465         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40466         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40467         and R_X86_64_TPOFF64.
40469 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40471         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40472         sysdeps/unix/sysv/syscalls.list.
40473         (stime): Likewise.
40474         (utime): Likewise.
40475         * sysdeps/unix/sysv/syscalls.list: Remove file.
40477 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40479         [BZ #3440]
40480         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40481         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40482         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40483         (__LC_IDENTIFICATION): Make these macros useful in #if
40484         expressions, as required by C99.
40486 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40488         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40489         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40490         after this.
40492 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40494         * stdlib/longlong.h: Updated from GCC.
40496 2012-05-09  Andreas Jaeger  <aj@suse.de>
40498         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40499         default is first entry.
40500         (run_mode): Set type.
40501         (main): Remove informal message about syslog.
40502         (options): Fix typo.
40504         [BZ #14053]
40505         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40506         to asm.
40507         (lrint): Likewise.
40508         (llrintf): Likewise.
40509         (llrint): Likewise.
40510         (rint): Likewise.
40511         (rintf): Likewise.
40512         (nearbyint): Likewise.
40513         (nearbyintf): Likewise.
40515 2012-05-09  Andreas Jaeger  <aj@suse.de>
40516             Pedro Alves  <palves@redhat.com>
40518         * nscd/nscd.c (run_mode): Use enum.
40519         (main): Cleanup coding style issue.
40521 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40522             Andreas Jaeger  <aj@suse.de>
40524         * nscd/nscd.c (go_background): Replaced with...
40525         (run_mode): ... this.
40526         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40527         (options): Add -F --foreground.
40528         (main): Implement it.
40529         (parse_opt): Parse it.
40531 2012-05-09  Andreas Jaeger  <aj@suse.de>
40533         [BZ #14083]
40534         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40535         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40536         -Wconversion warning.
40537         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40538         Likewise.
40540 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40542         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40543         == 0.
40544         (LC_ALL): Use macro-int-constant.
40545         (LC_COLLATE): Likewise.
40546         (LC_CTYPE): Likewise.
40547         (LC_MESSAGES): Likewise.
40548         (LC_MONETARY): Likewise.
40549         (LC_NUMERIC): Likewise.
40550         (LC_TIME): Likewise.
40551         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40552         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40553         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40554         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40555         Specify type.
40556         [C99-based standards] (float_t): Expect type.
40557         [C99-based standards] (double_t): Expect type.
40558         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40559         type.
40560         [C99-based standards] (HUGE_VALL): Likewise.
40561         [C99-based standards] (INFINITY): Likewise.
40562         [C99-based standards] (NAN): Likewise.
40563         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40564         [C99-based standards] (FP_NAN): Likewise.
40565         [C99-based standards] (FP_NORMAL): Likewise.
40566         [C99-based standards] (FP_SUBNORMAL): Likewise.
40567         [C99-based standards] (FP_ZERO): Likewise.
40568         [C99-based standards] (FP_FAST_FMA): Use
40569         optional-macro-int-constant.  Specify type.  Require == 1.
40570         [C99-based standards] (FP_FAST_FMAF): Likewise.
40571         [C99-based standards] (FP_FAST_FMAL): Likewise.
40572         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40573         [C99-based standards] (FP_ILOGBNAN): Likewise.
40574         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40575         Specify type.
40576         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40577         [C99-based standards] (math_errhandling): Specify type.
40578         [ISO99 || ISO11] (signgam): Do not allow.
40579         [non-C99-based standards] (copysignf): Do not allow.
40580         [non-C99-based standards] (exp2f): Likewise.
40581         [non-C99-based standards] (log2f): Likewise.
40582         [non-C99-based standards] (modff): Allow.
40583         [non-C99-based standards] (erff): Do not allow.
40584         [non-C99-based standards] (erfcf): Likewise.
40585         [non-C99-based standards] (gammaf): Likewise.
40586         [non-C99-based standards] (hypotf): Likewise.
40587         [non-C99-based standards] (j0f): Likewise.
40588         [non-C99-based standards] (j1f): Likewise.
40589         [non-C99-based standards] (jnf): Likewise.
40590         [non-C99-based standards] (lgammaf): Likewise.
40591         [non-C99-based standards] (tgammaf): Likewise.
40592         [non-C99-based standards] (y0f): Likewise.
40593         [non-C99-based standards] (y1f): Likewise.
40594         [non-C99-based standards] (ynf): Likewise.
40595         [non-C99-based standards] (isnanf): Likewise.
40596         [non-C99-based standards] (acoshf): Likewise.
40597         [non-C99-based standards] (asinhf): Likewise.
40598         [non-C99-based standards] (atanhf): Likewise.
40599         [non-C99-based standards] (cbrtf): Likewise.
40600         [non-C99-based standards] (expm1f): Likewise.
40601         [non-C99-based standards] (ilogbf): Likewise.
40602         [non-C99-based standards] (log1pf): Likewise.
40603         [non-C99-based standards] (logbf): Likewise.
40604         [non-C99-based standards] (nextafterf): Likewise.
40605         [non-C99-based standards] (remainderf): Likewise.
40606         [non-C99-based standards] (rintf): Likewise.
40607         [non-C99-based standards] (scalbf): Likewise.
40608         [non-C99-based standards] (copysignl): Likewise.
40609         [non-C99-based standards] (exp2l): Likewise.
40610         [non-C99-based standards] (log2l): Likewise.
40611         [non-C99-based standards] (modfl): Allow.
40612         [non-C99-based standards] (erfl): Do not allow.
40613         [non-C99-based standards] (erfcl): Likewise.
40614         [non-C99-based standards] (gammal): Likewise.
40615         [non-C99-based standards] (hypotl): Likewise.
40616         [non-C99-based standards] (j0l): Likewise.
40617         [non-C99-based standards] (j1l): Likewise.
40618         [non-C99-based standards] (jnl): Likewise.
40619         [non-C99-based standards] (lgammal): Likewise.
40620         [non-C99-based standards] (tgammal): Likewise.
40621         [non-C99-based standards] (y0l): Likewise.
40622         [non-C99-based standards] (y1l): Likewise.
40623         [non-C99-based standards] (ynl): Likewise.
40624         [non-C99-based standards] (isnanl): Likewise.
40625         [non-C99-based standards] (acoshl): Likewise.
40626         [non-C99-based standards] (asinhl): Likewise.
40627         [non-C99-based standards] (atanhl): Likewise.
40628         [non-C99-based standards] (cbrtl): Likewise.
40629         [non-C99-based standards] (expm1l): Likewise.
40630         [non-C99-based standards] (ilogbl): Likewise.
40631         [non-C99-based standards] (log1pl): Likewise.
40632         [non-C99-based standards] (logbl): Likewise.
40633         [non-C99-based standards] (nextafterl): Likewise.
40634         [non-C99-based standards] (remainderl): Likewise.
40635         [non-C99-based standards] (rintl): Likewise.
40636         [non-C99-based standards] (scalbl): Likewise.
40637         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40638         [non-C99-based standards] (FP_*): Do not allow.
40639         [C99-based standards] (FP_*): Change to
40640         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40641         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40642         allow.
40643         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40644         (SIG_ERR): Likewise.
40645         [X/Open-based standards] (SIG_HOLD): Likewise.
40646         (SIG_IGN): Likewise.
40647         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40648         positive value.
40649         (SIGFPE): Likewise.
40650         (SIGILL): Likewise.
40651         (SIGINT): Likewise.
40652         (SIGSEGV): Likewise.
40653         (SIGTER): Likewise.
40654         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40655         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40656         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40657         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40658         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40659         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40660         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40661         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40662         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40663         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40664         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40665         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40666         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40667         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40668         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40669         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40670         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40671         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40672         [X/Open-based standards] (SIGTRAP): Likewise.
40673         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40674         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40675         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40676         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40677         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40678         allow.
40680 2012-05-08  Ian Wienand  <ianw@vmware.com>
40682         [BZ #14080]
40683         * time/tzset.c (__tzset_parse_tz): Update default rules for
40684         daylight time changes in the Energy Policy Act of 2005.
40686 2012-05-09  Andreas Jaeger  <aj@suse.de>
40688         [BZ #13983]
40689         * elf/ldconfig.c (parse_conf): Change string to make clear that
40690         ldconfig only issued a warning if ld.so.conf does not exist.
40692 2012-05-08  David S. Miller  <davem@davemloft.net>
40694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40695         movxtod instead of popping the value on the stack.
40697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40699 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40701         * config.h.in: Add HAVE_ARM_PCS_VFP.
40703 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40705         [BZ #13979]
40706         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40707         checking but the checks are disabled for any reason.
40709 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40711         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40712         and ELF64_R_TYPE with ELFW(R_TYPE).
40714 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40716         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40717         (ulimit): Likewise.
40719         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40720         (settimeofday): Likewise.
40722 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40724         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40725         a struct th_u2 inside the union, and move tu_block/tu_code into
40726         a new th_u3 union of tu_block/tu_code inside of that.  Move
40727         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40728         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40729         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40730         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40731         (th_stuff): Change to th_u1.tu_stuff.
40732         (th_data): Define.
40733         (th_msg): Change to th_u1.th_u2.tu_data.
40735 2012-05-07  David S. Miller  <davem@davemloft.net>
40737         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40739         [BZ #14074]
40740         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40741         (SETUP_PIC_REG): Use it.
40742         (SETUP_PIC_REG_LEAF): Use it.
40744 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40746         [BZ #13885]
40747         [BZ #13923]
40748         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40749         USE_AS_EXPM1L.
40750         (EXPL_FINITE): Likewise.
40751         (FLDLOG): Likewise.
40752         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40753         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40754         e_expl.S.
40755         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40756         USE_AS_EXPM1L.
40757         (EXPL_FINITE): Likewise.
40758         (FLDLOG): Likewise.
40759         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40760         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40761         e_expl.S.
40762         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40763         test of -max_value argument for long double.
40764         * sysdeps/i386/fpu/libm-test-ulps: Update.
40765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40767 2012-05-06  David S. Miller  <davem@davemloft.net>
40769         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40770         quad soft-float symbols whose references which are compiler
40771         generated.
40772         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40774 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40776         [BZ #13884]
40777         [BZ #13914]
40778         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40779         USE_AS_EXP10L.
40780         (EXPL_FINITE): Likewise.
40781         (FLDLOG): Likewise.
40782         (c0): Likewise.
40783         (c1): Likewise.
40784         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40785         Adjust comments for base varying.
40786         (__expl_finite): Change alias to EXPL_FINITE.
40787         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40788         e_expl.S.
40789         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40790         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40791         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40792         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40793         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40794         USE_AS_EXP10L.
40795         (EXPL_FINITE): Likewise.
40796         (FLDLOG): Likewise.
40797         (c0): Likewise.
40798         (c1): Likewise.
40799         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40800         Adjust comments for base varying.
40801         (__expl_finite): Change alias to EXPL_FINITE.
40802         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40803         tests for bugs.
40804         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40806         [BZ #14064]
40807         * math/libm-test.inc (check_float_internal): Correct ulp
40808         calculation for subnormal expected results.
40810 2012-05-06  Andreas Jaeger  <aj@suse.de>
40812         * Makeconfig (+math-flags): New, set to -frounding-math.
40813         (+cflags): Add +math-flags so that all of glibc gets compiled with
40814         it.
40816         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40818 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40820         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40821         Disable one test.
40823         [BZ #13787]
40824         [BZ #13922]
40825         [BZ #14036]
40826         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40827         (__ieee754_expl): Allow for and saturate large arguments.
40828         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40829         (u_threshold): Likewise.
40830         (__exp): Call __ieee754_exp before checking for overflow and
40831         underflow.
40832         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40833         (u_threshold): Likewise.
40834         (__expf): Call __ieee754_expf before checking for overflow and
40835         underflow.
40836         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40837         (u_threshold): Likewise.
40838         (__expl): Call __ieee754_expl before checking for overflow and
40839         underflow.
40840         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40841         (__ieee754_expl): Allow for and saturate large arguments.
40842         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40843         missing overflow exception on overflow.
40844         (expm1_test): Do not allow missing overflow exception on overflow.
40846         * sysdeps/i386/fpu/e_expl.c: Move to ...
40847         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40848         rather than using inline asm.
40849         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40850         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40851         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40853         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40854         (nice): Likewise.
40855         (poll): Likewise.
40856         (signal): Likewise.
40857         (time): Likewise.
40858         (times): Likewise.
40860 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40862         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40863         sysdeps/unix/common/syscalls.list.
40864         (fchmod): Likewise.
40865         (fchown): Likewise.
40866         (ftruncate): Likewise.
40867         (getrusage): Likewise.
40868         (gettimeofday): Likewise.
40869         (setpgid): Likewise.
40870         (setregid): Likewise.
40871         (setreuid): Likewise.
40872         (sigaction): Likewise.
40873         (truncate): Likewise.
40874         (vhangup): Likewise.
40875         * sysdeps/unix/common/syscalls.list: Remove file.
40876         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40877         * sysdeps/unix/sysv/linux/Implies: Likewise.
40879 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40881         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40882         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40883         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40884         Moved to ...
40885         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40886         Here.
40887         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40888         to ...
40889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40890         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40891         to ...
40892         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40893         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40894         to ...
40895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40896         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40897         to ...
40898         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40899         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40900         to ...
40901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40902         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40903         to ...
40904         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40905         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40906         to ...
40907         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40908         Here.
40909         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40910         to ...
40911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40912         Here.
40913         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40914         to ...
40915         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40916         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40917         Moved to ...
40918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40919         Here.
40920         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40921         to ...
40922         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40924 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40926         * sysdeps/unix/common/bits/dirent.h: Remove file.
40927         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40929         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40930         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40931         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40932         * sysdeps/unix/bsd/isatty.c: Likewise.
40933         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40934         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40935         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40937 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40939         [BZ #13563]
40940         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40941         long double comparison inaccuracies.
40942         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40945 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40947         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40948         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40950 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40952         [BZ #14049]
40953         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40954         nonzero digits before rounding a hex value.
40955         * stdlib/tst-strtod.c (tests): Add another test.
40957 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40959         * sysdeps/s390/fpu/libm-test-ulps: Update.
40961 2012-05-03  Andreas Jaeger  <aj@suse.de>
40963         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40964         does not get optimized out.
40965         (malloc_opt_barrier): New.
40967 2012-05-03  Andreas Jaeger  <aj@suse.de>
40968             Roland McGrath  <roland@hack.frob.com>
40970         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40971         intermediate file deletion.
40972         (generated): Add .symlist files.
40974 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40976         [BZ #13775]
40977         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40978         Redirect under this condition.
40979         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40980         [__USE_GNU] (__dprintf_chk): Not under this condition.
40981         [__USE_GNU] (__vdprintf_chk): Likewise.
40982         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40983         under this condition.
40984         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40985         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40986         [__USE_XOPEN2K8] (vdprintf): Likewise.
40987         [__USE_GNU] (__dprintf_chk): Not under this condition.
40988         [__USE_GNU] (__vdprintf_chk): Likewise.
40989         [__USE_GNU] (dprintf): Likewise.
40990         [__USE_GNU] (vdprintf): Likewise.
40992 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40994         * elf/Makefile (common-generated): Set this instead of generated for
40995         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40996         $(all-built-dso)-derived lists.
40998 2012-05-03  Andreas Jaeger  <aj@suse.de>
41000         * sysdeps/i386/fpu/libm-test-ulps: Update.
41002         * FAQ: Removed.
41003         * FAQ.in: Likewise.
41004         * scripts/gen-FAQ.pl: Likewise.
41005         * manual/install.texi (Installation): Point to online location of
41006         FAQ.
41007         * Makefile (files-for-dist): Remove FAQ.
41008         (FAQ): Remove.
41010 2012-05-02  Allan McRae  <allan@archlinux.org>
41012         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41013         (LDFLAGS-reldepmod5.so): Likewise.
41014         (LDFLAGS-reldep6mod1.so): Likewise.
41015         (LDFLAGS-reldep6mod4.so): Likewise.
41016         (LDFLAGS-reldep8mod3.so): Likewise.
41017         (LDFLAGS-unload4mod1.so): Likewise.
41018         (LDFLAGS-unload4mod2.so): Likewise.
41019         (LDFLAGS-tst-initorder): Likewise.
41020         (LDFLAGS-tst-initordera2.so): Likewise.
41021         (LDFLAGS-tst-initordera3.so): Likewise.
41022         (LDFLAGS-tst-initordera4.so): Likewise.
41023         (LDFLAGS-tst-initorderb2.so): Likewise.
41024         (LDFLAGS-noload): Likewise.
41025         (LDFLAGS-next): Likewise.
41026         (LDFLAGS-order2mod1.so): Likewise.
41027         (LDFLAGS-order2mod2.so): Likewise.
41028         (LDFLAGS-tst-initorder2): Likewise.
41029         (LDFLAGS-tst-initorder2a.so): Likewise.
41030         (LDFLAGS-tst-initorder2b.so): Likewise.
41031         (LDFLAGS-tst-initorder2c.so): Likewise.
41032         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41034 2012-05-02  David S. Miller  <davem@davemloft.net>
41036         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41038 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41040         [BZ #14055]
41041         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41043 2012-05-02  Andreas Jaeger  <aj@suse.de>
41045         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41046         since we manipulate rounding mode.
41047         (CPPFLAGS-test-idouble.c): Likewise.
41048         (CPPFLAGS-test-ifloat.c): Likewise.
41049         (CFLAGS-test-ldouble.c): Likewise.
41050         (CFLAGS-test-double.c): Likewise.
41051         (CFLAGS-test-float.c): Likewise.
41052         (CFLAGS-test-misc.c): Likewise.
41053         (CFLAGS-test-test-fenv.c): Likewise.
41055 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41057         [BZ #2550]
41058         [BZ #2570]
41059         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41060         comparisons to determine direction to adjust input.
41062 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41064         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41065         output to the target.
41067         * scripts/localplt.awk: New file.
41068         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41069         (check-localplt-CFLAGS): Variable removed.
41070         ($(all-built-dso:=.jmprel)): New static pattern rule.
41071         (generated): Add those targets.
41072         (localplt-built-dso): New variable.
41073         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41075         * elf/check-localplt.c: File removed.
41077         * scripts/check-execstack.awk: New file.
41078         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41079         (check-execstack-CFLAGS): Variable removed.
41080         ($(objpfx)check-execstack.h): Target removed.
41081         ($(objpfx)execstack-default): New target.
41082         (generated): Add that instead of check-execstack.h.
41083         ($(all-built-dso:=.phdr)): New static pattern rule.
41084         (generated): Add those targets.
41085         * elf/check-execstack.c: File removed.
41087         * scripts/check-textrel.awk: New file.
41088         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41089         (check-textrel-CFLAGS): Variable removed.
41090         (all-built-dso): Use := to define.o
41091         ($(all-built-dso:=.dyn)): New static pattern rule.
41092         (generated): Add those targets.
41093         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41094         * config.make.in (READELF): New substituted variable.
41095         * elf/check-textrel.c: File removed.
41097 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41099         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41100         allow.
41101         * conform/data/ctype.h-data [C99-based standards] (isblank):
41102         Expect function.
41103         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41104         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41105         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41106         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41107         Specify type.  Require positive value.
41108         (EILSEQ): Likewise.
41109         (ERANGE): Likewise.
41110         [ISO || POSIX] (EILSEQ): Do not expect.
41111         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41112         Specify type.  Require positive value.
41113         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41114         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41115         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41116         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41117         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41118         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41119         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41120         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41121         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41124         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41125         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41126         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41127         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41133         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41134         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41135         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41136         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41137         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41138         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41139         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41140         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41141         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41142         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41143         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41144         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41145         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41146         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41147         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41148         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41149         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41150         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41151         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41152         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41153         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41154         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41155         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41156         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41157         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41158         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41159         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41160         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41161         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41162         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41163         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41164         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41165         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41166         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41167         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41168         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41169         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41170         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41171         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41172         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41173         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41174         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41175         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41176         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41177         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41178         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41179         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41180         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41181         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41182         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41183         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41184         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41185         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41186         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41187         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41188         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41189         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41190         Require >= 2.
41191         (FLT_ROUNDS): Expect as macro, not constant.
41192         (FLT_MANT_DIG): Use macro-int-constant.
41193         (DBL_MANT_DIG): Likewise.
41194         (LDBL_MANT_DIG): Likewise.
41195         (FLT_DIG): Likewise.
41196         (DBL_DIG): Likewise.
41197         (LDBL_DIG): Likewise.
41198         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41199         (DBL_MIN_EXP): Likewise.
41200         (LDBL_MIN_EXP): Likewise.
41201         (FLT_MAX_EXP): Use macro-int-constant.
41202         (DBL_MAX_EXP): Likewise.
41203         (LDBL_MAX_EXP): Likewise.
41204         (FLT_MAX_10_EXP): Likewise.
41205         (DBL_MAX_10_EXP): Likewise.
41206         (LDBL_MAX_10_EXP): Likewise.
41207         (FLT_MAX): Use macro-constant.
41208         (DBL_MAX): Likewise.
41209         (LDBL_MAX): Likewise.
41210         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41211         (DBL_EPSILON): Likewise.
41212         (LDBL_EPSILON): Likewise.
41213         (FLT_MIN): Likewise.
41214         (DBL_MIN): Likewise.
41215         (LDBL_MIN): Likewise.
41216         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41217         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41218         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41219         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41220         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41221         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41222         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41223         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41224         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41225         [ISO11] (FLT_TRUE_MIN): Likewise.
41226         [ISO11] (LDBL_TRUE_MIN): Likewise.
41227         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41228         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41229         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41230         (SCHAR_MAX): Likewise.
41231         (UCHAR_MAX): Likewise.
41232         (CHAR_MIN): Likewise.
41233         (CHAR_MAX): Likewise.
41234         (MB_LEN_MAX): Use macro-int-constant.
41235         (SHRT_MIN): Use macro-int-constant.  Specify type.
41236         (SHRT_MAX): Likewise.
41237         (USHRT_MAX): Likewise.
41238         (INT_MAX): Likewise.
41239         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41240         bound negative.
41241         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41242         bound with "U".
41243         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41244         bound with "L".
41245         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41246         bound negative.  Suffix upper bound with "L".
41247         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41248         bound with "UL".
41249         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41250         Specify type.
41251         [C99-based standards] (LLONG_MAX): Likewise.
41252         [C99-based standards] (ULLONG_MAX): Likewise.
41253         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41254         == 0.
41255         [ISO11] (max_align_t): Require type.
41256         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41258         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41259         from $CFLAGS, without defining away __attribute__ calls.
41260         (checknamespace): Use $CFLAGS_namespace.
41262         * conform/conformtest.pl (@keywords): Only include C99 keywords
41263         for standards based on C99 or C11.
41265         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41266         Disable tests.
41267         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41268         UNIX98]: Likewise.
41270         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41271         usability of symbols in #if.
41273         * conform/conformtest.pl: If macro or constant types start
41274         "promoted:", expect the symbol to be of the following type
41275         promoted by the integer promotions.
41277         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41278         in one place.  Also handle "macro-constant".
41280         * conform/conformtest.pl: Only accept expected macro values with
41281         "==".  Parse all "macro" lines in one place.
41282         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41284         * conform/conformtest.pl: Handle braced types on "constant" lines
41285         instead of handling "typed-constant".
41286         * conform/data/signal.h-data: Use "constant" instead of
41287         "typed-constant".
41289         * conform/conformtest.pl: Handle "optional-" at start of lines in
41290         one place rather than duplicating several cases.  Handle each
41291         format of "macro" line with initial "optional-".
41293         * conform/conformtest.pl: Only accept expected constant or
41294         optional-constant values with "==".  Parse all "constant" lines in
41295         one place.  Parse all "optional-constant" lines in one place.
41296         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41297         * conform/data/fmtmsg.h-data: Likewise.
41298         * conform/data/netinet/in.h-data: Likewise.
41299         * conform/data/tar.h-data: Likewise.
41300         * conform/data/limits.h-data: Use "==" form on "constant" and
41301         "optional-constant" lines.
41303         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41304         Use -std=c99 for XOPEN2K.
41305         (@knownproblems): Remove.
41306         (newtoken): Don't check %isknown.
41308         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41309         Do not expect macro.
41310         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41311         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41312         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41313         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41314         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41315         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41316         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41317         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41318         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41319         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41320         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41321         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41322         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41323         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41324         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41325         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41326         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41327         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41328         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41329         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41330         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41331         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41332         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41333         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41334         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41335         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41336         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41337         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41338         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41339         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41340         [XPG3] (acosh): Likewise.
41341         [XPG3] (asinh): Likewise.
41342         [XPG3] (atanh): Likewise.
41343         [XPG3] (cbrt): Likewise.
41344         [XPG3] (expm1): Likewise.
41345         [XPG3] (ilogb): Likewise.
41346         [XPG3] (log1p): Likewise.
41347         [XPG3] (logb): Likewise.
41348         [XPG3] (nextafter): Likewise.
41349         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41350         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41351         [XPG3] (remainder): Likewise.
41352         [XPG3] (rint): Likewise.
41353         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41354         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41355         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41356         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41357         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41358         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41359         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41360         [UNIX98 || XOPEN2K] (scalb): Expect.
41361         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41362         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41363         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41364         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41365         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41366         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41367         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41368         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41369         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41370         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41371         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41372         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41373         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41374         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41375         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41376         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41377         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41378         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41379         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41380         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41381         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41382         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41383         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41384         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41385         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41386         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41387         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41388         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41389         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41390         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41391         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41392         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41393         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41394         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41395         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41396         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41397         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41398         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41399         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41400         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41401         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41402         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41403         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41404         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41405         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41406         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41407         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41408         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41409         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41410         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41411         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41412         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41413         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41414         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41415         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41416         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41417         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41418         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41419         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41420         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41421         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41422         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41423         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41424         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41425         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41426         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41427         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41428         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41429         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41430         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41431         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41432         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41433         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41434         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41435         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41436         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41437         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41438         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41439         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41440         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41441         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41442         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41443         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41444         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41445         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41446         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41447         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41448         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41449         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41450         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41451         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41452         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41453         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41454         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41455         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41456         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41457         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41458         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41459         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41460         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41461         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41462         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41463         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41464         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41465         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41466         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41467         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41468         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41469         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41470         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41471         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41472         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41473         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41474         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41475         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41476         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41477         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41478         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41479         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41480         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41481         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41482         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41483         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41484         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41485         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41486         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41487         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41488         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41489         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41490         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41491         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41492         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41493         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41494         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41495         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41496         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41497         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41499         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41500         _XOPEN_SOURCE_EXTENDED for XPG4.
41502         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41504         * Makeconfig (localtime): Remove variable.
41505         (inst_localtime-file): Likewise.
41507 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41510         Update.
41511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41512         Update.
41513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41514         Update.
41515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41516         Update.
41517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41518         Update.
41519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41520         Update.
41521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41522         Update.
41523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41524         Update.
41525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41526         Update.
41528 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41530         [BZ #2550]
41531         [BZ #2570]
41532         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41533         comparisons to determine direction to adjust input.
41534         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41535         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41536         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41537         Likewise.
41538         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41539         Likewise.
41540         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41541         Likewise.
41542         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41543         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41544         Likewise.
41545         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41546         Likewise.
41547         * math/libm-test.inc (nexttoward_test): Add more tests.
41549 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41551         [BZ #14040]
41552         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41553         in version GLIBC_2.1, not GLIBC_2.0.
41554         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41555         Likewise.
41557 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41559         [BZ #13942]
41560         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41561         (1 - x) * (1 + x).
41562         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41563         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41564         * math/libm-test.inc (acos_test): Add more tests.
41565         (asin_test): Likewise.
41566         * sysdeps/i386/fpu/libm-test-ulps: Update.
41567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41569         [BZ #14034]
41570         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41571         of square root.
41572         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41573         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41574         * math/libm-test.inc (acos_test_tonearest): New function.
41575         (acos_test_towardzero): Likewise.
41576         (acos_test_downward): Likewise.
41577         (acos_test_upward): Likewise.
41578         (asin_test_tonearest): Likewise.
41579         (asin_test_towardzero): Likewise.
41580         (asin_test_downward): Likewise.
41581         (asin_test_upward): Likewise.
41582         (main): Call the new functions.
41583         * sysdeps/i386/fpu/libm-test-ulps: Update.
41584         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41586         [BZ #13884]
41587         [BZ #13924]
41588         * math/e_exp10.c: Include <float.h>.
41589         (__ieee754_exp10): Handle underflow here rather than multiplying
41590         large negative argument by M_LN10.
41591         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41592         of __ieee754_expf.
41593         * math/e_exp10l.c: Include <float.h>.
41594         (__ieee754_exp10l): Handle underflow here rather than multiplying
41595         large negative argument by M_LN10l.
41596         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41597         spurious overflow exception on underflow.
41599 2012-04-29  Marek Polacek  <polacek@redhat.com>
41601         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41602         (__fortify_function): New macro.
41603         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41604         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41605         __extern_always_inline.
41606         * libio/bits/stdio2.h: Likewise.
41607         * libio/bits/stdio.h: Likewise.
41608         * string/string.h: Likewise.
41609         * string/bits/string3.h: Likewise.
41610         * include/stdio.h: Likewise.
41611         * stdlib/bits/stdlib.h: Likewise.
41612         * stdlib/stdlib.h: Likewise.
41613         * rt/bits/mqueue2.h: Likewise.
41614         * rt/mqueue.h: Likewise.
41615         * posix/bits/unistd.h: Likewise.
41616         * posix/unistd.h: Likewise.
41617         * io/bits/poll2.h: Likewise.
41618         * io/bits/fcntl2.h: Likewise.
41619         * io/fcntl.h: Likewise.
41620         * io/sys/poll.h: Likewise.
41621         * misc/bits/syslog.h: Likewise.
41622         * misc/bits/syslog-ldbl.h: Likewise.
41623         * misc/sys/syslog.h: Likewise.
41624         * socket/bits/socket2.h: Likewise.
41625         * socket/sys/socket.h: Likewise.
41626         * debug/tst-chk1.c: Likewise.
41627         * wcsmbs/bits/wchar2.h: Likewise.
41628         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41629         * wcsmbs/wchar.h: Likewise.
41631 2012-04-29  Andreas Jaeger  <aj@suse.de>
41633         * Makerules (tests): Remove enable-check-abi protection.
41634         (check-abi-warn): Remove.
41635         (check-abi-%): Remove check-abi-warn usage.
41637         * configure.in: Remove check-abi configure option.
41638         * configure: Regenerated.
41639         * config.make.in (enable-check-abi): Remove.
41641 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41643         [BZ #14033]
41644         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41645         double functions to double *_finite functions.
41647         [BZ #13941]
41648         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41649         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41650         LDBL_MIN_EXP.
41651         * stdio-common/Makefile (tests): Add tst-sprintf3.
41652         * stdio-common/tst-sprintf3.c: New file.
41654         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41655         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41657 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41659         * conform/conformtest.pl: Remove duplicate typed-constant
41660         handling.
41662 2012-04-28  David S. Miller  <davem@davemloft.net>
41664         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41665         (check-abi-%): Remove AWK script prerequisite and explicit
41666         abilist directory.
41667         (check-abi): Rewrite to just diff the symlist with the abilist.
41668         (config-tls, config-abi-config): Delete, no longer used.
41669         (update-abi-%): Remove AWK script and explicit abilist directory.
41670         (update-abi): Rewrite to simply compare and conditionally copy the
41671         symlist and the sysdep abilist file.  Remove update-abi-config
41672         checks.
41673         * abilist/ld.abilist: Remove.
41674         * abilist/libBrokenLocale.abilist: Remove.
41675         * abilist/libanl.abilist: Remove.
41676         * abilist/libcrypt.abilist: Remove.
41677         * abilist/libdl.abilist: Remove.
41678         * abilist/librt.abilist: Remove.
41679         * abilist/libthread_db.abilist: Remove.
41680         * abilist/libutil.abilist: Remove.
41681         * scripts/extract-abilist.awk: Remove.
41682         * scripts/merge-abilist.awk: Remove.
41683         * sysdeps/generic/libcidn.abilist: New file.
41684         * sysdeps/generic/libnss_compat.abilist: New file.
41685         * sysdeps/generic/libnss_db.abilist: New file.
41686         * sysdeps/generic/libnss_dns.abilist: New file.
41687         * sysdeps/generic/libnss_files.abilist: New file.
41688         * sysdeps/generic/libnss_hesiod.abilist: New file.
41689         * sysdeps/generic/libnss_nis.abilist: New file.
41690         * sysdeps/generic/libnss_nisplus.abilist: New file.
41691         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41692         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41693         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41694         file.
41695         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41696         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41697         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41698         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41699         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41700         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41701         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41702         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41703         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41704         file.
41705         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41706         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41707         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41708         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41709         file.
41710         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41711         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41712         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41713         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41714         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41715         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41716         file.
41717         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41718         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41719         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41720         file.
41721         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41722         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41723         New file.
41724         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41725         New file.
41726         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41727         New file.
41728         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41729         New file.
41730         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41731         New file.
41732         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41733         New file.
41734         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41735         New file.
41736         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41737         New file.
41738         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41739         New file.
41740         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41741         New file.
41742         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41743         New file.
41744         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41745         New file.
41746         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41747         New file.
41748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41749         file.
41750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41751         New file.
41752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41753         New file.
41754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41755         file.
41756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41757         New file.
41758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41759         New file.
41760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41761         file.
41762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41763         New file.
41764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41765         New file.
41766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41767         New file.
41768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41769         New file.
41770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41771         New file.
41772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41773         New file.
41774         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41775         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41776         file.
41777         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41778         New file.
41779         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41780         file.
41781         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41782         file.
41783         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41784         file.
41785         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41786         file.
41787         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41788         file.
41789         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41790         New file.
41791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41792         file.
41793         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41794         file.
41795         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41796         New file.
41797         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41798         file.
41799         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41800         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41801         file.
41802         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41803         New file.
41804         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41805         file.
41806         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41807         file.
41808         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41809         file.
41810         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41811         file.
41812         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41813         file.
41814         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41815         New file.
41816         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41817         file.
41818         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41819         file.
41820         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41821         New file.
41822         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41823         file.
41824         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41825         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41826         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41827         file.
41828         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41829         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41830         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41831         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41832         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41833         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41834         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41835         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41836         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41837         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41838         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41839         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41840         file.
41841         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41842         New file.
41843         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41844         file.
41845         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41846         file.
41847         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41848         file.
41849         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41850         file.
41851         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41852         file.
41853         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41854         New file.
41855         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41856         New file.
41857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41858         file.
41859         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41860         New file.
41861         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41862         file.
41863         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41865         file.
41866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41867         New file.
41868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41869         file.
41870         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41871         file.
41872         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41873         file.
41874         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41875         file.
41876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41877         file.
41878         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41879         New file.
41880         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41881         New file.
41882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41883         file.
41884         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41885         New file.
41886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41887         file.
41889 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41891         * conform/conformtest.pl: Fix typo in handling typed-constant from
41892         allow-header.
41894 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41896         * README: Cut down references to pre-2.6 Linux kernels and
41897         Linuxthreads.  Update lists of configurations in libc and ports
41898         and sort alphabetically.  Say "or newer" with Linux kernel version
41899         requirements.
41901         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41903 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41905         [BZ #887]
41906         * math/libm-test.inc (logb_test_downward): New test to expose
41907         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41908         rounding mode.
41910 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41912         [BZ #14027]
41913         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41914         to be done.
41915         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41916         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41918 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41920         * sysdeps/unix/i386/brk.S: Remove file.
41921         * sysdeps/unix/i386/dl-brk.S: Likewise.
41922         * sysdeps/unix/i386/pipe.S: Likewise.
41923         * sysdeps/unix/i386/sigreturn.S: Likewise.
41924         * sysdeps/unix/i386/syscall.S: Likewise.
41925         * sysdeps/unix/i386/vfork.S: Likewise.
41926         * sysdeps/unix/i386/wait.S: Likewise.
41928         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41929         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41931         * configure.in (arm*-none*): Do not allow without
41932         --enable-hacker-mode.
41933         (netbsd*): Remove case setting base_os.
41934         (386bsd*): Likewise.
41935         (freebsd*): Likewise.
41936         (bsdi*): Likewise.
41937         (osf*): Likewise.
41938         (sunos*): Likewise.
41939         (ultrix*): Likewise.
41940         (newsos*): Likewise.
41941         (dynix*): Likewise.
41942         (*bsd*): Likewise.
41943         (sysv*): Likewise.
41944         (isc*): Likewise.
41945         (esix*): Likewise.
41946         (sco*): Likewise.
41947         (minix*): Likewise.
41948         (irix4*): Likewise.
41949         (irix6*): Likewise.
41950         (solaris[2-9]*): Likewise.
41951         (none): Likewise.
41952         * configure: Regenerated.
41954 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41956         [BZ #11521]
41957         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41958         overflow or cancellation in calculating denominator.
41959         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41960         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41961         down expression to avoid unexpected rounding in newer GCCs.
41962         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41964 2012-04-26  David S. Miller  <davem@davemloft.net>
41966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41967         long-double compat symbols.
41968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41973         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41974         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41975         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41976         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41977         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41978         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41979         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41980         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41982 2012-04-25  David S. Miller  <davem@davemloft.net>
41984         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41985         HWCAP_* values only after the memory barriers have been defined.
41986         (atomic_full_barrier): Define.
41987         (atomic_read_barrier): Define.
41988         (atomic_write_barrier): Define.
41990 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41992         * shlib-versions: Add libgcc_s version information.
41993         * sysdeps/generic/libgcc_s.h: Remove.
41994         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41995         libgcc_s.h.
41996         * sysdeps/gnu/unwind-resume.c: Likewise.
41997         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41999 2012-04-25  David S. Miller  <davem@davemloft.net>
42001         * sysdeps/unix/sparc/brk.S: Delete.
42002         * sysdeps/unix/sparc/dl-brk.S: Delete.
42003         * sysdeps/unix/sparc/pipe.S: Delete.
42004         * sysdeps/unix/sparc/sysdep.S: Delete.
42005         * sysdeps/unix/sparc/sysdep.h: Delete.
42006         * sysdeps/unix/sparc/vfork.S: Delete.
42007         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42008         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42009         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42010         (ret_ERRVAL, r0, r1, MOVE): Define.
42011         (JUMPTARGET): Remove.
42012         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42013         sysdeps/unix/sparc/sysdep.h
42014         (ENTRY, END): Remove.
42015         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42017 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42019         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42020         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42021         -DIS_IN_build.
42023         * timezone/README: Update upstream location and email address for
42024         tzcode and tzdata.
42025         * timezone/zdump.c: Update from tzcode 2012b.
42026         * timezone/zic.c: Likewise.
42028         * configure.in (libc_cv_as_needed): Remove test.
42029         * configure: Regenerated.
42030         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42031         conditional definition.
42032         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42033         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42034         * config.make.in (have-as-needed): Remove variable.
42036 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42037             Paul Pluzhnikov  <ppluzhnikov@google.com>
42039         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42040         strings correctly.
42042 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42044         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42045         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42046         * sysdeps/sh/strlen.S: Likewise.
42048 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42050         * sysdeps/unix/fork.S: Remove file.
42051         * sysdeps/unix/i386/fork.S: Likewise.
42052         * sysdeps/unix/sparc/fork.S: Likewise.
42054         * sysdeps/unix/system.c: Remove file.
42055         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42057         * sysdeps/unix/getegid.S: Remove file.
42058         * sysdeps/unix/geteuid.S: Likewise.
42060 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42062         * scripts/check-localplt.awk: New file.
42063         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42064         of diff.
42065         * scripts/data/localplt-generic.data: Add a comment.
42067         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42068         NODE when __dir_mkfile failed.
42069         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42070         Reported by Ludovic Courtès <ludo@gnu.org>.
42072 2012-04-24  Andreas Jaeger  <aj@suse.de>
42074         * Makerules (common-clean): Also remove gen-as-const-headers
42075         files.
42077 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42079         * Makerules (native-compile): Do not change working directory for
42080         build.  Use $(OUTPUT_OPTION) in command.
42081         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42083 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42085         [BZ #13886]
42086         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42087         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42088         * math/libm-test.inc (floor_test): Add more tests.
42089         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42091 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42093         * sysdeps/unix/getdents.c: Remove file.
42094         * sysdeps/unix/sysv/getdents.c: Likewise.
42095         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42097         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42098         sysdeps/unix/mman/syscalls.list.
42099         (mmap): Likewise.
42100         (mprotect): Likewise.
42101         (msync): Likewise.
42102         (munmap): Likewise.
42103         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42104         * sysdeps/unix/mman/syscalls.list: Remove.
42105         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42107         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42108         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42109         * configure: Regenerated.
42110         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42111         $(libgcc_s_suffix).
42112         * config.make.in (libgcc_s_suffix): Remove variable.
42114 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42116         * sysdeps/unix/sysv/gethostname.c: Move to ...
42117         * sysdeps/posix/gethostname.c: ... here.
42119         * sysdeps/unix/execve.S: Remove file.
42121         * sysdeps/unix/_exit.S: Remove file.
42123 2012-04-23  Andreas Jaeger  <aj@suse.de>
42125         [BZ #13739]
42126         * manual/Makefile: Remove make dist support, there's no
42127         need for a stand-alone documentation tar ball.
42128         (TEXI2DVI): Define always, it's not in Makeconfig.
42129         (dist): Removed.
42130         (tar-it): Removed.
42131         (edition): Removed.
42132         (glibc-doc-$(edition).tar): Removed
42133         (%.Z): Removed.
42134         (%.gz): Removed.
42135         (%.uu): Removed.
42136         (ETAGS): Remove, it's in Makeconfig.
42137         (move-if-change): Remove, it's in Makeconfig.
42139 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42141         [BZ #13970]
42142         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42143         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42144         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42145         (strtod_l, strtof_l, strtold_l): Remove __wur.
42146         It is not necessarily an error to ignore strtol's return value.
42147         One can reliably look at the stored endptr to decide whether
42148         the number had valid syntax.
42150 2012-04-21  Andreas Jaeger  <aj@suse.de>
42152         [BZ #13739]
42153         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42155 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42157         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42158         * sysdeps/unix/sysv/Versions: Remove file.
42160 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42162         [BZ #13927]
42163         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42165 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42167         [BZ #7064]
42168         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42169         version from __vm86.
42171 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42173         * sysdeps/unix/common/lxstat.c: Remove file.
42174         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42176         * sysdeps/unix/sysv/Makefile: Remove file.
42178         * sysdeps/unix/sysv/direct.h: Remove file.
42180         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42181         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42182         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42183         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42184         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42185         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42186         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42188         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42190         * sysdeps/unix/xmknod.c: Remove file.
42191         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42193         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42195         * sysdeps/unix/sysv/i386/time.S: Remove file.
42197         * sysdeps/unix/fxstat.c: Remove file.
42198         * sysdeps/unix/xstat.c: Likewise.
42199         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42201         * sysdeps/unix/sysv/sigaction.c: Remove file.
42203         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42204         (sysdep_headers): Remove variable.
42205         [termio.h not in sysdep_headers] (generated): Likewise.
42206         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42207         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42208         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42209         * sysdeps/unix/sysv/tcflow.c: Likewise.
42210         * sysdeps/unix/sysv/tcflush.c: Likewise.
42211         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42212         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42213         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42214         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42215         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42217         * sysdeps/unix/siglist.c: Remove file.
42219         * sysdeps/unix/getppid.S: Remove file.
42221         * sysdeps/unix/mkdir.c: Remove file.
42222         * sysdeps/unix/rmdir.c: Likewise.
42224 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42226         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42227         ERR_MAX value.
42228         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42229         errlist-compat value.
42231 2012-04-18  David S. Miller  <davem@davemloft.net>
42233         * sysdeps/generic/memcopy.h (reg_char): Delete.
42234         * debug/strcat_chk.c: Use char, not reg_char.
42235         * debug/strcpy_chk.c: Likewise.
42236         * debug/strncat_chk.c: Likewise.
42237         * debug/strncpy_chk.c: Likewise.
42238         * string/memchr.c: Likewise.
42239         * string/memrchr.c: Likewise.
42240         * string/rawmemchr.c: Likewise.
42241         * string/strcat.c: Likewise.
42242         * string/strchr.c: Likewise.
42243         * string/strchrnul.c: Likewise.
42244         * string/strcmp.c: Likewise.
42245         * string/strcpy.c: Likewise.
42246         * string/strncat.c: Likewise.
42247         * string/strncmp.c: Likewise.
42248         * string/strncpy.c: Likewise.
42250 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42252         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42253         __builtin_memcopy is called when src and dest ranges are known to not
42254         overlap.
42256 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42258         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42259         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42260         fwd_align_merge macro call.
42261         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42262         bwd_align_merge macro call.
42263         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42265 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42267         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42268         bwd_align_merge macros.
42269         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42270         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42271         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42273 2012-04-18  David S. Miller  <davem@davemloft.net>
42275         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42277 2012-04-18  Andreas Jaeger  <aj@suse.de>
42279         [BZ# 6794]
42280         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42281         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42282         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42284         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42285         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42286         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42288         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42289         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42290         Adjust for changed ldbl-128 files.
42292         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42293         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42294         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42296 2012-04-17  David S. Miller  <davem@davemloft.net>
42298         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42300 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42302         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42303         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42304         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42305         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42306         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42307         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42309 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42311         [BZ #6794]
42312         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42313         * math/libm-test.inc: Add ilogb errno and exception tests.
42314         * math/w_ilogb.c: New file: ilogb wrapper.
42315         * math/w_ilogbf.c: New file: ilogbf wrapper.
42316         * math/w_ilogbl.c: New file: ilogbl wrapper.
42317         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42318         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42319         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42320         exception being thrown with 0.0 as argument.
42321         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42322         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42323         exception being thrown with 0.0 as argument.
42324         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42325         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42326         exception being thrown with 0.0 as argument.
42327         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42328         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42329         exception being thrown with 0.0 as argument.
42330         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42331         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42332         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42333         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42334         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42335         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42336         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42337         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42338         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42340 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42342         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42343         with altivec.
42345 2012-04-16  Marek Polacek  <polacek@redhat.com>
42347         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42349 2012-04-16  Marek Polacek  <polacek@redhat.com>
42351         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42352         operands of fdivp instruction.
42354 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42356         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42357         * elf/tst-auditmod3b.c: Likewise.
42358         * elf/tst-auditmod4b.c: Likewise.
42359         * elf/tst-auditmod5b.c: Likewise.
42360         * elf/tst-auditmod6b.c: Likewise.
42361         * elf/tst-auditmod6c.c: Likewise.
42362         * elf/tst-auditmod7b.c: Likewise.
42363         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42364         * sysdeps/x86_64/preconfigure.in: Likewise.
42365         * sysdeps/x86_64/preconfigure: Regenerated.
42367 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42369         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42370         __ILP32__.
42372 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42374         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42375         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42377 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42379         [BZ #13973]
42380         * locale/iso-639.def: Fix gl language name. Spotted by
42381         Yaron Shahrabani.
42383 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42385         [BZ #2074]
42386         * libio/libio.h (__io_write_fn): Update comment.
42388 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42390         [BZ #2074]
42391         * stdio.texi (Hook Functions): The user provided writer function
42392         is not allowed to return -1.
42394 2012-04-11  David S. Miller  <davem@davemloft.net>
42396         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42398 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42400         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42401         Add a leading slash to rtkaio.
42403 2012-04-11  Jim Meyering  <meyering@redhat.com>
42405         [BZ #11959]
42406         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42407         It is not necessarily an error to ignore fwrite's return
42408         value.  One can reliably use ferror to test for errors after
42409         the fact.
42411 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42413         * bits/types.h (__snseconds_t): New type.
42414         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42416         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42417         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42418         (__SNSECONDS_T_TYPE): Likewise.
42419         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42420         (__SNSECONDS_T_TYPE): Likewise.
42421         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42422         (__SNSECONDS_T_TYPE): Likewise.
42424 2012-04-10  Andreas Jaeger  <aj@suse.de>
42426         [BZ #2636]
42427         * manual/time.texi (Processor Time): Return type of times is
42428         elapsed real time since an arbitrary point in the past.
42429         (CPU Time): Move CLK_TCK from here...
42430         (Processor Time): ...to here.  Correct description.
42431         * manual/conf.texi (Constants for Sysconf): Correct description of
42432         _SC_CLK_TCK.
42434 2012-04-10  David S. Miller  <davem@davemloft.net>
42436         [BZ #13967]
42437         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42438         where the is a gap between DT_REL(A) and DT_JMPREL.
42440 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42442         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42443         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42444         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42446 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42448         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42449         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42450         (dl_main): Handle --inhibit-cache.
42451         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42452         _dl_inhibit_cache.
42453         * elf/dl-load.c (_dl_map_object): Use it.
42454         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42456 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42458         [BZ #13872]
42459         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42460         (__ieee754_powl): Saturate large exponents rather than testing for
42461         overflow of y*log2(x).
42462         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42463         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42464         exceptions.
42466         [BZ #11521]
42467         * math/s_ctan.c: Include <float.h>.
42468         (__ctan): Avoid internal overflow or cancellation in calculating
42469         denominator.
42470         * math/s_ctanf.c: Likewise.
42471         * math/s_ctanl.c: Likewise.
42472         * math/s_ctanh.c: Likewise.
42473         * math/s_ctanhf.c: Likewise.
42474         * math/s_ctanhl.c: Likewise.
42475         * math/libm-test.inc (ctan_test): Add more tests.
42476         (ctanh_test): Likewise.
42477         * sysdeps/i386/fpu/libm-test-ulps: Update.
42478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42480 2012-04-09  Andreas Jaeger  <aj@suse.de>
42482         [BZ #6894]
42483         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42484         is an optional BSD extension.
42486         [BZ #10254]
42487         * manual/stdio.texi (Opening Streams): Document additional fopen
42488         parameters.
42490 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42492         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42493         %eax without telling the compiler.
42495 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42497         [BZ # 13963]
42498         * manual/install.texi: Use sourceware.org.
42500 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42502         [BZ #13873]
42503         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42504         (__ieee754_pow): Generate overflow and underflow using huge*huge
42505         and tiny*tiny rather than just returning constant infinity or zero
42506         for large exponents.
42507         * math/libm-test.inc (pow_test): Require overflow exceptions for
42508         applicable cases of large exponents.
42510         [BZ #706]
42511         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42512         (__ieee754_pow): Use iterative multiplication algorithm only for
42513         integer exponents with absolute value below 1024.  Check for odd
42514         integer exponents when using algorithm for real exponents.
42515         * math/libm-test.inc (pow_test): Add more tests.
42516         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42518 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42520         [BZ #13705]
42521         * math/libm-test.inc (exp_test): Do not allow overflow exception
42522         on underflow test.
42524 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42526         [BZ #13705]
42527         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42528         instead of __kernel_standard_f.
42530 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42532         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42533         * sysdeps/x86_64/memset_chk.S: Likewise.
42535 2012-04-08  Andreas Jaeger  <aj@suse.de>
42537         [BZ #10153]
42538         * manual/startup.texi (Environment Access): Describe return value
42539         for putenv and setenv.
42541         [BZ #6895]
42542         * manual/filesys.texi (Directory Entries): Add description for
42543         DT_LNK.
42545         [BZ #6890]
42546         * manual/filesys.texi (Directory Entries): Clarify that it's file
42547         system not operating system in the description of DT_UNKNOWN.
42549         [BZ #6578]
42550         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42552 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42554         [BZ #6649]
42555         * manual/llio.texi (Opening and Closing Files): Add cross
42556         reference to explain mode argument.
42558 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42560         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42561         * sysdeps/x86_64/memset_chk.S: Likewise.
42563 2012-04-07  David S. Miller  <davem@davemloft.net>
42565         * elf/elf.h (R_SPARC_WDISP10): Define.
42566         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42567         R_SPARC_SIZE32.
42568         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42569         R_SPARC_SIZE64 and R_SPARC_H34.
42571 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42573         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42574         conditions and remove no longer applicable assertion.
42576 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42578         * bits/byteswap.h: Include <features.h>.
42579         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42580         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42582 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42584         * bits/byteswap.h (__bswap_16): Removed.
42585         Include <bits/byteswap-16.h> to get __bswap_16.
42586         * sysdeps/i386/bits/byteswap.h: Likewise.
42587         * sysdeps/s390/bits/byteswap.h: Likewise.
42588         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42589         * bits/byteswap-16.h: New file.
42590         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42591         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42592         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42593         * string/Makefile (headers): Add bits/byteswap-16.h.
42595 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42597         [BZ #13895]
42598         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42599         extra indirection.
42600         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42601         * nss/tst-nss-static.c: New.
42603 2012-04-06  Robert Millan  <rmh@gnu.org>
42605         [BZ #6486]
42606         * manual/llio.texi (File Position Primitive): lseek
42607         refers to WHENCE when it really means OFFSET.
42609 2012-04-06  Andreas Jaeger  <aj@suse.de>
42611         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42612         strncmp declarations.
42614         * abilist/libc.abilist: Add __poll and __ppoll.
42616 2012-04-05  David S. Miller  <davem@davemloft.net>
42618         * scripts/check-local-headers.sh: Accept a host triplet in the
42619         path matched by the exclude regexp.
42621         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42622         definition.
42623         * sysdeps/powerpc/powerpc32/dl-machine.h
42624         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42625         * sysdeps/s390/s390-32/dl-machine.h
42626         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42627         * sysdeps/sparc/sparc32/dl-machine.h
42628         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42629         * sysdeps/sparc/sparc64/dl-machine.h
42630         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42632         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42633         lazy binding.
42634         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42635         undefined symbol errors.
42637         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42638         DT_NEEDED entries.
42640 2012-04-05  Michael Matz  <matz@suse.de>
42642         [BZ #13592]
42643         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42645 2012-04-05  Andreas Jaeger  <aj@suse.de>
42647         [BZ #13908]
42648         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42649         comment.
42651 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42653         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42654         which ROUND is no valid rounding mode.
42656 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42658         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42659         read again.
42660         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42662 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42664         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42665         an exception using FPU order intentionally.
42667 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42669         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42670         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42671         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42672         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42674 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42676         [BZ #12340]
42677         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42678         EINVAL when BUFLEN is too smal.
42680 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42682         [BZ #13553]
42683         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42684         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42686 2012-04-03  Andreas Jaeger  <aj@suse.de>
42688         [BZ #13938]
42689         * manual/setjmp.texi (System V contexts): Fix sentence.
42691         [BZ #13926]
42692         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42693         New macro for this case.
42694         [!__GNUC__] (__bswap_64): New inline function for this case.
42695         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42696         * bits/byteswap.h: Likewise.
42697         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42698         ull, guard with __GLIBC_HAVE_LONG_LONG.
42700         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42701         __GLIBC_HAVE_LONG_LONG.
42703         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42704         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42706 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42708         [BZ #13691]
42709         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42710         inptr and inend, rather than using last_ch.
42712 2012-04-02  David S. Miller  <davem@davemloft.net>
42714         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42715         * stdio-common/printf-parse.h (read_int): Change return type to
42716         'int', return -1 on INT_MAX overflow.
42717         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42718         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42719         overflows INT_MAX.  Check for overflow of in-format-string precision
42720         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42721         SIZE_MAX not INT_MAX for integer overflow test.
42722         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42723         skip the construct in the format string but do not record anything.
42724         * stdio-common/bug22.c: Adjust to test both width/prevision
42725         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42726         explicitly for proper errno values.
42728 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42730         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42731         CHAR_MAX.
42732         * string/test-strcmp.c [! WIDE]: Likewise.
42733         * time/tst-mktime2.c: Likewise for INT_MAX.
42734         * string/test-string.h: #include <sys/param.h> for MIN.
42736         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42737         * sysdeps/i386/init-first.c (init): Likewise.
42738         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42739         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42740         * sysdeps/sh/init-first.c (init): Likewise.
42742 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42744         * po/ru.po: Update from translation team.
42745         * po/vi.po: Likewise.
42747 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42749         * resolv/nss_dns/dns-host.c: Merge copyright years.
42751 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42753         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42754         Optimize memcpy with prefetch if
42755         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42756         src, dst pointers have unequal 16 byte alignments.
42758 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42760         [BZ #13928]
42761         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42762         from a CNAME entry and return the minimum ttl for the query.
42763         (gaih_getanswer_slice): Likewise.
42765 2012-03-30  Jeff Law  <law@redhat.com>
42767         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42768         due to long keys.
42769         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42770         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42772         * resolv/nss_dns/dns-host.c: Update copyright year.
42774 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42776         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42777         requests to save a system call.  Fix check that all bytes are sent.
42779         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42780         comments for sendmmsg.
42782 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42784         [BZ #13691]
42785         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42786         with only 1 character between 0x0041 and 0x01b0.
42787         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42788         * wcsmbs/tst-mbsnrtowcs.c: New file.
42790 2012-03-29  David S. Miller  <davem@davemloft.net>
42792         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42793         small copies by hand.
42795 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42797         [BZ #13761]
42798         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42799         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42800         group memberships.
42802 2012-03-28  David S. Miller  <davem@davemloft.net>
42804         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42805         that branches into memcpy.
42806         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42807         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42808         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42809         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42810         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42811         bits.
42812         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42813         implementation too.
42814         * sysdeps/sparc/mempcpy.S: New file.
42816         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42817         the IFUNC routine in the libc case.
42818         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42820         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42821         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42822         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42823         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42824         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42825         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42826         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42827         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42829         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42830         loop to 256 bytes instead of 64 bytes and fix test signedness.
42832         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42833         * sysdeps/sparc/sparc32/Makefile: rather than here...
42834         * sysdeps/sparc/sparc64/Makefile: and here.
42836 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42838         * malloc/mallocbug.c: Avoid warnings about unused variables.
42840 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42842         [BZ #13760]
42843         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42844         in the right place. Discard and retry query if response is
42845         larger than input buffer size.
42847 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42849         [BZ #369]
42850         [BZ #2678]
42851         [BZ #3866]
42852         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42853         x for large integer exponent.
42854         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42855         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42856         sign of result as needed afterwards.
42857         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42858         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42859         result for underflowing pow the same as for overflow.
42860         (__kernel_standard_l): Handle powl overflow and underflow here
42861         rather than calling __kernel_standard.
42862         * math/libm-test.inc (pow_test): Add more tests.
42864         [BZ #3868]
42865         [BZ #13879]
42866         [BZ #13910]
42867         [BZ #13911]
42868         [BZ #13912]
42869         [BZ #13913]
42870         [BZ #13915]
42871         [BZ #13916]
42872         [BZ #13917]
42873         [BZ #13918]
42874         [BZ #13919]
42875         [BZ #13920]
42876         [BZ #13921]
42877         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42878         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42879         (__kernel_standard_l): New function.
42880         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42881         __kernel_standard.
42882         * math/w_acosl.c (__acosl): Likewise.
42883         * math/w_asinl.c (__asinl): Likewise.
42884         * math/w_atan2l.c (__atan2l): Likewise.
42885         * math/w_atanhl.c (__atanhl): Likewise.
42886         * math/w_coshl.c (__coshl): Likewise.
42887         * math/w_exp10l.c (__exp10l): Likewise.
42888         * math/w_exp2l.c (__exp2l): Likewise.
42889         * math/w_fmodl.c (__fmodl): Likewise.
42890         * math/w_hypotl.c (__hypotl): Likewise.
42891         * math/w_j0l.c (__j0l, __y0l): Likewise.
42892         * math/w_j1l.c (__j1l, __y1l): Likewise.
42893         * math/w_jnl.c (__jnl, __ynl): Likewise.
42894         * math/w_lgammal.c (__lgammal): Likewise.
42895         * math/w_log10l.c (__log10l): Likewise.
42896         * math/w_log2l.c (__log2l): Likewise.
42897         * math/w_logl.c (__logl): Likewise.
42898         * math/w_powl.c (__powl): Likewise.
42899         * math/w_remainderl.c (__remainderl): Likewise.
42900         * math/w_scalbl.c (sysv_scalbl): Likewise.
42901         * math/w_sinhl.c (__sinhl): Likewise.
42902         * math/w_sqrtl.c (__sqrtl): Likewise.
42903         * math/w_tgammal.c (__tgammal): Likewise.
42904         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42905         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42906         * math/libm-test.inc (acos_test): Add more tests.
42907         (acosh_test): Likewise.
42908         (asin_test): Likewise.
42909         (atanh_test): Likewise.
42910         (exp_test): Likewise.
42911         (exp10_test): Likewise.
42912         (exp2_test): Likewise.
42913         (expm1_test): Likewise.
42914         (lgamma_test): Likewise.
42915         (log_test): Likewise.
42916         (log10_test): Likewise.
42917         (log1p_test): Likewise.
42918         (log2_test): Likewise.
42919         (pow_test): Do not allow some spurious overflow exceptions.
42920         (sqrt_test): Add more tests.
42921         (tgamma_test): Likewise.
42922         (y0_test): Likewise.
42923         (y1_test): Likewise.
42924         (yn_test): Likewise.
42926 2012-03-27  Anton Blanchard  <anton@samba.org>
42928         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42929         MAP_HUGETLB.
42930         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42931         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42932         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42934 2012-03-27  David S. Miller  <davem@davemloft.net>
42936         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42938         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42939         have-as-vis3 check.
42941 2012-03-27  Andreas Jaeger  <aj@suse.de>
42943         * sysdeps/x86_64/elf/configure.in: Moved to ...
42944         * sysdeps/x86_64/configure.in: ... here.
42945         * sysdeps/x86_64/elf/start.S: Moved to ...
42946         * sysdeps/x86_64/start.S: ... here.
42947         * sysdeps/x86_64/elf/configure: Delete.
42949         * sysdeps/x86_64/configure.in: Merge contents from
42950         sysdeps/i386/configure.in (without i686 check).
42952         * sysdeps/i386/elf/Versions: Merge into ...
42953         * sysdeps/i386/Versions: ... this.
42954         * sysdeps/i386/elf/Versions: Delete file.
42955         * sysdeps/i386/elf/start.S: Moved to ...
42956         * sysdeps/i386/start.S: ...here.
42957         * sysdeps/i386/elf/configure.in: Merge into...
42958         * sysdeps/i386/configure.in: ...here.
42959         * sysdeps/i386/elf/configure.in: Delete file.
42960         * sysdeps/i386/elf/configure: Delete file.
42962         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42963         * debug/backtracesyms.c: ... here.
42964         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42965         * debug/backtracesymsfd.c: ... here.
42966         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42967         * sysdeps/generic/ifunc-sel.h: ... here.
42969         * sysdeps/unix/i386/start.c: Delete file.
42970         * sysdeps/unix/sparc/start.c: Delete file.
42971         * sysdeps/unix/start.c: Delete file.
42973         * sysdeps/sh/elf/configure.in: Moved to ...
42974         * sysdeps/sh/configure.in: ... here.
42975         * sysdeps/sh/elf/start.S: Moved to ...
42976         * sysdeps/sh/start.S: ... here.
42977         * sysdeps/sh/elf/configure: Delete file.
42979         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42980         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42981         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42982         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42983         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42984         * sysdeps/powerpc/powerpc64/start.S: here.
42985         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42986         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42987         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42988         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42989         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42991         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42992         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42993         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42994         * sysdeps/powerpc/powerpc32/start.S: ... here.
42995         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42996         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42997         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42999         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43000         * sysdeps/powerpc/ifunc-sel.h: ... here.
43001         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43002         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43004         * sysdeps/sparc/elf/configure.in: Moved to ...
43005         * sysdeps/sparc/configure.in: ... here.
43006         * sysdeps/sparc/elf/configure: Delete file.
43007         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43008         * sysdeps/sparc/sparc32/start.S: ... here.
43009         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43010         * sysdeps/sparc/sparc64/start.S: ... here.
43011         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43012         * sysdeps/sparc/sparc32/Makefile: ... this.
43013         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43014         * sysdeps/sparc/sparc64/Makefile: ... this.
43016         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43017         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43018         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43019         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43020         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43021         * sysdeps/s390/s390-32/setjmp.S: ... here.
43022         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43023         * sysdeps/s390/s390-32/configure.in: ... here.
43024         * sysdeps/s390/s390-32/elf/configure: Delete file.
43025         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43026         * sysdeps/s390/s390-32/start.S: ... here.
43028         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43029         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43030         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43031         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43032         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43033         * sysdeps/s390/s390-64/setjmp.S: ... here.
43034         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43035         * sysdeps/s390/s390-64/configure.in: ... here
43036         * sysdeps/s390/s390-64/elf/configure: Delete file.
43037         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43038         * sysdeps/s390/s390-64/start.S: ... here.
43039         * sysdeps/s390/s390-64/elf/configure: Delete.
43041         * configure.in: Remove support for elf directories in sysdeps.
43043         * configure: Regenerated.
43044         * sysdeps/i386/configure: Regenerated.
43045         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43046         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43047         * sysdeps/s390/s390-32/configure: Regenerated.
43048         * sysdeps/s390/s390-64/configure: Regenerated.
43049         * sysdeps/sh/configure: Regenerated.
43050         * sysdeps/sparc/configure: Regenerated.
43051         * sysdeps/x86_64/configure: Regenerated.
43053 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43055         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43057         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43058         denormal result into account.
43060 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43062         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43063         Reported by Allan McRae <allan@archlinux.org>.
43065 2012-03-23  Jeff Law  <law@redhat.com>
43067         * nss/getnssent.c (__nss_getent): Fix typo.
43069 2012-03-23  David S. Miller  <davem@davemloft.net>
43071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43073 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43075         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43076         to pad to uint64_t for each field.
43077         (dl_tls_index): Replace unsigned long with uint64_t.
43079 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43080         Paul Pluzhnikov  <ppluzhnikov@google.com>
43082         [BZ #6528]
43083         * grp/Makefile (otherlibs): Don't set it.
43084         * inet/Makefile (otherlibs): Likewise.
43085         * login/Makefile (otherlibs): Likewise.
43086         * nscd/Makefile (otherlibs): Likewise.
43087         * posix/Makefile (otherlibs): Likewise.
43088         * pwd/Makefile (otherlibs): Likewise.
43089         * rt/Makefile (otherlibs): Likewise.
43090         * sunrpc/Makefile (otherlibs): Likewise.
43091         * nss/Makefile (otherlibs): Likewise.
43092         Add libnss_files to routines and static-only-routines.
43093         ($(objpfx)getent): Remove rule.
43094         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43095         static-only-routines.
43097 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43099         [BZ #13892]
43100         * math/s_cexp.c: Include <float.h>.
43101         (__cexp): Handle exp result overflowing not necessarily
43102         overflowing both real and imaginary parts of result.
43103         * math/s_cexpf.c: Likewise.
43104         * math/s_cexpl.c: Likewise.
43105         * math/libm-test.inc (cexp_test): Add more tests.
43106         * sysdeps/i386/fpu/libm-test-ulps: Update.
43107         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43109 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43111         * include/link.h (ELFW): New macro.
43112         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43113         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43115 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43117         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43118         with uint64_t.
43120 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43122         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43123         declaration.
43124         (struct La_x32_retval): Likewise.
43126 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43128         * sysdeps/x86_64/preconfigure.in: New file.
43129         * sysdeps/x86_64/preconfigure: New generated file.
43131 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43133         [BZ #13824]
43134         * math/e_exp2l.c: Include <float.h>.
43135         (__ieee754_exp2l): Handle overflow and underflow cases
43136         separately.  Only pass fractional part of argument to
43137         __ieee754_expl.
43138         * math/libm-test.inc (exp2_test): Add more tests.
43140         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43141         negating x to take absolute value.
43142         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43143         Likewise.
43144         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43145         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43146         Likewise.
43147         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43148         computing low part if x was negated.
43149         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43151 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43153         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43154         la_x32_gnu_pltexit.
43155         (pltexit): Cast int_retval to ptrdiff_t.
43156         * elf/tst-auditmod3b.c: Likewise.
43157         * elf/tst-auditmod4b.c: Likewise.
43158         * elf/tst-auditmod5b.c: Likewise.
43159         * elf/tst-auditmod6b.c: Likewise.
43160         * elf/tst-auditmod6c.c: Likewise.
43161         * elf/tst-auditmod7b.c: Likewise.
43163         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43164         and x32_gnu_pltexit.
43166         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43167         __ELF_NATIVE_CLASS.
43168         (La_x32_regs): New macro.
43169         (La_x32_retval): Likewise.
43170         (la_x32_gnu_pltenter): New function prototype.
43171         (la_x32_gnu_pltexit): Likewise.
43173 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43175         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43176         exponent.
43178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43180         * configure.in (libc_cv_cc_nofma): Check for option to disable
43181         generation of FMA instructions.
43182         * configure: Regenerate.
43183         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43184         * sysdeps/ieee754/dbl-64/Makefile: New file.
43185         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43186         Remove brandred-fma4.
43187         (CFLAGS-brandred-fma4.c): Remove.
43188         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43189         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43190         define.
43191         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43192         define.
43194 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43196         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43197         LLONG_MAX != LONG_MAX.
43198         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43199         (_fitoa_word): Likewise.
43200         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43201         LLONG_MAX != LONG_MAX.
43202         * stdio-common/_itowa.h: Include <_itoa.h>.
43203         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43204         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43205         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43206         only if not defined.
43207         (_ITOA_WORD_TYPE): Likewise.
43208         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43209         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43211 2012-03-21  David S. Miller  <davem@davemloft.net>
43213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43215 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43217         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43218         of x86_64 when setting libc_cv_slibdir, libdir and
43219         libc_cv_localedir.
43220         * sysdeps/unix/sysv/linux/configure: Regenerated.
43222 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43224         * manual/lang.texi (Old Varargs): Remove section.
43225         (How Variadic): Update menu.
43226         (va_start): Do not mention varargs.h.
43228 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43229             Joseph Myers  <joseph@codesourcery.com>
43231         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43232         link test.
43233         * configure: Regenerated.
43235 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43237         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43238         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43239         conformtest.pl
43241 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43243         * NOTES: Remove.
43244         * Makefile (files-for-dist): Remove NOTES.
43245         (NOTES): Remove rule.
43246         * README: Don't refer to NOTES.
43247         * manual/creature.texi: Don't include macros.texi.
43248         * manual/intro.texi (creature.texi): Remove comment referring to
43249         NOTES.
43251         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43252         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43253         * configure: Regenerated.
43254         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43255         LIBC_TRY_CC_OPTION.
43256         (libc_cv_as_i686): Likewise.
43257         (libc_cv_cc_avx): Likewise.
43258         (libc_cv_cc_sse2avx): Likewise.
43259         (libc_cv_cc_fma4): Likewise.
43260         (libc_cv_cc_novzeroupper): Likewise.
43261         * sysdeps/i386/configure: Regenerated.
43263         [BZ #13883]
43264         * sysdeps/i386/fpu/s_cexp.S: Remove.
43265         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43266         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43267         * math/libm-test.inc (cexp_test): Add more tests.
43268         * sysdeps/i386/fpu/libm-test-ulps: Update.
43269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43271 2012-03-21  Allan McRae  <allan@archlinux.org>
43273         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43275 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43277         [BZ #13871]
43278         * math/w_exp2.c: Do not include <float.h>.
43279         (o_threshold, u_threshold): Remove.
43280         (__exp2): Calculate result before checking finiteness and calling
43281         __kernel_standard.
43282         * math/w_exp2f.c: Likewise.
43283         * math/w_exp2l.c: Likewise.
43284         * math/libm-test.inc (exp2_test): Require overflow exception for
43285         1e6 input.
43287         [BZ #3866]
43288         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43289         range of signed 64-bit integers before using fistpll.  Remove
43290         checks for whether integers fit in mantissa bits.
43291         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43292         the range of signed 32-bit integers before using fistpl.  Remove
43293         checks for whether integers fit in mantissa bits.
43294         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43295         (__ieee754_powl): Test for y outside the range of signed 64-bit
43296         integers before using fistpll.  Reduce 64-bit values to 63-bit
43297         ones as needed.
43298         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43299         divide-by-zero is raised for zero to large negative powers.
43300         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43301         (__ieee754_powl): Test for y outside the range of signed 64-bit
43302         integers before using fistpll.  Reduce 64-bit values to 63-bit
43303         ones as needed.
43304         * math/libm-test.inc (pow_test): Add more tests.
43306 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43308         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43309         <stdio-common/_itoa.h>.
43310         * debug/segfault.c: Likewise.
43311         * elf/dl-cache.c: Likewise.
43312         * elf/dl-minimal.c: Likewise.
43313         * elf/dl-misc.c: Likewise.
43314         * elf/dl-sysdep.c: Likewise.
43315         * elf/dl-version.c: Likewise.
43316         * elf/rtld.c: Likewise.
43317         * hurd/hurdsock.c: Likewise.
43318         * hurd/lookup-retry.c: Likewise.
43319         * malloc/malloc.c: Likewise.
43320         * malloc/mtrace.c: Likewise.
43321         * nscd/nscd_getgr_r.c: Likewise.
43322         * nscd/nscd_getpw_r.c: Likewise.
43323         * nscd/nscd_getserv_r.c: Likewise.
43324         * posix/getopt_init.c: Likewise.
43325         * posix/wordexp.c: Likewise.
43326         * stdio-common/_itoa.c: Likewise.
43327         * stdio-common/printf_fphex.c: Likewise.
43328         * stdio-common/vfprintf.c: Likewise.
43329         * string/_strerror.c: Likewise.
43330         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43331         * sysdeps/i386/i686/hp-timing.h: Likewise.
43332         * sysdeps/mach/_strerror.c: Likewise.
43333         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43334         * sysdeps/mach/hurd/sethostid.c: Likewise.
43335         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43336         * sysdeps/mach/xpg-strerror.c: Likewise.
43337         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43338         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43339         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43340         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43341         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43342         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43343         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43344         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43345         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43346         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43347         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43348         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43349         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43350         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43351         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43352         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43353         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43354         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43355         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43356         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43357         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43359         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43361         * stdio-common/_itoa.h: Moved to ...
43362         * sysdeps/generic/_itoa.h: Here.
43364         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43366         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43367         instead of "_itoa.h" and "_itowa.h".
43368         * stdio-common/vfprintf.: Likewise.
43370 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43372         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43373         <bits/wordsize.h>.
43374         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43375         (__signbit): Likwise.
43376         (llrintf): Likwise.
43377         (llrint): Likwise.
43379 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43381         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43382         __WORDSIZE != 64.
43384 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43386         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43387         OVERFLOW_EXCEPTION_OK.
43388         * math/libm-test.inc ("Philosophy"): Update comment about
43389         exception testing.
43390         (OVERFLOW_EXCEPTION): Define.
43391         (OVERFLOW_EXCEPTION_OK): Likewise.
43392         (INVALID_EXCEPTION_OK): Renumber.
43393         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43394         (IGNORE_ZERO_INF_SIGN): Likewise.
43395         (test_exceptions): Handle FE_OVERFLOW.
43396         (exp10_test): Expect overflow exceptions.
43397         (exp2_test): Likewise.
43398         (expm1_test): Likewise.
43399         (nextafter_test): Likewise.
43400         (pow_test): Likewise.
43401         (scalbn_test): Likewise.
43402         (scalbln_test): Likewise.
43404 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43406         * sysdeps/x86_64/bits/atomic.h
43407         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43408         64bit integer.
43409         (atomic_exchange_acq): Likewise.
43410         (__arch_exchange_and_add_body): Likewise.
43411         (__arch_add_body): Likewise.
43412         (atomic_add_negative): Likewise.
43413         (atomic_add_zero): Likewise.
43415 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43417         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43418         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43420 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43422         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43423         Check __x86_64__ instead of __WORDSIZE.
43425 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43427         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43429 2012-03-19  David S. Miller  <davem@davemloft.net>
43431         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43433         * sysdeps/sparc/fpu/fenv_private.h: New file.
43434         * sysdeps/sparc/fpu/math_private.h: Use it.
43435         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43436         Remove.
43437         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43438         (libc_feholdexcept_setroundl): Remove.
43439         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43440         Remove.
43441         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43442         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43444 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43446         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43447         int64_t instead of long int.
43448         (INSERT_WORDS64): Likwise.
43450 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43452         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43453         _Unwind_GetCFA return to _Unwind_Ptr first.
43455 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43457         [BZ #13629]
43458         * math/s_clog.c: Include <float.h>.
43459         (__clog): Scale large or subnormal inputs.
43460         * math/s_clogf.c: Likewise.
43461         * math/s_clogl.c: Likewise.
43462         * math/s_clog10.c: Include <float.h>.
43463         (M_LOG10_2): Define.
43464         (__clog10): Scale large or subnormal inputs.
43465         * math/s_clog10f.c: Likewise.
43466         * math/s_clog10l.c: Likewise.
43467         * math/libm-test.inc (clog_test): Add more tests.
43468         (clog10_test): Likewise.
43469         * sysdeps/i386/fpu/libm-test-ulps: Update.
43470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43472         [BZ #11451]
43473         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43474         x and y.
43475         * math/libm-test.inc (atan2_test): Add another test.
43477         * Makerules (common-objdir-compile): Remove.
43478         * sysdeps/unix/Makefile (config-generated): Do not add
43479         $(unix-generated) to variable.
43480         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43481         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43482         Remove rule.
43483         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43484         Likewise.
43485         [generic bits/local_lim.h] (before-compile): Do not append to
43486         variable.
43487         [generic bits/local_lim.h] (common-generated): Likewise.
43488         [generic sys/param.h] (before-compile): Do not append to variable.
43489         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43490         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43491         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43492         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43493         include.
43494         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43495         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43496         [generic sys/param.h] ($(addprefix
43497         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43498         [generic sys/param.h] (common-generated): Do not append to
43499         variable.
43500         [generic sys/param.h] (sysdep_headers): Likewise.
43501         [generic bits/errno.h] (before-compile): Do not append to
43502         variable.
43503         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43504         rule.
43505         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43506         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43507         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43508         [generic bits/errno.h] (common-generated): Do not append to
43509         variable.
43510         [generic bits/ioctls.h] (before-compile): Do not append to
43511         variable.
43512         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43513         rule.
43514         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43515         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43516         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43517         rule.
43518         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43519         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43520         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43521         [generic bits/ioctls.h] (common-generated): Do not append to
43522         variable.
43523         [generic sys/syscall.h] (syscall.h): Remove variable.
43524         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43525         rule.
43526         [generic sys/syscall.h] (before-compile): Do not append to
43527         variable.
43528         [generic sys/syscall.h] (common-generated): Likewise.
43529         * sysdeps/unix/errnos-tmpl.c: Remove file.
43530         * sysdeps/unix/errnos.awk: Likewise.
43531         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43532         * sysdeps/unix/ioctls.awk: Likewise.
43533         * sysdeps/unix/mk-local_lim.c: Likewise.
43534         * sysdeps/unix/snarf-ioctls: Likewise.
43536 2012-03-19  Richard Henderson  <rth@twiddle.net>
43538         * sysdeps/i386/fpu/fenv_private.h: New file.
43539         * sysdeps/i386/fpu/math_private.h: Use it.
43540         (math_opt_barrier, math_force_eval): Remove.
43541         (libc_feholdexcept_setround_53bit): Remove.
43542         (libc_feupdateenv_53bit): Remove.
43543         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43544         (math_opt_barrier, math_force_eval): Remove.
43545         (libc_feholdexcept): Remove.
43546         (libc_feholdexcept_setround): Remove.
43547         (libc_fetestexcept, libc_fesetenv): Remove.
43548         (libc_feupdateenv_test): Remove.
43549         (libc_feupdateenv, libc_feholdsetround): Remove.
43550         (libc_feresetround): Remove.
43552         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43553         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43555         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43556         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43557         (libc_feupdateenv_testl): New.
43558         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43559         (libc_feupdateenv_testf): New.
43560         (libc_feupdateenv): Use libc_feupdateenv_test.
43561         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43562         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43564         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43565         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43566         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43567         (libc_feresetround_noex): New.
43568         (libc_feresetround_noexf): New.
43569         (libc_feresetround_noexl): New.
43570         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43571         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43572         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43573         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43574         SET_RESTORE_ROUND.
43575         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43576         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43577         (__cos): Likewise.
43578         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43579         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43580         SET_RESTORE_ROUND_NOEX.
43581         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43582         SET_RESTORE_ROUND_NOEXF.
43583         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43584         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43585         (libc_feholdsetroundf): New.
43586         (libc_feresetround, libc_feresetroundf): New.
43588         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43589         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43590         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43592         * sysdeps/generic/math_private.h: Include <fenv.h>.
43593         (default_libc_feholdexcept): New.
43594         (default_libc_feholdexcept_setround): New.
43595         (default_libc_fesetenv, default_libc_feupdateenv): New.
43596         (libc_feholdexcept): Only define if undefined.
43597         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43598         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43599         (libc_feholdexcept_setroundl): Likewise.
43600         (libc_feholdexcept_setround_53bit): Likewise.
43601         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43602         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43603         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43604         (libc_feupdateenv_53bit): Likewise.
43605         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43606         (libc_feholdexcept): Convert from macro to inline function.
43607         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43608         (libc_fesetenv, libc_feupdateenv): Likewise.
43610         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43611         not previously defined.
43612         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43613         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43614         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43615         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43616         * sysdeps/ieee754/flt-32/math_private.h: New file.
43617         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43618         math_private.h below SET_FLOAT_WORD.
43619         (__isnan, __isinf_ns, __finite): Remove.
43620         (__isnanf, __isinf_nsf, __finitef): Remove.
43622 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43624         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43626 2012-03-17  David S. Miller  <davem@davemloft.net>
43628         [BZ #6471]
43629         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43630         for 2.16.
43632 2012-03-16  David S. Miller  <davem@davemloft.net>
43634         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43635         warnings.
43637         [BZ #6471]
43638         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43639         properly.
43640         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43641         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43642         sysdep_routines when subdir is sysvipc.
43643         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43644         __getshmlba helper.
43646         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43648 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43650         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43651         [__LP64__].
43653 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43655         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43656         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43657         (__lround): Renamed to ...
43658         (__llround): This.  Replace long int with long long int.
43659         Define lround functions as aliases of llround functions.
43660         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43662 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43664         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43665         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43666         adresses to uintptr_t.  Replace "long int" and "unsigned long
43667         int" with "greg_t" on va_arg.
43669 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43671         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43672         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43674         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43675         Move e_machine check before EI_CLASS check.  Handle x32
43676         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43677         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43678         SKIP_EM_IA_64 and include
43679         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43681         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43682         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43683         (add_system_dir): New macro.
43685         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43686         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43688 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43690         [BZ #2551]
43691         [BZ #2552]
43692         [BZ #2553]
43693         [BZ #2554]
43694         [BZ #2562]
43695         [BZ #2563]
43696         [BZ #2565]
43697         [BZ #2566]
43698         [BZ #2576]
43699         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43700         (y0): Likewise.
43701         * math/w_j0f.c (j0f): Likewise.
43702         (y0f): Likewise.
43703         * math/w_j0l.c (__j0l): Likewise.
43704         (__y0l): Likewise.
43705         * math/w_j1.c (j1): Likewise.
43706         (y1): Likewise.
43707         * math/w_j1f.c (j1f): Likewise.
43708         (y1f): Likewise.
43709         * math/w_j1l.c (__j1l): Likewise.
43710         (__y1l): Likewise.
43711         * math/w_jn.c (jn): Likewise.
43712         (yn): Likewise.
43713         * math/w_jnf.c (jnf): Likewise.
43714         (ynf): Likewise.
43715         * math/w_jnl.c (__jnl): Likewise.
43716         (__ynl): Likewise.
43717         * math/libm-test.inc (j0_test): Add more tests.
43718         (j1_test): Likewise.
43719         (jn_test): Likewise.  Add trailing semicolon to existing test.
43720         (y0_test): Likewise.
43721         (y1_test): Likewise.
43722         * sysdeps/i386/fpu/libm-test-ulps: Update.
43723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43725         [BZ #13851]
43726         [BZ #13854]
43727         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43728         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43729         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43730         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43731         (__tanl): Set errno for infinite argument.
43732         * sysdeps/i386/fpu/mptan.c: Remove.
43733         * sysdeps/i386/fpu/s_tan.S: Likewise.
43734         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43735         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43736         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43737         * math/libm-test.inc (tan_test): Add more tests and enable more
43738         tests for double and long double.
43739         * sysdeps/i386/fpu/libm-test-ulps: Update.
43740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43742 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43744         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43745         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43747 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43749         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43750         * configure.in: Use it for both main tree and add-ons.
43751         * configure: Regenerated.
43753 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43755         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43757 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43759         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43760         in comment.
43762         [BZ #13851]
43763         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43764         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43765         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43766         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43767         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43768         infinite argument.
43769         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43770         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43771         != 0 for prec == 2.
43772         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43773         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43774         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43775         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43776         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43777         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43778         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43779         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43780         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43781         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43782         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43783         * math/libm-test.inc (cos_test): Add more tests and enable more
43784         tests for long double.
43785         (sin_test): Likewise.
43786         (sincos_test): Likewise.
43787         * sysdeps/i386/fpu/libm-test-ulps: Update.
43788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43790 2012-03-16  David S. Miller  <davem@davemloft.net>
43792         * sysdeps/sparc/fpu/math_private.h: New file.
43794 2012-03-15  David S. Miller  <davem@davemloft.net>
43796         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43797         file.
43798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43800         file.
43801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43802         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43803         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43804         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43805         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43806         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43807         sysdep routines.
43808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43810         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43811         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43813         * sysdeps/sparc/sparc-ifunc.h: New file.
43814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43815         sparc-ifunc.h
43816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43818         Likewise.
43819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43820         Likewise.
43821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43825         Likewise.
43826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43831         Likewise.
43832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43833         Likewise.
43834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43838         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43839         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43840         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43841         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43842         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43843         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43844         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43845         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43846         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43847         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43848         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43849         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43850         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43851         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43852         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43853         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43854         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43855         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43856         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43857         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43859 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43861         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43862         scaling.
43863         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43865 2012-03-15  Andreas Jaeger  <aj@suse.de>
43867         [BZ #13852]
43868         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43869         ieee754/flt-32 implementation for sin, cos and sincos.
43870         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43871         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43872         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43873         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43874         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43875         ieee754/flt-32 implementation for tan.
43877         * math/libm-test.inc (cos_test): Enable some large input tests for
43878         float as well
43879         (sin_test): Likewise.
43880         (sincos_test): Likewise.
43881         (tan_test): Add tests for large input.
43883         * sysdeps/i386/fpu/libm-test-ulps: Update.
43885 2012-03-15  Andreas Jaeger  <aj@suse.de>
43887         [BZ #13658]
43888         * math/libm-test.inc (cos_test): Add more test cases.
43889         (sin_test): Likewise.
43890         (sincos_test): Likewise.
43892 2012-03-15  Andreas Jaeger  <aj@suse.de>
43894         [BZ #13837]
43895         * math/libm-test.inc (cos_test): Add a test case for large input
43896         value.
43897         (sin_test): Likewise.
43898         (sincos_test): Likewise.
43900 2012-03-15  Andreas Jaeger  <aj@suse.de>
43901             Joseph Myers  <joseph@codesourcery.com>
43903         [BZ #13658]
43904         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43905         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43906         * sysdeps/i386/fpu/branred.c: Likewise.
43907         * sysdeps/i386/fpu/dosincos.c: Likewise.
43908         * sysdeps/i386/fpu/mpa.c: Likewise.
43909         * sysdeps/i386/fpu/s_cos.S: Likewise.
43910         * sysdeps/i386/fpu/s_sin.S: Likewise.
43911         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43912         * sysdeps/i386/fpu/sincos32.c: Likewise.
43914         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43915         Define.
43916         (libc_feupdateenv_53bit): Define.
43917         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43918         Define.
43919         (libc_feupdateenv_53bit): Define.
43921         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43922         53 bit (without extend i386 double precision).
43924         * math/libm-test.inc (sincos_test): Add tests for large input.
43925         (sin): Likewise.
43926         (cos): Likewise.
43928         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43930 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43932         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43934 2012-03-15  David S. Miller  <davem@davemloft.net>
43936         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43937         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43938         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43939         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43941         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43942         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43943         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43944         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43945         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43946         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43947         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43948         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43949         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43950         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43952         file.
43953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43955         file.
43956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43958         file.
43959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43961         file.
43962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43963         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43964         fmin/fmax sysdep routines.
43965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43967 2012-03-14  David S. Miller  <davem@davemloft.net>
43969         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43970         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43971         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43972         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43973         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43974         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43975         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43976         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43977         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43978         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43979         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43980         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43981         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43982         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43983         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43984         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43985         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43986         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43987         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43988         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43989         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43990         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43991         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43992         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43993         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43994         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43995         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43996         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43997         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43998         routines.
43999         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44000         file.
44001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44003         file.
44004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44006         file.
44007         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44009         file.
44010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44012         file.
44013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44015         file.
44016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44017         file.
44018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44019         file.
44020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44021         file.
44022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44023         New file.
44024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44025         file.
44026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44027         file.
44028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44030         file.
44031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44033         file.
44034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44036         file.
44037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44039         VIS3 routines.
44041         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44042         New file.
44044         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44046         * sysdeps/sparc/configure.in: New file.
44047         * sysdeps/sparc/configure: Generate.
44048         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44049         * configure: Regenerate.
44050         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44051         * config.make.in (have-as-vis3): New.
44052         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44053         available use -Av9d instead of -Av9a.
44054         * sysdeps/sparc/sparc64/Makefile: Likewise.
44055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44057         New file.
44058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44059         file.
44060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44061         New file.
44062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44063         file.
44064         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44065         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44066         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44067         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44068         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44070         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44071         fzeros/fnegs to load 0x80000000 into a float register instead of
44072         using the stack.
44073         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44075 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44077         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44078         bits/syscall.h.
44079         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44080         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44081         ($(inst_includedir)/bits/syscall.h): Remove rule.
44082         ($(objpfx)bits/syscall.d): Include instead of
44083         $(objpfx)syscall-list.d.
44084         (generated): Change syscall-list.h and syscall-list.d to
44085         bits/syscall.h and bits/syscall.d.
44087 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44089         [BZ #13846]
44090         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44092 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44094         [BZ #13841]
44095         * math/s_csqrt.c: Include <float.h>.
44096         (__csqrt): Scale large or subnormal inputs.
44097         * math/s_csqrtf.c: Likewise.
44098         * math/s_csqrtl.c: Likewise.
44099         * math/libm-test.inc (csqrt_test): Add more tests.
44100         * sysdeps/i386/fpu/libm-test-ulps: Update.
44101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44103         [BZ #13840]
44104         * math/libm-test.inc (hypot_test): Add more tests.
44106 2012-03-13  David S. Miller  <davem@davemloft.net>
44108         [BZ #13840]
44109         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44110         double-precision for the calculation instead of scaling.
44112 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44114         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44115         manipulate bits before adding and subtracting TWO52[sx].
44116         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44117         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44118         Likewise.
44119         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44121 2012-03-13  David S. Miller  <davem@davemloft.net>
44123         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44124         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44125         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44126         rtld-global-offsets.h
44127         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44129         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44130         large parameters.
44132         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44134         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44135         'err' in the ifdef scope in which it is actually used.
44137         * nss/nss_db/db-init.c: Include string.h
44139 2012-03-12  David S. Miller  <davem@davemloft.net>
44141         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44142         masking out of the most significant byte of random value used.
44143         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44144         Fix coding style in previous change.
44146         * sysdeps/unix/sysv/linux/kernel-features.h
44147         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44148         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44149         expression.
44150         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44151         later.
44153 2012-03-11  David S. Miller  <davem@davemloft.net>
44155         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44156         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44157         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44158         for 'resultvar' otherwise things get truncated on 64-bit.
44160         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44161         Fix masking out of the most significant byte of random value used.
44163         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44165 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44169 2012-03-09  David S. Miller  <davem@davemloft.net>
44171         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44172         variables with appropriate CPP guards.
44173         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44174         from the frame pointer, not the stack pointer.  Correct layout
44175         comments.  Fix test on resulting framesize and the management of
44176         the outregs buffer for pltexit.  Preserve floating point return
44177         values across _dl_call_pltexit call.
44178         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44179         framesize and the management of the outregs buffer for pltexit.
44180         Preserve floating point return values across _dl_call_pltexit
44181         call.
44182         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44183         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44184         (la_sparc64_gnu_pltexit): New functions.
44185         (print_exit): Fix format string for return register value.
44187 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44189         * sunrpc/Makefile (others): Add rpcgen.
44190         ($(objpfx)rpcgen): Remove special build rule and dependency on
44191         libc.
44192         * sunrpc/rpcgen.c: New file.
44194 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44196         [BZ #13673]
44197         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44198         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44199         * sysdeps/i386/crti.S: Likewise.
44200         * sysdeps/i386/crtn.S: Likewise.
44201         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44202         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44203         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44204         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44205         * sysdeps/sh/crti.S: Likewise.
44206         * sysdeps/sh/crtn.S: Likewise.
44207         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44209         [BZ #13673]
44210         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44211         with URL.
44212         * locale/programs/locfile-kw.gperf: Likewise.
44213         * locale/programs/charmap-kw.h: Regenerated.
44214         * locale/programs/locfile-kw.h: Likewise.
44216         [BZ #13673]
44217         * intl/plural.y: Replace FSF snail mail address with URL.
44218         * intl/plural.c: Regenerated.
44220 2012-03-09  Richard Henderson  <rth@twiddle.net>
44222         * include/math_private.h: Remove file.
44223         * math/math_private.h: Move file ...
44224         * sysdeps/generic/math_private.h: ... here.
44226         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44227         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44228         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44230         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44231         and <math_private.h>.
44232         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44233         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44234         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44235         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44236         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44237         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44238         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44239         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44240         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44241         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44242         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44243         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44244         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44245         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44246         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44247         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44248         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44249         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44250         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44251         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44252         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44253         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44254         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44255         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44256         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44257         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44258         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44259         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44260         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44261         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44262         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44263         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44264         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44265         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44266         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44267         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44268         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44269         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44270         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44271         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44272         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44273         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44274         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44275         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44276         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44277         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44278         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44279         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44280         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44281         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44282         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44283         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44284         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44285         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44286         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44287         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44288         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44289         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44290         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44291         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44292         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44293         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44294         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44295         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44296         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44297         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44298         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44299         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44300         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44301         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44302         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44303         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44304         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44305         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44306         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44307         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44308         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44309         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44310         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44311         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44312         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44313         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44314         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44315         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44316         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44317         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44318         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44319         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44320         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44321         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44322         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44323         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44324         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44325         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44326         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44327         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44328         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44329         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44330         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44331         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44332         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44333         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44334         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44335         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44336         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44337         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44338         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44339         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44340         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44341         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44342         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44343         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44344         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44345         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44346         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44347         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44348         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44349         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44350         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44351         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44352         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44353         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44354         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44355         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44356         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44357         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44358         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44359         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44360         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44361         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44362         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44363         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44364         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44365         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44366         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44367         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44368         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44369         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44370         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44371         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44372         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44373         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44374         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44375         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44376         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44377         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44378         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44379         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44380         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44381         * sysdeps/ieee754/k_standard.c: Likewise.
44382         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44384         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44386         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44387         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44388         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44389         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44391         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44392         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44394         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44395         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44396         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44397         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44398         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44399         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44400         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44401         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44402         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44403         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44404         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44405         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44406         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44407         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44408         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44409         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44410         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44411         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44412         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44413         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44414         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44415         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44416         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44417         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44418         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44419         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44420         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44421         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44422         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44423         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44424         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44425         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44426         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44427         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44428         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44429         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44430         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44431         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44432         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44433         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44434         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44435         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44436         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44437         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44438         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44439         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44440         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44441         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44442         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44443         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44444         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44445         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44446         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44447         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44448         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44449         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44450         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44451         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44452         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44453         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44454         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44455         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44456         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44457         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44458         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44459         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44460         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44461         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44462         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44463         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44466         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44468         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44469         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44470         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44471         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44473         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44475         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44476         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44477         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44478         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44479         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44480         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44481         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44484         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44485         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44486         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44487         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44490         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44492         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44494         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44496         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44497         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44498         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44499         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44500         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44501         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44502         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44504         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44505         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44509         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44510         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44511         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44512         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44513         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44514         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44515         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44516         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44518         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44519         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44520         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44521         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44522         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44523         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44524         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44525         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44526         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44527         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44528         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44529         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44530         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44531         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44532         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44533         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44534         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44535         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44536         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44537         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44538         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44539         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44540         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44541         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44542         * sysdeps/ieee754/s_lib_version.c: Likewise.
44543         * sysdeps/ieee754/s_matherr.c: Likewise.
44544         * sysdeps/ieee754/s_signgam.c: Likewise.
44545         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44546         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44547         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44548         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44549         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44550         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44551         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44552         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44553         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44554         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44555         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44556         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44557         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44558         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44559         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44560         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44561         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44562         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44563         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44564         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44565         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44567 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44569         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44570         * sunrpc/rpc_main.c: Likewise.
44571         * sunrpc/rpc_svcout.c: Likewise.
44573 2012-03-09  David S. Miller  <davem@davemloft.net>
44575         * include/math_private.h: New file.
44577 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44579         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44580         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44581         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44582         from <bits/socket_type.h>.
44583         (enum __socket_type): Don't define here.
44584         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44585         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44586         bits/socket_type.h.
44588         [BZ #13566]
44589         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44590         checking __USE_GNU.
44592         * Makerules ($(inst_includedir)/%.h): New rule.
44593         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44594         (install-others): Remove variable setting.
44595         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44597 2012-03-08  Richard Henderson  <rth@twiddle.net>
44599         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44600         from macro to inline function; merge with the
44601         !__LIBC_INTERNAL_MATH_INLINES version.
44602         (__ieee754_sqrtf): Likewise.
44604         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44605         to inline function.
44606         (__rintf, __floor, __floorf): Likewise.
44608         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44609         macro to inline function.
44610         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44612         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44613         not <math/math_private.h>.
44615 2012-03-08  David S. Miller  <davem@davemloft.net>
44617         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44618         copyright year.
44619         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44621 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44623         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44624         normalization.
44625         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44626         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44628 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44630         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44631         be defined individually, they must be defined as a block.  Define
44632         S for printing a string instead of hidint the different by using a
44633         macro for adding the 'l'.
44634         * stdio-common/tst-fphex-wide.c: Adjust.
44636 2012-03-07  Marek Polacek  <polacek@redhat.com>
44638         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44640 2012-03-08  Marek Polacek  <polacek@redhat.com>
44642         [BZ #13806]
44643         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44644         * stdio-common/tst-fphex.c: Define a few macros to make the
44645         test reusable.  Use them.
44646         * stdio-common/tst-fphex-wide.c: New file.
44648 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44650         [BZ #6911]
44651         * manual/macros.texi (gnusystems): New macro.
44652         (nongnusystems): Likewise.
44653         (gnulinuxhurdsystems): Likewise.
44654         (gnuhurdsystems): Likewise..
44655         (gnulinuxsystems): Likewise.
44656         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44657         variants of the GNU system, not "GNU system".
44658         * manual/conf.texi: Likewise.
44659         * manual/errno.texi: Likewise.  Update example of errno macro
44660         expansion.
44661         * manual/filesys.texi: Likewise.
44662         (getumask): Document as specific to GNU/Hurd.
44663         * manual/install.texi: Likewise.  Reword some references to
44664         GNU/Linux.
44665         * manual/intro.texi: Likewise.
44666         * manual/io.texi: Likewise.
44667         (File Name Portability): Detail which constraints are inapplicable
44668         to all GNU systems and which are only inapplicable to GNU/Hurd.
44669         * manual/job.texi: Likewise.
44670         * manual/llio.texi: Likewise.
44671         (O_NOCTTY): Document as present on GNU/Linux.
44672         * manual/maint.texi: Likewise.
44673         * manual/memory.texi: Likewise.
44674         * manual/pattern.texi: Likewise.
44675         * manual/pipe.texi: Likewise.
44676         * manual/process.texi: Likewise.
44677         * manual/resource.texi: Likewise.
44678         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44679         child on GNU/Hurd.
44680         * manual/setjmp.texi: Likewise.
44681         * manual/signal.texi: Likewise.
44682         * manual/startup.texi: Likewise.
44683         * manual/stdio.texi: Likewise.
44684         * manual/terminal.texi: Likewise.
44685         (ONLCR): Document as POSIX.
44686         (OXTABS): Document availability on GNU/Linux as XTABS.
44687         (ONOEOT): Document availability separately from other bits.
44688         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44689         * manual/time.texi: Likewise.
44690         * manual/users.texi: Likewise.
44691         * INSTALL: Regenerated.
44692         * sysdeps/gnu/errlist.c: Regenerated.
44694         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44695         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44696         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44697         puts.
44698         * configure: Regenerated.
44700 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44702         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44703         default includes instead of AC_HEADER_CHECK.
44704         * sysdeps/i386/configure: Regenerated.
44706         [BZ #10716]
44707         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44708         * math/s_cacoshf.c (__cacoshf): Likewise.
44709         * math/s_cacoshl.c (__cacoshl): Likewise.
44710         * math/s_casinh.c (__casinh): Set signs of result from argument.
44711         * math/s_casinhf.c (__casinhf): Likewise.
44712         * math/s_casinhl.c (__casinhl): Likewise.
44713         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44714         (casinh_test): Add more tests.
44715         * sysdeps/i386/fpu/libm-test-ulps: Update.
44716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44718 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44720         * po/zh_TW.po: Update from translation team.
44722         * login/Makefile (distribute): Remove variable.
44723         * catgets/Makefile: Likewise.
44724         * mach/Makefile: Likewise.
44725         * malloc/Makefile: Likewise.
44726         * misc/Makefile: Likewise.
44727         * iconv/Makefile: Likewise.
44728         * nscd/Makefile: Likewise.
44729         * hurd/Makefile: Likewise.
44730         * manual/Makefile: Likewise.
44731         * locale/Makefile: Likewise.
44732         * intl/Makefile: Likewise.
44733         * conform/Makefile: Likewise.
44734         * nss/Makefile: Likewise.
44735         * time/Makefile: Likewise.
44736         * soft-fp/Makefile: Likewise.
44737         * dirent/Makefile: Likewise.
44738         * gmon/Makefile: Likewise.
44739         * po/Makefile: Likewise.
44740         * rt/Makefile: Likewise.
44741         * socket/Makefile: Likewise.
44742         * math/Makefile: Likewise.
44743         * signal/Makefile: Likewise.
44744         * debug/Makefile: Likewise.
44745         * elf/Makefile: Likewise.
44746         * timezone/Makefile: Likewise.
44747         * stdlib/Makefile: Likewise.
44748         * iconvdata/Makefile: Likewise.
44749         * sunrpc/Makefile: Likewise.
44750         * io/Makefile: Likewise.
44751         * argp/Makefile: Likewise.
44752         * inet/Makefile: Likewise.
44753         * hesiod/Makefile: Likewise.
44754         * grp/Makefile: Likewise.
44755         * csu/Makefile: Likewise.
44756         * wctype/Makefile: Likewise.
44757         * crypt/Makefile: Likewise.
44758         * libio/Makefile: Likewise.
44759         * string/Makefile: Likewise.
44760         * nis/Makefile: Likewise.
44761         * resolv/Makefile: Likewise.
44762         * stdio-common/Makefile: Likewise.
44763         * wcsmbs/Makefile: Likewise.
44764         * dlfcn/Makefile: Likewise.
44765         * posix/Makefile: Likewise.
44767         [BZ #6959]
44768         * timezone/Makefile: Don't install timezone files, just the programs
44769         and scripts.
44771 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44773         * nss/databases.def: Add missing gshadow entry.
44775         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44777 2012-03-06  Marek Polacek  <polacek@redhat.com>
44779         [BZ #13726]
44780         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44781         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44782         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44783         * stdio-common/tst-long-dbl-fphex.c: New file.
44785 2012-03-06  David S. Miller  <davem@davemloft.net>
44787         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44788         (set_obp_int): New function.
44789         (get_obp_int): New function.
44790         (__get_clockfreq_via_dev_openprom): Likewise.
44791         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44792         Avoid unused variable warnings on 'val' and use builtin_expect.
44793         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44794         __builtin_expect.
44795         (INLINE_CLONE_SYSCALL): Likewise.
44797 2012-03-05  David S. Miller  <davem@davemloft.net>
44799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44801 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44805         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44806         only for |x| >= 40.
44807         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44809 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44811         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44812         Replace gettimeofday with __vdso_gettimeofday.
44814         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44815         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44816         __vdso_clock_gettime and __vdso_getcpu.
44818         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44819         time with __vdso_time.
44821 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44823         * manual/lang.texi (size_t): Note types to which size_t may be
44824         equivalent with the GNU C Library, but do not describe when
44825         differences between them are significant.
44827 2012-03-05  Andreas Jaeger  <aj@suse.de>
44829         * sysdeps/i386/fpu/libm-test-ulps: Update.
44831 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44833         [BZ #3976]
44834         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44835         (__ieee754_pow): Save and restore rounding mode and use
44836         round-to-nearest for main computations.
44837         * math/libm-test.inc (pow_test_tonearest): New function.
44838         (pow_test_towardzero): Likewise.
44839         (pow_test_downward): Likewise.
44840         (pow_test_upward): Likewise.
44841         (main): Call the new functions.
44842         * sysdeps/i386/fpu/libm-test-ulps: Update.
44843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44845         [BZ #3976]
44846         * math/libm-test.inc (cosh_test_tonearest): New function.
44847         (cosh_test_towardzero): Likewise.
44848         (cosh_test_downward): Likewise.
44849         (cosh_test_upward): Likewise.
44850         (sinh_test_tonearest): Likewise.
44851         (sinh_test_towardzero): Likewise.
44852         (sinh_test_downward): Likewise.
44853         (sinh_test_upward): Likewise.
44854         (main): Call the new functions.
44855         * sysdeps/i386/fpu/libm-test-ulps: Update.
44856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44858 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44860         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44861         default stack guard is set in last bytes.
44862         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44864 2012-03-05  Kees Cook  <keescook@chromium.org>
44866         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44868         [BZ #13656]
44869         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44870         possibly allocate from heap instead of stack.
44871         * stdio-common/bug-vfprintf-nargs.c: New file.
44872         * stdio-common/Makefile (tests): Add nargs overflow test.
44874 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44878 2012-03-03  Marek Polacek  <polacek@redhat.com>
44880         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44881         * math/math_private.h: Likewise.
44882         * stdlib/tst-strtod.c: Likewise.
44883         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44884         * sysdeps/x86_64/bits/atomic.h: Likewise.
44886 2012-03-02  David S. Miller  <davem@davemloft.net>
44888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44890         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44891         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44892         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44893         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44894         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44895         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44897 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44899         [BZ #13792]
44900         * manual/examples/README: New file, says the example source files
44901         can be used under GPL>=2.
44902         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44903         line containing just "*/".
44904         * manual/examples/add.c: Add copyright header (GPL>=2).
44905         * manual/examples/argp-ex1.c: Likewise.
44906         * manual/examples/argp-ex2.c: Likewise.
44907         * manual/examples/argp-ex3.c: Likewise.
44908         * manual/examples/argp-ex4.c: Likewise.
44909         * manual/examples/atexit.c: Likewise.
44910         * manual/examples/db.c: Likewise.
44911         * manual/examples/dir.c: Likewise.
44912         * manual/examples/dir2.c: Likewise.
44913         * manual/examples/execinfo.c: Likewise.
44914         * manual/examples/filecli.c: Likewise.
44915         * manual/examples/filesrv.c: Likewise.
44916         * manual/examples/fmtmsgexpl.c: Likewise.
44917         * manual/examples/genpass.c: Likewise.
44918         * manual/examples/inetcli.c: Likewise.
44919         * manual/examples/inetsrv.c: Likewise.
44920         * manual/examples/isockad.c: Likewise.
44921         * manual/examples/longopt.c: Likewise.
44922         * manual/examples/memopen.c: Likewise.
44923         * manual/examples/memstrm.c: Likewise.
44924         * manual/examples/mkfsock.c: Likewise.
44925         * manual/examples/mkisock.c: Likewise.
44926         * manual/examples/mygetpass.c: Likewise.
44927         * manual/examples/pipe.c: Likewise.
44928         * manual/examples/popen.c: Likewise.
44929         * manual/examples/rprintf.c: Likewise.
44930         * manual/examples/search.c: Likewise.
44931         * manual/examples/select.c: Likewise.
44932         * manual/examples/setjmp.c: Likewise.
44933         * manual/examples/sigh1.c: Likewise.
44934         * manual/examples/sigusr.c: Likewise.
44935         * manual/examples/stpcpy.c: Likewise.
44936         * manual/examples/strdupa.c: Likewise.
44937         * manual/examples/strftim.c: Likewise.
44938         * manual/examples/strncat.c: Likewise.
44939         * manual/examples/subopt.c: Likewise.
44940         * manual/examples/swapcontext.c: Likewise.
44941         * manual/examples/termios.c: Likewise.
44942         * manual/examples/testopt.c: Likewise.
44943         * manual/examples/testpass.c: Likewise.
44944         * manual/examples/timeval_subtract.c: Likewise.
44946         [BZ #13792]
44947         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44948         function to ...
44949         * manual/timeval_subtract.c.texi: ... here, new file.
44951 2012-03-02  David S. Miller  <davem@davemloft.net>
44953         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44955 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44957         [BZ #3976]
44958         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44959         (__sin): Save and restore rounding mode and use round-to-nearest
44960         for all computations.
44961         (__cos): Save and restore rounding mode and use round-to-nearest
44962         for all computations.
44963         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44964         <fenv.h>.
44965         (tan): Save and restore rounding mode and use round-to-nearest for
44966         all computations.
44967         * math/libm-test.inc (cos_test_tonearest): New function.
44968         (cos_test_towardzero): Likewise.
44969         (cos_test_downward): Likewise.
44970         (cos_test_upward): Likewise.
44971         (sin_test_tonearest): Likewise.
44972         (sin_test_towardzero): Likewise.
44973         (sin_test_downward): Likewise.
44974         (sin_test_upward): Likewise.
44975         (tan_test_tonearest): Likewise.
44976         (tan_test_towardzero): Likewise.
44977         (tan_test_downward): Likewise.
44978         (tan_test_upward): Likewise.
44979         (main): Call the new functions.
44980         * sysdeps/i386/fpu/libm-test-ulps: Update.
44981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44983         [BZ #10135]
44984         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44985         small n, then large n, before computing and testing k+n.
44986         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44987         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44988         Likewise.
44989         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44990         Likewise.
44991         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44992         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44993         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44994         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44995         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44996         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44997         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44998         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44999         * math/libm-test.inc (scalbn_test): Add more tests.
45000         (scalbln_test): Likewise.
45002         * manual/filesys.texi (mode_t): Describe constraints on size and
45003         signedness, not exact equivalence to a particular type.
45004         (ino_t): Likewise.
45005         (ino64_t): Likewise.
45006         (dev_t): Likewise.
45007         (nlink_t): Likewise.
45008         (blkcnt_t): Likewise.
45009         (blkcnt64_t): Likewise.
45010         * manual/llio.texi (off_t): Likewise.
45012         [BZ #3976]
45013         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45014         (__ieee754_exp): Save and restore rounding mode and use
45015         round-to-nearest for all computations.
45016         * math/libm-test.inc (exp_test_tonearest): New function.
45017         (exp_test_towardzero): Likewise.
45018         (exp_test_downward): Likewise.
45019         (exp_test_upward): Likewise.
45020         (main): Call the new functions.
45021         * sysdeps/i386/fpu/libm-test-ulps: Update.
45022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45024 2012-03-01  Chris Demetriou  <cgd@google.com>
45026         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45027         have predictable order.
45029 2012-03-01  David S. Miller  <davem@davemloft.net>
45031         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45033         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45034         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45035         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45036         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45038         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45039         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45040         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45042         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45043         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45044         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45045         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45046         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45048         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45050         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45051         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45052         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45054         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45055         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45056         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45057         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45058         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45059         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45060         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45061         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45062         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45063         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45064         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45065         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45066         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45067         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45068         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45069         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45070         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45071         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45072         * sysdeps/sparc/elf/configure: Regenerated.
45074 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45076         * configure.in (AS, LD): Require binutils 2.20 or later.
45077         * configure: Regenerated.
45078         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45079         as required minimum version.
45080         * INSTALL: Regenerated.
45082         [BZ #2541]
45083         [BZ #4108]
45084         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45085         before squaring exponent.
45086         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45087         bottom long double and 27 bits of top long double before squaring
45088         exponent.
45089         * math/libm-test.inc (erfc_test): Add more tests.
45090         * sysdeps/i386/fpu/libm-test-ulps: Update.
45091         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45094 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45096         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45097         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45098         containing bit-fields.
45099         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45100         * soft-fp/single.h (_FP_UNION_S): Likewise.
45101         * soft-fp/double.h (_FP_UNION_D): Likewise.
45103 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45105         [BZ #13786]
45106         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45107         not include ../strcmp.S.
45108         [USE_AS_STRNCASECMP_L]: Likewise.
45109         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45110         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45111         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45112         (__strncasecmp_l_ia32): Define as alias to
45113         __strncasecmp_l_nonascii.
45115         [BZ #5794]
45116         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45117         * sysdeps/i386/fpu/libm-test-ulps: Update.
45118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45120         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45123 2012-02-29  Jeff Law  <law@redhat.com>
45125         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45126         out of bounds read.
45128 2012-02-29  Marek Polacek  <polacek@redhat.com>
45130         [BZ #13706]
45131         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45132         * elf/Makefile: Add rules to run tst-unused-dep.out.
45134 2012-02-28  David S. Miller  <davem@davemloft.net>
45136         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45137         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45138         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45139         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45140         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45141         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45143 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45145         * math/libm-test.inc (llround_test): Move one test from
45146         lround_test.  Use TEST_f_L in moved test.
45147         (lround_test): Move misplaced test to llround_test.  Add testcase
45148         from bug 2561.
45150 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45152         * sysdeps/x86_64/fpu/e_expf.S: New file.
45153         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45155 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45157         [BZ #13637]
45158         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45159         of remain_len that may cause incomplete multi-byte character and
45160         false match.
45161         * posix/bug-regex33.c: New file.
45162         * posix/Makefile (tests): Add bug-regex33.
45164 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45166         * manual/macros.texi: New file.
45167         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45168         * manual/libc.texinfo: Include macros.texi.
45169         * manual/creatute.texi: Likewise.
45170         * manual/install.texi: Likewise.
45171         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45172         @glibcadj{} in references to the GNU C Library.
45173         * manual/charset.texi: Likewise.
45174         * manual/conf.texi: Likewise.
45175         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45176         when not using those macros.
45177         * manual/creature.texi: Likewise.
45178         * manual/crypt.texi: Likewise.
45179         * manual/errno.texi: Likewise.
45180         * manual/filesys.texi: Likewise.
45181         * manual/header.texi: Likewise.
45182         * manual/install.texi: Likewise.
45183         * manual/intro.texi: Likewise.
45184         * manual/io.texi: Likewise.
45185         * manual/job.texi: Likewise.
45186         * manual/lang.texi: Likewise.
45187         * manual/libc.texiinfo: Likewise.
45188         * manual/llio.texi: Likewise.
45189         * manual/locale.texi: Likewise.
45190         * manual/maint.texi: Likewise.
45191         * manual/math.texi: Likewise.
45192         * manual/memory.texi: Likewise.
45193         * manual/message.texi: Likewise.
45194         * manual/nss.texi: Likewise.
45195         * manual/pattern.texi: Likewise.
45196         * manual/process.texi: Likewise.
45197         * manual/resource.texi: Likewise.
45198         * manual/search.texi: Likewise.
45199         * manual/setjmp.texi: Likewise.
45200         * manual/signal.texi: Likewise.
45201         * manual/socket.texi: Likewise.
45202         * manual/startup.texi: Likewise.
45203         * manual/stdio.texi: Likewise.
45204         * manual/string.texi: Likewise.
45205         * manual/sysinfo.texi: Likewise.
45206         * manual/syslog.texi: Likewise.
45207         * manual/terminal.texi: Likewise.
45208         * manual/time.texi: Likewise.
45209         * manual/users.texi: Likewise.
45210         * INSTALL: Regenerated.
45211         * NOTES: Regenerated.
45212         * sysdeps/gnu/errlist.c: Regenerated.
45214 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45216         * include/dirent.h: Include <dirstream.h> before
45217         <dirent/dirent.h>.
45219 2012-02-28  David S. Miller  <davem@davemloft.net>
45221         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45222         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45223         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45224         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45226 2012-02-27  David S. Miller  <davem@davemloft.net>
45228         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45230         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45231         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45233         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45234         frame pointer instead of stack pointer relative arg slot.
45235         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45236         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45237         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45239 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45241         [BZ #3992]
45242         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45244 2012-02-27  David S. Miller  <davem@davemloft.net>
45246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45247         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45248         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45250         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45251         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45252         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45253         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45255 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45257         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45258         later.  Allow versions 5-9.
45259         * configure: Regenerated.
45260         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45261         required minimum version and 4.6 as recommended version.  Do not
45262         mention bugs in GCC 2.7 and 2.8.
45263         * INSTALL: Regenerated.
45265 2012-02-27  David S. Miller  <davem@davemloft.net>
45267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45268         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45269         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45271         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45272         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45273         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45274         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45276         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45277         manipulate bits before adding and subtracting TWO112[sx].
45278         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45280 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45282         [BZ #13775]
45283         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45284         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45285         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45286         being in POSIX, because they are in 1003.1-2008.
45288         * rt/tst-aio.c: Include <fcntl.h>.
45289         * rt/tst-aio7.c: Likewise.
45290         * rt/tst-aio64.c: Likewise.
45292         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45294 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45296         * manual/install.texi (--with-headers): Describe headers as
45297         interface headers, not private headers.
45298         (Specific advice for GNU/Linux systems): Describe use of headers
45299         from "make headers_install", not private headers from older
45300         kernels.
45301         * INSTALL: Regenerated.
45302         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45303         Change to 2.6.19.
45304         * sysdeps/unix/sysv/linux/configure: Regenerated.
45306         * manual/llio.texi (fclean): Remove documentation.
45308         * manual/Makefile (libc-texi-generated): New variable.  Include
45309         version.texi.
45310         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45311         $(libc-texi-generated), not duplicated list of files.
45312         (version.texi, stamp-version): New rules.
45313         (realclean): Remove $(libc-texi-generated), not individual files
45314         from that list.  Do not remove dir-add.texinfo.
45315         * manual/libc.texinfo: Comment out uses of edition numbers and
45316         references to printed manual.  Remove last-updated dates.
45317         (EDITION): Comment out.
45318         (ISBN): Likewise.
45319         (VERSION, UPDATED): Remove.
45320         (version.texi): Include.
45322 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45324         * sysdeps/posix/spawni.c: Include <signal.h>.
45325         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45326         * sysdeps/pthread/aio_fsync.c: Likewise.
45328 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45330         * conform/Makefile (tests): Run only when not cross-compiling and
45331         when fast-check is not defined.
45333         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45334         * conform/data/limits.h-data: Fixes for POSIX2008.
45335         * conform/run-conformtest.sh: Run all tests.
45336         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45337         headers.
45338         * include/bits/dlfcn.h: Likewise.
45339         * include/langinfo.h: Likewise.
45340         * include/monetary.h: Likewise.
45341         * include/sys/poll.h: Likewise.
45343         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45344         for __USE_GNU.
45345         * posix/spawn.h: Define __need_sigset_t.
45346         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45347         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45348         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45349         to get sigevent_t only.
45350         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45351         only for __USE_GNU.
45352         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45353         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45354         process_vm_writev only for __USE_GNU.
45355         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45357         * conform/Makefile: For now ignore errors from run-conformtest.
45358         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45359         POSIX to avoid namespace pollution.  Don't prepend headers.
45360         * conform/data/aio.h-data: Fixes for POSIX testing.
45361         * conform/data/fcntl.h-data: Likewise.
45362         * conform/data/glob.h-data: Likewise.
45363         * conform/data/grp.h-data: Likewise.
45364         * conform/data/pthread.h-data: Likewise.
45365         * conform/data/pwd.h-data: Likewise.
45366         * conform/data/signal.h-data: Likewise.
45367         * conform/data/spawn.h-data: Likewise.
45368         * conform/data/stdio.h-data: Likewise.
45369         * conform/data/stdlib.h-data: Likewise.
45370         * conform/data/stropts.h-data: Likewise.
45371         * conform/data/sys/mman.h-data: Likewise.
45372         * conform/data/sys/stat.h-data: Likewise.
45373         * conform/data/sys/types.h-data: Likewise.
45374         * conform/data/sys/wait.h-data: Likewise.
45375         * conform/data/time.h-data: Likewise.
45376         * conform/data/unistd.h-data: Likewise.
45377         * conform/data/utime.h-data: Likewise.
45379         * io/sys/stat.h: fchmod was always in POSIX.
45380         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45381         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45382         * rt/aio.h: Define __need_timespec before including <time.h>.
45383         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45384         struct.  Add forward declaration of pthread_attr_t and use it in
45385         sigevent.
45386         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45387         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45388         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45389         always remove CLK_TCK definition.
45391 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45393         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45395 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45397         * conform/run-conformtest.sh: New file.
45398         * conform/Makefile: Run run-conformtest for tests.
45399         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45400         support.
45402         * conform/data/uchar.h-data: New file.
45403         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45404         * conform/data/arpa/inet.h-data: Likewise.
45405         * conform/data/assert.h-data: Likewise.
45406         * conform/data/complex.h-data: Likewise.
45407         * conform/data/cpio.h-data: Likewise.
45408         * conform/data/ctype.h-data: Likewise.
45409         * conform/data/dirent.h-data: Likewise.
45410         * conform/data/dlfcn.h-data: Likewise.
45411         * conform/data/errno.h-data: Likewise.
45412         * conform/data/fcntl.h-data: Likewise.
45413         * conform/data/float.h-data: Likewise.
45414         * conform/data/fmtmsg.h-data: Likewise.
45415         * conform/data/fnmatch.h-data: Likewise.
45416         * conform/data/ftw.h-data: Likewise.
45417         * conform/data/glob.h-data: Likewise.
45418         * conform/data/grp.h-data: Likewise.
45419         * conform/data/iconv.h-data: Likewise.
45420         * conform/data/inttypes.h-data: Likewise.
45421         * conform/data/langinfo.h-data: Likewise.
45422         * conform/data/libgen.h-data: Likewise.
45423         * conform/data/limits.h-data: Likewise.
45424         * conform/data/locale.h-data: Likewise.
45425         * conform/data/math.h-data: Likewise.
45426         * conform/data/monetary.h-data: Likewise.
45427         * conform/data/mqueue.h-data: Likewise.
45428         * conform/data/ndbm.h-data: Likewise.
45429         * conform/data/net/if.h-data: Likewise.
45430         * conform/data/netdb.h-data: Likewise.
45431         * conform/data/netinet/in.h-data: Likewise.
45432         * conform/data/nl_types.h-data: Likewise.
45433         * conform/data/poll.h-data: Likewise.
45434         * conform/data/pthread.h-data: Likewise.
45435         * conform/data/pwd.h-data: Likewise.
45436         * conform/data/regex.h-data: Likewise.
45437         * conform/data/sched.h-data: Likewise.
45438         * conform/data/search.h-data: Likewise.
45439         * conform/data/semaphore.h-data: Likewise.
45440         * conform/data/setjmp.h-data: Likewise.
45441         * conform/data/signal.h-data: Likewise.
45442         * conform/data/spawn.h-data: Likewise.
45443         * conform/data/stdarg.h-data: Likewise.
45444         * conform/data/stdio.h-data: Likewise.
45445         * conform/data/stdlib.h-data: Likewise.
45446         * conform/data/string.h-data: Likewise.
45447         * conform/data/strings.h-data: Likewise.
45448         * conform/data/stropts.h-data: Likewise.
45449         * conform/data/sys/ipc.h-data: Likewise.
45450         * conform/data/sys/mman.h-data: Likewise.
45451         * conform/data/sys/msg.h-data: Likewise.
45452         * conform/data/sys/resource.h-data: Likewise.
45453         * conform/data/sys/select.h-data: Likewise.
45454         * conform/data/sys/sem.h-data: Likewise.
45455         * conform/data/sys/shm.h-data: Likewise.
45456         * conform/data/sys/socket.h-data: Likewise.
45457         * conform/data/sys/stat.h-data: Likewise.
45458         * conform/data/sys/statvfs.h-data: Likewise.
45459         * conform/data/sys/time.h-data: Likewise.
45460         * conform/data/sys/timeb.h-data: Likewise.
45461         * conform/data/sys/times.h-data: Likewise.
45462         * conform/data/sys/types.h-data: Likewise.
45463         * conform/data/sys/uio.h-data: Likewise.
45464         * conform/data/sys/un.h-data: Likewise.
45465         * conform/data/sys/utsname.h-data: Likewise.
45466         * conform/data/sys/wait.h-data: Likewise.
45467         * conform/data/syslog.h-data: Likewise.
45468         * conform/data/tar.h-data: Likewise.
45469         * conform/data/termios.h-data: Likewise.
45470         * conform/data/utime.h-data: Likewise.
45471         * conform/data/utmpx.h-data: Likewise.
45472         * conform/data/varargs.h-data: Likewise.
45473         * conform/data/wchar.h-data: Likewise.
45474         * conform/data/wctype.h-data: Likewise.
45475         * conform/data/wordexp.h-data: Likewise.
45477         * include/stropts.h: New file.
45478         * include/uchar.h: New file.
45479         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45480         * include/assert.h: Likewise.
45481         * include/ctype.h: Likewise.
45482         * include/dirent.h: Likewise.
45483         * include/dlfcn.h: Likewise.
45484         * include/fcntl.h: Likewise.
45485         * include/fnmatch.h: Likewise.
45486         * include/glob.h: Likewise.
45487         * include/grp.h: Likewise.
45488         * include/libio.h: Likewise.
45489         * include/locale.h: Likewise.
45490         * include/math.h: Likewise.
45491         * include/net/if.h: Likewise.
45492         * include/netdb.h: Likewise.
45493         * include/netinet/in.h: Likewise.
45494         * include/pthread.h: Likewise.
45495         * include/pwd.h: Likewise.
45496         * include/regex.h: Likewise.
45497         * include/sched.h: Likewise.
45498         * include/search.h: Likewise.
45499         * include/setjmp.h: Likewise.
45500         * include/signal.h: Likewise.
45501         * include/stdio.h: Likewise.
45502         * include/stdlib.h: Likewise.
45503         * include/string.h: Likewise.
45504         * include/sys/cdefs.h: Likewise.
45505         * include/sys/mman.h: Likewise.
45506         * include/sys/msg.h: Likewise.
45507         * include/sys/resource.h: Likewise.
45508         * include/sys/select.h: Likewise.
45509         * include/sys/socket.h: Likewise.
45510         * include/sys/stat.h: Likewise.
45511         * include/sys/statvfs.h: Likewise.
45512         * include/sys/time.h: Likewise.
45513         * include/sys/times.h: Likewise.
45514         * include/sys/uio.h: Likewise.
45515         * include/sys/utsname.h: Likewise.
45516         * include/sys/wait.h: Likewise.
45517         * include/termios.h: Likewise.
45518         * include/time.h: Likewise.
45519         * include/ulimit.h: Likewise.
45520         * include/unistd.h: Likewise.
45521         * include/utime.h: Likewise.
45522         * include/wchar.h: Likewise.
45523         * include/wctype.h: Likewise.
45524         * include/wordexp.h: Likewise.
45526         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45528         * time/time.h: TIME_UTC must be a macro.
45529         Make timespec_get available for ISO C11 only as well.
45531 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45533         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45534         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45536 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45538         * configure.in: Use -o not -a in test for unsupported multi-arch.
45540 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45542         * manual/texinfo.tex: Update to version 2012-01-19.16.
45544 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45546         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45548 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45550         [BZ #13738]
45551         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45552         * manual/fdl-1.3.texi: New file.
45553         * manual/fdl-1.1.texi: File removed.
45555         [BZ #13738]
45556         * manual/libc.texinfo (FDL_VERSION): New @set.
45557         Use it for mention of FDL in cover text.
45558         (Documentation License): Use it in @include file name.
45560 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45561             Roland McGrath  <roland@hack.frob.com>
45563         [BZ #5461]
45564         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45565         (not LONG_LONG_MAX and LONG_LONG_MIN.
45566         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45567         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45568         name.
45569         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45571 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45573         [BZ #2547]
45574         [BZ #11365]
45575         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45576         manipulate bits before adding and subtracting TWO23[sx].
45577         * math/libm-test.inc (nearbyint_test): Add more tests.
45579 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45581         [BZ #2548]
45582         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45583         bits before adding and subtracting TWO23[sx].
45584         * math/libm-test.inc (rint_test): Add more tests.
45585         (rint_test_tonearest): Likewise.
45586         (rint_test_towardzero): Likewise.
45587         (rint_test_downward): Likewise.
45588         (rint_test_upward: Likewise.
45590 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45592         [BZ #10110]
45593         * include/stdc-predef.h: New file.  Extracted from features.h.
45594         * include/features.h: Include stdc-predef.h.
45595         * Makefile (headers): Add stdc-predef.h.
45596         * CONFORMANCE (Compiler limitations): Update.
45598 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45600         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45602 2012-02-21  David S. Miller  <davem@davemloft.net>
45604         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45605         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45607 2012-02-20  David S. Miller  <davem@davemloft.net>
45609         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45610         using a normal save/restore sequence, rather than allocating a
45611         dummy stack frame just to store a frame pointer and restore.
45612         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45614 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45616         * manual/install.texi: Fix stray word in line-wrapped comment.
45618 2012-02-20  David S. Miller  <davem@davemloft.net>
45620         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45621         both binutils and gcc support GOTDATA.
45623         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45624         "rd %pc" in the PIC register setup sequences.
45626         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45627         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45628         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45629         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45630         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45631         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45632         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45633         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45634         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45635         (SYSCALL_ERROR_HANDLER): Likewise.
45636         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45637         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45638         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45639         (SYSCALL_ERROR_HANDLER): Likewise.
45641         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45642         (HAVE_GCC_GOTDATA): New.
45643         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45644         relocation support in both binutils and gcc.
45645         * sysdeps/sparc/elf/configure: Regenerate.
45647         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45648         * sysdeps/sparc/sparc32/elf/configure: Delete.
45649         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45650         * sysdeps/sparc/sparc64/elf/configure: Delete.
45651         * sysdeps/sparc/elf/configure.in: New file.
45652         * sysdeps/sparc/elf/configure: Generate.
45654         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45655         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45656         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45657         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45658         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45660 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45662         * manual/install.texi: Do not mention specific glibc version
45663         numbers.
45664         * manual/libc.texinfo (VERSION, UPDATED): Update.
45665         (@copying): Use @copyright{} and range of years.
45667 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45669         [BZ #13695]
45670         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45671         [crti.S not in sysdirs] (generated): Do not append.
45672         [crti.S not in sysdirs] (omit-deps): Likewise.
45673         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45674         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45675         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45676         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45677         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45678         Likewise.
45679         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45680         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45681         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45682         * csu/defs.awk: Remove file.
45683         * sysdeps/generic/initfini.c: Likewise.
45684         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45685         variable.
45686         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45687         Likewise.
45689 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45691         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45692         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45693         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45694         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45695         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45696         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45697         <bits/epoll.h>.
45698         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45699         (__EPOLL_PACKED): Define to empty if not defined by
45700         <bits/epoll.h>.
45701         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45702         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45703         bits/epoll.h.
45705 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45707         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45708         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45709         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45710         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45711         <bits/timerfd.h>.
45712         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45713         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45714         bits/timerfd.h.
45716 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45718         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45719         in C locale.
45720         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45721         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45722         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45725 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45727         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45728         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45730 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45732         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45733         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45734         defined.
45735         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45736         Likewise.
45737         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45738         entry for 2.16.
45740 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45742         * math/w_acos.c: Use non-signaling floating-point comparisons.
45743         * math/w_acosf.c: Likewise.
45744         * math/w_acosh.c: Likewise.
45745         * math/w_acoshf.c: Likewise.
45746         * math/w_acoshl.c: Likewise.
45747         * math/w_acosl.c: Likewise.
45748         * math/w_asin.c: Likewise.
45749         * math/w_asinf.c: Likewise.
45750         * math/w_asinl.c: Likewise.
45751         * math/w_atanh.c: Likewise.
45752         * math/w_atanhf.c: Likewise.
45753         * math/w_atanhl.c: Likewise.
45754         * math/w_exp2.c: Likewise.
45755         * math/w_exp2f.c: Likewise.
45756         * math/w_exp2l.c: Likewise.
45757         * math/w_j0.c: Likewise.
45758         * math/w_j0f.c: Likewise.
45759         * math/w_j0l.c: Likewise.
45760         * math/w_j1.c: Likewise.
45761         * math/w_j1f.c: Likewise.
45762         * math/w_j1l.c: Likewise.
45763         * math/w_jn.c: Likewise.
45764         * math/w_jnf.c: Likewise.
45765         * math/w_log.c: Likewise.
45766         * math/w_log10.c: Likewise.
45767         * math/w_log10f.c: Likewise.
45768         * math/w_log10l.c: Likewise.
45769         * math/w_log2.c: Likewise.
45770         * math/w_log2f.c: Likewise.
45771         * math/w_log2l.c: Likewise.
45772         * math/w_logf.c: Likewise.
45773         * math/w_logl.c: Likewise.
45774         * math/w_sqrt.c: Likewise.
45775         * math/w_sqrtf.c: Likewise.
45776         * math/w_sqrtl.c: Likewise.
45777         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45778         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45779         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45780         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45781         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45783 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45785         [BZ #9739]
45786         * manual/string.texi (strnlen): Use correct parameter name in
45787         equivalent expression.
45789 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45791         [BZ #11174]
45792         * manual/users.texi (seteuid): Consistently use neweuid for
45793         argument name.
45795 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45797         [BZ #13704]
45798         * manual/nss.texi (Services in the NSS configuration): Correct
45799         list of services in example configuration file.
45801 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45803         [BZ #11322]
45804         * manual/arith.texi: Remove statements about negative zero
45805         behaving identically to zero.
45807 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45809         [BZ #5993]
45810         * manual/install.texi: Do not document upgrading from libc5.
45812 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45814         [BZ #4596]
45815         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45817 2012-02-18  David S. Miller  <davem@davemloft.net>
45819         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45820         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45821         %o7 across the call.
45822         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45823         instead.
45824         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45825         SETUP_PIC_REG_LEAF.
45826         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45827         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45828         * sysdeps/sparc/crtn.S: Likewise.
45830 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45832         * aout/Makefile: Remove.
45834 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45836         [BZ #13058]
45837         * manual/examples/argp-ex1.c (main): Format definition in GNU
45838         style.
45839         * manual/examples/argp-ex2.c (main): Likewise.
45840         * manual/examples/argp-ex3.c (main): Likewise.
45841         * manual/examples/argp-ex4.c (main): Likewise.
45842         * manual/examples/longopt.c (main): Use new-style prototype
45843         definition.
45844         * manual/examples/strncat.c (main): Specify return type and use
45845         (void) for arguments.
45846         * manual/examples/subopt.c (main): Use char **argv argument.
45848 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45850         [BZ #5077]
45851         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45852         rounding modes.
45854 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45856         [BZ #6907]
45857         * manual/string.texi (strchr): Change when strchrnul is
45858         recommended.
45860 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45862         [BZ #174]
45863         * manual/locale.texi (setlocale): Document LOCPATH.
45865 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45867         [BZ #10210]
45868         * manual/process.texi (execle): Move @dots{} before last argument.
45870 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45872         [BZ #12047]
45873         * manual/charset.texi (Generic Charset Conversion): Fix typo
45874         (LC_TYPE -> LC_CTYPE).
45876 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45878         [BZ #5805]
45879         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45880         (scalbnf): Likewise.
45881         (scalbnl): Likewise.
45882         (scalbln): Likewise.
45883         (scalblnf): Likewise.
45884         (scalblnl): Likewise.
45885         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45886         (vwarnx): Likewise.
45887         (verr): Likewise.
45888         (verrx): Likewise.
45889         * manual/filesys.texi (telldir): Use braces around return type.
45890         * manual/llio.texi (mmap): Add space after comma.
45891         (mmap64): Likewise.
45892         * manual/math.texi (jn): Use @var{} on parameter names.
45893         (jnf): Likewise.
45894         (jnl): Likewise.
45895         (yn): Likewise.
45896         (ynf): Likewise.
45897         (ynl): Likewise.
45898         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45899         line.
45900         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45901         "...".
45902         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45903         (sched_get_priority_max): Likewise.
45904         * manual/signal.texi (sigvec): Add space after comma.
45905         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45906         names.
45907         (if_indextoname): Likewise.
45908         (if_freenameindex): Likewise.
45909         (sendto): Use ',' instead of '.' in prototype.
45910         * manual/startup.texi (syscall): Use @dots{} instead of literal
45911         "...".
45912         * manual/stdio.texi (__fpending): Separate initial words of
45913         paragraph from @deftypefun line.
45914         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45915         "...".
45916         (vsyslog): Use @var{} on parameter names.
45917         * manual/terminal.texi (stty): Use @var{} on parameter names.
45918         * manual/users.texi (getutmp): Use @var{} on parameter names.
45919         (getutmpx): Likewise.
45921 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45923         [BZ #6884]
45924         * manual/stdio.texi (fopen): Fix typos in description of
45925         ",ccs=STRING".
45927 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45929         [BZ #4026]
45930         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45931         get clock_id definition.
45933 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45935         [BZ #4822]
45936         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45937         (madvise): Cast every argument to void on its own.
45939 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45941         [BZ #9902]
45942         * manual/startup.texi (Exit Status): Fix typo.
45944 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45946         [BZ #10140]
45947         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45948         * manual/examples/argp-ex2.c: Likewise.
45949         * manual/examples/argp-ex3.c: Likewise.
45951 2012-02-16  Richard Henderson  <rth@redhat.com>
45953         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45954         * sysdeps/s390/s390-32/initfini.c: Remove.
45955         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45956         * sysdeps/s390/s390-64/initfini.c: Remove.
45958 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45960         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45961         compiler output for sysdeps/generic/initfini.c.
45962         * sysdeps/sh/elf/initfini.c: Remove file.
45964 2012-02-16  David S. Miller  <davem@davemloft.net>
45966         [BZ #11494]
45967         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45969         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45970         * sysdeps/sparc/crti.S: New file.
45971         * sysdeps/sparc/crtn.S: New file.
45972         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45973         * sysdeps/sparc/sparc64/Makefile: Likewise.
45975 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45977         [BZ #3335]
45978         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45980 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45982         [BZ #4822]
45983         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45985         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45986         (write, read, close): Likewise.
45987         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45989 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45991         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45992         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45993         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45994         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45995         <bits/signalfd.h>.
45996         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45997         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45998         bits/signalfd.h.
46000 2012-02-14  Marek Polacek  <polacek@redhat.com>
46002         * sysdeps/x86_64/crti.S: New file.
46003         * sysdeps/x86_64/crtn.S: New file.
46004         * sysdeps/x86_64/elf/initfini.c: Remove file.
46006 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46008         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46009         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46010         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46011         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46012         <bits/inotify.h>.
46013         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46014         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46015         bits/inotify.h.
46017 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46019         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46020         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46021         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46022         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46023         <bits/eventfd.h>.
46024         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46025         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46026         bits/eventfd.h.
46028 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46030         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46031         __feraiseexcept instead of feraiseexcept.
46033         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46034         nanosleep invocations.
46035         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46036         strings, and add error checking for a nanosleep invocations.
46038 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46040         Replace FSF snail mail address with URLs, as per GNU coding standards.
46041         Most of the snail mail addresses were wrong anyway, and omitting
46042         them makes the source code easier to maintain.  Almost all of the
46043         changes are to license notices and to locale LC_IDENTIFICATION
46044         addresses, except for this one:
46045         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46046         not its snail mail address.
46048 2012-02-09  Richard Henderson  <rth@twiddle.net>
46050         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46051         of kernel-features.h.
46053         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46055 2012-02-08  Marek Polacek  <polacek@redhat.com>
46057         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46058         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46059         * sysdeps/gnu/_G_config.h: Likewise.
46060         * sysdeps/generic/_G_config.h: Likewise.
46062 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46064         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46065         tests.
46066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46068         * sysdeps/powerpc/powerpc32/crti.S: New file.
46069         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46070         * sysdeps/powerpc/powerpc64/crti.S: New file.
46071         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46073         * Makeconfig (have-initfini): Don't set.
46074         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46075         * configure.in (nopic_initfini): Don't substitute.
46076         * config.h.in (HAVE_INITFINI): Don't #undef.
46077         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46078         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46080 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46082         Support crti.S and crtn.S provided directly by architectures.
46083         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46084         [crti.S in sysdirs] (omit-deps): Likewise.
46085         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46086         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46087         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46088         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46089         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46090         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46091         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46092         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46093         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46094         compiler output for sysdeps/generic/initfini.c.
46095         * sysdeps/i386/elf/Makefile: Remove file.
46096         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46098 2012-02-07  Marek Polacek  <polacek@redhat.com>
46100         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46101         * sysdeps/gnu/_G_config.h: Likewise.
46102         * sysdeps/mach/hurd/_G_config.h: Likewise.
46104 2012-02-07  Marek Polacek  <polacek@redhat.com>
46106         * math/Makefile (tests): Add tst-CMPLX2.
46107         * math/tst-CMPLX2.c: New file.
46109 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46111         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46113         * math/libm-test.inc (jn_test): Add missing L suffix.
46115 2012-02-06  Marek Polacek  <polacek@redhat.com>
46117         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46118         * sysdeps/i386/fpu/e_powf.S: Likewise.
46119         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46120         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46121         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46122         * sysdeps/i386/fpu/e_pow.S: Likewise.
46123         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46124         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46125         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46126         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46127         * sysdeps/i386/fpu/e_log2.S: Likewise.
46128         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46129         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46130         * sysdeps/i386/fpu/e_powl.S: Likewise.
46131         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46132         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46133         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46134         * sysdeps/i386/fpu/e_logl.S: Likewise.
46135         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46136         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46137         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46138         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46139         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46140         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46141         * sysdeps/i386/fpu/e_log.S: Likewise.
46142         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46143         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46144         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46145         * sysdeps/i386/fpu/e_logf.S: Likewise.
46146         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46147         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46148         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46149         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46150         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46151         * sysdeps/i386/fpu/e_log10.S: Likewise.
46152         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46153         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46154         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46155         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46156         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46157         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46158         * sysdeps/i386/asm-syntax.h: Likewise.
46159         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46160         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46161         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46162         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46163         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46164         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46165         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46166         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46167         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46168         * sysdeps/powerpc/sysdep.h: Likewise.
46169         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46170         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46172 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46174         [BZ #411]
46175         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46177 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46179         * sysdeps/i386/sysdep.h: Include <features.h>.
46180         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46181         version.
46183 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46185         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46186         Define.
46187         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46188         LOAD_PIC_REG_STR.
46190 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46192         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46193         (SETUP_PIC_REG): Use GET_PC_THUNK.
46194         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46195         macro.
46197 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46199         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46200         for non-PIC compilation.
46201         (SETUP_PIC_REG): Add .p2align directive.
46202         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46203         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46204         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46205         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46206         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46207         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46208         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46209         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46210         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46211         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46212         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46213         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46214         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46215         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46216         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46217         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46218         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46219         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46220         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46221         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46222         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46223         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46224         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46225         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46226         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46227         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46228         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46229         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46230         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46231         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46232         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46233         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46234         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46235         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46236         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46237         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46238         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46239         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46240         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46241         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46242         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46244 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46246         * math/tst-CMPLX.c: Include <stdio.h>.
46248 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46250         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46251         float.
46252         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46253         * sysdeps/sparc/bits/mathdef.h: Likewise.
46255 2012-01-31  Marek Polacek  <polacek@redhat.com>
46257         * libio/libio.h: Don't define _PARAMS.
46258         * locale/programs/config.h: Don't define PARAMS.
46259         * stdlib/strtol_l.c: Likewise.
46260         (__strtol_l): Remove PARAMS from the prototype.
46262 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46264         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46265         names.  Just use the correct names.  Remove unnecessary wrapper
46266         functions.
46267         * malloc/arena.c: Likewise.
46268         * malloc/hooks.c: Likewise.
46270         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46271         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46272         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46274 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46276         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46277         into tail calls.
46278         (update_get_addr): New function.
46279         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46280         GET_ADDR_MODULE parameter.
46282 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46284         * crypt/cert.c: Remove __STDC__ conditionals.
46285         * crypt/crypt-entry.c: Likewise.
46286         * crypt/crypt_util.c: Likewise.
46287         * libio/filedoalloc.c: Likewise.
46288         * libio/fileops.c: Likewise.
46289         * libio/genops.c: Likewise.
46290         * libio/iofclose.c: Likewise.
46291         * libio/iofdopen.c: Likewise.
46292         * libio/iofopen.c: Likewise.
46293         * libio/iofopen64.c: Likewise.
46294         * libio/iogetdelim.c: Likewise.
46295         * libio/iopopen.c: Likewise.
46296         * libio/obprintf.c: Likewise.
46297         * libio/oldfileops.c: Likewise.
46298         * libio/oldiofclose.c: Likewise.
46299         * libio/oldiofdopen.c: Likewise.
46300         * libio/oldiofopen.c: Likewise.
46301         * libio/oldiopopen.c: Likewise.
46302         * libio/wfiledoalloc.c: Likewise.
46303         * libio/wgenops.c: Likewise.
46304         * locale/programs/xmalloc.c: Likewise.
46305         * misc/syslog.c: Likewise.
46306         * stdio-common/xbug.c: Likewise.
46307         * string/memchr.c: Likewise.
46308         * string/memcmp.c: Likewise.
46309         * string/memrchr.c: Likewise.
46310         * string/rawmemchr.c: Likewise.
46311         * sysdeps/posix/getcwd.c: Likewise.
46312         * time/strftime_l.c: Likewise.
46314 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46316         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46317         * config.make.in (config-cflags-sse2avx): Define.
46318         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46319         Fix typo.
46321 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46323         * scripts/config.guess: Update from upstream config git repository.
46324         * scripts/config.sub: Likewise.
46326 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46328         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46329         (EM_NUM): Update.
46330         (R_TILEPRO_*, R_TILEGX_*): New macros.
46332         * scripts/firstversions.awk: Fix bug in version range handling.
46334         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46336         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46338         * include/sys/epoll.h: New file.
46339         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46340         libc_hidden_def.
46342 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46344         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46345         Avoid unnecessary __WORDSIZE == 64 test.
46346         (fmaxf): Use VEX format if possible.
46347         (fmax): Likewise.
46348         (fminf): Likewise.
46349         (fmin): Likewise.
46351         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46352         * math/math_private.h: Remove libc_fegetround* and
46353         libc_fesetround*.
46354         * sysdeps/i386/configure.in: Check for -msse2avx.
46355         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46356         also if SSE2AVX is defined.
46357         Remove libc_fegetround* and libc_fesetround*.
46358         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46359         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46360         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46361         of HAS_YMM_USABLE.
46362         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46363         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46364         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46365         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46366         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46368         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46370 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46372         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46373         size is not set.
46374         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46376 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46378         [BZ #13618]
46379         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46380         relocation.
46381         * Makeconfig (libm): Define.
46382         * elf/Makefile: Add rules to build and run tst-relsort1.
46383         * elf/tst-relsort1.c: New file.
46384         * elf/tst-relsort1mod1.c: New file.
46385         * elf/tst-relsort1mod2.c: New file.
46387 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46389         * math/s_ldexp.c: Remove __STDC__ conditionals.
46390         * math/s_ldexpf.c: Likewise.
46391         * math/s_ldexpl.c: Likewise.
46392         * math/s_nextafter.c: Likewise.
46393         * math/s_nexttowardf.c: Likewise.
46394         * math/s_significand.c: Likewise.
46395         * math/s_significandf.c: Likewise.
46396         * math/s_significandl.c: Likewise.
46397         * math/w_jnl.c: Likewise.
46398         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46399         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46400         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46401         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46402         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46403         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46404         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46405         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46406         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46407         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46408         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46409         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46410         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46411         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46412         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46413         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46414         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46415         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46416         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46417         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46418         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46419         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46420         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46421         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46422         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46423         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46424         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46425         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46426         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46427         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46428         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46429         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46430         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46431         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46432         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46433         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46434         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46435         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46436         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46437         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46438         * sysdeps/ieee754/k_standard.c: Likewise.
46439         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46440         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46441         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46442         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46443         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46444         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46445         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46446         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46447         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46448         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46451         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46452         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46454         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46456         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46457         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46458         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46459         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46460         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46461         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46462         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46463         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46464         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46465         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46466         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46467         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46468         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46469         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46470         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46471         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46472         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46473         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46474         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46475         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46476         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46477         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46478         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46479         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46480         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46481         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46482         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46483         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46484         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46485         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46486         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46487         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46488         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46489         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46490         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46491         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46492         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46493         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46494         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46495         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46496         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46497         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46498         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46499         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46500         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46501         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46502         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46503         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46504         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46505         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46506         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46507         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46508         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46509         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46510         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46511         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46512         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46513         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46514         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46515         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46516         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46517         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46518         * sysdeps/ieee754/s_matherr.c: Likewise.
46519         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46520         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46521         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46522         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46524 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46526         * crypt/md5.h: Remove __STDC__ conditionals.
46527         * libio/libioP.h: Likewise.
46528         * locale/programs/config.h: Likewise.
46529         * sysdeps/generic/sysdep.h: Likewise.
46530         * sysdeps/i386/asm-syntax.h: Likewise.
46531         * sysdeps/s390/asm-syntax.h: Likewise.
46532         * sysdeps/unix/sysdep.h: Likewise.
46533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46536 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46538         * libio/libio.h: Remove __STDC__ conditionals.
46539         * malloc/obstack.h: Likewise.
46540         * math/complex.h: Likewise.
46541         * math/math.h: Likewise.
46542         * sysdeps/generic/_G_config.h: Likewise.
46543         * sysdeps/gnu/_G_config.h: Likewise.
46544         * sysdeps/mach/hurd/_G_config.h: Likewise.
46545         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46546         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46547         * sysdeps/sparc/bits/mathdef.h: Likewise.
46549 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46551         [BZ #13583]
46552         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46553         Clean up HAS_* macros.
46554         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46555         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46556         possible.
46557         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46558         HAS_AVX.
46559         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46560         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46561         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46562         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46563         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46565 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46567         * elf/tst-unique3.cc (gets): Remove declaration.
46568         * elf/tst-unique3lib.cc (gets): Likewise.
46569         * elf/tst-unique3lib2.cc (gets): Likewise.
46570         * elf/tst-unique4.cc (gets): Likewise.
46572 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46574         * include/stdio.h: Add C++ protection.  Add gets declarations and
46575         definitions.
46576         * debug/tst-chk1.c: Don't declare gets here.
46577         * stdio-common/tst-gets.c: Likewise.
46579 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46581         * posix/glob: Remove directory.
46583 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46585         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46587 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46589         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46590         of the non-standard EPFNOSUPPORT.
46592 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46594         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46595         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46596         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46598 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46600         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46602 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46604         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46605         transient errors.
46606         * nscd/grpcache.c (cache_addgr): Likewise.
46607         * nscd/hstcache.c (cache_addhst): Likewise.
46608         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46609         * nscd/pwdcache.c (cache_addpw): Likewise.
46610         * nscd/servicescache.c (cache_addserv): Likewise.
46612 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46614         * malloc/malloc.c: Various cleanups.
46615         * malloc/hooks.c: Likewise.
46617         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46618         * stdlib/bug-fmtmsg1.c: New file.
46620         * stdlib/fmtmsg.c (init): Add missing unlock.
46621         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46623 2012-01-12  Marek Polacek  <polacek@redhat.com>
46625         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46626         and _GNU_SOURCE.
46628 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46630         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46631         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46632         macro to ensure uniqueness of label name.
46633         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46634         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46636 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46638         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46640         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46641         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46642         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46643         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46645 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46647         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46649         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46650         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46651         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46653         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46655         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46656         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46657         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46658         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46660         * math/bits/math-finite.h: Add ldexp support.
46662 2012-01-10  Marek Polacek  <polacek@redhat.com>
46664         * locale/programs/localedef.h (show_archive_content): Add noreturn
46665         attribute.
46667 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46669         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46671 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46673         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46675         * io/Makefile (headers): Add bits/poll2.h.
46677 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46680         typo #include statement.
46682 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46684         * include/sys/cdefs.h: Define __attribute_alloc_size.
46685         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46686         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46687         * elf/pldd.c: Likewise.
46688         * iconv/iconv_charmap.c: Likewise.
46689         * iconv/iconvconfig.c: Likewise.
46690         * iconv/strtab.c: Likewise.
46691         * locale/programs/locale.c: Likewise.
46692         * locale/programs/localedef.h: Likewise.
46693         * locale/programs/simple-hash.c: Likewise.
46694         * nscd/nscd.h: Likewise.
46695         * nss/makedb.c: Likewise.
46696         * sysdeps/generic/ldconfig.h: Likewise.
46697         * locale/programs/localedef.c: Remove xmalloc prototype.
46698         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46700 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46702         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46703         appropriate.
46705 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46707         * math/Makefile (tests): Add tst-CMPLX.
46708         * math/tst-CMPLX.c: New file.
46710         * math/complex.h (CMPLXL): Fix typo.
46712         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46713         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46714         GLIBC_2.16.
46715         * debug/tst-chk1.c: Add poll and ppoll tests.
46716         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46717         * include/sys/poll.h: Add hidden proto for ppoll.
46718         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46719         * sysdeps/mach/hurd/ppoll.c: Likewise.
46720         * io/ppoll.c: Likewise.
46721         * debug/poll_chk.c: New file.
46722         * debug/ppoll_chk.c: New file.
46723         * include/bits/poll2.h: New file.
46724         * io/bits/poll2.h: New file.
46726         [BZ #1350]
46727         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46729         * configure.in: static is always set to yes.  Remove.
46730         * config.make.in: Don't set build-static.
46731         * Makeconfig: Remove use of build-static.
46732         * dlfcn/Makefile: Likewise.
46733         * elf/Makefile: Likewise.
46734         * math/Makefile: Likewise.
46735         * misc/Makefile: Likewise.
46736         * nptl/Makefile: Likewise.
46737         * sysdeps/mach/hurd/Makefile: Likewise.
46739         * configure.in: PWD_P is not used anymore.
46740         * config.make.in: Remove PWD_P entry.
46742         * configure.in: Remove last remnants of RANLIB.
46743         No need to check for signed size_t anymore.
46744         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46745         and IA-64.
46746         Remove __builtin_expect test because we require at least gcc 3.4.
46747         * aclocal.m4: Likewise.
46749         * wcsmbs/mbrtoc16.c: Implement using towc function.
46750         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46751         * wcsmbs/wcsmbsload.c: Likewise.
46752         * iconv/gconv_simple.c: Likewise.
46753         * iconv/gconv_int.h: Likewise.
46754         * iconv/gconv_builtin.h: Likewise.
46755         * iconv/iconv_prog.c: Remove CHAR16 handling.
46757         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46759         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46761         * configure.in: Remove --with-elf and --enable-bounded options.
46762         Dont set base_machine for ia64.  More non-ELF conditions removed.
46763         Remove testing and setting of leading underscore information.
46764         * config.make.in (build-bounded): Set to no.
46765         * config.h.in: Remove NO_UNDERSCORES entry.
46766         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46767         them.
46768         * csu/start.c: Remove !NO_UNDERSCORE code.
46769         * locale/localeinfo.h: Likewise.
46770         * sysdeps/generic/machine-gmon.h: Likewise.
46771         * sysdeps/generic/sysdep.h: Likewise.
46772         * sysdeps/i386/sysdep.h: Likewise.
46773         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46774         * sysdeps/mach/sysdep.h: Likewise.
46775         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46776         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46777         * sysdeps/sh/sysdep.h: Likewise.
46778         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46779         * sysdeps/unix/i386/sysdep.S: Likewise.
46780         * sysdeps/unix/sparc/start.c: Likewise.
46781         * sysdeps/unix/sparc/sysdep.S: Likewise.
46782         * sysdeps/unix/sparc/sysdep.h: Likewise.
46783         * sysdeps/unix/start.c: Likewise.
46784         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46785         * sysdeps/x86_64/sysdep.h: Likewise.
46787 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46789         [BZ #13553]
46790         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46791         for non-gcc.
46792         * argp/argp-fmtstream.h: Use const instead __const.
46793         * argp/argp.h: Likewise.
46794         * assert/assert.h: Likewise.
46795         * bits/fenv.h: Likewise.
46796         * bits/sched.h: Likewise.
46797         * bits/sigset.h: Likewise.
46798         * bits/sigthread.h: Likewise.
46799         * catgets/nl_types.h: Likewise.
46800         * conform/data/pthread.h-data: Likewise.
46801         * crypt/crypt-private.h: Likewise.
46802         * crypt/crypt.h: Likewise.
46803         * crypt/crypt_util.c: Likewise.
46804         * ctype/ctype.h: Likewise.
46805         * debug/execinfo.h: Likewise.
46806         * debug/mbsnrtowcs_chk.c: Likewise.
46807         * debug/mbsrtowcs_chk.c: Likewise.
46808         * debug/wcsnrtombs_chk.c: Likewise.
46809         * debug/wcsrtombs_chk.c: Likewise.
46810         * debug/wcstombs_chk.c: Likewise.
46811         * dirent/dirent.h: Likewise.
46812         * dlfcn/dlfcn.h: Likewise.
46813         * elf/neededtest4.c: Likewise.
46814         * grp/grp.h: Likewise.
46815         * gshadow/gshadow.h: Likewise.
46816         * iconv/gconv.h: Likewise.
46817         * iconv/gconv_int.h: Likewise.
46818         * iconv/gconv_simple.c: Likewise.
46819         * iconv/iconv.h: Likewise.
46820         * iconv/loop.c: Likewise.
46821         * iconv/skeleton.c: Likewise.
46822         * include/aio.h: Likewise.
46823         * include/aliases.h: Likewise.
46824         * include/argz.h: Likewise.
46825         * include/arpa/inet.h: Likewise.
46826         * include/assert.h: Likewise.
46827         * include/dirent.h: Likewise.
46828         * include/dlfcn.h: Likewise.
46829         * include/execinfo.h: Likewise.
46830         * include/fcntl.h: Likewise.
46831         * include/fenv.h: Likewise.
46832         * include/glob.h: Likewise.
46833         * include/grp.h: Likewise.
46834         * include/libintl.h: Likewise.
46835         * include/mntent.h: Likewise.
46836         * include/netdb.h: Likewise.
46837         * include/pwd.h: Likewise.
46838         * include/rpc/netdb.h: Likewise.
46839         * include/sched.h: Likewise.
46840         * include/search.h: Likewise.
46841         * include/shadow.h: Likewise.
46842         * include/signal.h: Likewise.
46843         * include/stdio.h: Likewise.
46844         * include/stdlib.h: Likewise.
46845         * include/string.h: Likewise.
46846         * include/sys/socket.h: Likewise.
46847         * include/sys/stat.h: Likewise.
46848         * include/sys/statfs.h: Likewise.
46849         * include/sys/statvfs.h: Likewise.
46850         * include/sys/syslog.h: Likewise.
46851         * include/sys/time.h: Likewise.
46852         * include/sys/uio.h: Likewise.
46853         * include/time.h: Likewise.
46854         * include/unistd.h: Likewise.
46855         * include/utmp.h: Likewise.
46856         * include/wchar.h: Likewise.
46857         * include/wctype.h: Likewise.
46858         * inet/aliases.h: Likewise.
46859         * inet/arpa/inet.h: Likewise.
46860         * inet/netinet/ether.h: Likewise.
46861         * inet/netinet/in.h: Likewise.
46862         * intl/libintl.h: Likewise.
46863         * io/bits/fcntl2.h: Likewise.
46864         * io/fcntl.h: Likewise.
46865         * io/ftw.h: Likewise.
46866         * io/sys/poll.h: Likewise.
46867         * io/sys/stat.h: Likewise.
46868         * io/sys/statfs.h: Likewise.
46869         * io/sys/statvfs.h: Likewise.
46870         * io/utime.h: Likewise.
46871         * libio/bits/stdio.h: Likewise.
46872         * libio/bits/stdio2.h: Likewise.
46873         * libio/libio.h: Likewise.
46874         * libio/libioP.h: Likewise.
46875         * libio/stdio.h: Likewise.
46876         * locale/lc-ctype.c: Likewise.
46877         * locale/locale.h: Likewise.
46878         * login/utmp.h: Likewise.
46879         * malloc/arena.c: Likewise.
46880         * malloc/malloc.c: Likewise.
46881         * malloc/malloc.h: Likewise.
46882         * malloc/mcheck.c: Likewise.
46883         * malloc/mtrace.c: Likewise.
46884         * math/bits/mathcalls.h: Likewise.
46885         * math/fenv.h: Likewise.
46886         * math/math_private.h: Likewise.
46887         * misc/bits/error.h: Likewise.
46888         * misc/bits/syslog.h: Likewise.
46889         * misc/err.h: Likewise.
46890         * misc/error.h: Likewise.
46891         * misc/fstab.h: Likewise.
46892         * misc/mntent.h: Likewise.
46893         * misc/regexp.h: Likewise.
46894         * misc/search.h: Likewise.
46895         * misc/sgtty.h: Likewise.
46896         * misc/sys/mman.h: Likewise.
46897         * misc/sys/syslog.h: Likewise.
46898         * misc/sys/uio.h: Likewise.
46899         * misc/sys/xattr.h: Likewise.
46900         * misc/ttyent.h: Likewise.
46901         * nis/rpcsvc/ypclnt.h: Likewise.
46902         * nss/nss.h: Likewise.
46903         * posix/bits/unistd.h: Likewise.
46904         * posix/fnmatch.h: Likewise.
46905         * posix/glob.h: Likewise.
46906         * posix/sched.h: Likewise.
46907         * posix/spawn.h: Likewise.
46908         * posix/sys/wait.h: Likewise.
46909         * posix/unistd.h: Likewise.
46910         * posix/wordexp.h: Likewise.
46911         * pwd/pwd.h: Likewise.
46912         * resolv/netdb.h: Likewise.
46913         * resource/sys/resource.h: Likewise.
46914         * rt/aio.h: Likewise.
46915         * rt/bits/mqueue2.h: Likewise.
46916         * rt/mqueue.h: Likewise.
46917         * shadow/shadow.h: Likewise.
46918         * signal/signal.h: Likewise.
46919         * socket/send.c: Likewise.
46920         * socket/sendto.c: Likewise.
46921         * socket/sys/socket.h: Likewise.
46922         * stdio-common/printf.h: Likewise.
46923         * stdlib/bits/stdlib.h: Likewise.
46924         * stdlib/fmtmsg.h: Likewise.
46925         * stdlib/monetary.h: Likewise.
46926         * stdlib/stdlib.h: Likewise.
46927         * stdlib/ucontext.h: Likewise.
46928         * streams/stropts.h: Likewise.
46929         * string/argz.h: Likewise.
46930         * string/bits/string2.h: Likewise.
46931         * string/string.h: Likewise.
46932         * string/strings.h: Likewise.
46933         * sunrpc/rpc/auth.h: Likewise.
46934         * sunrpc/rpc/auth_des.h: Likewise.
46935         * sunrpc/rpc/clnt.h: Likewise.
46936         * sunrpc/rpc/netdb.h: Likewise.
46937         * sunrpc/rpc/pmap_clnt.h: Likewise.
46938         * sunrpc/rpc/xdr.h: Likewise.
46939         * sysdeps/generic/inttypes.h: Likewise.
46940         * sysdeps/generic/net/if.h: Likewise.
46941         * sysdeps/generic/sys/swap.h: Likewise.
46942         * sysdeps/gnu/net/if.h: Likewise.
46943         * sysdeps/gnu/utmpx.h: Likewise.
46944         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46945         * sysdeps/i386/i486/bits/string.h: Likewise.
46946         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46947         * sysdeps/s390/bits/string.h: Likewise.
46948         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46949         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46950         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46951         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46952         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46953         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46954         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46955         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46956         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46957         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46958         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46959         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46960         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46961         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46962         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46963         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46964         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46965         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46966         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46967         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46968         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46969         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46970         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46971         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46972         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46973         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46974         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46975         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46976         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46977         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46978         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46979         * sysvipc/sys/ipc.h: Likewise.
46980         * sysvipc/sys/msg.h: Likewise.
46981         * sysvipc/sys/sem.h: Likewise.
46982         * sysvipc/sys/shm.h: Likewise.
46983         * termios/termios.h: Likewise.
46984         * time/sys/time.h: Likewise.
46985         * time/time.h: Likewise.
46986         * wcsmbs/bits/wchar2.h: Likewise.
46987         * wcsmbs/uchar.h: Likewise.
46988         * wcsmbs/wchar.h: Likewise.
46989         * wctype/wctype.h: Likewise.
46991         [BZ #13551]
46992         * Makeconfig: Remove all but ELF support including AIX support.
46993         * Makerules: Likewise.
46994         * config.h.in: Likewise.
46995         * config.make.in: Likewise.
46996         * configure: Likewise.
46997         * configure.in: Likewise.
46998         * csu/Makefile: Likewise.
46999         * csu/version.c: Likewise.
47000         * debug/Makefile: Likewise.
47001         * dlfcn/Makefile: Likewise.
47002         * elf/Makefile: Likewise.
47003         * extra-lib.mk: Likewise.
47004         * iconv/Makefile: Likewise.
47005         * include/libc-symbols.h: Likewise.
47006         * include/shlib-compat.h: Likewise.
47007         * resolv/Makefile: Likewise.
47008         * resolv/res_libc.c: Likewise.
47009         * rt/Makefile: Likewise.
47010         * sysdeps/i386/asm-syntax.h: Likewise.
47011         * sysdeps/i386/sysdep.h: Likewise.
47012         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47013         * sysdeps/mach/sysdep.h: Likewise.
47014         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47015         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47016         * sysdeps/s390/asm-syntax.h: Likewise.
47017         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47018         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47019         * sysdeps/sh/sysdep.h: Likewise.
47020         * sysdeps/unix/sparc/sysdep.h: Likewise.
47021         * sysdeps/wordsize-32/divdi3.c: Likewise.
47022         * sysdeps/x86_64/sysdep.h: Likewise.
47024         * argp/Versions: Remove _argp_unlock_xxx.
47026         [BZ #13559]
47027         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47028         * abilist/libBrokenLocale.abilist: Likewise.
47029         * abilist/libanl.abilist: Likewise.
47030         * abilist/libc.abilist: Likewise.
47031         * abilist/libcrypt.abilist: Likewise.
47032         * abilist/libdl.abilist: Likewise.
47033         * abilist/libm.abilist: Likewise.
47034         * abilist/libnsl.abilist: Likewise.
47035         * abilist/libpthread.abilist: Likewise.
47036         * abilist/libresolv.abilist: Likewise.
47037         * abilist/librt.abilist: Likewise.
47038         * abilist/libthread_db.abilist: Likewise.
47039         * abilist/libutil.abilist: Likewise.
47040         * abilist/libnss_db.abilist: New file.
47042         * scripts/abilist.awk: Add support for indirect functions.
47044         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47046         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47048         * shlib-versions: Remove entries for ports architectures.
47050         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47051         files in ports.
47052         * elf/stackguard-macros.h: Remove support for IA-64.
47053         * elf/tst-auditmod1.c: Likewise.
47054         * sysdeps/generic/ldsodefs.h: Likewise.
47056         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47057         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47058         configure files.
47060         [BZ #13552]
47061         * configure.in: Remove --enable-omitfp support.
47062         * FAQ.in: Adjust.
47063         * config.make.in: Likewise.
47064         * Makeconfig: Likewise.
47065         * manual/install.texi: Likewise.
47067         In case anyone cares, the IA-64 architecture could move to ports.
47068         * sysdeps/ia64/*: Removed.
47069         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47070         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47072         [BZ #13555]
47073         * configure.in: Remove entries for unsupported architectures.
47075         [BZ #13533]
47076         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47077         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47078         routines.
47079         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47080         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47081         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47082         fall back to using wcrtomb.
47083         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47084         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47085         renaming.
47086         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47087         * wcsmbs/tst-c16c32-1.c: New file.
47089         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47090         local variable.
47092         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47094         * elf/tst-unique3.cc: Add explicit declaration of gets.
47095         * elf/tst-unique3lib.cc: Likewise.
47096         * elf/tst-unique3lib2.cc: Likewise.
47097         * elf/tst-unique4.cc: Likewise.
47099         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47101 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47103         [BZ #13566]
47104         * assert/assert.h (static_assert): Don't define for C++.
47105         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47106         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47108 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47110         * iconv/loop.c (single loop): Fix assertion in storing of
47111         remaining bytes.
47113         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47115 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47117         * posix/getconf.c: Update copyright year.
47118         * nss/getent.c: Likewise.
47119         * nss/makedb.c: Likewise.
47120         * iconv/iconvconfig.c: Likewise.
47121         * iconv/iconv_prog.c: Likewise.
47122         * elf/ldconfig.c: Likewise.
47123         * elf/pldd.c: Likewise.
47124         * elf/sotruss.ksh: Likewise.
47125         * catgets/gencat.c: Likewise.
47126         * csu/version.c: Likewise.
47127         * elf/ldd.bash.in: Likewise.
47128         * elf/sprof.c (print_version): Likewise.
47129         * locale/programs/locale.c: Likewise.
47130         * locale/programs/localedef.c: Likewise.
47131         * login/programs/pt_chown.c: Likewise.
47132         * nscd/nscd.c (print_version): Likewise.
47133         * debug/xtrace.sh: Likewise.
47134         * malloc/memusage.sh: Likewise.
47135         * malloc/mtrace.pl: Likewise.
47136         * debug/catchsegv.sh: Likewise.
47138 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47140         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47141         pure attribute.
47143 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47145         [BZ #13533]
47146         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47147         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47148         transformations.
47149         * iconv/gconv_int.h: Likewise.
47150         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47151         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47152         from libc for GLIBC_2.16.
47153         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47154         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47155         * wcsmbs/uchar.h: Really define mbstate_t.
47156         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47157         * wcsmbs/c16rtomb.c: New file.
47158         * wcsmbs/mbrtoc16.c: New file.
47159         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47160         for C/POSIX locale.
47161         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47162         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47164         * wcsmbs/wchar.h: Add missing __restrict.
47166 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47168         [BZ #13532]
47169         * time/Makefile (routines): Add timespec_get.
47170         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47171         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47172         timespec for ISO C11.
47173         * time/timespec_get.c: New file.
47174         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47175         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47177         [BZ #13531]
47178         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47179         * stdlib/stdlib.h: Declare aligned_alloc.
47180         * Versions.def: Add GLIBC_2.16 for libc.
47181         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47183         [BZ 13527]
47184         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47185         ISO C11.
47187         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47188         code.
47190         [BZ #13528]
47191         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47193         [BZ #13529]
47194         * assert/assert.h (static_assert): Define.
47196         * version.h: Update for 2.16 development version.
47198         [BZ #13526]
47199         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47200         _ISOC11_SOURCE.
47202         * version.h (RELEASE): Bump for 2.15 release.
47203         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47205         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47206         Patch by Marek Polacek <mpolacek@redhat.com>.
47208         * bits/byteswap.h: Protect long long constants with __extension__.
47209         * sysdeps/i386/bits/byteswap.h: Likewise.
47210         * sysdeps/ia64/bits/byteswap.h: Likewise.
47211         * sysdeps/s390/bits/byteswap.h: Likewise.
47212         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47214 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47216         [BZ #13540]
47217         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47218         destination buffer.
47219         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47221 2011-12-23  Marek Polacek  <polacek@redhat.com>
47223         * elf/dl-addr.c (determine_info): Add inline keyword.
47224         * elf/tst-auditmod4b.c (check_avx): Likewise.
47225         * elf/tst-auditmod6b.c (check_avx): Likewise.
47226         * elf/tst-auditmod6c.c (check_avx): Likewise.
47227         * elf/tst-auditmod7b.c (check_avx): Likewise.
47229 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47231         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47232         !__SSE_MATH__.
47234 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47236         [BZ #13540]
47237         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47238         processing for last bytes.
47240 2011-08-06  Bruno Haible  <bruno@clisp.org>
47242         [BZ #13061]
47243         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47244         U+0385, not to U+1FEE.
47246         [BZ #13062]
47247         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47248         entry for U+00A5 U+0301.
47250 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47252         [BZ #13166]
47253         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47254         buffer for the output is too small.
47256         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47257         optimization.
47259         [BZ #13185]
47260         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47261         SSE flags if possible.
47263 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47265         [BZ #13540]
47266         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47267         processing for last bytes.
47269 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47271         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47272         (syscall-list-default-options, syscall-list-default-condition)
47273         (syscall-list-includes): Define.
47274         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47275         list of ABIs and options and #if conditions for each ABI.  Do not
47276         handle common syscalls between ABIs specially.
47277         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47278         Remove.
47279         (syscall-list-variants, syscall-list-32bit-options)
47280         (syscall-list-32bit-condition, syscall-list-64bit-options)
47281         (syscall-list-64bit-condition): Define.
47282         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47283         (syscall-list-variants, syscall-list-32bit-options)
47284         (syscall-list-32bit-condition, syscall-list-64bit-options)
47285         (syscall-list-64bit-condition): Define.
47286         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47287         Remove.
47288         (syscall-list-variants, syscall-list-32bit-options)
47289         (syscall-list-32bit-condition, syscall-list-64bit-options)
47290         (syscall-list-64bit-condition): Define.
47291         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47292         Remove.
47293         (syscall-list-variants, syscall-list-32bit-options)
47294         (syscall-list-32bit-condition, syscall-list-64bit-options)
47295         (syscall-list-64bit-condition): Define.
47297 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47299         * locale/iso-639.def: Add brx entry.
47301         [BZ #13328]
47302         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47303         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47305         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47306         __feraiseexcept_renamed.
47308 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47310         [BZ #13538]
47311         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47312         EPOLLET with unsigned values.
47313         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47314         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47316         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47317         to large cancellation.
47318         * math/s_cacoshf.c: Likewise.
47319         * math/s_cacoshl.c: Likewise.
47321 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47323         [BZ #13305]
47324         [BZ #12786]
47325         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47326         * math/s_cacoshf.c: Likewise.
47327         * math/s_cacoshl.c: Likewise.
47329 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47331         [BZ #13439]
47332         * iconv/gconv.h: Define __GCONV_SWAP.
47333         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47334         * iconvdata/utf-16.c: Likewise.
47335         * iconvdata/utf-32.c: Likewise.
47337 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47339         [BZ #13524]
47340         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47341         numerator after shifting it by one limb.
47343 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47345         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47346         under [__USE_EXTERN_INLINES].
47348 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47350         [BZ #13446]
47351         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47353 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47355         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47356         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47357         optimized code.
47358         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47359         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47360         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47361         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47362         for strncasecmp/strncasecmp_l compilation.
47363         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47364         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47366 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47368         [BZ #13484]
47369         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47370         of __asm__.
47372 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47374         [BZ #13506]
47375         * time/tzfile.c (__tzfile_read): Check values from file header.
47377 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47379         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47380         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47381         * powerpc/powerpc32/dl-start.S: Likewise.
47382         * powerpc/powerpc32/elf/start.S: Likewise.
47383         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47384         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47385         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47386         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47387         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47388         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47389         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47390         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47391         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47392         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47393         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47394         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47395         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47396         * powerpc/powerpc32/memset.S: Likewise.
47397         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47398         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47399         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47400         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47401         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47402         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47403         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47404         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47405         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47406         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47407         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47408         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47409         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47411 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47413         * math/libm-test.inc: Added more nearbyint tests.
47414         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47415         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47416         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47417         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47419 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47421         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47422         FD_CLOEXEC.
47424 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47426         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47427         Add wcscpy-ssse3 wcscpy-c.
47428         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47429         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47430         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47431         * sysdeps/x86_64/wcschr.S: New file.
47432         * sysdeps/x86_64/wcsrchr.S: New file.
47433         * string/test-strcmp.c: Remove checking of wcscmp function for
47434         wrong alignments.
47435         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47436         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47437         wcsrchr-sse2 wcsrchr-c.
47438         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47439         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47440         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47441         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47442         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47443         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47444         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47445         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47446         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47447         * wcsmbc/wcschr.c (WCSCHR): New macro.
47449 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47451         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47452         * wcsmbs/test-wcsrchr.c: New file.
47453         * string/test-strrchr.c: Add wcsrchr support.
47454         (WIDE): New macro.
47455         * wcsmbs/test-wcscpy.c: New file.
47456         * string/test-strcpy.c: Add wcscpy support.
47457         (WIDE): New macro.
47459 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47461         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47462         the inner loop.
47464 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47466         [BZ #13472]
47467         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47469 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47471         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47472         Minor optimizations.
47474         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47475         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47476         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47478 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47480         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47481         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47482         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47483         for gcc to avoid warnings.
47484         * inet/Makefile (tests): Add tst-checks.
47485         * inet/tst-checks.c: New file.
47487         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47488         warning.
47490         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47491         __wmemcmp_sse2.
47493         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47494         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47496         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47498 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47500         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47501         problem.
47503         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47505 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47507         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47508         conditional on GCC version.
47509         (__arch_compare_and_exchange_val_8_acq)
47510         (__arch_compare_and_exchange_val_16_acq)
47511         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47512         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47513         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47515 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47517         * sysdeps/sh/backtrace.c: New file.
47519 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47521         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47522         parenthesis.
47524 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47526         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47527         falling back to utime.
47529 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47531         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47532         expectations for float.
47534 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47536         * locale/weight.h (findidx): Add parameter len.
47537         * locale/weightwc.h (findidx): Likewise.
47538         * posix/fnmatch_loop.c (FCT): Adjust caller.
47539         * posix/regcomp.c (build_equiv_class): Likewise.
47540         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47541         * posix/regexec.c (check_node_accept_bytes): Likewise.
47542         * string/strcoll_l.c (STRCOLL): Likewise.
47543         * string/strxfrm_l.c (STRXFRM): Likewise.
47545 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47547         * Makefile.in: Remove CVSOPT handling.
47548         * configure.in: Remove use of AC_REVISION.
47549         * iconvdata/Makefile (distribute): No need to filter out CVS.
47550         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47551         handling.
47553 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47555         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47556         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47557         [USE_AS_STRNCASECMP_L]: Likewise.
47558         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47559         NO_TLS_DIRECT_SEG_REFS.
47560         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47561         Fix argument offsets for non-PIC.
47562         [USE_AS_STRNCASECMP_L]: Likewise.
47563         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47564         NO_TLS_DIRECT_SEG_REFS.
47566 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47568         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47569         O_CLOEXEC.
47570         * locale/loadlocale.c (_nl_load_locale): Likewise.
47572 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47574         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47575         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47576         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47577         (SYSCALL_GETTIME): Set errno on error.
47579         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47580         count references to noai6ai_cached.
47582 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47584         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47586         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47587         FD_CLOEXEC for /proc/self/maps.
47589         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47590         FD_CLOEXEC for /proc/meminfo.
47592         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47593         gai.conf.
47595         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47596         FD_CLOEXEC for given file.
47598         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47600         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47601         FD_CLOEXEC for /etc/hosts.
47602         (_gethtent): Likewise.
47604         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47606         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47607         cancellation and set FD_CLOEXEC for /etc/netgroup.
47609         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47610         reading /etc/publickey.
47612         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47613         allow cancellation when reading /etc/group.
47615         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47616         cancellation.
47617         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47619         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47620         when using data file.
47622         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47624         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47625         (write_nis_obj): Use "c" and "e" in fopen.
47627         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47629         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47631         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47633         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47635         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47636         locale.alias.
47638         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47640         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47642         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47644         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47645         file parsing and set FD_CLOEXEC.
47647 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47649         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47651 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47653         * malloc/arena.c (arena_get2): Don't call reused_arena when
47654         _int_new_arena failed.
47656 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47658         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47659         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47660         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47661         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47662         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47663         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47664         to compile strcasecmp and strncasecmp.
47665         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47666         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47668         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47670 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47672         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47673         locale-defines.sym to gen-as-const-headers.
47674         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47675         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47676         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47677         to compile strcasecmp and strncasecmp.
47678         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47679         strcasecmp_l and strncasecmp_l.
47680         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47681         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47682         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47683         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47684         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47685         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47686         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47687         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47688         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47689         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47690         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47692 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47694         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47695         result of SYSDEP_GETTIME_CPU to retval.
47696         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47697         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47699         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47700         variable.
47702         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47703         mantissa words.
47704         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47706         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47707         from unused variable.
47709         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47710         DWARF definitions.
47711         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47712         for assembling.
47714         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47715         over namespaces.
47717         * sunrpc/rpc_prot.c (rejected): Fix case value.
47719         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47720         unsigned long long int to avoid warnings in shift.
47722         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47723         of use of trans.
47724         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47725         variable tmp.
47727         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47728         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47729         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47731         * nis/nis_table.c (nis_list): Use variable of correct type for
47732         result of __follow_path call.
47734 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47736         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47737         of math functions ceil, trunc, floor, round, and sqrt, when
47738         avaliable on the platform.
47739         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47740         name clash.
47741         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47742         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47743         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47745 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47747         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47748         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47750 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47752         * include/unistd.h: Fix __readlink return type.
47753         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47755 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47757         * stdlib/ucontext.h: Undo last change for makecontext.
47759 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47761         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47763         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47764         * setjmp/setjmp.h: Mark functions as non-leaf.
47765         * setjmp/bits/setjmp2.h: Likewise.
47766         * stdlib/ucontext.h: Likewise.
47768 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47770         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47771         (reused_arena): Don't check arena limit.
47772         (arena_get2): Atomically check arena limit.
47774 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47776         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47777         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47779         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47780         instructions.
47782 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47784         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47785         handler when locking.
47787         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47788         Fix size of allocated buffer.
47790 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47792         [BZ #10103]
47793         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47794         declarations for long double functions.
47795         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47797         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47799 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47801         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47802         installed.
47804         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47805         is disabled.
47807 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47809         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47811 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47813         * include/alloca.h (stackinfo_alloca_round): Define.
47814         (extend_alloca): Use it.
47815         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47816         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47817         here.
47819         * scripts/check-local-headers.sh: Ignore libaudit.h.
47821         * nscd/Makefile (extra-objs): Make recursively expanded.
47823 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47825         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47826         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47828         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47829         * posix/tst-rfc3484-2.c: Likewise.
47830         * posix/tst-rfc3484-3.c: Likewise.
47832         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47833         process_vm_writev.
47834         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47835         process_vm_writev.
47836         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47837         process_vm_writev from libc using GLIBC_2.15 version.
47839         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47841 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47843         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47844         stack usage.
47846 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47848         [BZ #13367]
47849         * nss/getent.c (initgroups_keys): Show error message in case no group
47850         names are given.
47852         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47853         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47854         __bump_nl_timestamp.
47855         * nscd/connections (nscd_init): When host database is served open
47856         netlink socket and request notification about configuration changes.
47857         (main_loop_poll): Track netlink file descriptor and bump timestamp
47858         in case data becomes available.
47859         (main_loop_epoll): Likewise.
47860         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47861         (database_pers_head): Add extra_data fileds.
47862         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47863         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47864         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47865         Adjust caller.
47866         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47867         in6ai data, call __free_in6ai.
47868         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47869         Add -DHAVE_NETLINK.
47870         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47871         interface information.  Reuse previous data if netlink timestamp
47872         is not changed.
47873         (__bump_nl_timestamp): New function.
47874         (__free_in6ai): New function.
47876 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47878         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47879         close_not_cancel_no_status here.
47880         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47882 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47884         [BZ #13276]
47885         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47886         return value.
47888         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47889         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47890         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47892 2011-07-03  Andreas Jaeger  <aj@suse.de>
47894         [BZ #10709]
47895         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47896         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47897         * math/libm-test.inc (sin_test): Add test case.
47899 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47901         [BZ #13337]
47902         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47903         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47905         * elf/chroot_canon.c (chroot_canon): Cleanups.
47907         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47909         [BZ #13335]
47910         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47911         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47913         * string/test-strchr.c: Make usable for strchrnul testing.
47914         * string/test-strchrnul.c: New file.
47915         * string/Makefile (strop-tests): Add strchrnul.
47917         * po/it.po: Update from translation team.
47918         * po/es.po: Likewise.
47920 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47922         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47923         the three constants needed as parameters.  Drop the others.
47924         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47925         __m128i_strloadu_tolower.
47926         Create and initialize variable zero and use it in all the places
47927         where _mm_setzero_si128 was used.
47929         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47930         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47931         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47932         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47933         anymore.
47934         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47935         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47936         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47937         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47938         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47939         __mpranred, __mptan.
47940         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47941         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47942         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47943         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47944         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47945         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47946         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47947         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47948         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47950 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47952         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47953         redefine if SHARED.
47954         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47956         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47957         wide char related routines to wcsmbs subdir.
47959 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47961         [BZ #13344]
47962         * misc/sys/cdefs.h (__THROWNL): Define.
47963         * posix/unistd.h: Use __THREADNL instead of __THREAD
47964         for memory synchronization functions.
47966 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47968         [BZ #13349]
47969         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47970         doesn't exist.
47971         * manual/stdio.texi (Obstack Streams): Node removed.
47973 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47975         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47976         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47977         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47979         * math/math_private.h (math_force_eval): Allow non-addressable
47980         arguments.
47981         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47983 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47985         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47986         file is not needed.
47988         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47989         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47990         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47991         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47992         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47993         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47994         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47995         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47996         Add AVX variants.
47997         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47998         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47999         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48000         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48001         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48002         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48003         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48004         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48005         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48006         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48007         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48008         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48009         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48010         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48011         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48012         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48013         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48014         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48015         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48017         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48018         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48020         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48021         place.  Use VEX encoding when compiling for AVX.
48023 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48025         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48026         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48028         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48030 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48032         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48033         useless if() expression.
48034         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48035         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48036         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48037         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48038         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48039         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48040         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48041         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48042         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48043         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48044         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48045         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48046         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48047         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48048         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48049         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48050         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48051         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48052         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48054         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48056 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48058         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48059         condition.
48060         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48062 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48064         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48065         .text section.  Avoid duplicate constants.
48066         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48067         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48068         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48069         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48070         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48071         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48072         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48073         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48074         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48075         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48076         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48077         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48078         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48079         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48080         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48081         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48082         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48083         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48084         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48085         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48086         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48087         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48088         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48089         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48090         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48091         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48092         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48093         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48094         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48095         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48096         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48097         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48098         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48099         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48100         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48101         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48102         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48103         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48104         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48105         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48106         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48107         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48108         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48109         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48110         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48112 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48114         * sysdeps/x86_64/dla.h: Move to ...
48115         * sysdeps/x86_64/fpu/dla.h: ...here.
48116         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48117         situations.  Use __builtin_fma only for gcc 4.6 and up.
48119         * config.make.in: Add have-mfma4 entry.
48120         * configure.in: Substitute libc_cv_cc_fma4.
48121         * math/Makefile (dbl-only-routines): Add sincostab.
48122         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48123         Use __sincostab not sincos.
48124         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48125         name is a macro.
48126         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48127         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48128         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48129         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48130         using __copysign.
48131         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48132         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48133         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48134         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48135         and __inv.
48136         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48137         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48138         __copysign.
48139         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48140         define aliases when function name is a macro.
48141         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48142         sysdeps/ieee754/dbl-64/sincos.tbl.
48143         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48144         fma4-enabled routines.
48145         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48146         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48147         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48148         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48149         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48150         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48151         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48152         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48153         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48154         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48155         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48156         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48157         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48158         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48159         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48160         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48161         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48162         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48163         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48164         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48165         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48166         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48167         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48168         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48169         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48170         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48171         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48172         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48173         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48174         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48176         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48177         rename.
48178         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48179         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48180         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48181         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48182         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48183         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48184         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48185         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48187 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48189         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48191 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48193         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48195         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48196         prediction.
48197         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48199         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48200         Remove unused variable magic_bits.
48201         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48203         * string/strnlen.c: Define and use STRNLEN macro.
48204         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48205         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48206         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48207         * wcsmbs/wcslen.c: Define and use WCSLEN.
48208         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48209         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48210         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48211         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48212         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48213         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48214         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48216 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48219         strnlen-sse2-no-bsf.
48220         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48221         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48222         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48223         Add strnlen support.
48224         (USE_AS_STRNLEN): New macro.
48225         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48226         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48227         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48228         * sysdeps/x86_64/wcslen.S: New file.
48230 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48232         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48233         XMM-moves are used for copying on small sizes.
48235 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48237         * wcsmbs/Makefile (strop-tests): Add wcschr.
48238         * wcsmbs/test-wcschr.c: New file.
48239         * string/test-strchr.c: Update.
48240         Add wcschr support.
48241         (WIDE): New macro.
48243 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48245         * wcsmbs/Makefile (strop-tests): Add wcslen.
48246         * wcsmbs/test-wcslen.c: New file.
48247         * string/test-strlen.c: Update.
48248         Add wcslen support.
48249         (WIDE): New macro.
48251 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48253         * po/it.po: Update from translation team.
48255 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48257         * sysdeps/x86_64/wcscmp.S: Update.
48258         Fix wrong comparison semantics.
48259         wcscmp shall use signed comparison not unsigned.
48260         Don't use substraction to avoid overflow bug.
48261         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48262         * wcsmbc/wcscmp.c: Likewise.
48263         * string/test-strcmp.c: Likewise.
48264         Add new tests to check cases with negative values.
48266 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48268         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48269         * sysdeps/x86_64/dla.h: ...here.  New file.
48270         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48271         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48272         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48273         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48274         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48275         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48276         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48277         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48278         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48280 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48282         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48283         __ynl_finite aliases.
48285 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48287         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48289         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48290         define DLA_FMA.
48291         [DLA_FMA] (EMULV): Use DLA_FMA.
48292         [DLA_FMA] (MUL12): Use EMULV.
48293         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48294         that are not needed.
48295         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48296         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48297         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48298         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48299         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48300         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48301         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48303 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48305         * math/s_nan.c: Undef __nan.
48306         * math/s_nanf.c: Undef __nanf.
48307         * math/s_nanl.c: Undef __nanl.
48308         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48309         "math_private.h".
48311 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48313         * math/s_catan.c: Add branch predictions.
48314         * math/s_catanf.c: Likewise.
48315         * math/s_catanh.c: Likewise.
48316         * math/s_catanhf.c: Likewise.
48317         * math/s_catanhl.c: Likewise.
48318         * math/s_catanl.c: Likewise.
48319         * math/s_cexp.c: Likewise.
48320         * math/s_cexpf.c: Likewise.
48321         * math/s_cexpl.c: Likewise.
48322         * math/s_clog.c: Likewise.
48323         * math/s_clog10.c: Likewise.
48324         * math/s_clog10f.c: Likewise.
48325         * math/s_clog10l.c: Likewise.
48326         * math/s_clogf.c: Likewise.
48327         * math/s_clogl.c: Likewise.
48328         * math/s_csqrt.c: Likewise.
48329         * math/s_csqrtf.c: Likewise.
48330         * math/s_csqrtl.c: Likewise.
48331         * math/s_ctanf.c: Likewise.
48332         * math/s_ctanh.c: Likewise.
48333         * math/s_ctanhf.c: Likewise.
48334         * math/s_ctanhl.c: Likewise.
48335         * math/s_ctanl.c: Likewise.
48337         * math/math_private.h: Define __nan, __nanf, __nanl.
48338         * math/s_cacosh.c: Include <math_private.h>.
48339         * math/s_cacoshl.c: Likewise.
48340         * math/s_casinh.c: Likewise.
48341         * math/s_casinhf.c: Likewise.
48342         * math/s_casinhl.c: Likewise.
48343         * math/s_ccos.c: Rely entire on ccosh.
48344         * math/s_ccosf.c: Rely entire on ccoshf.
48345         * math/s_ccosl.c: Rely entirely on ccoshl.
48346         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48347         Remove tests for FE_INVALID.
48348         * math/s_ccoshf.c: Likewise.
48349         * math/s_ccoshl.c: Likewise.
48350         * math/s_csin.c: Likewise.
48351         * math/s_csinf.c: Likewise.
48352         * math/s_csinh.c Likewise.
48353         * math/s_csinhf.c: Likewise.
48354         * math/s_csinhl.c: Likewise.
48355         * math/s_csinl.c: Likewise.
48356         * math/s_ctan.c: Likewise.
48357         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48358         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48359         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48361 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48363         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48364         compilation problems.
48366         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48367         __builtin_expect.
48369 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48371         * sysdeps/i386/configure.in: Test for -mfma4 option.
48372         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48373         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48374         COMMON_CPUID_INDEX_80000001.
48375         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48376         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48377         use it if FMA3 is not supported.
48378         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48380         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48381         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48383 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48385         [BZ #12892]
48386         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48387         it would create a cycle with a link time dependency.
48389 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48391         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48392         instruction.
48393         * string/Makefile (strop-tests): Add rawmemchr.
48394         * string/test-rawmemchr.c: New file.
48396         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48397         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48398         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48399         when compiling str{,n}casecmp and when AVX is available.  Hook up
48400         new optimized code in initializers.
48402 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48404         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48405         __feraiseexcept instead of feraiseexcept.
48407 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48409         * math/math_private.h: Define defaults for libc_fetestexcept and
48410         libc_feupdateenv.
48411         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48412         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48413         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48414         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48415         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48416         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48417         libc_fetestexcept and libc_feupdateenv.
48419         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48420         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48421         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48422         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48423         libc_feholdexcept_setround.
48425         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48426         Add s_nearbyint-c and s_nearbyintf-c.
48427         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48428         nearbyintf inlines.
48429         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48430         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48431         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48432         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48434         * math/math_private.h: Define defaults for libc_fegetround,
48435         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48436         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48437         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48438         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48439         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48440         standard functions.
48441         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48442         Remove comments and hacks for old compiler versions.
48443         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48444         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48445         libc_feholdexceptl.
48447 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48449         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48450         (__feraiseexcept_renamed): Add __NTH.
48451         (feraiseexcept): Add __NTH.  Rename local variables to fix
48452         namespace violations.
48454 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48456         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48458         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48460         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48461         recently added interfaces.
48462         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48464         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48465         about macro parameter expansion.
48467         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48468         __NO_MATH_INLINES is defined.  Cleanups.
48470         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48471         and __floorf is target has SSE4.1.
48472         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48473         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48474         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48475         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48477         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48478         name.
48479         (floorf): Likewise.
48481         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48483 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48485         * misc/sys/cdefs.h: Fix last change.
48487         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48488         database lookup.
48490 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48492         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48494         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48495         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48496         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48498         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48500         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48501         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48502         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48503         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48504         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48505         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48506         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48507         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48508         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48509         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48510         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48511         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48512         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48513         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48514         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48515         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48517         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48518         ceil, ceilf, floor, floorf.
48520         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48521         Perform IRELATIVE relocations last.
48523         * elf/do-rel.h: Add another parameter nrelative, replacing the
48524         local variable with the same name.  Change name of the function
48525         to end in Rel or Rela (uppercase).
48526         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48527         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48528         elf_dynamic_do_##reloc function.
48530 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48532         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48533         is sufficient, at least on modern CPUs.
48535         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48537         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48538         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48540         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48541         __expl_finite.
48542         * math/bits/math-finite.h: Add entries for exp.
48543         * math/e_expl.c: Add __*_finite alias.
48544         * sysdeps/i386/fpu/e_exp.S: Likewise.
48545         * sysdeps/i386/fpu/e_expf.S: Likewise.
48546         * sysdeps/i386/fpu/e_expl.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48548         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48549         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48550         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48552         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48553         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48555         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48556         is sufficient, at least on modern CPUs.
48558         * ctype/ctype-info.c (__ctype_init): Define.
48559         * include/ctype.h (__ctype_init): Declare.
48560         (__ctype_b_loc): The variable is always initialized.
48561         (__ctype_toupper_loc): Likewise.
48562         (__ctype_tolower_loc): Likewise.
48563         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48564         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48566 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48568         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48570         * configure.in: Also look in $cxxmachine/include for C++ system
48571         headers.
48573 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48575         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48576         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48577         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48578         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48579         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48580         (USE_AS_WMEMCMP): New macro.
48581         Fixing indents.
48582         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48583         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48584         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48585         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48586         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48587         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48588         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48589         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48590         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48591         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48592         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48593         (USE_AS_WMEMCMP): New macro.
48594         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48595         * sysdeps/string/test-memcmp.c: Update.
48596         Fix simple_wmemcmp.
48597         Add new tests.
48598         * wcsmbs/wmemcmp.c: Update.
48599         (WMEMCMP): New macro.
48600         Fix overflow bug.
48602 2011-10-12  Andreas Jaeger  <aj@suse.de>
48604         [BZ #13268]
48605         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48607 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48609         * libio/iofwide.c (do_length): Avoid warning.
48611         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48613 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48615         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48617         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48618         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48619         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48620         * sysdeps/i386/i686/fpu/e_log.S: New file.
48621         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48622         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48624         * ctype/ctype.h: Add support for inlined isXXX functions when
48625         compiling C++ code.
48627 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48629         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48631         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48633 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48635         [BZ #13291]
48636         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48638 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48640         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48641         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48642         feraiseexcept.
48644         * sysdeps/x86_64/memrchr.S: Check for zero size.
48646         * string/stratcliff.c: Add memrchr tests.
48648 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48650         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48651         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48652         rawmemchr-sse2 rawmemchr-sse2-bsf.
48653         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48654         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48655         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48656         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48657         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48658         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48659         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48660         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48661         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48662         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48663         * string/memrchr.c (MEMRCHR): New macro.
48665 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48667         Add integration with gcc's -ffinite-math-only and optimize wrapper
48668         functions in libm.
48669         * Versions.def: Define GLIBC_2.15 version for libm.
48670         * math/Makefile (headers): Add bits/math-finite.h.
48671         * math/bits/math-finite.h: New file.
48672         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48673         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48674         * math/e_acoshl.c: Add __*_finite alias.
48675         * math/e_acosl.c: Likewise.
48676         * math/e_asinl.c: Likewise.
48677         * math/e_atan2l.c: Likewise.
48678         * math/e_atanhl.c: Likewise.
48679         * math/e_coshl.c: Likewise.
48680         * math/e_exp10.c: Likewise.
48681         * math/e_exp10f.c: Likewise.
48682         * math/e_exp10l.c: Likewise.
48683         * math/e_exp2l.c: Likewise.
48684         * math/e_fmodl.c: Likewise.
48685         * math/e_gammal_r.c: Likewise.
48686         * math/e_hypotl.c: Likewise.
48687         * math/e_j0l.c: Likewise.
48688         * math/e_j1l.c: Likewise.
48689         * math/e_jnl.c: Likewise.
48690         * math/e_lgammal_r.c: Likewise.
48691         * math/e_log10l.c: Likewise.
48692         * math/e_log2l.c: Likewise.
48693         * math/e_logl.c: Likewise.
48694         * math/e_powl.c: Likewise.
48695         * math/e_sinhl.c: Likewise.
48696         * math/e_sqrtl.c: Likewise.
48697         * math/e_scalb.c: Completely rewritten and optimized.
48698         * math/e_scalbf.c: Likewise.
48699         * math/e_scalbl.c: Likewise.
48700         * math/w_acos.c: Likewise.
48701         * math/w_acosf.c: Likewise.
48702         * math/w_acosl.c: Likewise.
48703         * math/w_acosh.c: Likewise.
48704         * math/w_acoshf.c: Likewise.
48705         * math/w_acoshl.c: Likewise.
48706         * math/w_asin.c: Likewise.
48707         * math/w_asinf.c: Likewise.
48708         * math/w_asinl.c: Likewise.
48709         * math/w_atan2.c: Likewise.
48710         * math/w_atan2f.c: Likewise.
48711         * math/w_atan2l.c: Likewise.
48712         * math/w_atanh.c: Likewise.
48713         * math/w_atanhf.c: Likewise.
48714         * math/w_atanhl.c: Likewise.
48715         * math/w_exp10.c: Likewise.
48716         * math/w_exp10f.c: Likewise.
48717         * math/w_exp10l.c: Likewise.
48718         * math/w_fmod.c: Likewise.
48719         * math/w_fmodf.c: Likewise.
48720         * math/w_fmodl.c: Likewise.
48721         * math/w_j0.c: Likewise.
48722         * math/w_j0f.c: Likewise.
48723         * math/w_j0l.c: Likewise.
48724         * math/w_j1.c: Likewise.
48725         * math/w_j1f.c: Likewise.
48726         * math/w_j1l.c: Likewise.
48727         * math/w_jn.c: Likewise.
48728         * math/w_jnf.c: Likewise.
48729         * math/w_log.c: Likewise.
48730         * math/w_logf.c: Likewise.
48731         * math/w_logl.c: Likewise.
48732         * math/w_log10.c: Likewise.
48733         * math/w_log10f.c: Likewise.
48734         * math/w_log10l.c: Likewise.
48735         * math/w_log2.c: Likewise.
48736         * math/w_log2f.c: Likewise.
48737         * math/w_log2l.c: Likewise.
48738         * math/w_pow.c: Likewise.
48739         * math/w_powf.c: Likewise.
48740         * math/w_powl.c: Likewise.
48741         * math/w_remainder.c: Likewise.
48742         * math/w_remainderf.c: Likewise.
48743         * math/w_remainderl.c: Likewise.
48744         * math/w_scalb.c: Likewise.
48745         * math/w_scalbf.c: Likewise.
48746         * math/w_scalbl.c: Likewise.
48747         * math/w_sqrt.c: Likewise.
48748         * math/w_sqrtf.c: Likewise.
48749         * math/w_sqrtl.c: Likewise.
48750         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48751         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48752         used.
48753         * math/math_private.h: Declare __kernel_standard_f.
48754         * math/w_cosh.c: Remove cruft and optimize a bit.
48755         * math/w_coshf.c: Likewise.
48756         * math/w_coshl.c: Likewise.
48757         * math/w_exp2.c: Likewise.
48758         * math/w_exp2f.c: Likewise.
48759         * math/w_exp2l.c: Likewise.
48760         * math/w_hypot.c: Likewise.
48761         * math/w_hypotf.c: Likewise.
48762         * math/w_hypotl.c: Likewise.
48763         * math/w_lgamma.c: Likewise.
48764         * math/w_lgamma_r.c: Likewise.
48765         * math/w_lgammaf.c: Likewise.
48766         * math/w_lgammaf_r.c: Likewise.
48767         * math/w_lgammal.c: Likewise.
48768         * math/w_lgammal_r.c: Likewise.
48769         * math/w_sinh.c: Likewise.
48770         * math/w_sinhf.c: Likewise.
48771         * math/w_sinhl.c: Likewise.
48772         * math/w_tgamma.c: Likewise.
48773         * math/w_tgammaf.c: Likewise.
48774         * math/w_tgammal.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48776         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48777         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48778         Minor optimizations.  Pretty printing.  Remove cruft.
48779         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48780         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48781         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48782         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48783         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48784         * sysdeps/i386/fpu/e_asin.S: Likewise.
48785         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48786         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48787         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48788         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48789         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48790         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48791         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48792         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48793         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48794         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48795         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48796         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48797         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48798         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48799         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48800         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48801         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48802         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48803         * sysdeps/i386/fpu/e_log.S: Likewise.
48804         * sysdeps/i386/fpu/e_log10.S: Likewise.
48805         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48806         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48807         * sysdeps/i386/fpu/e_log2.S: Likewise.
48808         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48809         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48810         * sysdeps/i386/fpu/e_logf.S: Likewise.
48811         * sysdeps/i386/fpu/e_logl.S: Likewise.
48812         * sysdeps/i386/fpu/e_pow.S: Likewise.
48813         * sysdeps/i386/fpu/e_powf.S: Likewise.
48814         * sysdeps/i386/fpu/e_powl.S: Likewise.
48815         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48816         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48817         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48818         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48819         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48820         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48821         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48822         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48823         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48824         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48825         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48826         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48827         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48828         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48829         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48830         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48831         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48832         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48833         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48834         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48835         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48836         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48837         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48838         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48839         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48840         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48841         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48842         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48843         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48844         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48845         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48846         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48847         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48848         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48849         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48850         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48851         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48852         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48853         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48854         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48855         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48856         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48857         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48858         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48859         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48860         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48861         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48862         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48863         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48864         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48865         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48866         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48867         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48868         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48869         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48870         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48871         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48872         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48873         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48874         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48875         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48876         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48877         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48878         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48879         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48880         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48881         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48882         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48883         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48884         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48885         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48886         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48887         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48888         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48889         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48890         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48891         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48892         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48893         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48894         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48895         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48896         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48897         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48898         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48899         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48900         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48901         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48902         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48903         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48904         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48905         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48906         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48907         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48908         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48909         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48910         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48911         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48912         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48913         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48914         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48915         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48916         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48917         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48918         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48919         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48920         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48921         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48922         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48923         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48924         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48925         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48926         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48927         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48928         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48929         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48930         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48931         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48932         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48933         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48934         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48935         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48936         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48937         (__isnanf): Likewise.
48938         (__isinf_ns): Likewise.
48939         (__isinf_nsf): Likewise.
48940         (__finite): Likewise.
48941         (__finitef): Likewise.
48942         (__ieee754_sqrt): Define as macro.
48943         (__ieee754_sqrtf): Define as macro.
48944         (__ieee754_sqrtl): Define as macro.
48945         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48946         inlined copy.
48947         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48948         __FINITE_MATH_ONLY__ consistent.
48949         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48951 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48953         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48954         of rawmemchr.
48956         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48958 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48960         * po/ja.po: Update from translation team.
48962 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48964         * locale/programs/locarchive.c (prepare_address_space): New function.
48965         (create_archive, enlarge_archive, open_archive): Use it.
48967         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48968         inside [SHARED], where it is used.
48970         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48972         * nss/getent.c (netgroup_keys): Remove unused variable.
48973         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48975 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48977         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48978         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48979         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48980         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48981         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48982         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48983         * math/Makefile (libm-calls): Add s_isinf_ns.
48984         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48985         * math/multc3.c: Likewise.
48986         * math/s_casin.c: Likewise.
48987         * math/s_casinf.c: Likewise.
48988         * math/s_casinl.c: Likewise.
48989         * math/s_ccos.c: Likewise.
48990         * math/s_ccosf.c: Likewise.
48991         * math/s_ccosl.c: Likewise.
48992         * math/s_ctan.c: Likewise.
48993         * math/s_ctanf.c: Likewise.
48994         * math/s_ctanh.c: Likewise.
48995         * math/s_ctanhf.c: Likewise.
48996         * math/s_ctanhl.c: Likewise.
48997         * math/s_ctanl.c: Likewise.
48998         * math/w_fmod.c: Likewise.
48999         * math/w_fmodf.c: Likewise.
49000         * math/w_fmodl.c: Likewise.
49001         * math/w_remainder.c: Likewise.
49002         * math/w_remainderf.c: Likewise.
49003         * math/w_remainderl.c: Likewise.
49004         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49005         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49006         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49007         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49008         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49009         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49010         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49011         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49013         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49014         of the number.
49015         * stdio-common/printf_fphex.c: Likewise.
49016         * stdio-common/printf_size.c: Likewise.
49018         * math/e_exp10.c: Include math_private.h using <...> not "...".
49019         * math/e_exp10f.c: Likewise.
49020         * math/e_exp10l.c: Likewise.
49021         * math/e_exp2l.c: Likewise.
49022         * math/e_j0l.c: Likewise.
49023         * math/e_j1l.c: Likewise.
49024         * math/e_jnl.c: Likewise.
49025         * math/e_lgammal_r.c: Likewise.
49026         * math/e_rem_pio2l.c: Likewise.
49027         * math/e_scalb.c: Likewise.
49028         * math/e_scalbf.c: Likewise.
49029         * math/e_scalbl.c: Likewise.
49030         * math/k_cosl.c: Likewise.
49031         * math/k_sinl.c: Likewise.
49032         * math/k_tanl.c: Likewise.
49033         * math/s_cacoshf.c: Likewise.
49034         * math/s_catan.c: Likewise.
49035         * math/s_catanf.c: Likewise.
49036         * math/s_catanh.c: Likewise.
49037         * math/s_catanhf.c: Likewise.
49038         * math/s_catanhl.c: Likewise.
49039         * math/s_catanl.c: Likewise.
49040         * math/s_ccosh.c: Likewise.
49041         * math/s_ccoshf.c: Likewise.
49042         * math/s_ccoshl.c: Likewise.
49043         * math/s_cexp.c: Likewise.
49044         * math/s_cexpf.c: Likewise.
49045         * math/s_cexpl.c: Likewise.
49046         * math/s_clog.c: Likewise.
49047         * math/s_clog10.c: Likewise.
49048         * math/s_clog10f.c: Likewise.
49049         * math/s_clog10l.c: Likewise.
49050         * math/s_clogf.c: Likewise.
49051         * math/s_clogl.c: Likewise.
49052         * math/s_csin.c: Likewise.
49053         * math/s_csinf.c: Likewise.
49054         * math/s_csinh.c: Likewise.
49055         * math/s_csinhf.c: Likewise.
49056         * math/s_csinhl.c: Likewise.
49057         * math/s_csinl.c: Likewise.
49058         * math/s_csqrt.c: Likewise.
49059         * math/s_csqrtf.c: Likewise.
49060         * math/s_csqrtl.c: Likewise.
49061         * math/s_ctan.c: Likewise.
49062         * math/s_ctanf.c: Likewise.
49063         * math/s_ctanh.c: Likewise.
49064         * math/s_ctanhf.c: Likewise.
49065         * math/s_ctanhl.c: Likewise.
49066         * math/s_ctanl.c: Likewise.
49067         * math/s_ldexp.c: Likewise.
49068         * math/s_ldexpf.c: Likewise.
49069         * math/s_ldexpl.c: Likewise.
49070         * math/s_significand.c: Likewise.
49071         * math/s_significandf.c: Likewise.
49072         * math/s_significandl.c: Likewise.
49073         * math/w_acos.c: Likewise.
49074         * math/w_acosf.c: Likewise.
49075         * math/w_acosh.c: Likewise.
49076         * math/w_acoshf.c: Likewise.
49077         * math/w_acoshl.c: Likewise.
49078         * math/w_acosl.c: Likewise.
49079         * math/w_asin.c: Likewise.
49080         * math/w_asinf.c: Likewise.
49081         * math/w_asinl.c: Likewise.
49082         * math/w_atan2.c: Likewise.
49083         * math/w_atan2f.c: Likewise.
49084         * math/w_atan2l.c: Likewise.
49085         * math/w_atanh.c: Likewise.
49086         * math/w_atanhf.c: Likewise.
49087         * math/w_atanhl.c: Likewise.
49088         * math/w_cosh.c: Likewise.
49089         * math/w_coshf.c: Likewise.
49090         * math/w_coshl.c: Likewise.
49091         * math/w_dremf.c: Likewise.
49092         * math/w_exp10.c: Likewise.
49093         * math/w_exp10f.c: Likewise.
49094         * math/w_exp10l.c: Likewise.
49095         * math/w_exp2.c: Likewise.
49096         * math/w_exp2f.c: Likewise.
49097         * math/w_fmod.c: Likewise.
49098         * math/w_fmodf.c: Likewise.
49099         * math/w_fmodl.c: Likewise.
49100         * math/w_hypot.c: Likewise.
49101         * math/w_hypotf.c: Likewise.
49102         * math/w_hypotl.c: Likewise.
49103         * math/w_j0.c: Likewise.
49104         * math/w_j0f.c: Likewise.
49105         * math/w_j0l.c: Likewise.
49106         * math/w_j1.c: Likewise.
49107         * math/w_j1f.c: Likewise.
49108         * math/w_j1l.c: Likewise.
49109         * math/w_jn.c: Likewise.
49110         * math/w_jnf.c: Likewise.
49111         * math/w_jnl.c: Likewise.
49112         * math/w_lgamma.c: Likewise.
49113         * math/w_lgamma_r.c: Likewise.
49114         * math/w_lgammaf.c: Likewise.
49115         * math/w_lgammaf_r.c: Likewise.
49116         * math/w_lgammal.c: Likewise.
49117         * math/w_lgammal_r.c: Likewise.
49118         * math/w_log.c: Likewise.
49119         * math/w_log10.c: Likewise.
49120         * math/w_log10f.c: Likewise.
49121         * math/w_log10l.c: Likewise.
49122         * math/w_log2.c: Likewise.
49123         * math/w_log2f.c: Likewise.
49124         * math/w_log2l.c: Likewise.
49125         * math/w_logf.c: Likewise.
49126         * math/w_logl.c: Likewise.
49127         * math/w_pow.c: Likewise.
49128         * math/w_powf.c: Likewise.
49129         * math/w_powl.c: Likewise.
49130         * math/w_remainder.c: Likewise.
49131         * math/w_remainderf.c: Likewise.
49132         * math/w_remainderl.c: Likewise.
49133         * math/w_scalb.c: Likewise.
49134         * math/w_scalbf.c: Likewise.
49135         * math/w_scalbl.c: Likewise.
49136         * math/w_sinh.c: Likewise.
49137         * math/w_sinhf.c: Likewise.
49138         * math/w_sinhl.c: Likewise.
49139         * math/w_sqrt.c: Likewise.
49140         * math/w_sqrtf.c: Likewise.
49141         * math/w_sqrtl.c: Likewise.
49142         * math/w_tgamma.c: Likewise.
49143         * math/w_tgammaf.c: Likewise.
49144         * math/w_tgammal.c: Likewise.
49146         * po/ja.po: Update from translation team.
49148 2011-09-29  Andreas Jaeger  <aj@suse.de>
49150         [BZ #13179]
49151         * sunrpc/netname.c (netname2host): Fix logic.
49153         [BZ #6779]
49154         [BZ #6783]
49155         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49156         correctly.
49157         * math/w_remainder.c (__remainder): Likewise.
49158         * math/w_remainderf.c (__remainderf): Likewise.
49159         * math/libm-test.inc (remainder_test): Add test cases.
49161 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49163         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49164         sdiv_qrnnd.
49166 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49168         * string/test-memcmp.c: Avoid unncessary #defines.
49169         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49171 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49173         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49174         Use new sse2 version for core i3 - i7 as it's faster
49175         than sse42 version.
49176         (bit_Prefer_PMINUB_for_stringop): New.
49177         * sysdeps/x86_64/rawmemchr.S: Update.
49178         Replace with faster SSE2 version.
49179         * sysdeps/x86_64/memrchr.S: New file.
49180         * sysdeps/x86_64/memchr.S: Update.
49181         Replace with faster SSE2 version.
49183 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49185         * elf/dl-load.c (lose): Add cast to avoid warning.
49187 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49189         * po/ca.po: Update from translation team.
49191         * inet/getnetgrent_r.c: Hook up nscd.
49192         * nscd/Makefile (routines): Add nscd_netgroup.
49193         (nscd-modules): Add netgroupcache.
49194         (CFLAGS-netgroupcache.c): Define.
49195         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49196         (cache_search): Add const to second parameter.
49197         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49198         INNETGR.
49199         (dbs): Add netgrdb entry.
49200         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49201         (verify_persistent_db): Handle netgrdb.
49202         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49203         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49204         GETFDNETGR.
49205         (netgroup_response_header): Define.
49206         (innetgroup_response_header): Define.
49207         (datahead): Add netgroup_response_header and innetgroup_response_header
49208         elements.
49209         * nscd/nscd.conf: Add entries for netgroup cache.
49210         * nscd/nscd.h (dbtype): Add netgrdb.
49211         (_PATH_NSCD_NETGROUP_DB): Define.
49212         (netgroup_iov_disabled): Declare.
49213         (xmalloc, xcalloc, xrealloc): Move declarations here.
49214         (cache_search): Adjust prototype.
49215         Add netgroup-related prototypes.
49216         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49217         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49218         (__nscd_innetgr): Declare.
49219         * nscd/selinux.c (perms): Use access_vector_t as element type and
49220         add netgroup-related initializers.
49221         * nscd/netgroupcache.c: New file.
49222         * nscd/nscd_netgroup.c: New file.
49223         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49224         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49225         For four parameters use innetgr.
49226         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49227         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49228         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49229         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49231         * nscd/connections.c (register_traced_file): Don't register file
49232         for disabled databases.
49234 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49236         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49238         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49239         from tree and freeing node.
49241 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49243         * nss/nsswitch.c (__nss_database_lookup): Handle
49244         nss_parse_service_list out of memory case.
49246 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49248         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49249         out of memory case.
49251 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49253         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49254         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49255         pass it down.
49256         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49257         elf_machine_rela, elf_machine_lazy_rel.
49258         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49259         (ELF_DYNAMIC_DO_REL): Likewise.
49260         (ELF_DYNAMIC_DO_RELA): Likewise.
49261         (ELF_DYNAMIC_RELOCATE): Likewise.
49262         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49263         to ELF_DYNAMIC_DO_REL.
49264         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49265         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49266         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49267         elf_machine_rela.
49268         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49269         skip_ifunc, don't call ifunc function if non-zero.
49270         (elf_machine_rela): Likewise.
49271         (elf_machine_lazy_rel): Likewise.
49272         (elf_machine_lazy_rela): Likewise.
49273         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49274         (elf_machine_lazy_rel): Likewise.
49275         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49276         Likewise.
49277         (elf_machine_lazy_rel): Likewise.
49278         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49279         Likewise.
49280         (elf_machine_lazy_rel): Likewise.
49281         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49282         (elf_machine_lazy_rel): Likewise.
49283         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49284         (elf_machine_lazy_rel): Likewise.
49285         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49286         (elf_machine_lazy_rel): Likewise.
49287         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49288         (elf_machine_lazy_rel): Likewise.
49289         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49290         (elf_machine_lazy_rel): Likewise.
49291         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49292         (elf_machine_lazy_rel): Likewise.
49294 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49296         * nss/nss_files/files-init.c (_nss_files_init): Use static
49297         initialization for all the *_traced_file variables.
49299 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49301         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49303 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49305         [BZ #13226]
49306         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49308 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49310         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49311         Reread the line before reparsing it.
49313 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49315         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49317 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49318             Maxim Kuvyrkov  <maxim@codesourcery.com>
49319             Joseph Myers  <joseph@codesourcery.com>
49321         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49322         if needed for __stack_chk_guard.
49324 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49326         * sysdeps/posix/spawni.c (script_execute): Always define it.
49327         It will be optimized away if unused.
49328         (maybe_script_execute): New function.
49329         (__spawni): Call it.
49331         * Makerules: Don't include tls.make.
49332         (config-tls): Always set to thread.
49333         * tls.make.c: File removed.
49335 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49337         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49338         * config.make.in (CPPFLAGS-config): New substituted variable.
49340 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49342         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49344         [BZ #13192]
49345         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49346         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49348 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49350         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49351         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49352         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49353         (CALL_FAIL): Likewise.
49354         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49355         (CALL_FAIL): Macro removed.
49356         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49358 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49360         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49361         for __FINITE_MATH_ONLY__ == 1.
49363 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49365         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49366         __ieee754_sqrt instead of sqrt.
49367         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49368         __ieee754_sqrtf instead of sqrtf.
49369         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49370         __floorf instead of floorf.
49371         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49372         __floorf, __truncf instead of floorf, truncf.
49374 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49376         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49378         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49379         __extern_always_inline.
49380         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49381         32-bit.
49383 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49385         * elf/rtld.c (dl_main): Also relocate in dependency order when
49386         doing symbol dependency testing.
49388 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49390         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49391         Always define `refsym'.
49393 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49395         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49396         (__FD_ELT): Renamed from __FDELT.
49397         * misc/bits/select2.h (__FD_ELT): Likewise.
49398         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49399         __FD_MASK instead of __FDELT, __FDMASK.
49400         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49401         Likewise.
49402         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49403         Likewise.
49405         * elf/Makefile (gen-ldd): Fix pattern.
49407         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49408         (init_tls): Likewise.
49410 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49412         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49414 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49416         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49417         `struct cmsghdr *' instead of `void *'.
49418         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49419         Likewise.
49421 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49423         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49424         if non-absolute.
49425         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49426         ldd_rewrite_script.
49428 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49430         * configure.in: Remove --with-tls option.
49431         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49432         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49433         out in case it is missing.
49434         * sysdeps/ia64/elf/configure.in: Likewise.
49435         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49436         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49437         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49438         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49439         * sysdeps/sh/elf/configure.in: Likewise.
49440         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49441         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49442         * sysdeps/x86_64/elf/configure.in: Likewise.
49443         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49444         * sysdeps/mach/hurd/tls.h: Likewise.
49446         [BZ #13067]
49447         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49449         [BZ #13090]
49450         * configure.in: Fix use of AC_INIT.
49452         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49454 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49456         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49457         __set_errno.
49458         * malloc/hooks.c: Likewise.
49460         [BZ #11929]
49461         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49462         variables statically.
49463         (narenas): Initialize.
49464         (list_lock): Initialize.
49465         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49466         initializtion of main_arena and list_lock.  Small cleanups.
49467         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49468         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49469         Add initializers to main_arena and mp_.
49470         (malloc_state): Remove pagesize member.  Change all users to use
49471         GLRO(dl_pagesize).
49473         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49474         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49475         is always initialized.
49477         * malloc/malloc.c: Removed unused configurations and dead code.
49478         * malloc/arena.c: Likewise.
49479         * malloc/hooks.c: Likewise.
49480         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49482         * include/tls.h: Removed.  USE___THREAD must always be defined.
49483         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49484         * elf/dl-libc.c: Likewise.
49485         * elf/dl-tsd.c: Likewise.
49486         * include/errno.h: Likewise.
49487         * include/netdb.h: Likewise.
49488         * include/resolv.h: Likewise.
49489         * inet/herrno-loc.c: Likewise.
49490         * inet/herrno.c: Likewise.
49491         * malloc/arena.c: Likewise.
49492         * malloc/hooks.c: Likewise.
49493         * malloc/malloc.c: Likewise.
49494         * resolv/res-state.c: Likewise.
49495         * resolv/res_libc.c: Likewise.
49496         * sysdeps/i386/dl-machine.h: Likewise.
49497         * sysdeps/ia64/dl-machine.h: Likewise.
49498         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49499         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49500         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49501         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49502         * sysdeps/sh/dl-machine.h: Likewise.
49503         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49504         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49505         * sysdeps/unix/i386/sysdep.S: Likewise.
49506         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49507         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49508         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49509         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49510         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49511         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49512         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49513         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49514         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49515         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49516         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49517         * sysdeps/x86_64/dl-machine.h: Likewise.
49518         * tls.make.c: Likewise.
49520         * configure.in: Remove --with-__thread option.  Make tests for
49521         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49522         tls_model attribute fail if no support is available.  Remove
49523         USE_IN_LIBIO.
49524         * Makeconfig: Adjust for dropped configure option.  All features are
49525         now mandatory.
49526         * Makerules: Likewise.
49527         * Versions.def: Likewise.
49528         * argp/argp-fmtstream.c: Likewise.
49529         * argp/argp-fmtstream.h: Likewise.
49530         * argp/argp-help.c: Likewise.
49531         * assert/assert.c: Likewise.
49532         * config.h.in: Likewise.
49533         * config.make.in: Likewise.
49534         * configure: Likewise.
49535         * configure.in: Likewise.
49536         * csu/Versions: Likewise.
49537         * csu/init.c: Likewise.
49538         * elf/tst-audit2.c: Likewise.
49539         * elf/tst-tls10.c: Likewise.
49540         * elf/tst-tls10.h: Likewise.
49541         * elf/tst-tls11.c: Likewise.
49542         * elf/tst-tls12.c: Likewise.
49543         * elf/tst-tls14.c: Likewise.
49544         * elf/tst-tlsmod11.c: Likewise.
49545         * elf/tst-tlsmod12.c: Likewise.
49546         * elf/tst-tlsmod13.c: Likewise.
49547         * elf/tst-tlsmod13a.c: Likewise.
49548         * elf/tst-tlsmod14a.c: Likewise.
49549         * elf/tst-tlsmod15b.c: Likewise.
49550         * elf/tst-tlsmod16a.c: Likewise.
49551         * elf/tst-tlsmod16b.c: Likewise.
49552         * elf/tst-tlsmod7.c: Likewise.
49553         * elf/tst-tlsmod8.c: Likewise.
49554         * elf/tst-tlsmod9.c: Likewise.
49555         * gmon/gmon.c: Likewise.
49556         * grp/fgetgrent_r.c: Likewise.
49557         * grp/putgrent.c: Likewise.
49558         * hurd/fopenport.c: Likewise.
49559         * include/libc-symbols.h: Likewise.
49560         * include/tls.h: Likewise.
49561         * intl/gettextP.h: Likewise.
49562         * intl/loadinfo.h: Likewise.
49563         * locale/global-locale.c: Likewise.
49564         * locale/localeinfo.h: Likewise.
49565         * mach/devstream.c: Likewise.
49566         * malloc/arena.c: Likewise.
49567         * malloc/set-freeres.c: Likewise.
49568         * misc/err.c: Likewise.
49569         * misc/getttyent.c: Likewise.
49570         * misc/mntent_r.c: Likewise.
49571         * posix/getopt.c: Likewise.
49572         * posix/wordexp.c: Likewise.
49573         * pwd/fgetpwent_r.c: Likewise.
49574         * resolv/Versions: Likewise.
49575         * resolv/res_hconf.c: Likewise.
49576         * shadow/fgetspent_r.c: Likewise.
49577         * shadow/putspent.c: Likewise.
49578         * stdio-common/printf_fphex.c: Likewise.
49579         * stdio-common/tmpfile.c: Likewise.
49580         * stdlib/abort.c: Likewise.
49581         * stdlib/fmtmsg.c: Likewise.
49582         * sunrpc/auth_unix.c: Likewise.
49583         * sunrpc/clnt_perr.c: Likewise.
49584         * sunrpc/clnt_tcp.c: Likewise.
49585         * sunrpc/clnt_udp.c: Likewise.
49586         * sunrpc/clnt_unix.c: Likewise.
49587         * sunrpc/openchild.c: Likewise.
49588         * sunrpc/svc_simple.c: Likewise.
49589         * sunrpc/svc_tcp.c: Likewise.
49590         * sunrpc/svc_udp.c: Likewise.
49591         * sunrpc/svc_unix.c: Likewise.
49592         * sunrpc/xdr.c: Likewise.
49593         * sunrpc/xdr_array.c: Likewise.
49594         * sunrpc/xdr_rec.c: Likewise.
49595         * sunrpc/xdr_ref.c: Likewise.
49596         * sunrpc/xdr_stdio.c: Likewise.
49598 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49600         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49602 2011-07-03  Andreas Jaeger  <aj@suse.de>
49604         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49605         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49606         regenerate with gen-libm-tests.pl.
49608 2010-05-12  Petr Baudis  <pasky@suse.cz>
49610         [BZ #11589]
49611         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49612         around j0() zero points by switching to j1().
49613         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49614         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49615         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49616         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49618 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49620         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49621         instead of 0.
49622         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49623         instead of 0.
49624         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49625         Patch in part by Pavel Roskin <proski@gnu.org>.
49627         [BZ #13138]
49628         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49629         realloc.
49630         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49631         Free memory block if necessary.
49633         [BZ #12847]
49634         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49635         be NULL.  Don't lock in this case.
49637 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49639         * elf/elf.h (ELFOSABI_GNU): New macro.
49640         (ELFOSABI_LINUX): Define to that.
49642 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49644         * string/strncat.c (strncat): Undef the symbol in case it has been
49645         defined in bits/string.h.
49647 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49649         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49651         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49652         link map.
49654 2011-08-17  Andreas Jaeger  <aj@suse.de>
49656         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49658 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49659             Ian Lance Taylor  <iant@google.com>
49661         * math/libm-test.inc (lround_test): New testcase.
49662         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49664 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49666         * Makefile: Remove support for automatic cvs check-ins.
49667         * Makerules: Likewise.
49668         * config.make.in: Likewise.
49669         * configure.in: Likewise.
49670         * intl/Makefile: Likewise.
49671         * locale/Makefile: Likewise.
49672         * po/Makefile: Likewise.
49673         * posix/Makefile: Likewise.
49674         * sysdeps/gnu/Makefile: Likewise.
49675         * sysdeps/mach/hurd/Makefile: Likewise.
49676         * sysdeps/sparc/sparc32/Makefile: Likewise.
49678         [BZ #13118]
49679         * posix/Makefile (bug-regex32-ENV): Define.
49680         Patch by John Stanley <jpsinthemix@verizon.net>.
49682         * misc/Makefile (headers): Add bits/select2.h.
49683         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49684         * misc/bits/select2.h: New file.
49685         * include/bits/select2.h: New file.
49686         * debug/Makefile (routines): Add fdelt_chk.
49687         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49688         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49689         FD_ISSET.
49690         * debug/fdelt_chk.c: New file.
49692         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49693         * wcsmbs/test-wmemcmp.c: Likewise.
49694         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49695         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49697 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49699         * string/Makefile (strop-tests): Add memcmp.
49700         * string/test-wmemcmp.c: New file.
49701         * string/test-memcmp.c: Add wmemcmp support.
49703 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49705         [BZ #13153]
49706         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49707         2011-07-19 change.
49709         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49710         garbage value in a __mach_port_mod_refs call in the cases of the
49711         task-self and thread-self ports.
49713 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49715         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49717 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49719         * elf/dl-load.c (lose): Check for non-null L.
49721 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49723         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49725         * elf/dl-libc.c (dlerror_run): Pass back error code from
49726         dl_catch_error.
49728         [BZ #13123]
49729         * elf/dl-load.c (lose): Free l_origin if it is valid.
49731         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49732         names.
49733         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49734         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49735         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49736         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49737         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49738         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49740 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49742         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49743         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49744         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49745         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49746         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49747         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49748         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49749         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49750         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49751         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49753 2011-08-15  Alan Modra  <amodra@gmail.com>
49755         [BZ #13092]
49756         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49757         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49758         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49759         ppc_mcount to static-only-routines.
49760         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49761         __mcount_internal.
49762         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49763         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49765 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49767         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49768         for finite and infinity parameters.
49770 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49772         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49773         and add nop instructions for throughput optimization.
49774         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49776 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49778         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49779         aligned copy for power7 with vector-scalar instructions.
49780         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49782 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49784         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49785         AVX check.
49787 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49789         [BZ #13144]
49790         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49791         last change.
49793 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49795         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49796         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49797         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49798         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49799         clock_gettime.
49801 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49803         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49804         Forgot to demangle the pointer.
49806         * sysdeps/i386/sysdep.h: Define atom_text_section.
49807         * sysdeps/x86_64/sysdep.h: Likewise.
49808         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49809         section with atom_text_section.
49810         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49811         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49812         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49813         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49814         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49816         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49817         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49818         already be defined.  Change to take two parameters and don't assign
49819         result to variable.  Adjust all users.
49820         Define INTERNAL_GETTIME if not already defined.
49821         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49822         call.
49823         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49824         HAVE_CLOCK_GETTIME_VSYSCALL.
49825         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49827         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49828         gettimeofday vsyscall, just use time.
49830 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49832         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49833         <errno.h>.
49835 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49837         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49838         syscall on x86-64.
49839         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49840         syscall.
49841         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49842         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49843         syscall if possible.
49845 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49847         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49848         e_ident.  Don't pass to find_mapsXX.
49849         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49851 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49853         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49854         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49855         * sysdeps/x86_64/multiarch/strchr.S: Update.
49856         Check bit_slow_BSF bit.
49857         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49858         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49859         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49861 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49863         [BZ #13134]
49864         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49865         before glibc 2.15.
49866         (tryshell): Define.
49867         (__spawni): Change last parameter to be flag.  Test
49868         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49869         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49870         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49871         * posix/spawni.c: Likewise.
49872         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49873         * posix/spawnp.c: Likewise.  Change normal version to use
49874         SPAWN_XFLAGS_USE_PATH.
49875         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49876         SPAWN_XFLAGS_TRY_SHELL.
49878         [BZ #13150]
49879         * posix/glob.h: Remove gcc 1.x support.
49881         [BZ #13068]
49882         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49884 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49886         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49887         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49888         strrchr-sse2-bsf
49889         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49890         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49891         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49892         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49893         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49894         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49896 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49898         * sysdeps/x86_64/wcscmp.S: New file.
49900         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49901         wcscmp-c wcscmp-sse2
49902         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49903         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49904         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49905         * wcsmbs/wcscmp.c: Allow renaming.
49907 2011-09-05  David S. Miller  <davem@davemloft.net>
49909         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49910         stack slot, rather than the struct return pointer slot.
49911         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49912         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49913         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49914         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49916 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49918         * po/ja.po: Update from translation team.
49920         [BZ #13144]
49921         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49922         kernel in 64-bit binaries.
49924 2011-09-01  David S. Miller  <davem@davemloft.net>
49926         * elf/elf.h (HWCAP_SPARC_*): Move to..
49927         * sysdeps/sparc/sysdep.h: this new file and add new values.
49928         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49929         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49930         _DL_HWCAP_COUNT to 24.
49931         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49932         entries.
49933         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49934         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49935         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49936         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49937         instead of magic constants.
49938         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49940 2011-08-31  David S. Miller  <davem@davemloft.net>
49942         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49943         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49944         Reimplement to do errno handling inline.
49945         (SYSCALL_ERROR_HANDLER): New macro.
49946         (__SYSCALL_STRING): Do not do errno handling in asm.
49947         (__CLONE_SYSCALL_STRING): Delete.
49948         (__INTERNAL_SYSCALL_STRING): Delete.
49949         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49950         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49951         (PSEUDO): Reimplement to do errno handling inline.
49952         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49953         (SYSCALL_ERROR_HANDLER): New macro.
49954         (__SYSCALL_STRING): Do not do errno handling in asm.
49955         (__CLONE_SYSCALL_STRING): Delete.
49956         (__INTERNAL_SYSCALL_STRING): Delete.
49957         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49958         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49959         i386.
49960         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49961         (inline_syscall*): Add 'err' argument.
49962         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49963         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49964         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49965         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49967         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49968         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49970 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49972         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49974 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49976         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49977         directive.
49979 2011-08-24  David S. Miller  <davem@davemloft.net>
49981         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49983 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49985         * elf/Makefile: Add rules to build and run unload8 test.
49986         * elf/unload8.c: New file.
49987         * elf/unload8mod1.c: New file.
49988         * elf/unload8mod1x.c: New file.
49989         * elf/unload8mod2.c: New file.
49990         * elf/unload8mod3.c: New file.
49992         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49993         it wasn't used.
49995 2011-08-23  David S. Miller  <davem@davemloft.net>
49997         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49998         subtract stack bias.
49999         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50000         %sp not %fp in calculations.
50001         (_JMPBUF_UNWINDS_ADJ): Likewise.
50003         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50004         (aio_suspend): Call it to force an exception region around the
50005         AIO_MISC_WAIT() invocation.
50007 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50009         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50010         backslash.
50012 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50014         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50015         protection macro.
50016         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50017         and <dl-machine.h>.
50018         (Elf64_FuncDesc): Remove.
50020 2011-08-22  David S. Miller  <davem@davemloft.net>
50022         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50023         sigaltstack check, add missing cfi directives.
50024         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50025         missing cfi directives, and sigaltstack handling.
50027 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50029         [BZ #11724]
50030         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50031         object is seen twice.
50032         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50034         * elf/Makefile (distribute): Add tst-initorder2.c.
50035         (tests): Add tst-initorder2.
50036         (modules-names): Add tst-initorder2a tst-initorder2b
50037         tst-initorder2c tst-initorder2d.  Add rules to build them.
50038         ($(objpfx)tst-initorder2.out): New rule.
50039         * elf/tst-initorder2.c: New file.
50040         * elf/tst-initorder2.exp: New file.
50042 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50044         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50046         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50047         dependencies back to end of function.
50049         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50050         $(elfobjdir)/ld.so.
50052 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50054         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50055         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50056         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50057         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50058         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50059         of __vdso_gettimeofday.
50060         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50061         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50062         attribute_hidden.
50063         (_libc_vdso_platform_setup): Remove initialization of
50064         __vdso_gettimeofday and __vdso_time.
50066 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50068         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50069         and fgetc_unlocked.
50070         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50071         getc_unlocked.
50073         * elf/dl-open.c (add_to_global): Report additions to the global scope
50074         for LD_DEBUG=scopes.
50075         (dl_open_worker): Also print scope of newly loaded dependencies.
50076         (_dl_show_scope): Indicate if there is no scope.
50078         [BZ #13114]
50079         * stdio-common/Makefile (tests): Add bug24.
50080         * stdio-common/bug24.c: New file.
50082 2011-08-19  Andreas Jaeger  <aj@suse.de>
50084         [BZ #13114]
50085         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50086         non-existant file when using close-on-exec mode.
50088 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50090         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50091         the very first instruction.
50093         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50094         the CFI state in the end.
50095         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50096         inclusion of dl-trampoline.h.
50097         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50099 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50101         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50102         expectations for long double.
50104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50105         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50107 2011-08-14  David S. Miller  <davem@davemloft.net>
50109         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50110         artificual limit depends upon the system page size.
50112 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50114         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50115         * resolv/Makefile: Define CFLAGS-libresolv.
50117 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50119         * nss/makedb.c (compute_tables): Make variables used in nested
50120         function static.
50122 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50124         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50125         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50126         if buffer was too small.
50128         * elf/pldd.c (main): Attach to all threads in the process.
50129         Rewrite /proc handling to use *at functions.
50131 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50133         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50134         specifies first scope to show.
50135         (dl_open_worker): Update callers.  Move printing scope of new
50136         object to before the relocation.
50137         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50138         * sysdeps/generic/ldsodefs.h: Update declaration.
50140         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50141         string for the scope number.
50143 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50145         * nscd/servicescache.c (cache_addserv): Make sure written is always
50146         initialized.
50148 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50150         * sysdeps/i386/i486/bits/atomic.h
50151         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50152         statement expression, so as to suppress "set but not used" warning.
50153         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50155         * string/strncat.c (STRNCAT): Use prototype definition.
50157         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50158         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50159         -Iprograms here.
50160         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50161         (localedef-modules): Add localedef.
50162         (locale-modules): Add locale.
50164         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50165         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50166         to avoid a warning.
50168 2011-08-14  David S. Miller  <davem@davemloft.net>
50170         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50171         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50173 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50175         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50176         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50177         * elf/rtld.c (dl_main): Set l_name of vDSO.
50178         Call _dl_show_scope when DL_DEBUG_SCOPES.
50179         (process_dl_debug): Recognize scopes flag and also set it for all.
50180         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50181         Declare _dl_show_scope.
50183         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50184         (do_dlopen): Pass caller_dlopen to dl_open.
50185         (__libc_dlopen_mode): Initialize caller_dlopen.
50187         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50188         of libc.  Make tolower call locale-independent.  Optimize a bit by
50189         using isdigit instead of isalnum.
50190         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50192 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50194         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50195         was a dependency or dynamically loaded.
50197 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50199         * intl/l10nflist.c: Allow architecture-specific pop function.
50200         * sysdeps/x86_64/l10nflist.c: New file.
50202         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50203         classification.
50205 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50207         * include/dirent.h: Add libc_hidden_proto for scandirat and
50208         scandirat64.  Don't declare __scandirat64.
50209         * dirent/scandirat.c: Add libc_hidden_def.
50210         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50211         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50213 2011-08-10  David S. Miller  <davem@davemloft.net>
50215         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50216         enum.
50217         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50218         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50219         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50221 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50223         * Versions.def [libc]: Add GLIBC_2.15.
50224         * dirent/Makefile (routines): Add scandirat and scandirat64.
50225         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50226         GLIBC_2.15.
50227         * dirent/dirent.h: Declare scandirat and scandirat64.
50228         * dirent/scandirat.c: New file.
50229         * dirent/scandirat64.c: New file.
50230         * sysdeps/wordsize-64/scandirat.c: New file.
50231         * sysdeps/wordsize-64/scandirat64.c: New file.
50232         * dirent/opendir.c: Define opendirat.
50233         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50234         using scandirat.
50235         * dirent/scandir64.c: Adjust for scandir.c change.
50236         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50237         __scandirat64, and __scandir_cancel_handler.
50238         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50239         additional parameter and use openat instead of open (outside of ld.so).
50240         Add new __opendir as wrapper around __opendirat.
50241         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50242         here without requiring old scandirat implementation.
50244 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50246         * dirent/scandir.c (cancel_handler): Renamed to
50247         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50248         defined.  Adjust users.
50249         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50250         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50252 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50254         * string/test-string.h (IMPL): Use __STRING to expand name and then
50255         stringify it.
50257         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50258         of cleanups.
50260 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50262         * string/Makefile: Update.
50263         (strop-tests): Append strncat.
50264         * string/test-wcscmp.c: New file.
50265         New comprehensive test for wcscmp.
50266         * string/test-strcmp.c: Update.
50267         (WIDE): New define.
50269 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50271         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50272         line.
50274 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50276         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50277         encoding to ACE if AI_IDN.
50279 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50281         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50282         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50284 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50286         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50287         Fix overflow bug in strncat.
50288         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50290         * string/test-strncat.c: Update.
50291         Add new tests for checking overflow bugs.
50293 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50295         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50296         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50297         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50298         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50299         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50300         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50301         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50302         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50303         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50305         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50306         (USE_AS_STRCAT): Define.
50307         Add strcat and strncat support.
50308         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50310 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50312         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50313         __n bigger than INT_MAX+1.
50314         (__strncmp_g): Likewise.
50316 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50318         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50319         * libio/stido.h: Likewise.
50321         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50322         (AF_NFC): Define.
50323         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50324         (AF_NFC): Define.
50326         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50327         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50328         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50329         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50330         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50332         [BZ #13021]
50333         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50334         installed.
50336         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50337         typo.
50338         (_dl_x86_64_save_sse): Likewise.
50340 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50342         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50343         OSXSAVE.
50344         (_dl_x86_64_save_sse): Likewise.
50346         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50348         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50350 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50352         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50353         change.
50354         (_dl_x86_64_save_sse): Use correct AVX check.
50356 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50358         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50359         bug in strncpy/strncat.
50360         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50362 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50364         * string/tester.c (test_strcat): Add tests for different alignments
50365         of source and destination.
50366         (test_strncat): Likewise.
50368 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50370         [BZ #12852]
50371         * posix/glob.c (glob): Check passed in values before using them in
50372         expressions to avoid some overflows.
50373         (glob_in_dir): Likewise.
50375         [BZ #13007]
50376         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50377         check for AVX enablement so that we don't crash with old kernels and
50378         new hardware.
50379         * elf/tst-audit4.c: Add same checks here.
50380         * elf/tst-audit6.c: Likewise.
50382         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50384 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50386         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50388 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50390         * po/cs.po: Update from translation team.
50391         * po/bg.po: Likewise.
50393 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50395         * misc/sys/cdefs.h: Add support for const attribute.
50396         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50397         to gnu_dev_{major,minor,makedev} functions.
50399 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50401         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50403 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50405         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50406         strlen results.
50408 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50410         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50411         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50412         register in order to avoid conflicts with the soft frame pointer
50413         being held in r11 when necessary.
50414         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50415         (INTERNAL_VSYSCALL_NCS): Likewise.
50417 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50419         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50420         * elf/dl-fini.c (_dl_fini): Adjust caller.
50421         * elf/dl-close.c (_dl_close_worker): Likewise.
50422         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50424 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50426         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50427         "aux_cache->nlibs < 0".
50429         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50430         in the reload-count case.
50432 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50434         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50435         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50436         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50437         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50438         * sysdeps/x86_64/multiarch/strcat.S: New file.
50439         * sysdeps/x86_64/multiarch/strncat.S: New file.
50440         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50441         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50442         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50443         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50444         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50445         (USE_AS_STRCAT): Define.
50446         Add strcat and strncat support.
50447         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50448         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50449         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50450         * string/strncat.c: Update.
50451         (USE_AS_STRNCAT): Define.
50452         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50453         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50454         and i7.
50455         * sysdeps/x86_64/multiarch/init-arch.h
50456         (bit_Prefer_PMINUB_for_stringop): New.
50457         (index_Prefer_PMINUB_for_stringop): Likewise.
50458         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50459         bit_Prefer_PMINUB_for_stringop.
50461 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50463         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50464         buffer64.
50465         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50466         of casting of buffer.
50467         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50468         buffer32 and buffer64.
50469         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50470         writes instead of casting of buffer.
50471         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50472         buffer32.
50473         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50474         casting of buffer.
50476 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50478         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50480 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50482         * nscd/nscd.c (termination_handler): Don't do anything for a database
50483         if it has not yet been initialized.
50485 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50487         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50489 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50491         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50493 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50495         * po/nl.po: Update from translation team.
50496         * po/sv.po: Likewise.
50498 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50500         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50501         now disallowed by GCC.
50503         * configure.in (use-default-link): Default to yes if a test -shared
50504         link meets our qualifications.
50505         * configure: Regenerated.
50507         * config.make.in (output-format): New variable.
50508         * configure.in: Check for ld --print-output-format support.
50509         * configure: Regenerated.
50510         * Makerules ($(common-objpfx)format.lds)
50511         [$(output-format) != unknown]: Just use $(output-format),
50512         instead of the linker-script munging.
50514 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50516         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50517         of $(common-objpfx)shlib.lds.
50518         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50520         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50521         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50523         * configure.in (-z relro check): Adjust test code to add a large
50524         writable data section after it.
50525         * configure: Regenerated.
50527 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50529         * configure.in (-z relro check): Fix test code to make the variable
50530         truly const.
50531         * configure: Regenerated.
50533 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50535         * nscd/nscd.h (struct traced_file): Define.
50536         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50537         elements.  Add traced_files.
50538         (inotify_fd): Declare.
50539         (register_traced_file): Declare.
50540         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50541         (inotify_fd): Export.
50542         (resolv_conf_descr): Remove.
50543         (nscd_init): Move inotify descriptor creation to main.
50544         Don't register files for notification here.
50545         (register_traced_file): New function.
50546         (invalidate_cache): Don't use reset_res to determine whether to call
50547         res_init, go through the list of registered files.
50548         (main_loop_poll): The inotify descriptors are now stored in the
50549         structures for the traced files.
50550         (main_loop_epoll): Likewise
50551         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50552         to __nss_disable_nscd.
50553         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50554         for a database anymore.  Check the records for all the registered
50555         files instead.
50556         * nss/Makefile (libnss_files-routines): Add files-init.
50557         (libnss_db-routines): Add db-init.
50558         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50559         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50560         * nss/nss_db/db-init.c: New file.
50561         * nss/nss_files/files-init.c: New file.
50562         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50563         __nss_lookup_function.
50564         (__nss_lookup_function): Call nss_load_library.
50565         (nss_load_all_libraries): New function.
50566         (__nss_disable_nscd): Take parameter with callback function for files
50567         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50568         used for the cached services.
50569         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50570         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50571         options for features to all the files in nscd.
50573         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50575 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50577         * csu/elf-init.c (__libc_csu_init): Comment typo.
50579 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50581         * po/pl.po: Update from translation team.
50582         * po/ja.po: Likewise.
50583         * po/ru.po: Likewise.
50584         * po/ko.po: Likewise.
50585         * po/fr.po: Likewise.
50587 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50589         * configure.in (.ctors/.dtors header and trailer check):
50590         Use an empirical test on a built program.
50591         * configure: Regenerated.
50593         * configure.in (-z relro check): Use an empirical test on a built DSO.
50594         Detect, but do not require, on ia64.
50595         * configure: Regenerated.
50597         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50598         Update tests that use readelf to use $READELF instead.
50599         * configure: Regenerated.
50601 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50603         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50604         if the result is not used.
50606 2011-07-05  Andreas Jaeger  <aj@suse.de>
50608         [BZ#9696]
50609         * stdlib/tst-strtod.c: Add testcase.
50611 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50613         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50614         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50615         The latter has a higher limit.  Take additional parameter to pass to
50616         the new function.
50617         (__pathconf): Pass file to __statfs_link_max.
50618         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50619         __statfs_link_max.
50620         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50621         __statfs_link_max.
50623         [BZ #12868]
50624         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50625         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50626         Handle Lustre.
50627         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50628         (__statfs_filesize_max): Likewise.
50629         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50631 2011-07-05  Andreas Jaeger  <aj@suse.de>
50633         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50635 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50637         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50638         `status' variable.
50639         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50640         Likewise.
50642 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50644         * Makefile (strop-tests): Add strncat.
50645         * string/test-strncat.c: New file.
50647 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50649         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50651 2011-06-21  Andreas Jaeger  <aj@suse.de>
50653         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50654         Copy rule from iconvdata/Makefile.
50656 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50658         [BZ #12922]
50659         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50660         but no long options are defined, just return 'W'.
50662 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50664         [BZ #9696]
50665         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50667 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50669         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50670         netgroups to read.
50671         (innetgr): Likewise.
50673 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50675         * config.make.in (install_root): Default to $(DESTDIR).
50677 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50679         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50681 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50683         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50685         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50686         containing directory rather than embedding absolute directory names.
50688         * scripts/check-local-headers.sh: Rewritten using awk.
50689         Match by word, not by line.  Print error messages for matches.
50690         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50692         * Makerules [shlib-lds-flags empty]:
50693         ($(common-objpfx)libc_pic.opts): New target.
50694         ($(common-objpfx)libc_pic.os.clean): New target.
50695         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50697         * config.make.in (OBJCOPY): New variable.
50698         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50699         * configure: Regenerated.
50701         * config.make.in (use-default-link): New variable.
50702         * configure.in (use_default_link): Grok --with-default-link to set it.
50703         * configure: Regenerated.
50704         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50705         (shlib-lds, shlib-lds-flags): Define to empty.
50707         * Makerules (shlib-lds): New variable.
50708         (shlib-lds-flags): New variable.
50709         (build-shlib, build-moduile, build-module-asneeded): Use it.
50710         ($(common-objpfx)libc.so): Use $(shlib-lds).
50711         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50712         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50714         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50715         DT_FLAGS/DT_FLAGS_1 with zero flags.
50717         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50718         linker script munging.
50720 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50722         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50723         as 128-bit value.
50724         * crypt/sha512.c (sha512_process_block): Perform total addition using
50725         128-bit if possible.
50726         (__sha512_finish_ctx): Likewise.
50727         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50728         as 64-bit value.
50729         * crypt/sha256.c (SWAP64): Define.
50730         (sha256_process_block): Perform total addition using 64-bit if
50731         possible.
50732         (__sha256_finish_ctx): Likewise.
50734 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50736         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50737         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50738         * nscd/hstcache.c (cache_addhst): Likewise.
50739         * nscd/grpcache.c (cache_addgr): Likewise.
50740         * nscd/aicache.c (addhstaiX): Likewise
50741         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50743 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50745         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50746         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50747         * nscd/hstcache.c (cache_addhst): Likewise.
50748         * nscd/grpcache.c (cache_addgr): Likewise.
50749         * nscd/aicache.c (addhstaiX): Likewise
50751 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50753         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50754         domain only when needed.
50756 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50758         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50759         is always restored.
50761 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50763         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50764         are re-adding the entry.
50765         * nscd/servicescache.c (cache_addserv): Likewise.
50767 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50769         * sysdeps/generic/dl-irel.h: fix protection against multiple
50770         inclusions.
50771         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50773 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50775         [BZ #12935]
50776         * malloc/memusage.sh: Fix quoting in message.
50777         * debug/xtrace.sh: Likewise.
50779         * configure.in: Remove support for --experimental-malloc option, make
50780         it the default.
50781         * config.make.in: Likewise.
50782         * malloc/Makefile: Likewise.
50784 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50786         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50787         two-byte characters.
50789 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50791         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50792         AC_CACHE_CHECK invocation.
50793         * configure: Regenerated.
50795         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50797 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50799         [BZ #12350]
50800         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50801         bit from old_res_options.
50803         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50805         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50806         value type for setfct.
50808 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50810         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50811         __gettimeofday instead of gettimeofday.
50813 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50815         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50817 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50819         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50821         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50822         info.
50824 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50826         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50827         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50828         strcpy-sse2-unaligned strncpy-sse2-unaligned
50829         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50830         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50831         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50832         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50833         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50834         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50835         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50836         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50837         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50838         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50839         (STRCPY): Support SSE2 and SSSE3 versions.
50841 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50843         [BZ #12874]
50844         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50845         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50846         kernels which artificially limit size of requests.
50848 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50850         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50851         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50852         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50853         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50854         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50855         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50856         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50857         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50858         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50859         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50860         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50861         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50862         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50863         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50864         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50865         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50866         Enable unaligned load optimization for Intel Core i3, i5 and i7
50867         processors.
50868         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50869         Define.
50870         (index_Fast_Unaligned_Load): Define.
50871         (HAS_FAST_UNALIGNED_LOAD): Define.
50873 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50875         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50877 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50879         [BZ #12907]
50880         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50881         until it is clear that the information is realy needed.
50882         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50884 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50886         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50888 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50890         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50891         /sys/devices/system/cpu/online if it is usable.
50893         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50894         reading the information from the /proc filesystem to once a second.
50896 2011-06-21  Andreas Jaeger  <aj@suse.de>
50898         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50899         NULL after inclusion of kernel headers.
50901 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50903         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50904         calls to internal_setent.
50906         [BZ #12885]
50907         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50908         addresses using gethostbyname4_r ignore IPv4 addresses.
50910         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50911         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50913         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50915 2011-06-20  David S. Miller  <davem@davemloft.net>
50917         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50918         inclusions.
50919         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50921         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50922         (elf_irel): Use it.
50923         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50924         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50925         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50926         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50927         * sysdeps/x86_64/dl-irel.h: Likewise.
50929         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50930         * elf/dl-sym.c: Likewise.
50932 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50934         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50935         need to dereference resplen2.
50937 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50939         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50941 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50943         * Makeconfig: Define vardbdir and inst_vardbdir.
50944         * nss/Makefile: Add rules to install db-Makefile.
50946         * nss/nss_db/db-XXX.c: Cleanup.
50948         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50949         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50950         GLIBC_PRIVATE.
50951         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50952         * nss/makedb.c: Implement -g option to specify that value strings
50953         are generated and should not be added to table iterated over for
50954         get*ent calls.
50955         * nss/nss_db/db-initgroups.c: New file.
50957         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50958         interface.
50960         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50961         (internal_getgrouplist): Adjust to name change.
50962         Update use_initgroups_entry if this is not the first call.
50963         * nss/databases.def: Add initgroups entry.
50965         * nss/makedb.c (compute_tables): Check result of multiple hash table
50966         sizes to minimize maximum chain length.
50968 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50970         * Versions.def: Add entry for libnss_db.
50971         * shlib-versions: Likewise.
50972         * nss/Makefile: Add rules to build libnss_db.
50973         * nss/Versions: Add libnss_db information.  Organize libnss_files
50974         entries better.
50975         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50976         makedb progra.  Some minor improvements to generate smaller files.
50977         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50978         here from...
50979         * nss/makedb.c: ...here.
50980         Improve database format to be smaller and require less memory at
50981         runtime.
50982         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50983         db anymore.
50984         * nss/nss_db/db-netgrp.c: Likewise.
50985         * nss/nss_db/db-open.c: Likewise.
50986         * nss/nss_files/flies-XXX.x: Adjust comments.
50987         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50988         * nss/nss_files/files-grp.c: Likewise.
50989         * nss/nss_files/files-hosts.c: Likewise.
50990         * nss/nss_files/files-network.c: Likewise.
50991         * nss/nss_files/files-proto.c: Likewise.
50992         * nss/nss_files/files-pwd.c: Likewise.
50993         * nss/nss_files/files-rpc.c: Likewise.
50994         * nss/nss_files/files-service.c: Likewise.
50995         * nss/nss_files/files-sgrp.c: Likewise.
50996         * nss/nss_files/files-spwd.c: Likewise.
50997         * nss/nss_db/db-alias.c: Removed.
50998         * nss/nss_db/dummy-db.h: Removed.
51000 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51002         * nss/makedb.c: Rewritten to not use database library.
51003         * nss/Makefile: Update to build new makedb program.
51005 2011-06-14  Andreas Jaeger  <aj@suse.de>
51007         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51008         memset declaration.
51010 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51012         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51013         tmpbuf.
51015 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51017         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51018         * elf/Makefile ($(objpfx)ld.so): Likewise.
51020         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51021         Don't list ld.so twice in dependencies.
51023         * posix/bug-regex31.c: Include <stdlib.h>.
51025         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51027         * nis/nss_compat/compat-spwd.c
51028         (getspent_next_nss_netgr): Remove unused variable.
51029         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51031         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51032         nonmembers" output to use the right array.
51034         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51036         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51038         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51039         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51040         * catgets/gencat.c (read_input_file): Likewise.
51041         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51043         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51044         variable definition inside #if's controlling its use.
51046         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51048         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51050         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51052         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51053         unreachable code.
51055         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51057         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51058         * configure: Regenerated.
51060         * Makerules: Revert last change.
51061         * elf/Makefile: Likewise.
51063 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51065         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51066         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51067         (reloc-link): Likewise.
51069 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51071         * elf/Makefile: Add rules to build pldd.
51072         * elf/pldd.c: New file.
51073         * elf/pldd-xx.c: New file.
51075 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51077         * version.h: Update for 2.15 development version.
51079 2011-06-07  David S. Miller  <davem@davemloft.net>
51081         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51082         ifuncs.
51083         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51084         elf_machine_lazy_rel): Likewise.
51085         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51086         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51087         elf_machine_lazy_rel): Likewise.
51088         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51089         dl_hwcap via passed in argument.
51090         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51091         Likewise.
51093 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51095         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51097 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51099         [BZ #12849]
51100         * manual/fdl-1.1.texi: New file, verbatim from:
51101         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51102         * manual/lgpl-2.1.texi: New file, verbatim from:
51103         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51104         * manual/Makefile (licenses): New variable, list those new file names.
51105         (texis): Use it.
51106         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51108         * manual/fdl.texi: File removed.
51109         * manual/lesser.texi: File removed.
51110         * manual/libc.texinfo (Copying, Documentation License):
51111         Use new @include file names, put @appendix directive before @include.
51113 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51115         [BZ #12841]
51116         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51117         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51118         (mq_open): Add __NTH.
51120 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51122         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51123         Assume Intel Core i3/i5/i7 processor if AVX is available.
51125 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51127         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51128         typo.
51130 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51132         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51133         memory.  Use alloca_account.  Fix memory leak when retrying.
51135 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51137         * version.h (RELEASE): Bump for 2.14 release.
51138         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51140         * config.make.in (RANLIB): Remove entry.
51142 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51144         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51145         (libc.pot): Work around missing support for .ksh extension in xgettext.
51147         [BZ #12684]
51148         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51149         if both request failed.
51150         (send_dg): In case of server errors clear resplen or *resplen2.
51152         [BZ #12454]
51153         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51154         when there are multiple maps.
51155         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51156         (_dl_fini): Remove test here.
51158         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51160 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51162         [BZ #12350]
51163         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51164         bit from old_res_options.
51165         (gaih_inet): Likewise.
51167         [BZ #11099]
51168         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51169         as signed.
51171         * resolv/res_init.c (res_setoptions): Make the code more compact.
51173         [BZ #11558]
51174         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51175         set RES_USEVC.
51177         [BZ #11634]
51178         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51180         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51182         [BZ #11781]
51183         * malloc/malloc.h: Declare malloc hook variables as volatile.
51185         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51186         in last patch.
51188         [BZ #11799]
51189         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51190         raise in the comment.
51191         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51192         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51193         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51195 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51197         [BZ #12811]
51198         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51199         grow the buffers more if it already has to be sufficient.
51200         (build_wcs_upper_buffer): Likewise.
51201         * posix/regexec.c (check_matching): Likewise.
51202         (clean_state_log_if_needed): Likewise.
51203         (extend_buffers): Don't enlarge buffers beyond size of the input
51204         buffer.
51205         Patches mostly by Emil Wojak <emil@wojak.eu>.
51206         * posix/bug-regex32.c: New file.
51207         * posix/Makefile (tests): Add bug-regex32.
51209         * locale/findlocale.c (_nl_find_locale): Return right away if
51210         _nl_explode_name failed.
51211         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51213         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51215         * debug/xtrace.sh: Unify messages.
51216         * malloc/memusage.sh: Likewise.
51218         [BZ #12813]
51219         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51220         time symbol from vDSO.  Substitute with vsyscall if not available.
51221         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51222         __vdso_time.
51224         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51225         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51226         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51227         Add sendmmsg and internal_sendmmsg.
51228         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51229         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51230         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51232         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51233         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51234         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51236 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51238         [BZ #12813]
51239         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51240         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51241         available.
51242         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51243         __vdso_getcpu.
51245         [BZ #12814]
51246         * iconvdata/Makefile (tests): Add bug-iconv9.
51247         * iconvdata/bug-iconv9.c: New file.
51249 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51251         [BZ #12814]
51252         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51254 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51256         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51257         (struct user_regs_struct): Change intcs field back to cs.
51259 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51261         * po/ja.po: Update from translation team.
51263 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51265         [BZ #12795]
51266         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51267         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51269 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51271         * stdlib/longlong.h: Update from GCC.
51273 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51275         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51276         parameter name.
51277         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51278         Add parameter name.
51279         (__sysconf): Pass it down.
51281 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51283         [BZ #12671]
51284         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51285         some situations.
51286         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51287         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51288         add in in __libc_use_alloca calls.  Adjust callers.
51289         (glob): Use malloc in some situations.
51291         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51292         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51293         pltexit.
51295 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51297         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51298         and CLOCK_BOOTTIME_ALARM.
51300         [BZ #12782]
51301         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51302         is returned.
51304         * string/_strerror.c (__strerror_r): Print negative errors as signed
51305         numbers.
51307         [BZ #12777]
51308         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51309         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51310         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51312         * configure.in: Fix typo in redirection and correct removal of test
51313         files in two cases.
51315         [BZ #12788]
51316         * locale/setlocale.c (new_composite_name): Fix test to check for
51317         identical name of all categories.
51319         [BZ #12792]
51320         * libio/filedoalloc.c (local_isatty): New function.
51321         (_IO_file_doallocate): Use local_isatty.
51322         * stdio-common/perror.c (perror): In case a new stream is used
51323         forward the stream error.
51324         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51325         error flag.
51327 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51329         [BZ #11869]
51330         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51331         alloca.
51332         * include/alloca.h (extend_alloca_account): Define.
51334         [BZ #11857]
51335         * posix/regex.h: Fix comments with documentation of user-accessible
51336         fields after compilation and describe correct free'ing of pattern
51337         after re_compile_pattern.
51338         Patch by Reuben Thomas <rrt@sc3d.org>.
51340 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51342         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51343         and -mno-altivec to prevent the compiler from using Altivec and/or
51344         VSX instructions when the corresponding registers are not available.
51346 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51348         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51350 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51352         * libio/freopen.c (freopen): Use __dup2, not dup2.
51353         * libio/freopen64.c (freopen64): Likewise.
51355 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51357         [BZ #12775]
51358         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51359         * math/Makefile (tests): Add test-powl.
51360         (CFLAGS-test-powl.c): Define.
51361         * math/test-powl.c: New file.
51363 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51365         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51367 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51369         [BZ #11837]
51370         * iconvdata/gb18030.c: Update to GB18020-2005.
51372 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51374         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51375         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51376         Patch by Aharon Robbins <arnold@skeeve.com>.
51378         [BZ #11892]
51379         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51380         on the stack.
51382         [BZ #11895]
51383         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51384         through underflows.
51386         [BZ #12766]
51387         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51388         point to strings before performing equality test for error_one_per_line
51389         mode.
51391         [BZ #11697]
51392         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51394         [BZ #11820]
51395         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51396         (struct user_fpregs_struct): Avoid __uint*_t types.
51398         [BZ #6420]
51399         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51400         symbol info.  Use it instead of calling _dl_addr locally.
51401         (lock_and_info): New function.
51402         (tr_freehook): Call lock_and_info and pass symbol info as additional
51403         parameter to tr_where.
51404         (tr_mallochook): Likewise.
51405         (tr_reallochook): Likewise.
51406         (tr_memalignhook): Likewise.
51408         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51409         used and couldn't be at all thread-safe.
51411 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51413         * libio/freopen.c (freopen): Don't close old file descriptor
51414         before the new one is opened.  Instead dup the new file descriptor
51415         to the old one after the new stream is created.
51416         * libio/freopen64.c (freopen64): Likewise.
51417         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51418         * libio/fileops.c (_IO_new_file_close_it): Handle new
51419         _IO_FLAGS2_NOCLOSE flag.
51420         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51421         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51422         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51423         _IO_FLAGS2_NOCLOSE flag.
51424         * include/unistd.h: Add hidden_proto for dup3.
51425         Define __have_dup3.
51426         * io/dup3.c: Define hidden symbol.
51427         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51429         [BZ #7101]
51430         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51431         when an incomplete long option is used.
51432         * posix/tst-getopt_long1.c: New file.
51433         * posix/Makefile (tests): Add tst-getopt_long1.
51435         [BZ #10138]
51436         * scripts/config.guess: Update from autoconf-2.68.
51437         * scripts/config.sub: Likewise.
51439         [BZ #10157]
51440         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51441         tests into ...
51442         (has_cpuclock): ...this.  New function.
51443         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51444         macro here based on has_cpuclock code.
51446         [BZ #10149]
51447         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51448         First byte (not low byte) is now always NUL.
51449         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51451         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51452         Use non-cancelable interfaces.
51454         [BZ #9809]
51455         * locale/iso-639.def: Add entry for Sorani.
51457         [BZ #11901]
51458         * include/stdlib.h: Move include protection to the right place.
51459         Define abort_msg_s.  Declare __abort_msg with it.
51460         * stdlib/abort.c (__abort_msg): Adjust type.
51461         * assert/assert.c (__assert_fail_base): New function.  Majority
51462         of code from __assert_fail.  Allocate memory for __abort_msg with
51463         mmap.
51464         (__assert_fail): Now call __assert_fail_base.
51465         * assert/assert-perr.c: Remove bulk of implementation.  Use
51466         __assert_fail_base.
51467         * include/assert.hL Declare __assert_fail_base.
51468         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51469         mmap.
51470         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51472 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51474         [BZ #11952]
51475         [BZ #12453]
51476         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51477         until all modules are registered in the DTV.
51478         * elf/Makefile: Add rules to build and run tst-tls19.
51479         * elf/tst-tls19.c: New file.
51480         * elf/tst-tls19mod1.c: New file.
51481         * elf/tst-tls19mod2.c: New file.
51482         * elf/tst-tls19mod3.c: New file.
51483         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51485         [BZ #12083]
51486         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51487         correctly.
51489         [BZ #12601]
51490         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51491         two-byte sequence errors.
51492         * iconvdata/Makefile (tests): Add bug-iconv8.
51493         * iconvdata/bug-iconv8.c: New file.
51495         [BZ #12626]
51496         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51497         buf2 definition.
51499         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51501         [BZ #12432]
51502         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51503         (dummy_getcfa): New function.
51504         (init): Get _Unwind_GetCFA address, use dummy if not found.
51505         (backtrace_helper): In recursion check, also check whether CFA changes.
51506         (__backtrace): Completely initialize arg.
51508         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51509         storing incomplete byte sequence in state object.  Avoid testing for
51510         guaranteed too small input if we know there is enough data available.
51512 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51514         * Makeconfig (+link-pie): Indent.
51515         * Rules (binaries-pie): Define if $(have-fpie) and
51516         $(build-shared).
51517         (binaries-shared): Also filter out $(binaries-pie).
51518         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51519         * nscd/Makefile (others-pie): Add nscd.
51520         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51521         ($(objpfx)nscd): Remove command override.
51522         * login/Makefile (others-pie): Add pt_chown.
51523         ($(objpfx)pt_chown): Remove command override.
51524         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51525         remove command overrides.
51527 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51529         * libio/tst_putwc.c: Fix error messages.
51531         [BZ #12724]
51532         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51533         currently writing and seek to current position when not.
51534         * libio/Makefile (tests): Add bug-fclose1.
51535         * libio/bug-fclose1.c: New file.
51537 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51539         [BZ #12511]
51540         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51541         don't set DF_1_NODELETE here.
51542         (do_lookup_x): When entering new entry test for copy relocation
51543         and if necessary set DF_1_NODELETE flag.
51544         * elf/tst-unique4.cc: New file.
51545         * elf/tst-unique4.h: New file.
51546         * elf/tst-unique4lib.cc: New file.
51547         * elf/Makefile: Add rules to build and run tst-unique4.
51548         Patch by Piotr Bury <pbury@goahead.com>.
51550 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51552         [BZ #12052]
51553         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51555         [BZ #12625]
51556         * misc/mntent_r.c (addmntent): Flush the stream after the output
51558         [BZ #12393]
51559         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51560         (is_trusted_path_normalize): Skip initial colon.  Append slash
51561         to empty buffer.  Duplicate is_trusted_path code but allow
51562         constructed patch to be prefix.
51563         (is_dst): Allow $ORIGIN followed by /.
51564         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51565         Correct testing of result of is_trusted_path_normalize
51566         (decompose_rpath): Fix warning.
51568 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51570         [BZ #11257]
51571         * grp/initgroups.c (internal_getgrouplist): When we found the service
51572         list through the initgroups entry in nsswitch.conf do not always
51573         continue on a successful lookup.  Don't always use the
51574         __nss_group_database value if it is set.
51575         * nss/nsswitch.conf (initgroups): Change action for successful db
51576         lookup to continue for compatibility.
51578 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51580         [BZ #11532]
51581         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51582         and CP774 modules.
51583         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51584         and CP774 modules.
51585         * iconvdata/tst-tables.sh: Likewise.
51586         * iconvdata/cp770.c: New file.
51587         * iconvdata/cp771.c: New file.
51588         * iconvdata/cp772.c: New file.
51589         * iconvdata/cp773.c: New file.
51590         * iconvdata/cp774.c: New file.
51591         * iconvdata/testdata/CP770: New file.
51592         * iconvdata/testdata/CP770..UTF8: New file.
51593         * iconvdata/testdata/CP771: New file.
51594         * iconvdata/testdata/CP771..UTF8: New file.
51595         * iconvdata/testdata/CP772: New file.
51596         * iconvdata/testdata/CP772..UTF8: New file.
51597         * iconvdata/testdata/CP773: New file.
51598         * iconvdata/testdata/CP773..UTF8: New file.
51599         * iconvdata/testdata/CP774: New file.
51600         * iconvdata/testdata/CP774..UTF8: New file.
51602         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51603         END CHARMAP line.
51604         * iconvdata/gen-8bit-gap.sh: Likewise.
51605         * iconvdata/gen-8bit.sh: Likewise.
51607         * locale/iso-639.def: Add ary entry.
51609         [BZ #11258]
51610         * locale/C-translit.h.in: Add U20A1 transliteration.
51612         [BZ #12178]
51613         * locale/iso-639.def: Add wae entry.
51614         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51616         [BZ #12545]
51617         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51618         for n.
51620         [BZ #12711]
51621         * locale/C-translit.h.in: Add entry for U20B9.
51622         Patch by pravin.d.s@gmail.com.
51624 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51626         [BZ #12713]
51627         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51628         ENAMETOOLONG use generic getcwd.
51629         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51630         in rtld.  Use *stat64.
51631         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51632         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51633         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51634         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51635         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51636         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51637         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51638         __fstatat64 macros.
51639         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51640         * dirent/rewinddir.c: Add libc_hidden_def.
51641         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51642         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51644         * include/dirent.h (__alloc_dir): Add flags parameter.
51645         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51646         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51647         __alloc_dir.
51648         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51649         from fdopendir if O_CLOEXEC is already set.
51651 2011-03-15  Alan Modra  <amodra@gmail.com>
51653         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51654         l_tls_firstbyte_offset non-zero.  Save padding offset in
51655         l_tls_firstbyte_offset for later use.
51656         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51657         freeing static tls block.
51659 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51661         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51662         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51663         being defined by the kernel headers.
51665 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51667         [BZ #12734]
51668         * resolv/resolv.h: Define RES_NOTLDQUERY.
51669         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51670         no-tld-query and set RES_NOTLDQUERY.
51671         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51672         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51673         modern BIND to search name as TLD unless forbidden.
51675 2011-05-07  Petr Baudis  <pasky@suse.cz>
51676             Ulrich Drepper  <drepper@gmail.com>
51678         [BZ #12393]
51679         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51680         (is_trusted_path): ...to here.
51681         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51682         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51683         using is_trusted_path_normalize() in setuid scripts.
51685 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51687         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51688         __BEGIN/__END_DECLS.
51690 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51692         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51693         NSS_STATUS_NOTFOUND if no record was found.
51695 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51697         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51698         (headers-not-in-tirpc): Remove rpc/netdb.h
51699         * resolv/netdb.h: Revert last change.
51701 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51703         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51704         circular dependency between libgcc.a and libc.a.
51706 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51708         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51709         * nis/Makefile: Don't install rpcsvc/*.
51710         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51711         instead of <rpc/types.h>.
51712         (MAXHOSTNAMELEN): Define.
51714 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51716         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51718 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51720         [BZ #12714]
51721         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51722         gethostbyname4_r when IPv6 results are possible.
51724 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51726         [BZ #12723]
51727         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51728         _PC_PIPE_BUF handling.
51730 2011-04-30  Bruno Haible  <bruno@clisp.org>
51732         [BZ #12717]
51733         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51734         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51735         to 'int'.
51736         * inet/getnameinfo.c (getnameinfo): Likewise.
51738 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51740         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51741         to groups setting in database lookup.
51742         * nss/nsswitch.conf: Add initgroups entry.
51744 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51746         [BZ #12685]
51747         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51748         mode string.
51749         Patch by Eric Blake <eblake@redhat.com>.
51751 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51753         * sunrpc/Makefile (need-export-routines): Add svc_run.
51754         (routines): Remove svc_run.
51755         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51756         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51757         * sunrpc/svc_run.c (svc_run): Likewise.
51758         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51760 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51762         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51763         problem in reallocation in last patch.
51765 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51767         * sunrpc/Makefile: Move inclusion of Rules.
51769 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51771         * nss/nss_files/files-initgroups.c: New file.
51772         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51773         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51774         _nss_files_initgroups_dyn.
51776 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51778         * elf/elf.h (R_ARM_IRELATIVE): Define.
51780 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51782         * po/ru.po: Update from translation team.
51784 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51786         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51787         dependencies.
51789 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51791         [BZ #12653]
51792         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51793         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51794         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51795         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51796         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51798 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51800         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51801         differing bytes.
51802         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51803         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51804         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51806 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51808         [BZ #12420]
51809         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51810         storing it.
51811         * stdlib/bug-getcontext.c: New file.
51812         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51814 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51816         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51817         instructions into .machine "z9-109".
51818         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51819         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51821 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51823         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51824         between environment variables and auxiliary vector.
51826 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51828         * Makefile: Add rules to build linkobj/libc.so.
51829         * include/libc-symbols.h: Define libc_hidden_nolink.
51830         * include/rpc/auth.h: Mark functions which are to be hidden.
51831         * include/rpc/auth_des.h: Likewise.
51832         * include/rpc/auth_unix.h: Likewise.
51833         * include/rpc/clnt.h: Likewise.
51834         * include/rpc/des_crypt.h: Likewise.
51835         * include/rpc/key_prot.h: Likewise.
51836         * include/rpc/pmap_clnt.h: Likewise.
51837         * include/rpc/pmap_prot.h: Likewise.
51838         * include/rpc/pmap_rmt.h: Likewise.
51839         * include/rpc/rpc_msg.h: Likewise.
51840         * include/rpc/svc.h: Likewise.
51841         * include/rpc/svc_auth.h: Likewise.
51842         * include/rpc/xdr.h: Likewise.
51843         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51844         * nss/Makefile: Likewise.
51845         * sunrpc/Makefile: Don't install headers.  Build library with normal
51846         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51847         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51848         for the compat linking library.  Remove use of INTDEF/INTUSE.
51849         * sunrpc/auth_none.c: Likewise.
51850         * sunrpc/auth_unix.c: Likewise.
51851         * sunrpc/authdes_prot.c: Likewise.
51852         * sunrpc/authuxprot.c: Likewise.
51853         * sunrpc/clnt_gen.c: Likewise.
51854         * sunrpc/clnt_perr.c: Likewise.
51855         * sunrpc/clnt_raw.c: Likewise.
51856         * sunrpc/clnt_simp.c: Likewise.
51857         * sunrpc/clnt_tcp.c: Likewise.
51858         * sunrpc/clnt_udp.c: Likewise.
51859         * sunrpc/clnt_unix.c: Likewise.
51860         * sunrpc/des_crypt.c: Likewise.
51861         * sunrpc/des_soft.c: Likewise.
51862         * sunrpc/get_myaddr.c: Likewise.
51863         * sunrpc/key_call.c: Likewise.
51864         * sunrpc/key_prot.c: Likewise.
51865         * sunrpc/netname.c: Likewise.
51866         * sunrpc/pm_getmaps.c: Likewise.
51867         * sunrpc/pm_getport.c: Likewise.
51868         * sunrpc/pmap_clnt.c: Likewise.
51869         * sunrpc/pmap_prot.c: Likewise.
51870         * sunrpc/pmap_prot2.c: Likewise.
51871         * sunrpc/pmap_rmt.c: Likewise.
51872         * sunrpc/publickey.c: Likewise.
51873         * sunrpc/rpc_cmsg.c: Likewise.
51874         * sunrpc/rpc_common.c: Likewise.
51875         * sunrpc/rpc_dtable.c: Likewise.
51876         * sunrpc/rpc_prot.c: Likewise.
51877         * sunrpc/rpc_thread.c: Likewise.
51878         * sunrpc/rtime.c: Likewise.
51879         * sunrpc/svc.c: Likewise.
51880         * sunrpc/svc_auth.c: Likewise.
51881         * sunrpc/svc_authux.c: Likewise.
51882         * sunrpc/svc_raw.c: Likewise.
51883         * sunrpc/svc_run.c: Likewise.
51884         * sunrpc/svc_simple.c: Likewise.
51885         * sunrpc/svc_tcp.c: Likewise.
51886         * sunrpc/svc_udp.c: Likewise.
51887         * sunrpc/svc_unix.c: Likewise.
51888         * sunrpc/svcauth_des.c: Likewise.
51889         * sunrpc/xcrypt.c: Likewise.
51890         * sunrpc/xdr.c: Likewise.
51891         * sunrpc/xdr_array.c: Likewise.
51892         * sunrpc/xdr_float.c: Likewise.
51893         * sunrpc/xdr_intXX_t.c: Likewise.
51894         * sunrpc/xdr_mem.c: Likewise.
51895         * sunrpc/xdr_rec.c: Likewise.
51896         * sunrpc/xdr_ref.c: Likewise.
51897         * sunrpc/xdr_sizeof.c: Likewise.
51898         * sunrpc/xdr_stdio.c: Likewise.
51900 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51902         [BZ #12650]
51903         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51904         * sysdeps/ia64/dl-tls.h: Likewise.
51905         * sysdeps/powerpc/dl-tls.h: Likewise.
51906         * sysdeps/s390/dl-tls.h: Likewise.
51907         * sysdeps/sh/dl-tls.h: Likewise.
51908         * sysdeps/sparc/dl-tls.h: Likewise.
51909         * sysdeps/x86_64/dl-tls.h: Likewise.
51910         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51912 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51914         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51915         rpath element also skip the following colon.
51916         (expand_dynamic_string_token): Add is_path parameter and pass
51917         down to DL_DST_REQUIRED and _dl_dst_substitute.
51918         (decompose_rpath): Call expand_dynamic_string_token with
51919         non-zero is_path.  Ignore empty rpaths.
51920         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51921         with zero is_path.
51923 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51926         Make cancelable.
51928 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51930         [BZ #12655]
51931         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51932         Patch by Filipe David Manana <fdmanana@apache.org>.
51934 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51936         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51937         Maintain aligned stack.
51938         (CHECK_RSP): Remove unused macro.
51940 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51942         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51943         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51945 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51947         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51949         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51951 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51953         [BZ #12518]
51954         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51955         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51956         * sysdeps/x86_64/memmove.c: New file.
51957         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51958         (memcpy): Renamed to ...
51959         (__new_memcpy): This.
51960         (memcpy): Provide GLIBC_2_14 memcpy.
51961         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51962         (memcpy): Provide GLIBC_2_2_5 memcpy.
51964 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51966         [BZ #12631]
51967         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51969 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51971         * misc/syncfs.c: New file.
51972         * misc/Makefile (routines): Add syncfs.
51973         * posix/unistd.h: Declare syncfs.
51974         * sysdeps/unix/syscalls.list: Add syncfs.
51976 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51978         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51979         open_by_handle_at.
51980         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51981         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51982         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51983         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51984         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51985         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51986         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51988 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51990         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51991         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51992         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51993         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51994         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51995         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51996         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51998         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51999         sync_file_range.c with -fexceptions.
52000         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52001         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52002         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52003         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52004         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52005         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52006         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52007         sync_file_range as cancellation point
52008         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52009         now a wrapper around __call_sync_file_range with cancellation handling.
52010         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52011         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52012         function name to __call_sync_file_range.
52013         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52014         Add call_sync_file_range.
52016 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52018         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52019         bits/timex.h.
52021 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52023         * iconv/iconv.h: Fix typo in comment.
52024         * io/fcntl.h: Likewise.
52025         * libio/stdio.h: Likewise.
52026         * posix/spawn.h: Likewise.
52027         * posix/unistd.h: Likewise.
52028         * stdlib/stdlib.h: Likewise.
52029         * time/time.h: Likewise.
52030         * wcsmbs/wchar.h: Likewise.
52032         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52033         open_by_handle): Add.
52034         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52035         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52036         Augment a few comments.
52037         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52038         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52039         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52040         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52041         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52042         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52043         open_by_handle.
52045         * io/fcntl.h (AT_EMPTY_PATH): Define.
52047 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52049         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52050         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52051         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52052         to...
52053         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52054         * Versions.def: Add GLIBC_2.14.
52055         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52056         Export.
52058 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52060         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52061         round counter.
52062         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52064 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52066         [BZ #12597]
52067         * string/test-strncmp.c (do_page_test): New function.
52068         (check2): Likewise.
52069         (test_main): Call check2.
52070         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52072 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52074         [BZ #12587]
52075         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52076         Handle cache information in CPU leaf 4.
52077         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52079 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52081         [BZ #12583]
52082         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52083         character representation.
52084         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52086 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52088         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52089         END(__isnan) to END(__isnanf) to match function entry point/label
52090         EALIGN(__isnanf,...).
52092 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52094         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52096 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52098         [BZ #12510]
52099         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52100         copy from the symbol referenced in the relocation to initialize the
52101         used variable.
52102         Patch by Piotr Bury <pbury@goahead.com>.
52103         * elf/Makefile: Add rules to build and tst-unique3.
52104         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52105         * elf/tst-unique3.cc: New file.
52106         * elf/tst-unique3.h: New file.
52107         * elf/tst-unique3lib.cc: New file.
52108         * elf/tst-unique3lib2.cc: New file.
52110         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52112 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52114         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52115         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52116         to _start.
52118 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52120         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52121         to-be-loaded object along a path to loader is ld.so.
52123 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52124             Ulrich Drepper  <drepper@gmail.com>
52126         * sysdeps/x86_64/memset.S: After aligning destination, code
52127         branches to different locations depending on the value of
52128         misalignment, when multiarch is enabled. Fix this.
52130 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52132         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52133         Set _x86_64_preferred_memory_instruction for AMD processsors.
52134         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52135         Set bit_Prefer_SSE_for_memop for AMD processors.
52137 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52139         * libio/fmemopen.c (fmemopen): Optimize a bit.
52141 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52143         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52145 2011-03-03  Roland McGrath  <roland@redhat.com>
52147         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52149 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52151         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52152         __bzero_ultra1 instead of __memset_ultra1.
52154 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52155             Ulrich Drepper  <drepper@gmail.com>
52157         [BZ #12509]
52158         * include/link.h (struct link_map): Add l_orig_initfini.
52159         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52160         returning unsuccessfully.
52161         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52162         close of a file loaded at startup, restore the original l_initfini
52163         list.
52164         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52165         list, store the pointer.
52166         * elf/Makefile ($(objpfx)noload-mem): New rule.
52167         (noload-ENV): Define.
52168         (tests): Add $(objpfx)noload-mem.
52169         * elf/noload.c: Include <memcheck.h>.
52170         (main): Call mtrace.  Close all opened handles.
52172 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52174         [BZ #12454]
52175         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52176         dependencies are missing.
52178 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52180         Fix __if_freereq crash: Unlike the generic version which uses free,
52181         Hurd needs munmap.
52182         * sysdeps/mach/hurd/ifreq.h: New file.
52184 2011-01-27  Petr Baudis  <pasky@suse.cz>
52185             Ulrich Drepper  <drepper@gmail.com>
52187         [BZ 12445]#
52188         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52189         to extend_alloca().
52190         * stdio-common/bug23.c: New file.
52191         * stdio-common/Makefile (tests): Add bug23.
52193 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52194             Ulrich Drepper  <drepper@gmail.com>
52196         [BZ #12489]
52197         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52198         before performing relro protection.  At old place add assertion
52199         to make sure nothing changed.
52201 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52202             Glauber de Oliveira Costa  <glommer@gmail.com>
52204         * elf/elf.h: Add new ARM TLS relocs.
52206 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52209         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52210         cast from r3.
52211         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52212         'tests' variable.
52213         * sysdeps/wordsize-64/tst-writev.c: New file.
52215 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52217         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52218         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52219         insns in _dl_start to prevent a TOC reference before relocs are
52220         resolved.
52222 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52224         [BZ #12469]
52225         * Makeconfig: Remove RANLIB definition.
52226         * Makerules: Don't use RANLIB.
52227         * aclocal.m4: Remove ranlib test.
52228         * configure.in: No need to check for ranlib.
52229         * elf/rtld-Rules: Don't use RANLIB.
52231 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52233         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52234         protection macro.
52235         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52236         inclusion protection macro.
52238         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52239         SIGRTMIN and SIGRTMAX and print information in that case only when
52240         SIGRTMIN is defined.
52242 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52244         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52245         arginfo fn returning -1.
52247         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52248         and thousands string is zero terminated.
52250 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52252         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52253         sysdeps/unix/sysv/linux/bits/socket.h.
52255 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52257         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52258         (__CPU_COUNT): Remove old macros.
52259         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52260         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52261         (__CPU_ALLOC, __CPU_FREE): Add macros.
52262         (__sched_cpualloc, __sched_cpufree): Add declarations.
52264 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52266         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52267         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52268         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52269         (readdhstai): Return value of addhstaiX call.
52270         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52271         (addgrbyX): Return value returned by cache_addgr.
52272         (readdgrbyname): Return value returned by addgrbyX.
52273         (readdgrbygid): Likewise.
52274         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52275         (addpwbyX): Return value returned by cache_addpw.
52276         (readdpwbyname): Return value returned by addhstbyX.
52277         (readdpwbyuid): Likewise.
52278         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52279         (addservbyX): Return value returned by cache_addserv.
52280         (readdservbyname): Return value returned by addservbyX:
52281         (readdservbyport): Likewise.
52282         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52283         (addhstbyX): Return value returned by cache_addhst.
52284         (readdhstbyname): Return value returned by addhstbyX.
52285         (readdhstbyaddr): Likewise.
52286         (readdhstbynamev6): Likewise.
52287         (readdhstbyaddrv6): Likewise.
52288         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52289         (readdinitgroups): Return value returned by addinitgroupsX.
52290         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52291         (prune_cache): Keep track of timeout value of re-added entries.
52292         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52293         * nscd/nscd.h: Adjust prototypes of readd* functions.
52295 2011-02-04  Roland McGrath  <roland@redhat.com>
52297         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52298         (nis_stats): Likewise.
52299         * nis/nis_modify.c (nis_modify): Likewise.
52300         * nis/nis_remove.c (nis_remove): Likewise.
52301         * nis/nis_add.c (nis_add): Likewise.
52303         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52305         * posix/fnmatch_loop.c: Add some consts.
52307         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52309 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52311         [BZ #12460]
52312         * config.make.in (config-cflags-novzeroupper): Define.
52313         * configure.in: Substitute libc_cv_cc_novzeroupper.
52314         * elf/Makefile (AVX-CFLAGS): Define.
52315         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52316         (CFLAGS-tst-auditmod4a.c): Likewise.
52317         (CFLAGS-tst-auditmod4b.c): Likewise.
52318         (CFLAGS-tst-auditmod6b.c): Likewise.
52319         (CFLAGS-tst-auditmod6c.c): Likewise.
52320         (CFLAGS-tst-auditmod7b.c): Likewise.
52321         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52323 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52325         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52326         function to the callback.
52327         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52329 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52331         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52332         of errno.
52334 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52336         [BZ #11724]
52337         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52338         of constructors.
52339         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52340         of destructors.
52341         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52343         [BZ #11724]
52344         * elf/Makefile: Add rules to build and run new test.
52345         * elf/tst-initorder.c: New file.
52346         * elf/tst-initorder.exp: New file.
52347         * elf/tst-initordera1.c: New file.
52348         * elf/tst-initordera2.c: New file.
52349         * elf/tst-initordera3.c: New file.
52350         * elf/tst-initordera4.c: New file.
52351         * elf/tst-initorderb1.c: New file.
52352         * elf/tst-initorderb2.c: New file.
52353         * elf/tst-order-a1.c: New file.
52354         * elf/tst-order-a2.c: New file.
52355         * elf/tst-order-a3.c: New file.
52356         * elf/tst-order-a4.c: New file.
52357         * elf/tst-order-b1.c: New file.
52358         * elf/tst-order-b2.c: New file.
52359         * elf/tst-order-main.c: New file.
52360         New test case by George Gensure <werkt0@gmail.com>.
52362 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52364         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52365         decoding ACE if AI_CANONIDN.
52367 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52369         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52371 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52373         * version.h (RELEASE): Bump for 2.13 release.
52374         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52376         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52378         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52379         MADV_NOHUGEPAGE.
52380         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52381         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52382         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52383         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52384         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52385         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52387         * posix/getconf.c: Update copyright year.
52388         * catgets/gencat.c: Likewise.
52389         * csu/version.c: Likewise.
52390         * debug/catchsegv.sh: Likewise.
52391         * debug/xtrace.sh: Likewise.
52392         * elf/ldconfig.c: Likewise.
52393         * elf/ldd.bash.in: Likewise.
52394         * elf/sprof.c (print_version): Likewise.
52395         * iconv/iconv_prog.c: Likewise.
52396         * iconv/iconvconfig.c: Likewise.
52397         * locale/programs/locale.c: Likewise.
52398         * locale/programs/localedef.c: Likewise.
52399         * malloc/memusage.sh: Likewise.
52400         * malloc/mtrace.pl: Likewise.
52401         * nscd/nscd.c (print_version): Likewise.
52402         * nss/getent.c: Likewise.
52404         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52405         PF_CAIF, and PF_ALG.
52406         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52408 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52410         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52411         (modules-names): Use them.
52412         (ifunc-test-modules, ifunc-pie-tests): Define.
52413         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52414         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52415         (test-extras): Likewise.
52416         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52417         $(compile-command.c).
52418         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52419         (all-built-dso): Define.
52420         (check-textrel.out, check-execstack.out): Depend on it.
52422         * configure.in: Don't override --enable-multi-arch.
52424 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52426         [BZ #6812]
52427         * nscd/hstcache.c (tryagain): Define.
52428         (cache_addhst): Return tryagain not notfound for temporary errors.
52429         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52430         failed.
52432 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52434         [BZ #10563]
52435         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52436         to make the syscall.
52437         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52439         [BZ #12378]
52440         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52441         and fall back to matching as normal character if the string ends before
52442         the matching ']' is found.  This is what POSIX requires.
52443         * posix/testfnm.c: Adjust test result.
52444         * posix/globtest.sh: Adjust test result.  Add new test.
52445         * posix/tst-fnmatch.input: Likewise.
52446         * posix/tst-fnmatch2.c: Add new test.
52448 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52450         * elf/Makefile (check-execstack): Revert last change.  Depend on
52451         check-execstack.h.
52452         (check-execstack.h): New target.
52453         (generated): Add check-execstack.h.
52454         * elf/check-execstack.c: Include "check-execstack.h".
52455         (main): Revert last change.
52456         (handle_file): Return zero if GNU_STACK is absent and
52457         DEFAULT_STACK_PERMS doesn't include PF_X.
52459 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52461         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52462         in child fails because the descriptor is already closed.
52463         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52464         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52465         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52467         [BZ #12397]
52468         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52469         syscall.
52471         [BZ #10484]
52472         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52473         temporary buffer used to handle multi lookups locally.
52474         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52476 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52478         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52479         loader is ld.so.
52481 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52483         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52484         alignment for SSE2.
52486 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52488         [BZ #12394]
52489         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52490         characters.  When rounding increased number of integer digits recompute
52491         number of groups.
52492         * stdio-common/tst-grouping.c: New file.
52493         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52495 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52497         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52498         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52500         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52501         void.
52502         * bits/select.h: Likewise.
52504 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52506         * po/ja.po: Update from translation team.
52508 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52510         [BZ #11155]
52511         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52512         implementation just like for lxstat, fxstatat, et al.
52514 2010-12-27  Jim Meyering  <meyering@redhat.com>
52516         [BZ #12348]
52517         * posix/regexec.c (build_trtable): Return failure indication upon
52518         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52520 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52522         [BZ #12201]
52523         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52524         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52525         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52526         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52528         [BZ #12207]
52529         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52531         [BZ #12204]
52532         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52533         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52535 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52537         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52538         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52539         script has SORT_BY_INIT_PRIORITY.
52540         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52541         NO_CTORS_DTORS_SECTIONS is defined.
52542         * elf/soinit.c: Likewise.
52543         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52544         NO_CTORS_DTORS_SECTIONS is defined.
52545         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52546         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52547         * sysdeps/sh/init-first.c: Likewise.
52548         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52550 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52552         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52553         always use the slow path.
52555 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52557         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52558         similar rule which adds the sysdep directories to the header search in
52559         order to pick up the correct platform stackinfo.h.
52560         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52561         perform test if it is, otherwise return successfully without testing.
52562         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52563         DEFAULT_STACK_PERMS define in stackinfo.h.
52564         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52565         defined in stackinfo.h.
52566         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52567         DEFAULT_STACK_PERMS defined in stackinfo.h.
52568         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52569         * sysdeps/ia64/stackinfo.h: Likewise.
52570         * sysdeps/s390/stackinfo.h: Likewise.
52571         * sysdeps/sh/stackinfo.h: Likewise.
52572         * sysdeps/sparc/stackinfo.h: Likewise.
52573         * sysdeps/x86_64/stackinfo.h: Likewise.
52574         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52575         PF_X for powerpc64.  Retain PF_X for powerpc32.
52577 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52579         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52580         accurately.
52581         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52582         GETDENTS_64BIT_ALIGNED.
52584 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52586         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52588 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52590         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52591         _GNU_SOURCE.
52593         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52594         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52595         Remove __restrict.
52596         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52597         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52599 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52601         [BZ #11655]
52602         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52603         are initialized.
52605 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52607         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52609 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52611         * po/it.po: Update from translation team.
52613 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52615         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52616         unused codes.
52618 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52620         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52622 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52624         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52625         specially.
52626         (gaih_getanswer_slice): Likewise.
52628 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52630         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52632 2010-05-31  Petr Baudis  <pasky@suse.cz>
52634         [BZ #11149]
52635         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52636         silently even in the chroot mode.
52638 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52640         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52641         last patch a bit.  Pretty printing
52643 2010-05-31  Petr Baudis <pasky@suse.cz>
52645         [BZ #10085]
52646         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52647         initialization of skip_initgroups_dyn.
52649 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52651         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52652         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52654 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52656         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52658 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52660         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52661         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52662         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52663         ($(objpfx)tst-fnmatch-mem): New rule.
52664         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52665         * posix/tst-fnmatch.c (main): Call mtrace.
52667 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52669         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52670         Support Intel processor model 6 and model 0x2c.
52672 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52674         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52675           signed comparison.
52677 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52679         [BZ #12205]
52680         * string/test-strncasecmp.c (check_result): New function.
52681         (do_one_test): Use it.
52682         (check1): New function.
52683         (test_main): Use it.
52684         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52685         Support strcasecmp and strncasecmp.
52687 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52689         [BZ #12194]
52690         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52691         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52693 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52695         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52696         IFUNC support.
52697         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52698         memset-x86-64.
52699         * sysdeps/x86_64/multiarch/bzero.S: New file.
52700         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52701         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52702         * sysdeps/x86_64/multiarch/memset.S: New file.
52703         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52704         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52705         Set bit_Prefer_SSE_for_memop for Intel processors.
52706         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52707         Define.
52708         (index_Prefer_SSE_for_memop): Define.
52709         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52711 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52713         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52714         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52716 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52718         [BZ #12191]
52719         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52720         (__x86_64_raw_data_cache_size_half): Likewise.
52721         (__x86_64_raw_shared_cache_size): Likewise.
52722         (__x86_64_raw_shared_cache_size_half): Likewise.
52724         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52725         (__x86_64_raw_data_cache_size_half): Likewise.
52726         (__x86_64_raw_shared_cache_size): Likewise.
52727         (__x86_64_raw_shared_cache_size_half): Likewise.
52728         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52729         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52730         and __x86_64_raw_shared_cache_size_half.  Round
52731         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52732         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52733         to multiple of 256 bytes.
52735 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52737         [BZ #12167]
52738         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52739         of inacessible symlinks.  Verify result of symlink before returning it.
52740         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52741         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52743 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52745         * math/math.h (isinf): Fix typo in comment.
52747 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52749         * po/da.po: Update from translation team.
52751 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52753         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52754         is added to the list.
52756 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52757             Ulrich Drepper  <drepper@gmail.com>
52759         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52760         the global list here.  Move code to...
52761         (_dl_add_to_namespace_list): ...here.  New function.
52762         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52763         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52764         * elf/dl-load.c (lose): Don't remove the element from the list.
52765         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52766         (_dl_map_object): Likewise.
52768 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52770         [BZ #12159]
52771         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52772         into all bytes of SSE register.
52773         Patch by Richard Li <richardpku@gmail.com>.
52775 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52777         [BZ #12140]
52778         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52779         perturbing.
52781 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52783         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52784         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52785         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52786         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52788         submachine.
52789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52791 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52793         * include/dlfcn.h (__RTLD_SECURE): Define.
52794         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52795         mode & __RTLD_SECURE instead.
52796         (open_path): Rename preloaded parameter to secure.
52797         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52798         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52799         * elf/dl-deps.c (openaux): Likewise.
52800         * elf/rtld.c (struct map_args): Remove is_preloaded.
52801         (map_doit): Don't use it.
52802         (dl_main): Likewise.
52803         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52804         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52806 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52808         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52809         (sysd-rules-targets): Remove duplicates.
52810         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52811         rtld-%.$o dependency.
52813 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52815         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52816         _dl_map_object do it.
52818 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52820         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52821         fast fma builtins, define the macros in the C99 standard.
52822         (FP_FAST_FMAF): Likewise.
52823         (FP_FAST_FMAL): Likewise.
52824         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52826         * bits/mathdef.h: Update copyright year.
52827         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52829 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52831         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52832         builtins, define the macros in the C99 standard.
52833         (FP_FAST_FMAF): Likewise.
52834         (FP_FAST_FMAL): Likewise.
52835         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52836         multiply/add.
52837         (FP_FAST_FMAF): Likewise.
52839 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52841         [BZ #3268]
52842         * math/libm-test.inc (fma_test): Some new testcases.
52843         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52844         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52845         y and infinite z.  Do multiplication by C already in long double.
52846         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52847         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52848         y and infinite z.  Do bitwise or of inexact bit into u.d.
52849         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52850         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52851         * sysdeps/i386/fpu/s_fma.S: Removed.
52852         * sysdeps/i386/fpu/s_fmal.S: Removed.
52854 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52856         [BZ #3268]
52857         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52858         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52859         computation is not scheduled after fetestexcept.  Fix value
52860         of minimum denormal long double.
52862 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52864         [BZ #3268]
52865         * math/libm-test.inc (fma_test): Add some more tests.
52866         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52867         correctly.
52869 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52871         * scripts/data/localplt-s390-linux-gnu.data: New file.
52872         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52874 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52876         [BZ #3268]
52877         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52878         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52879         instead of dbl-64.
52880         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52881         inlines.
52882         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52883         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52884         if one of x and y is very large and the other is subnormal.
52885         * sysdeps/s390/fpu/s_fmaf.c: New file.
52886         * sysdeps/s390/fpu/s_fma.c: New file.
52887         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52888         * sysdeps/powerpc/fpu/s_fma.S: New file.
52889         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52890         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52891         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52893 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52895         [BZ #3268]
52896         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52897         fma tests.
52898         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52899         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52900         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52901         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52902         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52903         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52904         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52906 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52908         [BZ #12078]
52909         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52910         * posix/bug-regex31.input: Add test case.
52912 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52914         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52915         * posix/bug-regex31.input: New file.
52917         [BZ #12078]
52918         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52919         (parse_sub_exp): Fix last change, use postorder.
52921         * posix/bug-regex31.c: New file.
52922         * posix/Makefile: Add rules to build and run bug-regex31.
52924         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52926         [BZ #12078]
52927         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52929         [BZ #12108]
52930         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52931         to have entries in sys_siglist.
52933         [BZ #12093]
52934         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52935         be NULL.
52937 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52939         [BZ #3268]
52940         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52941         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52942         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52943         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52944         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52945         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52946         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52947         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52948         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52949         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52950         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52951         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52952         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52953         * math/ftestexcept.c (fetestexcept): Likewise.
52954         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52955         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52956         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52957         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52958         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52959         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52960         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52962 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52964         [BZ #12107]
52965         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52966         newline.
52968 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52970         * string/bug-strstr1.c: New file.
52971         * string/Makefile: Add rules to build and run bug-strstr1.
52973 2010-10-05  Eric Blake  <eblake@redhat.com>
52975         [BZ #12092]
52976         * string/str-two-way.h (two_way_long_needle): Always clear memory
52977         when skipping input due to the shift table.
52979 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52981         [BZ #12005]
52982         * malloc/mcheck.c: Handle large requests.
52984         [BZ #12077]
52985         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52986         for strncmp and strncasecmp.
52987         * string/stratcliff.c: Add tests for strcmp and strncmp.
52988         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52990 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52992         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52993         __set_fpscr.
52995 2010-09-30  Andreas Jaeger  <aj@suse.de>
52997         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52998         (CGROUP_SUPER_MAGIC): Define.
52999         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53000         Handle btrfs and cgroup file systems.
53001         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53002         Likewise.
53004 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53006         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53007         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53009 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53011         [BZ #12067]
53012         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53013         trying to locate the ELF header.
53015 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53017         [BZ #11611]
53018         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53019         Mask out sign-bit copies when constructing f_fsid.
53021 2010-09-24  Petr Baudis <pasky@suse.cz>
53023         * debug/stack_chk_fail_local.c: Add missing licence exception.
53024         * debug/warning-nop.c: Likewise.
53026 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53028         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53029         implementing getdents64 using getdents syscall, set d_type if
53030         __ASSUME_GETDENTS32_D_TYPE.
53032 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53034         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53035         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53037 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53039         [BZ #12037]
53040         * posix/unistd.h: Undo change of feature selection for ftruncate from
53041         2010-01-11.
53043 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53045         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53046         detection.
53048 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53050         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53051         fanotify_mark.
53052         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53054 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53056         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53057         variables after CHECK_SP call.
53058         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53060 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53061             Ulrich Drepper  <drepper@redhat.com>
53063         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53064         re-relocationg ld.so.
53065         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53066         _dl_init_paths call.
53067         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53068         here anymore.
53070 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53072         * resolv/res_init.c (__res_vinit): Count the default server we added.
53074 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53075             Ulrich Drepper  <drepper@redhat.com>
53077         [BZ #11968]
53078         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53079         (____longjmp_chk): Use %ebx for saving value across system call.
53080         Add unwind info.
53082 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53084         * manual/Makefile: Don't mix pattern rules with normal rules.
53086 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53088         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53089         operation.
53090         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53091         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53092         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53093         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53094         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53095         Likewise.
53097 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53099         [BZ #11979]
53100         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53101         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53103 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53105         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53106         * sysdeps/x86_64/addmul_1.S: Likewise.
53107         * sysdeps/x86_64/lshift.S: Likewise.
53108         * sysdeps/x86_64/mul_1.S: Likewise.
53109         * sysdeps/x86_64/rshift.S: Likewise.
53110         * sysdeps/x86_64/sub_n.S: Likewise.
53111         * sysdeps/x86_64/submul_1.S: Likewise.
53113 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53115         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53116         Define __sched_param instead of SCHED_* and sched_param when
53117         <bits/sched.h> is included with __need_schedparam defined.
53118         * bits/sched.h [__need_schedparam]
53119         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53120         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53121         (__defined_schedparam): Define to 1.
53122         (__sched_param): New structure, identical to sched_param.
53123         (__need_schedparam): Undefine.
53125 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53127         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53128         (epoll_create1): Declare.
53130         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53132 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53134         [BZ #7066]
53135         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53136         shifting retval into place.
53138 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53140         * nis/rpcsvc/nis.h: Update copyright notice.
53141         * nis/rpcsvc/nis.x: Likewise.
53142         * nis/rpcsvc/nis_callback.h: Likewise.
53143         * nis/rpcsvc/nis_callback.x: Likewise.
53144         * nis/rpcsvc/nis_object.x: Likewise.
53145         * nis/rpcsvc/nis_tags.h: Likewise.
53146         * nis/rpcsvc/yp.h: Likewise.
53147         * nis/rpcsvc/yp.x: Likewise.
53148         * nis/rpcsvc/ypupd.h: Likewise.
53149         * nis/yp_xdr.c: Likewise.
53150         * nis/ypupdate_xdr.c: Likewise.
53152         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53153         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53154         (pmap_getport): Use __libc_rpc_getport.
53155         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53156         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53157         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53159 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53162         fanotify_mark.
53164 2010-08-27  Roland McGrath  <roland@redhat.com>
53166         * sysdeps/i386/i686/multiarch/Makefile
53167         (CFLAGS-varshift.c): New variable.
53169 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53171         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53172         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53174         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53176         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53178 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53180         * sysdeps/x86_64/strlen.S: Unroll the loop.
53181         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53182         strlen-sse2 strlen-sse2-bsf.
53183         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53184         __strlen_no_bsf if bit_Slow_BSF is set.
53185         (__strlen_sse42): Removed.
53186         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53187         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53189 2010-08-25  Roland McGrath  <roland@redhat.com>
53191         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53192         * sysdeps/x86_64/multiarch/varshift.c: New file.
53193         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53194         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53195         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53196         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53198 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53200         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53201         strlen-sse2 strlen-sse2-bsf.
53202         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53203         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53204         (__strlen_sse2): Removed.
53205         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53206         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53207         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53208         bit_Slow_BSF for Atom.
53209         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53210         (index_Slow_BSF): Define.
53211         (HAS_SLOW_BSF): Define.
53213 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53215         [BZ #10851]
53216         * resolv/res_init.c (__res_vinit): When no server address at all
53217         is given default to loopback.
53219 2010-08-24  Roland McGrath  <roland@redhat.com>
53221         * configure.in: Remove config-name.h generation.
53222         * configure: Regenerated.
53223         * config-name.in: File removed.
53224         * scripts/config-uname.sh: New file.
53225         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53226         ($(objdir)config-name.h): New target.
53228         * sunrpc/rpc_parse.h: Avoid nested comment.
53230 2010-08-24  Richard Henderson  <rth@redhat.com>
53231             Ulrich Drepper  <drepper@redhat.com>
53232             H.J. Lu  <hongjiu.lu@intel.com>
53234         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53235         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53236         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53237         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53238         _mm_alignr_epi8 with _mm_loadu_si128.
53239         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53240         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53241         (__m128i_shift_right): Removed.
53242         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53243         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53244         * sysdeps/x86_64/multiarch/varshift.h: New file.
53245         * sysdeps/x86_64/multiarch/varshift.S: New file.
53247 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53249         * configure.in: Move assembler checks to before sysdep dir checking.
53251 2010-08-20  Petr Baudis  <pasky@suse.cz>
53253         * LICENSES: Sync the sunrpc license.
53255 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53257         * sunrpc/auth_des.c: Update copyright notice once again.
53258         * sunrpc/auth_none.c: Likewise.
53259         * sunrpc/auth_unix.c: Likewise.
53260         * sunrpc/authdes_prot.c: Likewise.
53261         * sunrpc/authuxprot.c: Likewise.
53262         * sunrpc/bindrsvprt.c: Likewise.
53263         * sunrpc/clnt_gen.c: Likewise.
53264         * sunrpc/clnt_perr.c: Likewise.
53265         * sunrpc/clnt_raw.c: Likewise.
53266         * sunrpc/clnt_simp.c: Likewise.
53267         * sunrpc/clnt_tcp.c: Likewise.
53268         * sunrpc/clnt_udp.c: Likewise.
53269         * sunrpc/clnt_unix.c: Likewise.
53270         * sunrpc/des_crypt.c: Likewise.
53271         * sunrpc/des_soft.c: Likewise.
53272         * sunrpc/get_myaddr.c: Likewise.
53273         * sunrpc/getrpcport.c: Likewise.
53274         * sunrpc/key_call.c: Likewise.
53275         * sunrpc/key_prot.c: Likewise.
53276         * sunrpc/openchild.c: Likewise.
53277         * sunrpc/pm_getmaps.c: Likewise.
53278         * sunrpc/pm_getport.c: Likewise.
53279         * sunrpc/pmap_clnt.c: Likewise.
53280         * sunrpc/pmap_prot.c: Likewise.
53281         * sunrpc/pmap_prot2.c: Likewise.
53282         * sunrpc/pmap_rmt.c: Likewise.
53283         * sunrpc/rpc/auth.h: Likewise.
53284         * sunrpc/rpc/auth_unix.h: Likewise.
53285         * sunrpc/rpc/clnt.h: Likewise.
53286         * sunrpc/rpc/des_crypt.h: Likewise.
53287         * sunrpc/rpc/key_prot.h: Likewise.
53288         * sunrpc/rpc/netdb.h: Likewise.
53289         * sunrpc/rpc/pmap_clnt.h: Likewise.
53290         * sunrpc/rpc/pmap_prot.h: Likewise.
53291         * sunrpc/rpc/pmap_rmt.h: Likewise.
53292         * sunrpc/rpc/rpc.h: Likewise.
53293         * sunrpc/rpc/rpc_des.h: Likewise.
53294         * sunrpc/rpc/rpc_msg.h: Likewise.
53295         * sunrpc/rpc/svc.h: Likewise.
53296         * sunrpc/rpc/svc_auth.h: Likewise.
53297         * sunrpc/rpc/types.h: Likewise.
53298         * sunrpc/rpc/xdr.h: Likewise.
53299         * sunrpc/rpc_clntout.c: Likewise.
53300         * sunrpc/rpc_cmsg.c: Likewise.
53301         * sunrpc/rpc_common.c: Likewise.
53302         * sunrpc/rpc_cout.c: Likewise.
53303         * sunrpc/rpc_dtable.c: Likewise.
53304         * sunrpc/rpc_hout.c: Likewise.
53305         * sunrpc/rpc_main.c: Likewise.
53306         * sunrpc/rpc_parse.c: Likewise.
53307         * sunrpc/rpc_parse.h: Likewise.
53308         * sunrpc/rpc_prot.c: Likewise.
53309         * sunrpc/rpc_sample.c: Likewise.
53310         * sunrpc/rpc_scan.c: Likewise.
53311         * sunrpc/rpc_scan.h: Likewise.
53312         * sunrpc/rpc_svcout.c: Likewise.
53313         * sunrpc/rpc_tblout.c: Likewise.
53314         * sunrpc/rpc_util.c: Likewise.
53315         * sunrpc/rpc_util.h: Likewise.
53316         * sunrpc/rpcinfo.c: Likewise.
53317         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53318         * sunrpc/rpcsvc/key_prot.x: Likewise.
53319         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53320         * sunrpc/rpcsvc/mount.x: Likewise.
53321         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53322         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53323         * sunrpc/rpcsvc/rex.x: Likewise.
53324         * sunrpc/rpcsvc/rstat.x: Likewise.
53325         * sunrpc/rpcsvc/rusers.x: Likewise.
53326         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53327         * sunrpc/rpcsvc/spray.x: Likewise.
53328         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53329         * sunrpc/rtime.c: Likewise.
53330         * sunrpc/svc.c: Likewise.
53331         * sunrpc/svc_auth.c: Likewise.
53332         * sunrpc/svc_authux.c: Likewise.
53333         * sunrpc/svc_raw.c: Likewise.
53334         * sunrpc/svc_run.c: Likewise.
53335         * sunrpc/svc_simple.c: Likewise.
53336         * sunrpc/svc_tcp.c: Likewise.
53337         * sunrpc/svc_udp.c: Likewise.
53338         * sunrpc/svc_unix.c: Likewise.
53339         * sunrpc/svcauth_des.c: Likewise.
53340         * sunrpc/xcrypt.c: Likewise.
53341         * sunrpc/xdr.c: Likewise.
53342         * sunrpc/xdr_array.c: Likewise.
53343         * sunrpc/xdr_float.c: Likewise.
53344         * sunrpc/xdr_mem.c: Likewise.
53345         * sunrpc/xdr_rec.c: Likewise.
53346         * sunrpc/xdr_ref.c: Likewise.
53347         * sunrpc/xdr_sizeof.c: Likewise.
53348         * sunrpc/xdr_stdio.c: Likewise.
53350         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53351         handling.
53353 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53355         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53357 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53359         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53360         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53361         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53362         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53363         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53364         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53365         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53366         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53367         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53368         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53369         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53370         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53371         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53372         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53374 2010-07-26  Anton Blanchard  <anton@samba.org>
53376         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53377         * malloc/arena.c (heap_trim): Likewise.
53379 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53381         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53382         here.  Not...
53383         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53384         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53386 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53388         * sysdeps/i386/elf/Makefile: New file.
53390 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53392         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53393         from fanotify_init.
53394         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53395         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53397 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53399         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53400         of strncasecmp_l.
53401         * sysdeps/multiarch/strcmp.S: Likewise.
53403 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53405         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53406         strncase_l-nonascii.
53407         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53408         Add strncase_l-ssse3.
53409         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53410         * sysdeps/x86_64/strcmp.S: Likewise.
53411         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53412         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53413         * sysdeps/x86_64/strncase.S: New file.
53414         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53415         * sysdeps/x86_64/strncase_l.S: New file.
53416         * string/Makefile (strop-tests): Add strncasecmp.
53417         * string/test-strncasecmp.c: New file.
53419         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53420         warning.
53422         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53423         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53425 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53427         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53429 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53431         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53432         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53433         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53435 2010-05-01  Alan Modra  <amodra@gmail.com>
53437         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53438         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53439         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53440         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53441         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53442         tidying.  Don't tail-call __sigjmp_save for static lib.
53443         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53444         save location.
53445         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53446         (CALL_MCOUNT): Add eh info, and nop after bl.
53447         (TAIL_CALL_SYSCALL_ERROR): New macro.
53448         (PSEUDO_RET): Use it.
53449         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53450         Correct save location of integer regs and cr.
53451         (_dl_profile_resolve): Correct cr save location.  Delete nops
53452         after bl when SHARED.  Reduce cfi size a little by better
53453         placement of cfi directives.
53454         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53455         make a stack frame.  Instead use parm save area as a temp.
53456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53457         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53459         Don't make a stack frame for parent, use parm save area.
53460         Increase child stack frame to 112 bytes.  Don't save unused reg,
53461         and adjust reg usage.  Set up cfi on error recovery and
53462         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53464         (__makecontext): Add dummy nop after jump to exit.
53465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53466         Use correct parm save area and cr save, reduce stack frame.
53467         Correct cfi for possible PSEUDO_RET frame setup.
53468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53469         Branch to local label emitted by PSEUDO_RET rather than
53470         __syscall_error.
53472 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53474         [BZ #11904]
53475         * locale/programs/locale.c (print_assignment): New function.
53476         (show_locale_vars): Use it.
53478 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53480         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53481         field.
53482         (struct statfs64): Likewise.
53483         (_STATFS_F_FLAGS): Define.
53484         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53485         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53486         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53487         (ST_VALID): Define locally.
53488         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53489         __statvfs_getflags, use the provided value.
53490         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53491         __ASSUME_STATFS_F_FLAGS.
53493         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53495         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53496         Add sys/fanotify.h.
53497         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53498         fanotify_mask for GLIBC_2.13.
53499         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53500         fanotify_init and fanotify_mark.
53501         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53502         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53504         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53505         Add prlimit.
53506         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53507         prlimit64 for GLIBC_2.13.
53508         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53509         prlimit64.
53510         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53511         syscall.
53512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53513         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53514         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53515         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53516         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53517         add prlimit alias.
53518         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53520         [BZ #11903]
53521         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53522         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53524         * nss/Makefile: Add rules to build and run tst-nss-test1.
53525         * shlib-versions: Add entry for libnss_test1.
53526         * nss/nss_test1.c: New file.
53527         * nss/tst-nss-test1.c: New file.
53529         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53530         (__nss_configure_lookup): Set appropriate entry in
53531         __nss_configure_lookup to true.
53532         * nss/nsswitch.h: Define enum with indeces of databases in
53533         databases and __nss_database_custom arrays.  Declare
53534         __nss_database_custom.
53535         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53536         to avoid using nscd when custom rules are installed.
53537         * nss/getXXbyYY_r.c: Likewise.
53538         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53540         * nss/nss_files/files-parse.c: Whitespace fixes.
53542 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53544         [BZ #11883]
53545         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53546         * posix/fnmatch_loop.c: Likewise.
53548 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53550         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53551         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53552         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53553         * Versions.def [GLIBC_2.13]: Add.
53555 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53557         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53558         Also fail if tpwd after pwuid call is NULL.
53560 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53562         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53563         when converting to ms.
53565 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53567         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53568         EOPNOTSUPP errors with ENOTTY.
53569         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53570         EOPNOTSUPP errors with ENOTTY.
53572 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53574         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53575         Add strcasecmp_l-ssse3.
53576         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53577         strcasecmp.
53578         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53579         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53580         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53582 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53584         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53586         * string/Makefile (strop-tests): Add strcasecmp.
53587         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53588         strcasecmp_l-nonascii.
53589         (gen-as-const-headers): Add locale-defines.sym.
53590         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53591         * sysdeps/x86_64/strcasecmp.S: New file.
53592         * sysdeps/x86_64/strcasecmp_l.S: New file.
53593         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53594         * sysdeps/x86_64/locale-defines.sym: New file.
53595         * string/test-strcasecmp.c: New file.
53597         * string/test-strcasestr.c: Test both ends of the range of characters.
53598         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53600 2010-07-29  Roland McGrath  <roland@redhat.com>
53602         [BZ #11856]
53603         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53605 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53607         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53608         for ld.so.
53610 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53612         * manual/memory.texi (Malloc Tunable Parameters): Document
53613         M_PERTURB.
53615 2010-07-26  Roland McGrath  <roland@redhat.com>
53617         [BZ #11840]
53618         * configure.in (-fgnu89-inline check): Set and substitute
53619         gnu89_inline, not libc_cv_gnu89_inline.
53620         * configure: Regenerated.
53621         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53623 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53625         * string/test-strnlen.c: New file.
53626         * string/Makefile (strop-tests): Add strnlen.
53627         * string/tester.c (test_strnlen): Add a few more test cases.
53628         * string/tst-strlen.c: Better error reporting.
53630         * sysdeps/x86_64/strnlen.S: New file.
53632 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53634         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53635         lower-latency instructions.
53637 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53639         * string/test-strcasestr.c: New file.
53640         * string/test-strstr.c: New file.
53641         * string/Makefile (strop-tests): Add strstr and strcasestr.
53642         * string/str-two-way.h: Don't undefine MAX.
53643         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53645 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53647         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53648         strcasestr-nonascii.
53649         (CFLAGS-strcasestr-nonascii.c): Define.
53650         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53651         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53652         Remove unused attribute.
53654 2010-07-20  Roland McGrath  <roland@redhat.com>
53656         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53657         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53658         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53659         like LD_HWCAP_MASK can disable hwcaps.
53661 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53663         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53665 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53667         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53668         call in strcasestr.
53669         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53670         __strcasestr_sse42_nonascii.
53671         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53672         strcasestr-nonascii.c.
53673         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53675 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53677         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53678         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53679         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53680         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53682 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53684         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53685         fcntl.
53687 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53689         [BZ #11577]
53690         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53691         dl_signal_cerror.
53693 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53695         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53696         _PC_PIPE_BUF using F_GETPIPE_SZ.
53698 2010-07-05  Roland McGrath  <roland@redhat.com>
53700         * manual/arith.texi (Rounding Functions): Fix rint description
53701         implicit in round description.
53703 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53705         * elf/Makefile: Fix linking for a few tests to make recent linker
53706         happy.
53708 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53710         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53711         $(common-objpfx)libc_nonshared.a.
53713 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53715         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53716         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53717         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53718         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53719         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53720         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53721         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53722         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53737         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53738         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53739         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53740         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53741         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53742         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53743         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53744         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53745         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53746         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53747         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53748         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53764 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53766         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53767         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53768         * string/memmove.c (memmove): Renamed to ...
53769         (MEMMOVE): ...this.  Default to memmove.
53770         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53771         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53772         (END_CHK): Define.
53773         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53774         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53775         mempcpy-ssse3-back memmove-ssse3-back.
53776         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53777         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53778         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53779         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53780         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53781         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53782         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53783         * sysdeps/x86_64/multiarch/memmove.c: New file.
53784         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53785         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53786         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53787         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53788         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53789         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53790         Define.
53791         (index_Fast_Copy_Backward): Define.
53792         (HAS_ARCH_FEATURE): Define.
53793         (HAS_FAST_REP_STRING): Define.
53794         (HAS_FAST_COPY_BACKWARD): Define.
53796 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53798         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53799         Restore proper fallback handling.
53801 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53803         [BZ #11701]
53804         * posix/group_member.c (__group_member): Correct checking loop.
53806         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53807         OOM in getpwuid_r correctly.  Return error number when the caller
53808         should return, otherwise -1.
53809         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53810         call returning > 0 value.
53811         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53813 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53815         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53816         libc_nonshared.a from targets in modules-names.
53818 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53820         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53821         requires it.
53823 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53825         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53826         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53827         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53828         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53830 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53832         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53834 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53836         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53837         and F_GETPIPE_SZ.
53838         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53839         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53840         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53841         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53842         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53843         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53845 2010-06-14  Roland McGrath  <roland@redhat.com>
53847         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53849 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53851         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53852         __REDIRECT followed by __THROW.
53853         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53854         * posix/getopt.h (getopt): Likewise.
53856 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53858         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53859         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53860         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53861         in AT_FLAGS.
53862         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53863         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53865 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53867         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53869 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53871         [BZ #11640]
53872         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53873         Properly check family and model.
53875 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53877         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53879 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53881         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53883 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53885         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53886         symbol reference.
53888 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53890         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53891         symbol reference.
53893 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53895         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53896         and internal_recvmmsg.
53897         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53898         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53899         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53900         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53902         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53903         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53904         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53906 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53908         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53910 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53912         POWER7 optimizations.
53913         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53914         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53916 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53918         * version.h: Update for 2.13 development version.
53920 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53922         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53923         exceptions.  Return 0.
53925 2010-05-07  Roland McGrath  <roland@redhat.com>
53927         * elf/ldconfig.c (main): Add a const.
53929 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53931         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53932         (args_options): Add no-idn option.
53933         (ahosts_keys_int): Add idn_flags to ai_flags.
53934         (parse_option): Handle 'i' option to clear idn_flags.
53936         * malloc/malloc.c (_int_free): Possible race in the most recently
53937         added check.  Only act on the data if no current modification
53938         happened.
53940 See ChangeLog.17 for earlier changes.